From WikiTemp, the GBAtemp wiki
(Redirecting to Backup Launcher v3)
 
Line 1: Line 1:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
#REDIRECT [[Backup Launcher v3]]
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
+
<head>
+
<title>GBAtemp.net -> Testing Area</title>
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+
+
<style type="text/css">
+
/*
+
* ========================================
+
* global element styles
+
* ========================================
+
*/
+
 
+
html{
+
overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
+
}
+
 
+
body{
+
background: #244767;
+
color: #222;
+
font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
+
font-size: 11px;
+
line-height: 135%;
+
margin: 0;
+
padding: 0; /* required for Opera to have 0 margin */
+
text-align: center; /* centers board in MSIE */
+
}
+
 
+
table,
+
tr,
+
td{ /* required for text in tables, because tables do not inherit from body */
+
background: transparent;
+
color: #222;
+
font-size: 11px;
+
line-height: 135%;
+
}
+
 
+
table{ /* makes all tables 100% wide */
+
width: 100%;
+
}
+
 
+
td,
+
.divpad{ /* gives all tables faux cellpadding of 5px */
+
padding: 1px;
+
}
+
 
+
td.nopad{ /* allows some tables to have no padding on the td */
+
padding: 0;
+
}
+
 
+
form{
+
display: inline;
+
margin: 0; /* removes mystery form tag gapping */
+
padding: 0; /* removes mystery form tag gapping */
+
}
+
 
+
img{
+
border: 0; /* makes sure linked images do not have a border */
+
vertical-align: middle;
+
}
+
 
+
 
+
/*
+
* ========================================
+
* global hyperlink styles
+
* ========================================
+
*/
+
 
+
a:link,
+
a:visited,
+
a:active{
+
background: transparent;
+
color: #2C455B;
+
text-decoration: none;
+
}
+
 
+
a:hover{
+
background: transparent;
+
color: #222222;
+
}
+
 
+
/*
+
* ========================================
+
* Main wrapper, this controls the overall width of the board in you browser view window.
+
* ========================================
+
*/
+
 
+
#ipbwrapper{
+
margin: 0px auto 0px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
+
text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
+
/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 750px is a common fixed resolution size */
+
width: 100%;
+
}
+
 
+
.dropdown{
+
background: #103050;
+
color: #FFFFFF;
+
border: 1px solid #C6EAFA;
+
}
+
 
+
 
+
 
+
/*
+
* ========================================
+
* styles for pagination links
+
* ========================================
+
*/
+
+
 
+
.pagelink,
+
.pagelinklast,
+
.pagecurrent,
+
.minipagelink,
+
.minipagelinklast{
+
background: transparent;
+
border: 1px solid #072A66;
+
padding: 1px 3px 1px 3px;
+
color: #BBBBBB;
+
}
+
 
+
.pagelinklast,
+
.minipagelinklast{
+
background: transparent;
+
}
+
 
+
 
+
.pagecurrent{
+
background: #CCCCCC;
+
color: #000000;
+
}
+
 
+
.minipagelink,
+
.minipagelinklast{
+
border: 1px solid #C2CFDF;
+
font-size: 10px;
+
margin: 0 1px 0 0;
+
}
+
 
+
.pagelink a:active,
+
.pagelink a:visited,
+
.pagelink a:link,
+
.pagelinklast a:active,
+
.pagelinklast a:visited,
+
.pagelinklast a:link,
+
.pagecurrent a:active,
+
.pagecurrent a:visited,
+
.pagecurrent a:link,
+
.minipagelink a:active,
+
.minipagelink a:visited,
+
.minipagelink a:link,
+
.minipagelinklast a:active,
+
.minipagelinklast a:visited,
+
.minipagelinklast a:link{
+
text-decoration: none;
+
color: #999999;
+
}
+
 
+
 
+
.pagelink a:hover,
+
.pagelink a:active{
+
color: #CCCCCC;
+
}
+
 
+
 
+
/* fake button effect for some links */
+
.fauxbutton{
+
background: #BFCDE0;
+
border: 1px solid #072A66;
+
font-size: 11px;
+
font-weight: bold;
+
padding: 4px;
+
}
+
 
+
.fauxbutton a:link,
+
.fauxbutton a:visited,
+
.fauxbutton a:active{
+
color: #222 !important;
+
text-decoration: none;
+
}
+
 
+
.forumdesc,
+
.forumdesc a:link,
+
.forumdesc a:visited,
+
.forumdesc a:active{
+
background: transparent;
+
font-size: 10px;
+
color: #999999;
+
line-height: 135%;
+
margin: 2px 0 0 0;
+
padding: 0;
+
}
+
 
+
/* =================================================================================== */
+
/* =================================================================================== */
+
/* =================================================================================== */
+
 
+
.searchlite {
+
background-color:yellow;
+
font-weight:bold;
+
color: red;
+
}
+
 
+
.activeusers{
+
background: #FFF;
+
border: 1px solid #072A66;
+
color: #000;
+
margin: 0px;
+
padding: 1px;
+
}
+
 
+
.activeuserposting a:link,
+
.activeuserposting a:visited,
+
.activeuserposting a:active,
+
.activeuserposting
+
{
+
font-style:italic;
+
text-decoration: none;
+
border-bottom:1px dotted black;
+
}
+
 
+
fieldset.search{
+
line-height: 150%;
+
padding: 6px;
+
}
+
 
+
label{
+
cursor: pointer;
+
}
+
 
+
img.attach{
+
background: #808080 url(style_images/2/click2enlarge.gif) no-repeat top right;
+
border: 1px solid #808080;
+
margin: 0 2px 0 0;
+
padding: 11px 2px 2px 2px;
+
}
+
 
+
.thumbwrap,
+
.thumbwrapp,
+
.fullimagewrap{
+
border: 1px solid #072A66;
+
margin: 2px;
+
}
+
 
+
.thumbwrapp{
+
border: 2px solid #660707;
+
}
+
 
+
.fullimagewrap{
+
background: #F9F9F9;
+
text-align: center;
+
margin: 5px 0 5px 0;
+
padding: 5px;
+
}
+
 
+
.thumbwrap h4,
+
.thumbwrapp h4{
+
background: #DDE6F2;
+
border: 0 !important;
+
border-bottom: 1px solid #5176B5 !important;
+
color: #5176B5;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0;
+
padding: 5px;
+
}
+
 
+
.thumbwrap p,
+
.thumbwrapp p{
+
background: #EEF2F7 !important;
+
border: 0 !important;
+
border-top: 1px solid #5176B5 !important;
+
margin: 0 !important;
+
padding: 5px !important;
+
text-align: left;
+
}
+
 
+
.thumbwrap p.alt,
+
.thumbwrapp p.alt{
+
background: #DFE6EF !important;
+
margin: 0 !important;
+
padding: 5px !important;
+
text-align: left;
+
}
+
 
+
.thumbwrapp p.pin{
+
background: #EFDFDF !important;
+
text-align: center !important;
+
}
+
+
.thumbwrap img.galattach,
+
.thumbwrapp img.galattach{
+
background: #FFF url(style_images/2/img_larger.gif) no-repeat bottom right;
+
border: 1px solid #072A66;
+
margin: 5px;
+
padding: 2px 2px 10px 2px;
+
}
+
 
+
li.helprow{
+
margin: 0 0 10px 0;
+
padding: 0;
+
}
+
 
+
ul#help{
+
padding: 0 0 0 15px;
+
}
+
 
+
.warngood,
+
.warnbad{
+
color: #0B9500;
+
font-weight: bold;
+
}
+
 
+
.warnbad{
+
color: #DD0000;
+
}
+
 
+
#padandcenter{
+
margin: 0 auto 0 auto;
+
padding: 14px 0 14px 0;
+
text-align: center;
+
}
+
 
+
#profilename{
+
font-size: 28px;
+
font-weight: bold;
+
}
+
 
+
#photowrap{
+
padding: 6px;
+
}
+
 
+
#phototitle{
+
border-bottom: 1px solid #000;
+
font-size: 24px;
+
}
+
 
+
#photoimg{
+
margin: 15px 0 0 0;
+
text-align: center;
+
}
+
 
+
#ucpmenu,
+
#ucpcontent{
+
background: #F9F9F9;
+
border: 1px solid #345487;
+
line-height: 150%;
+
}
+
 
+
#ucpmenu p{
+
margin: 0;
+
padding: 2px 5px 6px 9px;
+
}
+
 
+
#ucpmenu a:link,
+
#ucpmenu a:active,
+
#ucpmenu a:visited{
+
text-decoration: none;
+
}
+
 
+
#ucpcontent{
+
width: auto;
+
}
+
 
+
#ucpcontent p{
+
margin: 0;
+
padding: 10px;
+
}
+
 
+
.activeuserstrip{
+
background: #BCD0ED;
+
padding: 6px;
+
}
+
 
+
/* Topic View elements */
+
.signature{ 
+
background: transparent;
+
color: #339;
+
font-size: 10px;
+
line-height: 150%;
+
max-height: 160px;
+
display: block;
+
overflow: hidden;
+
}
+
 
+
.postdetails{
+
font-size: 10px;
+
line-height:140%;
+
}
+
 
+
.postcolor{
+
font-size: 12px;
+
line-height: 160%;
+
}
+
 
+
.normalname{
+
color: #003;
+
font-size: 12px;
+
font-weight: bold;
+
}
+
 
+
.normalname a:link,
+
.normalname a:visited,
+
.normalname a:active{
+
font-size: 12px;
+
letter-spacing: 0;
+
text-decoration: none;
+
}
+
 
+
.post1,
+
.bg1{
+
background: #F9F9F9;
+
}
+
 
+
.post2,
+
.bg3{
+
background: #EEF2F7;
+
}
+
 
+
.row2shaded,
+
.post1shaded { background-color: #DEDBE4 }
+
.row4shaded,
+
.post2shaded { background-color: #E3DFE7 }
+
 
+
.row1{
+
background: #dcdcdc;
+
color: #434951;
+
margin: 2px 2px 2px 2px;
+
text-align: left;
+
}
+
 
+
.row2{
+
background: #ececec;
+
text-align: left;
+
color: #555555;
+
margin: 2px 2px 2px 2px;
+
margin-left: 10px;
+
}
+
 
+
.row2 a:link,
+
.row2 a:visited{
+
background: transparent;
+
color: #283242;
+
text-decoration: none;
+
font-size: 12px;
+
}
+
.row2 a:hover,
+
.row2 a:active{
+
background: transparent;
+
color: #ea792e;
+
font-size: 12px;
+
}
+
 
+
.row1 a:link,
+
.row1  a:visited{
+
background: transparent;
+
color: #283242;
+
text-decoration: none;
+
font-size: 12px;
+
}
+
.row1 a:hover,
+
.row1 a:active{
+
background: transparent;
+
color: #ea792e;
+
font-size: 12px;
+
}
+
 
+
 
+
 
+
.darkrow1{
+
background: url('style_images/2/table_header_bk.gif');
+
color: #FFFFFF;
+
padding: 0px;
+
}
+
 
+
.darkrow3{
+
background: transparent;
+
color: #3A4F6C;
+
}
+
 
+
/* tableborders gives the white column / row lines effect */
+
.plainborder,
+
.tablefill,
+
.tablepad{
+
background: #1c3b58;
+
border: 1px solid #345487;
+
}
+
 
+
.tablefill,
+
.tablepad{
+
padding: 6px; 
+
}
+
 
+
.tablepad{
+
border: 0;
+
background: #F2F2F2 url('style_images/2/post_header_bk.gif') repeat-x top;
+
text-align: left;
+
}
+
 
+
.tablepad a,
+
.tablepad a:visited {
+
color: #2c455b;
+
text-decoration: none;
+
}
+
 
+
.tablepad a:active,
+
.tablepad a:hover {
+
color: #000066;
+
text-decoration: underline;
+
}
+
 
+
.wrapmini{
+
float: left;
+
line-height: 1.5em;
+
width: 25%;
+
}
+
 
+
.pagelinks{
+
float: left;
+
line-height: 1.2em;
+
width: 35%;
+
}
+
 
+
.desc{
+
font-size: 11px;
+
color: #FE8D31;
+
}
+
 
+
.lastaction
+
{
+
font-size: 10px;
+
color: #434951;
+
}
+
 
+
.edit{
+
font-size: 9px;
+
}
+
 
+
.thin{
+
border: 1px solid #FFF;
+
border-left: 0;
+
border-right: 0;
+
line-height: 150%;
+
margin: 2px 0 2px 0;
+
padding: 6px 0 6px 0;
+
}
+
 
+
/* =================================================================================== */
+
/* =================================================================================== */
+
/* =================================================================================== */
+
 
+
/*
+
* ========================================
+
* calendar styles
+
* ========================================
+
*/
+
+
.calmonths{
+
background: #F0F5FA;
+
border: 1px solid #C2CFDF;
+
font-size: 18px;
+
font-weight: bold;
+
margin: 5px 0 5px 0;
+
padding: 8px;
+
text-align: center;
+
}
+
 
+
.weekday{
+
font-size: 14px;
+
font-weight: bold;
+
}
+
 
+
.calmonths a{
+
text-decoration: none;
+
}
+
 
+
.calday,
+
.calweekday{
+
background: #DFE6EF;
+
color: #666;
+
font-size: 11px;
+
font-weight: bold;
+
margin: 0;
+
padding: 4px;
+
text-align: right;
+
}
+
 
+
.calweekday{
+
border-right: 1px solid #AAA;
+
color: #222;
+
font-size: 14px;
+
padding: 6px;
+
text-align: center;
+
}
+
 
+
.cellblank,
+
.celldate,
+
.celltoday,
+
.mcellblank,
+
.mcelldate,
+
.mcelltoday{
+
background: #EEF2F7;
+
height: 100px;
+
margin: 0;
+
padding: 0;
+
vertical-align: top;
+
}
+
 
+
.mcellblank,
+
.mcelldate,
+
.mcelltoday{
+
height: auto;
+
}
+
 
+
.cellblank,
+
.mcellblank{
+
background: #C2CFDF;
+
}
+
 
+
.celltoday,
+
.mcelltoday{
+
border: 2px solid #8B0000;
+
}
+
 
+
/*
+
* ========================================
+
* form styles
+
* ========================================
+
*/
+
 
+
input,
+
textarea,
+
select{
+
background: #FFF;
+
border: 1px solid #4C77B6;
+
color: #000;
+
font-family: verdana, helvetica, sans-serif;
+
font-size: 11px;
+
margin: 5px;
+
padding: 2px;
+
vertical-align: middle;
+
}
+
 
+
select{
+
border: 0;
+
font-family: verdana, helvetica, sans-serif;
+
font-size: 12px;
+
margin: 0;
+
padding: 0;
+
}
+
 
+
input.button{
+
margin: 0;
+
width: auto;
+
}
+
 
+
optgroup option{
+
font-family: verdana, helvetica, sans-serif;
+
font-size: 12px;
+
}
+
 
+
.codebuttons{
+
font-family: Verdana, Helvetica, Sans-Serif;
+
font-size: 10px;
+
vertical-align: middle;
+
margin:2px;
+
}
+
 
+
.textarea,
+
.searchinput,
+
.button,
+
.gobutton{
+
background: #FFF;
+
border: 1px solid #294A63;
+
color: #294A63;
+
font-family: Verdana, Helvetica, Sans-Serif;
+
font-size: 11px;
+
padding: 2px;
+
vertical-align: middle;
+
}
+
+
.button{
+
font-weight: bold;
+
color: #294A63;
+
background: #DFE6EF url(style_images/2/button_bk.gif);
+
}
+
 
+
.gobutton{
+
background: transparent;
+
border: 0;
+
color: #072A66;
+
margin: 0;
+
vertical-align: middle;
+
}
+
 
+
.radiobutton,
+
.checkbox,
+
.helpbox {
+
border: 0;
+
vertical-align: middle;
+
}
+
 
+
/*
+
* class.formtable
+
*
+
* used for tabled forms
+
* technically tables should not be used for form display
+
* but, in the case of IPB a table is easier to work with
+
* for the average webmaster, who has little to no CSS knowledge.
+
*
+
*/
+
 
+
.formtable{
+
background: transparent;
+
}
+
 
+
 
+
.formtable td,
+
.pformleft,
+
.pformleftw,
+
.pformright{
+
background:#F9F9F9;
+
/* border: 1px solid #C2CFDF;*/
+
border-bottom: 0;
+
border-left: 0;
+
font-weight: bold;
+
margin: 1px 0 0 0;
+
padding: 6px;
+
width: 25%;
+
}
+
 
+
.formtable td.wider,
+
.pformleftw,
+
.pformright{
+
width: 40%;
+
}
+
 
+
.formtable td.formright,
+
.pformright{
+
border-right: 0;
+
font-weight: normal;
+
width: auto;
+
}
+
 
+
.formtable td.formtitle,
+
.formsubtitle{
+
background: url('style_images/2/table_header_bk.gif');
+
padding: 0px;
+
color: #FFF;
+
/* border: 1px solid #9FB9D4;
+
border-left: 1px solid #000;
+
border-right: 1px solid #000;*/
+
border-bottom: 0;
+
border-top: 0;
+
font-weight: normal;
+
}
+
 
+
.formsubtitle{
+
color: #FFF;
+
font-weight: bold;
+
padding: 1px;
+
border-left: 1px solid #000;
+
border-right: 1px solid #000;
+
padding-left: 5px;
+
}
+
 
+
.pformleft {
+
border-left: 1px solid #000;
+
border-bottom: 1px solid #9F9F9F;
+
border-right: 1px solid #9F9F9F;
+
background: #DCDCDC;
+
        text-align: left;
+
}
+
 
+
.pformright {
+
border-right: 1px solid #000;
+
border-bottom: 1px solid #9F9F9F;
+
background: #ECECEC;
+
        text-align: left;
+
}
+
 
+
.formtable td.formstrip{
+
background: #DDE8F2;
+
border: 1px solid #9FB9D4;
+
border-left: 0;
+
border-right: 0;
+
font-weight: normal;
+
}
+
 
+
/*
+
* ========================================
+
* new style quote and code wrappers MATT's DESIGN
+
* ========================================
+
*/
+
 
+
.quotetop{
+
background: #E9E9E9 url(style_images/2/css_img_quote.gif) no-repeat right;
+
border: 1px dotted #000;
+
border-bottom: 0;
+
border-left: 4px solid #A8A8A8;
+
color: #303030;
+
font-weight: bold;
+
font-size: 10px;
+
margin: 8px auto 0 auto;
+
padding: 3px;
+
}
+
 
+
.quotemain{
+
background: #F9F7F7;
+
border: 1px dotted #000;
+
border-left: 4px solid #A8A8A8;
+
border-top: 0;
+
color: #555555;
+
padding: 4px;
+
margin: 0 auto 8px auto;
+
}
+
 
+
.codetop,
+
.sqltop,
+
.htmltop{
+
background: #FDDBCC url(style_images/2/css_img_code.gif) no-repeat right;
+
color: #000;
+
font-weight: bold;
+
margin: 0 auto 0 auto;
+
padding: 3px;
+
width: 98%;
+
}
+
 
+
.codemain,
+
.sqlmain,
+
.htmlmain{
+
background: #FAFCFE;
+
border: 1px dotted #000;
+
color: #555555;
+
font-family: Courier, Courier New, Verdana, Arial;
+
margin: 0 auto 0 auto;
+
padding: 2px;
+
width: 98%;
+
}
+
 
+
/*
+
* ========================================
+
* old school quote and code styles - backwards compatibility
+
* ========================================
+
*/
+
 
+
#QUOTE,
+
#CODE{ 
+
background: #FAFCFE;
+
border: 1px solid #000;
+
color: #555555;
+
font-family: Verdana, Arial;
+
font-size: 11px;
+
padding: 2px;
+
white-space: normal;
+
}
+
 
+
#CODE{
+
font-family: Courier, Courier New, Verdana, Arial;
+
}
+
 
+
/*
+
* ========================================
+
* All New Styles
+
* ========================================
+
*/
+
.cleared{
+
clear: both;
+
}
+
 
+
.borderwrap,
+
.borderwrapm{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
+
background: transparent;
+
border: 0px;
+
padding: 0;
+
margin: 0;
+
}
+
 
+
.borderwrapm{
+
margin: 5px;
+
}
+
 
+
.borderwrap h3,
+
.maintitle,
+
.maintitlecollapse{
+
background: transparent url(style_images/2/table_title_bk1.gif);
+
border: 0px solid #FFF;
+
border-bottom: 0px solid #5176B5;
+
color: #FFF;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0;
+
padding: 0px;
+
width: 98%;
+
}
+
 
+
.pboxtop {
+
background: transparent url(style_images/2/pbox_s_bk.gif);
+
border: 0px solid #FFF;
+
border-bottom: 0px solid #5176B5;
+
color: #2b465b;
+
font-size: 11px;
+
font-weight: bold;
+
font-family: Tahoma;
+
margin: 0;
+
padding: 0px;
+
width: 100%;
+
text-align: left;
+
vertical-align: middle;
+
}
+
 
+
.pboxbottom {
+
background: transparent url(style_images/2/pbox_s_bk2.gif);
+
border: 0px solid #FFF;
+
border-bottom: 0px solid #5176B5;
+
color: #2b465b;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0;
+
padding: 0px;
+
width: 100%;
+
vertical-align: middle;
+
}
+
 
+
.maintitlecollapse{
+
border: 1px solid #FFF;
+
}
+
 
+
.maintitle p,
+
.maintitlecollapse p,
+
.formsubtitle p{
+
background: transparent !important;
+
border: 0 !important;
+
margin: 0 !important;
+
padding: 0 !important;
+
}
+
 
+
.maintitle p.expand,
+
.maintitle p.goto,
+
.maintitlecollapse p.expand,
+
.formsubtitle p.members{
+
float: right;
+
width: auto !important;
+
}
+
 
+
.maintitle a:link,
+
.maintitle a:visited,
+
.maintitlecollapse a:link,
+
.maintitlecollapse a:visited{
+
background: transparent;
+
color: #FFF;
+
text-decoration: none;
+
}
+
 
+
.maintitle a:hover,
+
.maintitle a:active,
+
.maintitlecollapse a:hover,
+
.maintitlecollapse a:active{
+
background: transparent;
+
color: #F1F1F1;
+
}
+
 
+
table th,
+
.borderwrap table th,
+
.subtitle,
+
.subtitlediv,
+
.postlinksbar{
+
background: transparent url(style_images/2/table_header_bk.gif);
+
/* border-bottom: 1px solid #5176B5; */
+
color: #3A4F6C;
+
font-size: 10px;
+
font-weight: bold;
+
letter-spacing: 1px;
+
margin: 0;
+
padding: 1px;
+
}
+
 
+
.subtitlediv{
+
border: 1px solid #FFF;
+
border-bottom: 1px solid #5176B5;
+
text-align: right;
+
}
+
 
+
.subtitle{
+
border-left: 1px solid #000000;
+
border-right: 1px solid #000000;
+
color: #FFFFFF;
+
 
+
 
+
 
+
}
+
 
+
.borderwrap table th a:link,
+
.subtitle a:link,
+
.subtitlediv a:link,
+
.borderwrap table th a:visited,
+
.subtitle a:visited,
+
.subtitlediv a:visited,
+
.borderwrap table th a:active,
+
.subtitle a:active,
+
.subtitlediv a:active,
+
.borderwrap table th a:hover,
+
.subtitle a:hover,
+
.subtitlediv a:hover{
+
background: transparent;
+
color: #FFFFFF;
+
text-decoration: none;
+
}
+
 
+
.borderwrap h4{
+
background: #DDE6F2;
+
border: 1px solid #FFF;
+
border-bottom: 1px solid #5176B5;
+
border-top: 1px solid #5176B5;
+
color: #5176B5;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0;
+
padding: 5px;
+
}
+
 
+
.borderwrap p{
+
background: #F9F9F9;
+
border: 1px solid #CCC;
+
margin: 5px;
+
padding: 10px;
+
text-align: left;
+
}
+
 
+
td.formbuttonrow,
+
.borderwrap p.formbuttonrow,
+
.borderwrap p.formbuttonrow1{
+
background: url('style_images/2/post_header_bk_bottom.gif') !important;
+
border: 1px solid #FFF;
+
border-top: 1px solid #5176B5;
+
margin: 0px !important;
+
padding: 5px !important;
+
text-align: center;
+
}
+
 
+
td.formbuttonrow{
+
border-bottom: 0;
+
border-top: 0;
+
border-left: 1px solid #000;
+
border-right: 1px solid #000;
+
background: #DFDFDF;
+
}
+
 
+
.borderwrap p.formbuttonrow1{
+
background: #F9F9F9 !important;
+
border: 0;
+
border-top: 1px solid #CCC;
+
}
+
 
+
.bar,
+
.barb,
+
.barc{
+
background: #DFE6EF;
+
border: 1px solid #FFF;
+
}
+
 
+
.barc{
+
border-bottom: 0;
+
}
+
 
+
.bar p,
+
.barb p,
+
.barc p{
+
background: transparent;
+
border: 0;
+
color: #222;
+
font-size: 11px;
+
margin: 0;
+
padding: 5px;
+
text-align: left;
+
}
+
 
+
.barb p{
+
text-align: right;
+
}
+
 
+
.bar p.over,
+
.bar p.overs,
+
.barc p.over,
+
.barc p.overs{
+
float: right;
+
}
+
 
+
.barb p.over,
+
.barb p.overs{
+
float: left;
+
}
+
 
+
.bar p.overs,
+
.barb p.overs,
+
.barc p.overs{
+
position: relative;
+
top: 5px;
+
}
+
 
+
.catend{
+
background: #8394B2;
+
color: #000;
+
font-size: 1px;
+
height: 5px;
+
}
+
 
+
.newslink{
+
background: transparent;
+
border: 0px solid transparent;
+
width: 100%;
+
}
+
 
+
.newslink td{
+
color: #C6DFF4;
+
font-size: 10px;
+
padding: 0px 20px 0px 20px;
+
}
+
 
+
.newslink span{
+
background: transparent;
+
color: #C6DFF4;
+
font-style: italic;
+
font-weight: normal;
+
}
+
 
+
.newslink input{
+
background: transparent;
+
border: 1px solid #999;
+
color: #DCDCDC;
+
font-size: 10px;
+
padding: 3px;
+
vertical-align: middle;
+
width: auto;
+
}
+
 
+
.newslink input.button{
+
background: transparent;
+
border: 0;
+
color: #072A66;
+
vertical-align: middle;
+
}
+
 
+
.fieldwrap{
+
background: #F9F9F9;
+
border: 1px solid #CCC;
+
border-top: 0;
+
margin: 5px;
+
padding: 0;
+
text-align: left;
+
}
+
 
+
.fieldwrap h4{
+
background: #EEE;
+
border: 1px solid #CCC;
+
border-left: 0;
+
border-right: 0;
+
color: #444;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0;
+
padding: 5px;
+
}
+
 
+
.errorwrap,
+
#pmnotewrap{
+
background: #F2DDDD;
+
border: 1px solid #992A2A;
+
border-top: 0;
+
margin: 5px;
+
padding: 0;
+
}
+
 
+
#pmnotewrap{
+
line-height: 135%;
+
margin: 0 0 5px 0;
+
}
+
 
+
.errorwrap h4,
+
#pmnotewrap h4{
+
background: #E3C0C0;
+
border: 1px solid #992A2A;
+
border-left: 0;
+
border-right: 0;
+
color: #992A2A;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0;
+
padding: 5px;
+
}
+
 
+
.errorwrap p,
+
#pmnotewrap p{
+
background: transparent;
+
border: 0;
+
color: #992A2A;
+
margin: 0;
+
padding: 8px;
+
}
+
 
+
#pmnotewrap p.pmavatar{
+
float: left;
+
}
+
 
+
#pmnotewrap p.pmnotefoot{
+
background: #E3C0C0;
+
border-top: 1px solid #992A2A;
+
text-align: right;
+
}
+
 
+
#pmnotewrap a:link,
+
#pmnotewrap  a:visited{
+
background: transparent;
+
color: #992A2A;
+
text-decoration: underline;
+
}
+
 
+
#pmnotewrap a:hover,
+
#pmnotewrap a:active{
+
background: transparent;
+
color: #992A2A;
+
text-decoration: none;
+
}
+
 
+
.ruleswrap{
+
background: #F2DDDD;
+
border: 1px solid #992A2A;
+
color: #992A2A;
+
 
+
 
+
margin: 5px 0 5px 0;
+
padding: 5px;
+
}
+
 
+
#redirectwrap{
+
background: #F0F5FA;
+
border: 1px solid #C2CFDF;
+
margin: 200px auto 0 auto;
+
text-align: left;
+
width: 500px;
+
}
+
 
+
#redirectwrap h4{
+
background: #D0DDEA;
+
border-bottom: 1px solid #C2CFDF;
+
color: #3A4F6C;
+
font-size: 14px;
+
margin: 0;
+
padding: 5px;
+
}
+
 
+
#redirectwrap p{
+
margin: 0;
+
padding: 5px;
+
}
+
 
+
#redirectwrap p.redirectfoot{
+
background: #E3EBF4;
+
border-top: 1px solid #C2CFDF;
+
text-align: center;
+
}
+
 
+
 
+
#gfooter{
+
background: #000;
+
margin: 0px 0 0px 0;
+
padding: 0;
+
width: 100%;
+
        height: 0px;
+
        font-size: 1px;
+
}
+
 
+
#gfooter td{
+
background: #000 url(style_images/2/footer_bk.gif);
+
color: #FFF;
+
font-size: 0px;
+
padding: 0px;
+
text-align: center;
+
}
+
 
+
#gfooter a:link,
+
#gfooter a:visited{
+
color: #FFF;
+
}
+
 
+
#logostrip{
+
background: #3860BB url(style_images/2/tile_back.gif);
+
border: 0px;
+
height: 104px;
+
margin: 0;
+
padding: 0;
+
}
+
 
+
#submenu{
+
background: transparent url(style_images/2/tile_sub.gif);
+
border: 1px solid #FFF;
+
border-top: 0;
+
color: #3A4F6C;
+
margin: 0;
+
}
+
 
+
#subheader{
+
background: transparent url(style_images/2/tile_arrows.gif);
+
border: 0px;
+
border-top: 0;
+
color: #3A4F6C;
+
margin: 0px;
+
padding: 0px;
+
height: 8px;
+
        font-size: 1px;
+
}
+
 
+
 
+
#subheader2{
+
background: transparent url(style_images/2/buttons_bk.gif);
+
border: 0px;
+
border-top: 0;
+
height: 25px;
+
color: #3A4F6C;
+
margin: 0;
+
text-align: center;
+
}
+
 
+
#subheader3{
+
background: transparent url(style_images/2/banner_b.gif);
+
border: 0px;
+
border-top: 0;
+
height: 8px;
+
color: #3A4F6C;
+
margin: 0;
+
text-align: center;
+
        font-size: 1px;
+
padding: 0px;
+
}
+
 
+
#subheader4{
+
background: transparent url(style_images/2/userbar_bk.gif);
+
border: 0px;
+
border-top: 0;
+
height: 25px;
+
color: #3A4F6C;
+
margin-top: 3px;
+
padding-top: 3px;
+
text-align: center;
+
font-size: 10px;
+
}
+
 
+
 
+
#subheader4 a:link,
+
#subheader4 a:visited
+
{
+
font-size: 10px;
+
color: #000000;
+
}
+
 
+
#subheader4 a:active,
+
#subheader4 a:hover
+
{
+
color: #103050;
+
text-decoration: underline;
+
}
+
 
+
 
+
 
+
 
+
#userlinks,
+
#userlinksguest{
+
background: #F0F5FA;
+
border: 1px solid #C2CFDF;
+
margin: 5px 0 5px 0;
+
padding: 0 5px 0 5px;
+
}
+
 
+
#userlinksguest{
+
background: #F4E7EA;
+
border: 1px solid #986265;
+
}
+
 
+
#submenu p,
+
#userlinks p,
+
#userlinksguest p{
+
background: transparent !important;
+
border: 0 !important;
+
font-size: 10px;
+
font-weight: bold;
+
letter-spacing: 1px;
+
margin: 0 !important;
+
padding: 7px 0 7px 0;
+
text-align: right;
+
}
+
 
+
#userlinks p,
+
#userlinksguest p{
+
font-weight: normal;
+
letter-spacing: 0;
+
}
+
 
+
#submenu p.home,
+
#userlinks p.home,
+
#userlinksguest p.home{
+
float: left;
+
}
+
 
+
#userlinksguest p.pcen{
+
text-align: center;
+
}
+
 
+
#submenu a:link,
+
#submenu  a:visited{
+
background: transparent;
+
color: #3A4F6C;
+
padding: 0 6px 0 6px;
+
text-decoration: none;
+
}
+
 
+
#submenu a:hover,
+
#submenu a:active{
+
background: transparent;
+
color: #5176B5;
+
}
+
#navstrip{
+
background: transparent;
+
color: #C6EAFA;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0 0 5px 0;
+
padding: 8px 0 8px 0px;
+
}
+
 
+
#navstrip a:link,
+
#navstrip  a:visited{
+
background: transparent;
+
color: #C6EAFA;
+
text-decoration: none;
+
}
+
 
+
#navstrip a:hover,
+
#navstrip a:active{
+
background: transparent;
+
color: #FFFFFF;
+
}
+
 
+
.toplinks{
+
background: transparent;
+
color: #000;
+
margin: 0;
+
padding: 0 0 5px 0;
+
text-align: right;
+
}
+
 
+
.toplinks span{
+
border: 1px solid #C2CFDF;
+
border-bottom: 0;
+
color: #000;
+
font-size: 10px;
+
font-weight: bold;
+
margin: 0 10px 0 0;
+
padding: 5px;
+
}
+
 
+
.copyright{
+
background: #244767;
+
font-size: 10px;
+
margin: 5px 5px 5px 5px;
+
padding: 10px;
+
}
+
 
+
/*
+
* ========================================
+
* print page styles
+
* ========================================
+
*/
+
 
+
#print{
+
margin: 20px auto 20px auto;
+
padding: 0;
+
text-align: left;
+
width: 85%;
+
}
+
 
+
#print h1,
+
#print h2,
+
#print h3,
+
#print h4,
+
#print p{
+
color: #036;
+
font-size: 18px;
+
font-weight: bold;
+
margin: 0;
+
padding: 8px;
+
}
+
 
+
#print h2,
+
 
+
#print h3,
+
#print p{
+
border-bottom: 1px solid #999;
+
font-size: 11px;
+
font-weight: normal;
+
}
+
 
+
#print h3{
+
background: #F5F5F5;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0 0 10px 0;
+
}
+
 
+
#print h4{
+
background: #F9F9F9;
+
font-size: 11px;
+
}
+
 
+
#print p{
+
margin: 0 0 5px 0;
+
padding: 10px;
+
}
+
 
+
#print p.printcopy{
+
border: 0;
+
color: #000;
+
text-align: center;
+
}
+
 
+
#tforums{
+
text-align: center;
+
width: 98%;
+
}
+
 
+
#tforums td,
+
#tforums th
+
{
+
border-top: 1px solid #000000;
+
border-right: 1px solid #000000;
+
padding: 0px;
+
}
+
 
+
#tforums th{
+
background: url('style_images/2/table_header_bk.gif');
+
padding: 0px;
+
color: #FFFFFF;
+
text-align: center;
+
}
+
 
+
#tforums td{
+
text-align: left;
+
}
+
 
+
#forumindex{
+
width: 98%;
+
border: 0;
+
text-align: center;
+
}
+
 
+
#forumindex td,
+
#forumindex th
+
{
+
border-left: 1px solid #AFAFAF;
+
border-top: 1px solid #AFAFAF;
+
padding: 2px;
+
}
+
 
+
#forumindex th{
+
background: url('style_images/2/table_header_bk.gif');
+
padding: 0px;
+
color: #FFFFFF;
+
border-left: 1px solid #000000;
+
border-top: 1px solid #000000;
+
}
+
 
+
 
+
/* FORUM INDEX */
+
 
+
/* FIROW1: titres des topics */
+
.firow1,
+
.firow2shaded{
+
background: #ECECEC;
+
color: #555555;
+
margin: 0px 2px 0px 2px;
+
text-align: left;
+
}
+
 
+
/* liens */
+
.firow1 a:link,
+
.firow1  a:visited,
+
.firow2shaded a:link,
+
.firow2shaded  a:visited{
+
background: transparent;
+
color: #283242;
+
text-decoration: none;
+
font-size: 11px;
+
font-family: Verdana;
+
}
+
 
+
.firow1 a:hover,
+
.firow1 a:active,
+
.firow2shaded a:hover,
+
.firow2shaded a:active {
+
background: transparent;
+
color: #ff9313;
+
}
+
 
+
.fidesc{
+
font-size: 10px;
+
color: #999999;
+
}
+
 
+
 
+
 
+
 
+
/* tout le reste */
+
.firow2,
+
.firow4shaded{
+
background: #DCDCDC;
+
color: #555555;
+
margin: 0px 2px 0px 2px;
+
margin-left: 10px;
+
border-left: 1px solid #AFAFAF;
+
border-top: 1px solid #AFAFAF;
+
}
+
 
+
.firow2 a:link,
+
.firow2 a:visited,
+
.firow4shaded a:link,
+
.firow4shaded a:visited
+
{
+
background: transparent;
+
color: #EA792E;
+
text-decoration: none;
+
font-size: 11px;
+
font-family: Verdana;
+
}
+
 
+
.firow2 a:hover,
+
.firow2 a:active,
+
.firow4shaded a:hover,
+
.firow4shaded a:active
+
{
+
background: transparent;
+
color: #ff9313;
+
}
+
 
+
.specialfirow2 a:link,
+
.specialfirow2 a:visited,
+
.specialfirow4shaded a:link,
+
.specialfirow4shaded a:visited
+
{
+
color: #2D4051;
+
}
+
 
+
.specialfirow2 a:hover,
+
.specialfirow2 a:active,
+
.specialfirow4shaded a:hover,
+
.specialfirow4shaded a:active
+
{
+
color: #ff9313;
+
}
+
 
+
 
+
.firow2shaded,
+
.specialfirow4shaded,
+
.firow4shaded,
+
.specialfirow2shaded{
+
background: #DCDCDC;
+
}
+
 
+
 
+
 
+
#tblpost{
+
width: 98%;
+
border: 0;
+
text-align: center;
+
}
+
 
+
#tblpost td,
+
#tblpost th
+
{
+
border: 0;
+
padding: 2px;
+
}
+
 
+
#tblpost th{
+
background: url(style_images/2/post_header2_bk.gif);
+
padding: 0px;
+
color: #294A63;
+
border: 0;
+
height: 30px;
+
font-weight: normal;
+
vertical-align: middle;
+
text-align: left;
+
}
+
 
+
#tblpost a:link,
+
#tblpost a:visited {
+
color: #081829;
+
}
+
 
+
#tblpost a:hover,
+
#tblpost a:active {
+
color: #294A63;
+
text-decoration: underline;
+
}
+
 
+
 
+
#postdetails2 a:link,
+
#postdetails2 a:visited
+
{
+
font-size: 10px;
+
}
+
 
+
 
+
.postcolor a:link,
+
.postcolor a:visited
+
{
+
text-decoration: underline;
+
}
+
 
+
.gheaders
+
{
+
background: #E7E7E7 url(http://gbatemp.net/gonline/beta_fichiers/7/hdr_bk.png);
+
}
+
 
+
.iinfn
+
{
+
background: #F2F2F2 !important;
+
color: #696F75 !important;
+
}
+
 
+
.ititl
+
{
+
background: #FDFDFD !important;
+
color: #222222 !important;
+
}
+
 
+
.ititl6
+
{
+
background: #F9F9F9;
+
}
+
 
+
.iinfn
+
{
+
background: #dfe6ef;
+
}
+
 
+
.iinfn6
+
{
+
background: #dfe6ef;
+
}
+
 
+
 
+
 
+
td.subheader4 {
+
background: transparent url(style_images/2/userbar_bk.gif);
+
border: 0px;
+
border-top: 0;
+
height: 25px;
+
color: #3A4F6C;
+
margin-top: 3px;
+
padding-top: 3px;
+
text-align: left;
+
font-size: 10px;
+
}
+
 
+
.reviewbreak
+
{
+
background: #e2e6e8;
+
font-size: 20px;
+
color: #2B465B;
+
font-weight: bold;
+
padding: 5px;
+
border: 0px solid #ECEEF0;
+
}
+
 
+
 
+
.popupbox a span {
+
display:none;
+
text-decoration: none;
+
}
+
 
+
.popupbox a:hover span {
+
float: left;
+
text-decoration: none;
+
background:#ffffe1;
+
border:1px solid black;
+
display:block;
+
position: absolute;
+
padding:5px;
+
width:270px;
+
}
+
 
+
 
+
 
+
 
+
/*~START CSS~*/
+
 
+
/* 
+
* CSS for IP.Board 2.3.0
+
* Author: Rikki Tissier, original IP.Board CSS by James Mathias
+
* Copyright: 2005 IPS, Inc, all rights reserved
+
*
+
* All style attributes in alpha-numeric order starting from 0
+
*
+
*/
+
 
+
/*
+
* ========================================
+
* global element styles
+
* ========================================
+
*/
+
 
+
/* Import the colors */
+
 
+
/* ----------------------------------- */
+
 
+
 
+
 
+
 
+
/* @group Print styles */
+
 
+
 
+
/* ======================================== */
+
/* TABS
+
/* ======================================== */
+
 
+
.tabon
+
{
+
border-width: 1px 1px 0px 1px;
+
border-style: solid;
+
padding:8px;
+
float:left;
+
width:auto;
+
margin-top:1px;
+
font-size:11px;
+
}
+
 
+
.taboff
+
{
+
border-width: 1px 1px 0px 1px;
+
border-style: solid;
+
padding:8px;
+
float: left;
+
width: auto;
+
margin-top:1px;
+
font-size:11px;
+
}
+
 
+
.tabon a:link,
+
.tabon a:visited,
+
.tabon a:active
+
{
+
text-decoration:none;
+
}
+
 
+
.taboff a:link,
+
.taboff a:visited,
+
.taboff a:active
+
{
+
text-decoration:none;
+
}
+
 
+
.mya-back
+
{
+
background: #eaeaea;
+
margin:1px;
+
padding: 1px;
+
}
+
 
+
.mya-content
+
{
+
background: #FFF;
+
padding:8px;
+
margin: 1px;
+
border: 1px solid #777;
+
}
+
 
+
.mya-content-tbl
+
{
+
  background: #F0F5FA;
+
  border: 1px solid #777;
+
  text-align:left;
+
  font-size:10px;
+
  white-space:nowrap;
+
  margin:1px;
+
}
+
 
+
.mya-fieldwrap
+
{
+
background: transparent;
+
margin-top: 2px;
+
margin-bottom: 2px;
+
padding: 4px;
+
border: 1px solid #C5C7CD;
+
-moz-border-radius: 5px;
+
width: auto;
+
display: block;
+
}
+
 
+
/* -------------------------------- */
+
/* Create PM box defaults          */
+
/* -------------------------------- */
+
 
+
.iframeshim
+
{
+
position:absolute;
+
display:none;
+
background: #FFF;
+
border:0px;
+
width:auto;
+
height:auto;
+
}
+
 
+
 
+
 
+
/* -------------------------------- */
+
/* Experimental                    */
+
/* -------------------------------- */
+
 
+
/* @group Popup Menus */
+
 
+
.popupmenu,
+
.popupmenu-new
+
{
+
  background: transparent;
+
  border: 0;
+
color:  #000000;
+
  text-align:left;
+
  font-size:11px;
+
  white-space:nowrap;
+
  /*padding:3px 5px 3px 3px;*/
+
  /*width:300px;*/
+
}
+
 
+
.popupmenu-item
+
{
+
padding: 5px;
+
/*margin-top:4px;*/
+
white-space: nowrap;
+
border-bottom: 1px solid #d0d0d0;
+
color:  #000000;
+
font-weight: normal;
+
        background: #F2F2F2;
+
}
+
 
+
.popupmenu-item-last
+
{
+
        background: #F2F2F2;
+
padding: 5px;
+
/*margin-top:4px;*/
+
white-space: nowrap;
+
color:  #000000;
+
font-weight: normal;
+
}
+
 
+
.popmenubutton-new,
+
.popmenubutton
+
{
+
white-space:nowrap;
+
/*background-color: #f0f0f0;
+
border: 1px solid #adadad;*/
+
color: #30343b;
+
font-weight:bold;
+
float:right;
+
text-align:center;
+
margin:0px;
+
font-size:11px;
+
padding: 2px 8px 2px 8px;
+
}
+
 
+
.popmenubutton-new,
+
.popmenubutton-new-out
+
{
+
float:none;
+
width:auto;
+
text-align:left;
+
height:auto;
+
padding:4px;
+
font-weight:normal;
+
/* background-color:#f0f0f0;*/
+
background-image: url(style_images/2/menu_action_down-padded.gif);
+
background-repeat: no-repeat;
+
background-position: right;
+
}
+
 
+
.popmenubutton-new-out
+
{
+
/*padding: 4px;
+
background-color:#dce1e8;
+
border: 1px solid #a9b0bb;*/
+
}
+
 
+
 
+
.popupmenu-new
+
{
+
background-color: #f4f4f4;
+
}
+
 
+
.maintitle .popmenubutton {
+
margin: -3px 0px -3px 5px;
+
}
+
 
+
.popmenubutton a:link,
+
.popmenubutton a:visited,
+
.popmenubutton-new a:link,
+
.popmenubutton-new a:visited,
+
.popmenubutton-new-out a:link,
+
.popmenubutton-new-out a:visited,
+
.popupmenu-item a:link,
+
.popupmenu-item a:visited,
+
.popupmenu-item-last a:link,
+
.popupmenu-item-last a:visited
+
{
+
color:  #000000;
+
text-decoration: none;
+
-moz-outline: none;
+
}
+
 
+
.popmenubutton a:hover,
+
.popmenubutton-new a:hover,
+
.popupmenu-item a:hover,
+
.popupmenu-item-last a:hover
+
+
text-decoration: none;
+
}
+
 
+
.popupmenu-category
+
{
+
background-color: #aaaaaa;
+
color: #464646;
+
font-size: 11px;
+
font-weight: bold;
+
letter-spacing: 1px;
+
margin: 0;
+
padding: 5px;
+
}
+
 
+
 
+
 
+
/* @end */
+
 
+
/* -------------------------------- */
+
/* Loading box
+
/* -------------------------------- */
+
 
+
#loading-layer-inner
+
{
+
width:220px;
+
height:28px;
+
padding:18px 10px 10px 10px;
+
text-align:center;
+
color: #000;
+
border: 1px solid;
+
border-color:#CCC #666 #666 #CCC;
+
background-color: #FCF8C7;
+
}
+
 
+
/* -------------------------------- */
+
/* Message in a bo(x|ttle)
+
/* -------------------------------- */
+
 
+
#ipd-msg-wrapper
+
{
+
display: none;
+
width: 220px;
+
}
+
 
+
#ipd-msg-inner
+
{
+
width:100%;
+
height:45px;
+
padding: 6px 4px 4px 4px;
+
margin: 0px;
+
text-align:center;
+
color: #000;
+
border: 1px solid;
+
border-color:#ccc #666 #666 #ccc;
+
background-color: #FCF8C7;
+
filter:alpha(opacity=75);
+
opacity:.75
+
}
+
 
+
#ipd-msg-title
+
{
+
width: 100%;
+
height:20px;
+
margin: 0px;
+
padding: 6px 4px 4px 4px;
+
background: transparent url(style_images/2/css_pp_header.gif);
+
border: 1px solid #3A4F6C;
+
border-bottom: 0px;
+
color: #FFF;
+
}
+
 
+
.linked-image
+
{
+
margin: 0px;
+
padding: 0px;
+
border: 0px;
+
}
+
 
+
.resized-linked-image
+
{
+
margin: 1px 0px 0px 0px;
+
padding: 0px;
+
background-color: #000;
+
border: 0px;
+
color: #FFF;
+
font-size: 10px;
+
width: auto;
+
-moz-border-radius-topleft: 7px;
+
-moz-border-radius-topright: 7px;
+
}
+
 
+
.resized-linked-image-zoom
+
{
+
width: 200px;
+
height: 30px;
+
filter:alpha(opacity=85);
+
opacity:.85;
+
background-color: #FFF;
+
padding-top: 6px;
+
padding-left: 5px;
+
top: 0px;
+
left: 0px;
+
position: absolute;
+
display: none;
+
}
+
 
+
/* -------------------------------- */
+
/* Edit post reason
+
/* -------------------------------- */
+
 
+
.post-edit-reason
+
{
+
background: #E7EAEF;
+
margin-top: 9px;
+
margin-bottom: 0px;
+
padding: 4px;
+
color: #333;
+
font-size: 10px;
+
border: 1px solid #C5C7CD;
+
-moz-border-radius: 5px;
+
width: auto;
+
display: block;
+
}
+
 
+
/* -------------------------------- */
+
/* Personal Profile
+
/* -------------------------------- */
+
 
+
.pp-name
+
{
+
background: #eeeeee;
+
margin: 0px;
+
padding: 10px;
+
}
+
 
+
/* @group Personal Profile */
+
 
+
.pp-name h3
+
{
+
margin:0px;
+
padding:0px 0px 5px 0px;
+
font-size:24px;
+
}
+
 
+
.pp-header
+
{
+
font-size: 10px;
+
font-weight: bold;
+
margin: 0px 0px 1px 0px;
+
padding: 5px;
+
}
+
 
+
.pp-title
+
{
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0px;
+
padding: 8px;
+
}
+
 
+
.pp-datebox
+
{
+
text-align: center;
+
background: #FFFFFF;
+
border: 1px solid #8e8e8e;
+
padding: 4px;
+
margin: 0px;
+
font-size:18px;
+
font-weight:bold;
+
line-height: 100%;
+
letter-spacing: -1px;
+
float:right;
+
width: auto;
+
}
+
 
+
.pp-datebox em
+
{
+
color: #AAA;
+
font-weight: normal;
+
font-style: normal;
+
}
+
 
+
.pp-contentbox-back
+
{
+
background-color: #cacaca;
+
padding: 6px;
+
}
+
 
+
.pp-contentbox-entry,
+
.pp-contentbox-entry-noheight,
+
.pp-contentbox-entry-noheight-mod,
+
.pp-contentbox-entry-noheight-sel
+
{
+
background-color: #f7f7f7;
+
border: 1px solid #8e8e8e;
+
line-height: 140%;
+
padding: 8px;
+
margin-bottom: 6px;
+
height: 200px;
+
overflow: auto;
+
overflow-x: auto;
+
}
+
 
+
.pp-contentbox-entry-noheight-sel
+
{
+
background-color:#FCECCD;
+
}
+
 
+
.pp-contentbox-entry-noheight-mod
+
{
+
background-color:#FDF1DA;
+
}
+
 
+
.pp-contentbox-entry-noheight,
+
.pp-contentbox-entry-noheight-mod,
+
.pp-contentbox-entry-noheight-sel
+
{
+
height: auto;
+
margin-bottom: 1px;
+
}
+
 
+
.pp-image-thumb-wrap,
+
.pp-image-thumb-wrap-floatright,
+
.pp-image-mini-wrap,
+
.pp-image-mini-wrap-floatright
+
{
+
width: 52px;
+
height: 52px;
+
text-align: center;
+
background: #FFFFFF;
+
border: 1px solid #555555;
+
padding: 4px;
+
margin-top: auto;
+
margin-bottom: auto;
+
}
+
 
+
.pp-image-mini-wrap,
+
.pp-image-mini-wrap-floatright
+
{
+
width: 27px;
+
height: 27px;
+
margin-top: auto;
+
margin-bottom: auto;
+
}
+
 
+
.pp-image-thumb-wrap-floatright,
+
.pp-image-mini-wrap-floatright
+
{
+
float:right;
+
}
+
 
+
.pp-tiny-text
+
{
+
color: gray;
+
font-size: 10px;
+
}
+
 
+
.pp-mini-content-entry,
+
.pp-mini-content-entry-noheight,
+
.pp-mini-entry-noheight-shaded
+
{
+
background-color: #F9F9F9;
+
padding: 6px;
+
border-bottom: 1px dotted #555555;
+
clear:both;
+
width: auto;
+
height: 60px;
+
}
+
 
+
.pp-mini-entry-noheight-shaded
+
{
+
background-color: #E3DFE7;
+
}
+
 
+
.pp-mini-content-entry-noheight,
+
.pp-mini-entry-noheight-shaded
+
{
+
height: auto;
+
}
+
 
+
.pp-tabclear,
+
.pp-maintitle
+
{
+
font-size: 13px;
+
font-weight: bold;
+
margin: 0px;
+
padding: 8px;
+
}
+
 
+
.pp-tabclear
+
{
+
border:0px;
+
}
+
 
+
.pp-tabon
+
{
+
border-width: 1px 1px 0px 1px;
+
border-style: solid;
+
padding:8px;
+
float:left;
+
width:auto;
+
margin-top:1px;
+
font-size:11px;
+
}
+
 
+
.pp-taboff,
+
.pp-tabshaded
+
{
+
border-width: 1px 1px 0px 1px;
+
border-style: solid;
+
padding:8px;
+
float: left;
+
width: auto;
+
margin-top:1px;
+
font-size:11px;
+
}
+
 
+
.pp-tabshaded
+
{
+
background-image: url(style_images/2/css_pp_tab_shaded.gif);
+
background-repeat: repeat-x;
+
background-position: left bottom;
+
color: #516795;
+
border-top: 1px solid #7f9BBC;
+
border-left: 1px solid #7f9BBC;
+
border-right: 1px solid #7f9BBC;
+
}
+
 
+
.pp-tabon a:link,
+
.pp-tabon a:visited,
+
.pp-tabon a:active
+
{
+
text-decoration:none;
+
}
+
 
+
.pp-taboff a:link,
+
.pp-taboff a:visited,
+
.pp-taboff a:active,
+
.pp-tabshaded a:link,
+
.pp-tabshaded a:visited,
+
.pp-tabshaded a:active
+
{
+
text-decoration:none;
+
}
+
 
+
.pp-tabwrap
+
{
+
height: 34px;
+
margin:0px;
+
padding:0px;
+
}
+
 
+
 
+
 
+
/* @end */
+
 
+
/* Small blog fix */
+
 
+
#myblogset-info .fieldwrap {
+
background: transparent;
+
border: 0px;
+
border-top: 0;
+
    margin: 0px;
+
padding: 0;
+
text-align: left;
+
}
+
 
+
 
+
/* GALLERY STYLES */
+
 
+
.gallery_block {
+
padding: 3px !important;
+
margin: 0px;
+
}
+
 
+
.gal_caption {
+
font-size: 14px;
+
padding-bottom: 5px;
+
font-weight: normal;
+
}
+
 
+
.gal_cat a {
+
text-decoration: none;
+
}
+
 
+
.gal_curr {
+
}
+
 
+
.gal_noncurr {
+
}
+
 
+
.thumbwrap,
+
.thumbwrapp,
+
.fullimagewrap
+
{
+
margin: 1px;
+
background-color: #fff;
+
border: 1px solid #8e8e8e !important;
+
}
+
 
+
.thumbwrapp{
+
border: 2px solid #660707;
+
}
+
 
+
.fullimagewrap{
+
background: #F9F9F9;
+
text-align: center;
+
margin: 5px 0 5px 0;
+
padding: 5px;
+
}
+
 
+
.thumbwrap h4,
+
.thumbwrapp h4{
+
background: #DDE6F2;
+
border: 0 !important;
+
color: #5176B5;
+
font-size: 12px;
+
font-weight: bold;
+
margin: 0;
+
padding: 5px;
+
}
+
 
+
.thumbwrap p,
+
.thumbwrapp p{
+
border-bottom: 0px !important;
+
margin: 0 !important;
+
padding: 5px !important;
+
text-align: left;
+
}
+
 
+
.thumbwrap p.alt,
+
.thumbwrapp p.alt{
+
border-bottom: 0px !important;
+
margin: 0 !important;
+
padding: 5px !important;
+
text-align: left;
+
}
+
 
+
.thumbwrapp p.pin{
+
background: #EFDFDF !important;
+
text-align: center !important;
+
}
+
 
+
.thumbwrap img.galattach,
+
.thumbwrapp img.galattach{
+
background: #FFF url(style_images/2/img_larger.gif) no-repeat bottom right;
+
border: 1px solid #424242;
+
margin: 5px;
+
padding: 2px 2px 10px 2px;
+
}
+
 
+
/* This is a little hack to fix the
+
* scrollbar that appears in the emoticon
+
* pane of the post screen */
+
#post_screen_hack table tr td {
+
padding: 0px !important;
+
}
+
</style>
+
+
<script type="text/javascript" language="javascript" src="sources/prototype-1.4.0.js"></script>
+
</head>
+
<body>
+
<div id="ipbwrapper">
+
<!--ipb.javascript.start-->
+
<script type="text/javascript">
+
//<![CDATA[
+
var ipb_var_st            = "0";
+
var ipb_lang_tpl_q1      = "Please enter a page number to jump to between 1 and";
+
var ipb_var_s            = "";
+
var ipb_var_phpext        = "php";
+
var ipb_var_base_url      = "http://gbatemp.net/index.php?s=&";
+
var ipb_var_image_url    = "style_images/2";
+
var ipb_input_f          = "8";
+
var ipb_input_t          = "0";
+
var ipb_input_p          = "0";
+
var ipb_var_cookieid      = "v3";
+
var ipb_var_cookie_domain = ".gbatemp.net";
+
var ipb_var_cookie_path  = "/";
+
var ipb_md5_check        = "880ea6a14ea49e853634fbdc5015a024";
+
var ipb_new_msgs          = 0;
+
var use_enhanced_js      = 1;
+
var use_charset          = "iso-8859-1";
+
var ipb_myass_chars_lang  = "Not enough characters";
+
var ajax_load_msg   = "Loading Content...";
+
//]]>
+
</script>
+
 
+
<!-- gallery tool -->
+
<script src="jscripts/mootools.release.83.js" type="text/javascript"></script>
+
<script src="jscripts/showcase.slideshow.js" type="text/javascript"></script>
+
<link rel="stylesheet" href="jscripts/jd.slideshow.css" type="text/css" media="screen" />
+
<script type="text/javascript">
+
var slideshow = null;
+
 
+
function checkStartSlide() {
+
if (document.getElementById('mySlideshow') != null)
+
startSlideshow();
+
else
+
setTimeout('checkStartSlide()', 1000);
+
}
+
function startSlideshow() {
+
var countArticle = 0;
+
var mySlideData = new Array();
+
var i = 0;
+
while (document.getElementById('slide'+i) != null) {
+
mySlideData[countArticle++] = new Array(
+
document.getElementById('slide'+i+'path').value,
+
document.getElementById('slide'+i+'link').value,
+
document.getElementById('slide'+i+'name').value,
+
'test description'
+
);
+
i++;
+
}
+
slideshow = initShowcaseSlideShow($('mySlideshow'), mySlideData);
+
}
+
setTimeout('checkStartSlide()', 1000);
+
</script>
+
<!-- /gallery tool -->
+
 
+
<script type="text/javascript" src='jscripts/ips_ipsclass.js'></script>
+
<script type="text/javascript" src='jscripts/ipb_global.js'></script>
+
<script type="text/javascript" src='jscripts/ips_menu.js'></script>
+
<script type="text/javascript" src='style_images/2/folder_js_skin/ips_menu_html.js'></script>
+
 
+
<script type="text/javascript" src='cache/lang_cache/en/lang_javascript.js'></script>
+
<script type="text/javascript">
+
//<![CDATA[
+
var ipsclass = new ipsclass();
+
ipsclass.init();
+
ipsclass.settings['do_linked_resize'] = parseInt( "1" );
+
ipsclass.settings['resize_percent']  = parseInt( "50" );
+
//]]>
+
</script>
+
<!--ipb.javascript.end-->
+
 
+
<div class="borderwrap">
+
<div id="logostrip" style="text-align: center;">
+
<map name="logolinks">
+
<area href="http://gbatemp.net/index.php?act=home" shape="polygon" coords="0, 1, 0, 103, 780, 103, 780, 35, 479, 35, 510, 0" target="_self">
+
<area href="http://gbatemp.net/index.php?showforum=32" shape="polygon" coords="493, 28, 518, 4, 593, 4, 569, 28" target="_self">
+
<area href="http://gbatemp.net/index.php?showforum=37" shape="polygon" coords="587, 28, 610, 4, 684, 4, 661, 28" target="_self">
+
<area href="http://gbatemp.net/index.php?showforum=104" shape="polygon" coords="677, 28, 701, 4, 775, 4, 752, 28" target="_self">
+
</map>
+
<!--ipb.logo.start--><img src='style_images/2/logo4.gif' style='vertical-align:top' alt='GBAtemp.net logo' border='0' usemap='#logolinks' /><!--ipb.logo.end-->
+
</div>
+
 
+
<div id="subheader"></div>
+
<div id="subheader2">
+
<map name="glinks">
+
<area shape="rect" coords="0, 0, 81, 25" href="index.php?act=home">
+
<area shape="rect" coords="84, 0, 181, 25" href="index.php?act=idx">
+
<area shape="rect" coords="184, 0, 289, 25" href="index.php?dynamic=8">
+
<area shape="rect" coords="292, 0, 387, 25" href="index.php?showforum=69">
+
<area shape="rect" coords="390, 0, 508, 25" href="index.php?act=downloads">
+
<area shape="rect" coords="511, 0, 626, 25" href="/newgon/">
+
<area shape="rect" coords="629, 0, 709, 25" href="http://wiki.gbatemp.net">
+
<area shape="rect" coords="712, 0, 807, 25" href="index.php?act=search">
+
</map>
+
<img src='style_images/2/banner_buttons2.gif' style='vertical-align:top; text-align: center;' alt='GBAtemp.net navigation bar' border='0' usemap='#glinks' /></div>
+
<div id="subheader3"></div>
+
 
+
<div id="subheader4">
+
 
+
<div style="float: left;">
+
<b>Welcome Guest</b> ( <a href="http://gbatemp.net/index.php?act=Login&amp;CODE=00">Log In</a> | <a href="http://gbatemp.net/index.php?act=Reg&amp;CODE=00">Register</a> )
+
&nbsp;&middot;&nbsp;
+
 
+
 
+
 
+
<a href="index.php?act=boardrules" style="font-weight: bold;">Forum rules</a>&nbsp;&middot;&nbsp;<a href='index.php?dynamic=48'><b>Site Index</b></a>
+
</div>
+
<div style="text-align: right;">
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<script type="text/javascript" src='jscripts/ips_xmlhttprequest.js'></script>
+
<script type="text/javascript" src='jscripts/ipb_global_xmlenhanced.js'></script>
+
<script type="text/javascript" src='jscripts/dom-drag.js'></script>
+
 
+
 
+
<div id='get-myassistant' style='display:none;width:400px;text-align:left;'>
+
<div class="borderwrap" id='myass-drag' title='Click and hold to drag this window'>
+
 
+
<!--TABLETOP--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr>
+
<td width="0%" class="nopad" style="background: url('http://gbatemp.net/up/myasst_crnr_l.png');">
+
<img src="up/blank.gif" width="14" height="24"></td>
+
<td width="100%" class="pboxtop">
+
 
+
  <div style='float:right'><a href='#' ><img src='http://gbatemp.net/up/myasst_close.png' border=0></a></div>
+
  <div>My Assistant</div>
+
 
+
</td>
+
 
+
<td width="0%" class="nopad" style="background: url('http://gbatemp.net/up/myasst_crnr_r.png');"><img src="up/blank.gif" width="14" height="24"></td></tr></table><!--/TABLETOP-->
+
 
+
 
+
<div id='myass-content' style='overflow-x:auto;'></div>
+
 
+
 
+
<!--TABLEBTM--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr><td width="0%" class="nopad">
+
<img src="http://gbatemp.net/up/myasst_bcrnr_l.png" width="14" height="15"></td>
+
<td width="100%" class="pboxbottom"><img src="http://gbatemp.net/up/blank.gif"></td>
+
<td width="0%" class="nopad"><img src="http://gbatemp.net/up/myasst_bcrnr_r.png" width="14" height="15"></td></tr></table><!--TABLEBTM-->
+
 
+
 
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<!-- Screenshots popup -->
+
<div id='get-screenshots-nds3085' style='display:none;width:258px;text-align:center;'>
+
<div class="borderwrap" id='screenshots-drag-nds3085' title='Screenshots'>
+
 
+
<!--TABLETOP--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr>
+
<td width="0%" class="nopad" style="background: url('http://gbatemp.net/up/myasst_crnr_l.png');">
+
<img src="up/blank.gif" width="14" height="24"></td>
+
<td width="100%" class="pboxtop">
+
 
+
  <div style='float:right'><a href='#' ><img src='http://gbatemp.net/up/myasst_close.png' border=0></a></div>
+
 
+
  <div>Screenshots</div>
+
 
+
</td>
+
<td width="0%" class="nopad" style="background: url('http://gbatemp.net/up/myasst_crnr_r.png');"><img src="up/blank.gif" width="14" height="24"></td></tr></table><!--/TABLETOP-->
+
 
+
 
+
<div id='screenshots-content-nds3085' style='overflow-x:hidden; text-align: center;'></div>
+
 
+
 
+
<!--TABLEBTM--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr><td width="0%" class="nopad">
+
<img src="http://gbatemp.net/up/myasst_bcrnr_l.png" width="14" height="15"></td>
+
<td width="100%" class="pboxbottom"><img src="http://gbatemp.net/up/blank.gif"></td>
+
<td width="0%" class="nopad"><img src="http://gbatemp.net/up/myasst_bcrnr_r.png" width="14" height="15"></td></tr></table><!--TABLEBTM-->
+
 
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<!-- Screenshots popup -->
+
<div id='get-screenshots-nds3086' style='display:none;width:258px;text-align:center;'>
+
<div class="borderwrap" id='screenshots-drag-nds3086' title='Screenshots'>
+
 
+
<!--TABLETOP--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr>
+
<td width="0%" class="nopad" style="background: url('http://gbatemp.net/up/myasst_crnr_l.png');">
+
<img src="up/blank.gif" width="14" height="24"></td>
+
<td width="100%" class="pboxtop">
+
 
+
  <div style='float:right'><a href='#' ><img src='http://gbatemp.net/up/myasst_close.png' border=0></a></div>
+
  <div>Screenshots</div>
+
 
+
</td>
+
<td width="0%" class="nopad" style="background: url('http://gbatemp.net/up/myasst_crnr_r.png');"><img src="up/blank.gif" width="14" height="24"></td></tr></table><!--/TABLETOP-->
+
 
+
 
+
<div id='screenshots-content-nds3086' style='overflow-x:hidden; text-align: center;'></div>
+
 
+
 
+
<!--TABLEBTM--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr><td width="0%" class="nopad">
+
<img src="http://gbatemp.net/up/myasst_bcrnr_l.png" width="14" height="15"></td>
+
<td width="100%" class="pboxbottom"><img src="http://gbatemp.net/up/blank.gif"></td>
+
<td width="0%" class="nopad"><img src="http://gbatemp.net/up/myasst_bcrnr_r.png" width="14" height="15"></td></tr></table><!--TABLEBTM-->
+
</div>
+
</div>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<!-- Loading Layer -->
+
<div id='loading-layer' style='display:none'>
+
<div id='loading-layer-shadow'>
+
  <div id='loading-layer-inner'>
+
<img src='style_images/2/loading_anim.gif' border='0' alt='Loading. Please Wait...' />
+
<span style='font-weight:bold' id='loading-layer-text'>Loading. Please Wait...</span>
+
 
+
    </div>
+
</div>
+
</div>
+
<!-- / Loading Layer -->
+
<!-- Msg Layer -->
+
<!--
+
<div id='ipd-msg-wrapper'>
+
<div id='ipd-msg-title'>
+
<a href='#' ><img src='style_images/2/close.png' alt='X' title='Close Window' class='ipd' /></a> &nbsp; <strong>Site Message</strong>
+
</div>
+
<div id='ipd-msg-inner'><span style='font-weight:bold' id='ipd-msg-text'></span><div class='pp-tiny-text'>(Message will auto close in 2 seconds)</div></div>
+
</div>-->
+
 
+
<!-- Msg Layer -->
+
 
+
 
+
</div>
+
</div>
+
<br><div id="navstrip">&nbsp;&nbsp;<img src='style_images/2/nav.gif' border='0'  alt='&gt;' />&nbsp;<a href='http://gbatemp.net/index.php?act=idx'>GBAtemp.net</a>&nbsp;&gt;&nbsp;<a href='http://gbatemp.net/index.php?showforum=33'>Other Discussions</a>&nbsp;&gt;&nbsp;<a href='http://gbatemp.net/index.php?showforum=8'>Testing Area</a></div><br>
+
 
+
<!--IBF.NEWPMBOX-->
+
<center>
+
<script language="javascript" type="text/javascript">
+
<!--
+
var unselectedbutton  = "style_images/2/topic_unselected.gif";
+
var selectedbutton    = "style_images/2/topic_selected.gif";
+
var lang_gobutton    = "With Selected";
+
var lang_suredelete  = "Are you sure you wish to delete these topics?";
+
var lang_otherpage    = "from other pages";
+
var lang_clickhold    = "Click and hold to edit title";
+
var perm_can_edit    = 0;
+
var perm_can_open    = 0;
+
var perm_can_close    = 0;
+
var perm_max_length  = 150;
+
// Set up img vars
+
var img_markers = {
+
'bc_new.gif' : 'bc_nonew.gif',
+
'bf_new.gif' : 'bf_nonew.gif',
+
'br_new.gif' : 'br_nonew.gif'
+
};
+
var regex_markers = 'bc_new.gif|bf_new.gif|br_new.gif';
+
//-->
+
</script>
+
<script type="text/javascript" src="jscripts/ipb_forum.js"></script>
+
 
+
<!--IBF.SUBFORUMS-->
+
 
+
<center>
+
<table cellspacing="0" style="width: 98%;">
+
<tr>
+
<td style='padding-left:0px' width="60%; background: transparent;">
+
<span class="pagelink" id='page-jump'>188 Pages <img src='style_images/2/menu_action_down.gif' alt='V' title='Open Menu' border='0' /></span>&nbsp;
+
 
+
&nbsp;<span class="pagecurrent">1</span>&nbsp;<span class="pagelink"><a href="http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all&amp;st=25" title="2">2</a></span>&nbsp;<span class="pagelink"><a href="http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all&amp;st=50" title="3">3</a></span>&nbsp;<span class="pagelink"><a href="http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all&amp;st=25" title="Next page">&gt;</a></span>&nbsp;<span class="pagelinklast"><a href="http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all&amp;st=4675" title="Go to last page">&raquo;</a></span>&nbsp;
+
 
+
<script type="text/javascript">
+
//<![CDATA[
+
ipb_pages_shown++;
+
var pgjmp = document.getElementById( 'page-jump' );
+
pgjmp.id  = 'page-jump-'+ipb_pages_shown;
+
ipb_pages_array[ ipb_pages_shown ] = new Array( 'http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all', 25, 4695 );
+
menu_build_menu(
+
pgjmp.id,
+
new Array(  "~~NODIV~~<div  class='popupmenu-category' align='center'>Jump to Page</div>",
+
"<input type='hidden' id='st-type-"+ipb_pages_shown+"' value='st' /><input type='text' size='5' name='st' id='st-"+ipb_pages_shown+"'  /> <input type='button' class='button'  value='Go' />" ) );
+
//]]>
+
</script>
+
</td>
+
<td class='nopad' style='padding:0px 0px 5px 0px' align="right" nowrap="nowrap"><a href="http://gbatemp.net/index.php?act=Post&amp;CODE=00&amp;f=8"><img src='style_images/2/t_new.gif' border='0'  alt='Start new topic' /></a>&nbsp;</td>
+
</tr>
+
</table>
+
 
+
</center>
+
 
+
<center>
+
<div class="borderwrap" style="width: 98%; align: center; display:" id="fo_8">
+
 
+
 
+
<!--TABLETOP--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr>
+
<td width="0%" class="nopad" style="background: url('style_images/2/table_title_left.gif');">
+
<img src="up/blank.gif" width="79" height="31"></td>
+
<td width="100%" class="maintitle" align="left">  &nbsp;
+
<a href="http://gbatemp.net/index.php?showforum=8">Testing Area</a>
+
</td>
+
 
+
<td width="0%" class="maintitle" align="left" nowrap="nowrap">
+
<a href="index.php?act=Login&amp;CODE=04&amp;f=8" style="font-size: 10px;">Mark this forum as read</a> &middot; <a href="index.php?act=usercp&amp;CODE=start_subs&amp;method=forum&amp;fid=8" style="font-size: 10px;">Subscribe to this forum</a>
+
 
+
</td>
+
 
+
<td width="0%" class="nopad" style="background: url('style_images/2/bigtrc.jpg');"><img src="up/blank.gif" width="125" height="31"></td></tr></table><!--/TABLETOP-->
+
 
+
 
+
<table cellspacing="0" id="forumindex" style="width: 100%">
+
<tr>
+
<th align="center" style="border-right: 0; border-top: 0;">&nbsp;</th>
+
<th align="center" style="border: 0;">&nbsp;</th>
+
<th width="50%" style="border: 0; text-align: center;">Topic Title</th>
+
<th width="7%" align="center" style="border: 0; text-align: center;">Replies</th>
+
 
+
<th width="14%" align="center" style="border: 0; text-align: center;">Topic Starter</th>
+
<th width="7%" align="center" style="border: 0; text-align: center;">Views</th>
+
<th width="22%" style="border-left: 0; border-right: 1px solid #000; border-top: 0; text-align: center;">Last Action</th>
+
 
+
</tr>
+
 
+
 
+
 
+
<!-- Forum page unique top -->
+
 
+
<!--IBF.ANNOUNCEMENTS--><!--PINNED-->
+
 
+
    <!-- END PINNED --><!-- Begin Topic Entry 85252 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> <img src='style_images/2/f_pinned.gif' border='0'  alt='Pinned' /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
Sticky:  <span id='tid-span-85252'><a id="tid-link-85252" href="http://gbatemp.net/index.php?showtopic=85252" title="This topic was started: May 5 2008, 04:07 AM">The &#39;You Are Banned&#39; Game</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=85252', 7948, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=85252&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=85252&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=85252&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=85252&amp;st=7935&amp;start=7935">&raquo; 530</a></span>
+
 
+
<div class="fidesc"><span  id='tid-desc-85252'></span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(85252);">7,947</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=96702'>DarkAura</a></td>
+
 
+
<td align="center" class="firow2">55,652</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 10:23 PM<br /><a href="http://gbatemp.net/index.php?showtopic=85252&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=126352'>playallday</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 85252 --><!-- Begin Topic Entry 105771 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> <img src='style_images/2/f_pinned.gif' border='0'  alt='Pinned' /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
Sticky:  <span id='tid-span-105771'><a id="tid-link-105771" href="http://gbatemp.net/index.php?showtopic=105771" title="This topic was started: Sep 20 2008, 01:31 AM">All Wii backup loader/Waninkoko discussion goes here.</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=105771', 200, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=105771&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=105771&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=105771&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=105771&amp;st=195&amp;start=195">&raquo; 14</a></span>
+
 
+
<div class="fidesc"><span  id='tid-desc-105771'>Do not flame other members. Flames will result in suspension.</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(105771);">199</a>
+
 
+
 
+
    </td>
+
 
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=11705'>jumpman17</a></td>
+
 
+
<td align="center" class="firow2">36,422</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 03:49 AM<br /><a href="http://gbatemp.net/index.php?showtopic=105771&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=93498'>Kanchome</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 105771 --><!-- Begin Topic Entry 104156 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> <img src='style_images/2/f_pinned.gif' border='0'  alt='Pinned' /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
 
+
Sticky:  <span id='tid-span-104156'><a id="tid-link-104156" href="http://gbatemp.net/index.php?showtopic=104156" title="This topic was started: Mar 5 2003, 03:47 AM">post here funny pictures</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=104156', 697, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=104156&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=104156&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=104156&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=104156&amp;st=690&amp;start=690">&raquo; 47</a></span>
+
<div class="fidesc"><span  id='tid-desc-104156'>part 40529475</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(104156);">696</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=25'>Thug4L1f3</a></td>
+
 
+
<td align="center" class="firow2">32,127</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Yesterday, 03:37 AM<br /><a href="http://gbatemp.net/index.php?showtopic=104156&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=134254'>Jerme</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 104156 --><!-- Begin Topic Entry 79197 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> <img src='style_images/2/f_pinned.gif' border='0'  alt='Pinned' /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
Sticky:  <span id='tid-span-79197'><a id="tid-link-79197" href="http://gbatemp.net/index.php?showtopic=79197" title="This topic was started: Mar 20 2008, 12:38 AM">GBAtemp isn&#39;t 4chan.</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=79197', 186, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=79197&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=79197&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=79197&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=79197&amp;st=180&amp;start=180">&raquo; 13</a></span>
+
 
+
<div class="fidesc"><span  id='tid-desc-79197'>Serious thread is serious</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(79197);">185</a>
+
 
+
 
+
    </td>
+
 
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=31986'>Heran Bago</a></td>
+
 
+
<td align="center" class="firow2">9,292</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">28th September 2008 - 05:35 PM<br /><a href="http://gbatemp.net/index.php?showtopic=79197&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=110459'>nin10do</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 79197 --><!-- Begin Topic Entry 17150 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> <img src='style_images/2/f_pinned.gif' border='0'  alt='Pinned' /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
 
+
Sticky:  <span id='tid-span-17150'><a id="tid-link-17150" href="http://gbatemp.net/index.php?showtopic=17150" title="This topic was started: Mar 8 2004, 05:04 AM">Teh Person Above Meh ^</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=17150', 1627, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=17150&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=17150&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=17150&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=17150&amp;st=1620&amp;start=1620">&raquo; 109</a></span>
+
<div class="fidesc"><span  id='tid-desc-17150'>it doesn&#39;t die, it multiplies...</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(17150);">1,626</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=13478'>KotaInka2</a></td>
+
 
+
<td align="center" class="firow2">20,055</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">27th September 2008 - 01:14 PM<br /><a href="http://gbatemp.net/index.php?showtopic=17150&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=105198'>agentgamma</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 17150 --><!-- Begin Topic Entry 7249 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> <img src='style_images/2/f_pinned.gif' border='0'  alt='Pinned' /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
Sticky:  <span id='tid-span-7249'><a id="tid-link-7249" href="http://gbatemp.net/index.php?showtopic=7249" title="This topic was started: Apr 12 2003, 10:40 PM">You know you&#39;ve been playing too much</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=7249', 810, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=7249&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=7249&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=7249&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=7249&amp;st=795&amp;start=795">&raquo; 54</a></span>
+
 
+
<div class="fidesc"><span  id='tid-desc-7249'>with your GBA when...</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(7249);">809</a>
+
 
+
 
+
    </td>
+
 
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=3'>Omero</a></td>
+
 
+
<td align="center" class="firow2">17,786</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">27th September 2008 - 02:28 AM<br /><a href="http://gbatemp.net/index.php?showtopic=7249&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=122437'>da_head</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 7249 --><!-- Begin Topic Entry 16955 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> <img src='style_images/2/f_pinned.gif' border='0'  alt='Pinned' /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
 
+
Sticky:  <span id='tid-span-16955'><a id="tid-link-16955" href="http://gbatemp.net/index.php?showtopic=16955" title="This topic was started: Feb 28 2004, 07:13 PM">Grog&#33;</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=16955', 188, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=16955&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=16955&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=16955&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=16955&amp;st=180&amp;start=180">&raquo; 13</a></span>
+
<div class="fidesc"><span  id='tid-desc-16955'></span></div>
+
</div>
+
 
+
</td>
+
 
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(16955);">187</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=348'>Lord Graga</a></td>
+
 
+
<td align="center" class="firow2">6,893</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">23rd September 2008 - 07:27 AM<br /><a href="http://gbatemp.net/index.php?showtopic=16955&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=75053'>Regiiko</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 16955 --><!-- END PINNED -->
+
<tr>
+
  <td class="darkrow1" colspan="8" style="font-size: 10px; padding: 0; border-left: 1px solid #000; border-right: 1px solid #000;"> <b>Forum Topics</b></td>
+
 
+
</tr><!-- Begin Topic Entry 107868 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107868'><a id="tid-link-107868" href="http://gbatemp.net/index.php?showtopic=107868" title="This topic was started: Today, 10:21 PM">Is the OneStation any good?</a></span>
+
<div class="fidesc"><span  id='tid-desc-107868'></span></div>
+
 
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107868);">0</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=61451'>TrolleyDave</a></td>
+
 
+
<td align="center" class="firow2">0</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 10:21 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107868&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=61451'>TrolleyDave</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107868 --><!-- Begin Topic Entry 107700 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107700'><a id="tid-link-107700" href="http://gbatemp.net/index.php?showtopic=107700" title="This topic was started: Yesterday, 10:08 PM">Hey guys</a></span>
+
<div class="fidesc"><span  id='tid-desc-107700'>I made a song for you</span></div>
+
 
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107700);">6</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=89902'>Shakraka</a></td>
+
 
+
<td align="center" class="firow2">27</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 10:21 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107700&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=126352'>playallday</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107700 --><!-- Begin Topic Entry 107863 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107863'><a id="tid-link-107863" href="http://gbatemp.net/index.php?showtopic=107863" title="This topic was started: Today, 09:59 PM">PETA wants you to have sex.</a></span>
+
<div class="fidesc"><span  id='tid-desc-107863'></span></div>
+
 
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107863);">3</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=109594'>BortzANATOR</a></td>
+
 
+
<td align="center" class="firow2">0</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 10:06 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107863&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=35489'>CockroachMan</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107863 --><!-- Begin Topic Entry 107858 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107858'><a id="tid-link-107858" href="http://gbatemp.net/index.php?showtopic=107858" title="This topic was started: Today, 08:46 PM">Moderator....lol</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=107858', 18, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107858&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107858&amp;st=15&amp;start=15">2</a></span>
+
 
+
<div class="fidesc"><span  id='tid-desc-107858'>i&#39;m gonna get warned and a locked topic for this</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107858);">17</a>
+
 
+
 
+
    </td>
+
 
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=106986'>Gore</a></td>
+
 
+
<td align="center" class="firow2">154</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 09:51 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107858&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=133979'>Raven Darkheart</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107858 --><!-- Begin Topic Entry 105944 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
 
+
<span id='tid-span-105944'><a id="tid-link-105944" href="http://gbatemp.net/index.php?showtopic=105944" title="This topic was started: Sep 21 2008, 12:15 AM">I am not a child</a></span>
+
<div class="fidesc"><span  id='tid-desc-105944'>ahaaaaaaaa you ready for pr0n, my boy?</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(105944);">11</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=124109'>Eternal Myst</a></td>
+
 
+
<td align="center" class="firow2">285</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 09:50 PM<br /><a href="http://gbatemp.net/index.php?showtopic=105944&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=126352'>playallday</a></b></span></td>
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 105944 --><!-- Begin Topic Entry 87407 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-87407'><a id="tid-link-87407" href="http://gbatemp.net/index.php?showtopic=87407" title="This topic was started: May 22 2008, 02:10 AM">The Official Bumping Topic</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=87407', 124, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=87407&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=87407&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=87407&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=87407&amp;st=120&amp;start=120">&raquo; 9</a></span>
+
<div class="fidesc"><span  id='tid-desc-87407'>Get it on people</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(87407);">123</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=106170'>BioHazardN00B</a></td>
+
 
+
<td align="center" class="firow2">2,141</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 09:50 PM<br /><a href="http://gbatemp.net/index.php?showtopic=87407&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=55069'>xalphax</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 87407 --><!-- Begin Topic Entry 107835 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107835'><a id="tid-link-107835" href="http://gbatemp.net/index.php?showtopic=107835" title="This topic was started: Today, 05:47 PM">affirmative: it leaked&#33;</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=107835', 32, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107835&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107835&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107835&amp;st=30&amp;start=30">3</a></span>
+
<div class="fidesc"><span  id='tid-desc-107835'></span></div>
+
 
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107835);">31</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=42058'>science</a></td>
+
 
+
<td align="center" class="firow2">574</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 09:39 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107835&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=3968'>Elrinth</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107835 --><!-- Begin Topic Entry 107854 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_closed.gif' border='0'  alt='Closed' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107854'><a id="tid-link-107854" href="http://gbatemp.net/index.php?showtopic=107854" title="This topic was started: Today, 08:30 PM">JPH... lol.</a></span>
+
<div class="fidesc"><span  id='tid-desc-107854'>... I&#39;m gonna get a warn and a locked topic from him... ... ...</span></div>
+
 
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107854);">9</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=114943'>Antoligy</a></td>
+
 
+
<td align="center" class="firow2">92</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 08:42 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107854&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=114943'>Antoligy</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107854 --><!-- Begin Topic Entry 107749 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> <img src="style_images/2/folder_post_icons/icon12.gif" border="0" alt="" /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107749'><a id="tid-link-107749" href="http://gbatemp.net/index.php?showtopic=107749" title="This topic was started: Today, 02:57 AM">Meet p0rc&#33;</a></span>
+
<div class="fidesc"><span  id='tid-desc-107749'></span></div>
+
 
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107749);">9</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=123159'>p1ngpong</a></td>
+
 
+
<td align="center" class="firow2">150</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 08:37 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107749&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=136705'>eclipsevader123</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107749 --><!-- Begin Topic Entry 107748 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107748'><a id="tid-link-107748" href="http://gbatemp.net/index.php?showtopic=107748" title="This topic was started: Today, 02:55 AM">Mission::</a></span>
+
<div class="fidesc"><span  id='tid-desc-107748'>not secret</span></div>
+
 
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107748);">5</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=106986'>Gore</a></td>
+
 
+
<td align="center" class="firow2">44</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 08:29 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107748&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=106986'>Gore</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107748 --><!-- Begin Topic Entry 107702 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> <img src="style_images/2/folder_post_icons/icon1.gif" border="0" alt="" /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107702'><a id="tid-link-107702" href="http://gbatemp.net/index.php?showtopic=107702" title="This topic was started: Yesterday, 10:10 PM">New Signature Limitations - Dangers&#33;&#33;&#33;</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=107702', 30, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107702&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107702&amp;st=15&amp;start=15">2</a></span>
+
 
+
<div class="fidesc"><span  id='tid-desc-107702'></span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107702);">29</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=77556'>coolbho3000</a></td>
+
 
+
<td align="center" class="firow2">337</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 07:11 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107702&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=126352'>playallday</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107702 --><!-- Begin Topic Entry 107840 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> <img src="style_images/2/folder_post_icons/icon4.gif" border="0" alt="" /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107840'><a id="tid-link-107840" href="http://gbatemp.net/index.php?showtopic=107840" title="This topic was started: Today, 06:29 PM">llama x Penis Crossbreed.</a></span>
+
<div class="fidesc"><span  id='tid-desc-107840'></span></div>
+
 
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107840);">1</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=116966'>DieForIt</a></td>
+
 
+
<td align="center" class="firow2">26</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 06:30 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107840&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=53045'>arctic_flame</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107840 --><!-- Begin Topic Entry 107335 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_poll_no.gif' border='0'  alt='No new votes' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
Poll:  <span id='tid-span-107335'><a id="tid-link-107335" href="http://gbatemp.net/index.php?showtopic=107335" title="This topic was started: Sep 28 2008, 03:58 PM">While The Shoutbox Is Away</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=107335', 81, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107335&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107335&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107335&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=107335&amp;st=75&amp;start=75">&raquo; 6</a></span>
+
 
+
<div class="fidesc"><span  id='tid-desc-107335'></span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107335);">80</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=27232'>Hadrian</a></td>
+
 
+
<td align="center" class="firow2">914</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 06:25 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107335&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=90739'>moozxy</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107335 --><!-- Begin Topic Entry 104332 -->
+
 
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-104332'><a id="tid-link-104332" href="http://gbatemp.net/index.php?showtopic=104332" title="This topic was started: Sep 9 2008, 10:24 PM">Name The Movie - Sci-fi theme</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=104332', 308, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=104332&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=104332&amp;st=15&amp;start=15">2</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=104332&amp;st=30&amp;start=30">3</a></span><span class="minipagelinklast"><a href="http://gbatemp.net/index.php?showtopic=104332&amp;st=300&amp;start=300">&raquo; 21</a></span>
+
 
+
<div class="fidesc"><span  id='tid-desc-104332'>09/09/08 - 03/10/08</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(104332);">307</a>
+
 
+
 
+
    </td>
+
 
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=48415'>greyhound</a></td>
+
 
+
<td align="center" class="firow2">3,974</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 05:23 PM<br /><a href="http://gbatemp.net/index.php?showtopic=104332&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=48415'>greyhound</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 104332 --><!-- Begin Topic Entry 107745 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
 
+
<span id='tid-span-107745'><a id="tid-link-107745" href="http://gbatemp.net/index.php?showtopic=107745" title="This topic was started: Today, 02:36 AM">The OFFICIAL ---V</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=107745', 17, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107745&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107745&amp;st=15&amp;start=15">2</a></span>
+
<div class="fidesc"><span  id='tid-desc-107745'>&#34;i have a serious question that i need help with thread&#34;</span></div>
+
</div>
+
 
+
</td>
+
<td align='center' class="firow2">
+
 
+
    <a href="javascript:who_posted(107745);">16</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=29864'>The Worst</a></td>
+
 
+
<td align="center" class="firow2">138</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 02:47 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107745&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=116313'>Pizzaroo</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107745 --><!-- Begin Topic Entry 107723 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107723'><a id="tid-link-107723" href="http://gbatemp.net/index.php?showtopic=107723" title="This topic was started: Today, 12:53 AM">Wanna see my trouser snake?</a></span> &nbsp;<a href="javascript:multi_page_jump('http://gbatemp.net/index.php?showtopic=107723', 20, 15 );" title="multipage jump"><img src='style_images/2/pages_icon.gif' alt='*' border='0' /></a> <span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107723&amp;st=0&amp;start=0">1</a></span><span class="minipagelink"><a href="http://gbatemp.net/index.php?showtopic=107723&amp;st=15&amp;start=15">2</a></span>
+
<div class="fidesc"><span  id='tid-desc-107723'></span></div>
+
</div>
+
 
+
</td>
+
 
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107723);">19</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=61451'>TrolleyDave</a></td>
+
 
+
<td align="center" class="firow2">233</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 02:18 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107723&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=68824'>DarkRey</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107723 --><!-- Begin Topic Entry 107777 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> <img src="style_images/2/folder_post_icons/icon12.gif" border="0" alt="" /> </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107777'><a id="tid-link-107777" href="http://gbatemp.net/index.php?showtopic=107777" title="This topic was started: Today, 06:55 AM">ok</a></span>
+
<div class="fidesc"><span  id='tid-desc-107777'>ok</span></div>
+
</div>
+
 
+
</td>
+
 
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107777);">10</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=37943'>nintendofreak</a></td>
+
 
+
<td align="center" class="firow2">90</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 01:14 PM<br /><a href="http://gbatemp.net/index.php?showtopic=107777&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=110413'>Toni Plutonij</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107777 --><!-- Begin Topic Entry 107752 -->
+
<tr>
+
<td align="center" class="firow2" style="padding: 2px;"><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' /></td>
+
 
+
<td align="center" class="firow1"> &nbsp; </td>
+
 
+
<td class="firow1" valign="middle" style="padding-left: 8px; padding-right: 8px;">
+
    <div style='float:right'></div>
+
 
+
<div>
+
<span id='tid-span-107752'><a id="tid-link-107752" href="http://gbatemp.net/index.php?showtopic=107752" title="This topic was started: Today, 03:07 AM">I WILL ALWAYS REMEMBER MY 5TH GRADE FRIENDS</a></span>
+
<div class="fidesc"><span  id='tid-desc-107752'></span></div>
+
</div>
+
 
+
</td>
+
 
+
<td align='center' class="firow2">
+
    <a href="javascript:who_posted(107752);">5</a>
+
 
+
 
+
    </td>
+
<td align="center" class="specialfirow2" style="background: #ECECEC;"><a href='http://gbatemp.net/index.php?showuser=93498'>Kanchome</a></td>
+
 
+
<td align="center" class="firow2">110</td>
+
 
+
<td class="firow2" align="left" style="background: #ECECEC;"><span class="lastaction">Today, 03:34 AM<br /><a href="http://gbatemp.net/index.php?showtopic=107752&amp;view=getlastpost"  style="color: #2D4051;">Last post by:</a> <b><a href='http://gbatemp.net/index.php?showuser=93498'>Kanchome</a></b></span></td>
+
 
+
 
+
 
+
</tr>
+
    <!-- End Topic Entry 107752 --><tr>
+
<td colspan="8" class="darkrow1" style="background: url('style_images/2/table_footer_mid_bk.gif'); border: 0; padding: 0; font-size: 8px;">
+
 
+
<div style="float: left; text-align: left; background: url('style_images/2/table_footer_mid_bk.gif'); width: 50%;">
+
<img src="style_images/2/table_footer_left.gif" border="0" height="22" width="56"><img src="style_images/2/table_footer_mid_left.gif" border="0" height="22" width="35"></div>
+
 
+
<div style="text-align: center; float: left;">
+
<img src="style_images/2/table_footer_mid_right.gif" border="0" height="22" width="36"></div>
+
 
+
<div style="text-align: right; background: url('style_images/2/table_footer_mid_bk2.gif');">
+
<img src="style_images/2/table_footer_right.gif" border="0" height="22" width="54">
+
</div>
+
 
+
</td>
+
</tr>
+
</table>
+
</div><br>
+
 
+
 
+
<center>
+
 
+
<form action="http://gbatemp.net/index.php?" method="post" name="search">
+
<input type="hidden" name="forums" value="8" />
+
<input type="hidden" name="cat_forum" value="forum" />
+
<input type="hidden" name="act" value="Search" />
+
<input type="hidden" name="joinname" value="1" />
+
<input type="hidden" name="CODE" value="01" />
+
<input type="text" size="15" name="keywords" value="Enter Keywords"  = '';" class="dropdown" /> <input type="submit" value="Search forum" class="button" />
+
 
+
</form>
+
 
+
 
+
 
+
 
+
<table class='ipbtable' cellspacing="0" style="width: 98%;">
+
<tr>
+
<td style='padding-left:0px' width="50%" nowrap="nowrap">
+
<span class="pagelink" id='page-jump'>188 Pages <img src='style_images/2/menu_action_down.gif' alt='V' title='Open Menu' border='0' /></span>&nbsp;
+
&nbsp;<span class="pagecurrent">1</span>&nbsp;<span class="pagelink"><a href="http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all&amp;st=25" title="2">2</a></span>&nbsp;<span class="pagelink"><a href="http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all&amp;st=50" title="3">3</a></span>&nbsp;<span class="pagelink"><a href="http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all&amp;st=25" title="Next page">&gt;</a></span>&nbsp;<span class="pagelinklast"><a href="http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all&amp;st=4675" title="Go to last page">&raquo;</a></span>&nbsp;
+
 
+
<script type="text/javascript">
+
//<![CDATA[
+
ipb_pages_shown++;
+
var pgjmp = document.getElementById( 'page-jump' );
+
pgjmp.id  = 'page-jump-'+ipb_pages_shown;
+
ipb_pages_array[ ipb_pages_shown ] = new Array( 'http://gbatemp.net/index.php?showforum=8&amp;prune_day=100&amp;sort_by=Z-A&amp;sort_key=last_post&amp;topicfilter=all', 25, 4695 );
+
menu_build_menu(
+
pgjmp.id,
+
new Array(  "~~NODIV~~<div  class='popupmenu-category' align='center'>Jump to Page</div>",
+
"<input type='hidden' id='st-type-"+ipb_pages_shown+"' value='st' /><input type='text' size='5' name='st' id='st-"+ipb_pages_shown+"'  /> <input type='button' class='button'  value='Go' />" ) );
+
//]]>
+
</script>
+
</td>
+
<td class='nopad' style='padding:5px 0px 5px 0px' align="right" width="50%"><a href="http://gbatemp.net/index.php?act=post&amp;do=new_post&amp;f=8"><img src='style_images/2/t_new.gif' border='0'  alt='Start new topic' /></a></td>
+
</tr>
+
</table>
+
 
+
<div class="borderwrap" style="width: 98%;">
+
<!--TABLETOP--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr>
+
<td width="0%" class="nopad" style="background: url('style_images/2/pbox_s_tlcnr.gif');">
+
<img src="up/blank.gif" width="14" height="24"></td>
+
<td width="100%" class="pboxtop"><img src='style_images/2/nav_m.gif' border='0'  alt='&gt;' width='8' height='8' />&nbsp;60 User(s) are browsing this forum (51 Guests and 0 Anonymous Users)</td>
+
 
+
<td width="0%" class="nopad" style="background: url('style_images/2/pbox_s_trcnr.gif');"><img src="up/blank.gif" width="14" height="24"></td></tr></table><!--/TABLETOP-->
+
 
+
  <div class="tablepad" style=" border-left: 1px solid #A0A5A9; border-right: 1px solid #A0A5A9;">
+
    9 Members: <a href='http://gbatemp.net/index.php?showuser=99149' title='Reading (10:23 PM)...' >Doozy</a>, <a href='http://gbatemp.net/index.php?showuser=124034' title='Reading (10:22 PM)...' >~De arimasu</a>, <a href='http://gbatemp.net/index.php?showuser=94706' title='Reading (10:22 PM)...' >Eeyoregurl27</a>, <a href='http://gbatemp.net/index.php?showuser=69968' title='Reading (10:18 PM)...' >awdofgum</a>, <a href='http://gbatemp.net/index.php?showuser=95697' title='Reading (10:14 PM)...' >Law</a>, <a href='http://gbatemp.net/index.php?showuser=47172' title='Reading (10:11 PM)...' >PingPongPang</a>, <a href='http://gbatemp.net/index.php?showuser=57630' title='Reading (10:07 PM)...' >Dominik93</a>, <a href='http://gbatemp.net/index.php?showuser=55641' title='Reading (10:07 PM)...' ><b><span style='color:green'>Sinkhead</span></b></a>, <a href='http://gbatemp.net/index.php?showuser=24425' title='Reading (10:02 PM)...' >opcode32</a>
+
 
+
<br>&nbsp;
+
 
+
<table cellspacing="0">
+
<tr>
+
<td width="5%" nowrap="nowrap">
+
<img src='style_images/2/f_norm.gif' border='0'  alt='New Posts' />&nbsp;&nbsp;<span class="desc">New Replies</span>
+
<br /><img src='style_images/2/f_norm_no.gif' border='0'  alt='No New Posts' />&nbsp;&nbsp;<span class="desc">No New Replies</span>
+
<br /><img src='style_images/2/f_hot.gif' border='0'  alt='Hot topic' />&nbsp;&nbsp;<span class="desc">Hot Topic (New)</span>
+
 
+
<br /><img src='style_images/2/f_hot_no.gif' border='0'  alt='No new' />&nbsp;&nbsp;<span class="desc">Hot Topic (No New)</span>&nbsp;
+
</td>
+
<td width="5%" nowrap="nowrap">
+
<img src='style_images/2/f_poll.gif' border='0'  alt='Poll' />&nbsp;&nbsp;<span class="desc">Poll (New)</span>
+
<br /><img src='style_images/2/f_poll_no.gif' border='0'  alt='No new votes' />&nbsp;&nbsp;<span class="desc">Poll (No New)</span>
+
<br /><img src='style_images/2/f_closed.gif' border='0'  alt='Closed' />&nbsp;&nbsp;<span class="desc">Locked Topic</span>
+
<br /><img src='style_images/2/f_moved.gif' border='0'  alt='Moved' />&nbsp;&nbsp;<span class="desc">Moved Topic</span>
+
 
+
</td>
+
<td align="right" width="90%">
+
<form  == -1){return false;}" action='http://gbatemp.net/index.php?act=SF' method='get' name='jumpmenu'>
+
            <input type='hidden' name='act' value='SF' />
+
<input type='hidden' name='s' value='' />
+
            <select name='f'  != -1){ document.jumpmenu.submit() }" class='dropdown'>
+
            <optgroup label="Site Jump">
+
              <option value='sj_home'>Forum Home</option>
+
              <option value='sj_search'>Search</option>
+
 
+
              <option value='sj_help'>Help</option>
+
            </optgroup>
+
            <optgroup label="Forum Jump"><option value="35">GBAtemp Magazine</option>
+
<option value="16">&nbsp;&nbsp;&#0124;-- GBAtemp Magazine News</option>
+
<option value="17">&nbsp;&nbsp;&#0124;-- GBAtemp Magazine Reviews</option>
+
<option value="69">&nbsp;&nbsp;&#0124;-- GBAtemp Flash Kit Guides &amp; FAQs</option>
+
<option value="156">&nbsp;&nbsp;&#0124;-- User Submitted News</option>
+
 
+
<option value="31">GBAtemp Discussions</option>
+
<option value="26">&nbsp;&nbsp;&#0124;-- Introductions</option>
+
<option value="3">&nbsp;&nbsp;&#0124;-- Site discussions, suggestions &amp; forum help</option>
+
<option value="157">&nbsp;&nbsp;&#0124;-- GBAtemp Trading Forum</option>
+
<option value="85">&nbsp;&nbsp;&#0124;-- Forum Bugs</option>
+
<option value="32">Game Boy Advance Discussions</option>
+
<option value="4">&nbsp;&nbsp;&#0124;-- GBA - Games</option>
+
<option value="12">&nbsp;&nbsp;&#0124;-- GBA - Game Help, Hints and Tips</option>
+
 
+
<option value="5">&nbsp;&nbsp;&#0124;-- GBA - Emulation</option>
+
<option value="13">&nbsp;&nbsp;&#0124;-- GBA - Hardware, Devices and Utilities</option>
+
<option value="6">&nbsp;&nbsp;&#0124;-- GBA - Flashing Hardware and Software</option>
+
<option value="11">&nbsp;&nbsp;&#0124;-- GBA - Game Development, ROM Hacking and Translations</option>
+
<option value="37">Nintendo DS Discussions</option>
+
<option value="27">&nbsp;&nbsp;&#0124;-- NDS - Games</option>
+
<option value="39">&nbsp;&nbsp;&#0124;-- NDS - Game Help, Hints and Tips</option>
+
<option value="28">&nbsp;&nbsp;&#0124;-- NDS - Emulation</option>
+
<option value="29">&nbsp;&nbsp;&#0124;-- NDS - Hardware, Devices and Utilities</option>
+
 
+
<option value="40">&nbsp;&nbsp;&#0124;-- NDS - Flashing Hardware and Software</option>
+
<option value="41">&nbsp;&nbsp;&#0124;-- NDS - ROM Hacking and Translations</option>
+
<option value="58">&nbsp;&nbsp;&#0124;-- NDS - Nintendo Wi-Fi Connection</option>
+
<option value="177">&nbsp;&nbsp;&#0124;-- NDS - Homebrew Games &amp; Applications</option>
+
<option value="104">Wii Discussions</option>
+
<option value="105">&nbsp;&nbsp;&#0124;-- Wii - Games &amp; General discussion</option>
+
<option value="106">&nbsp;&nbsp;&#0124;-- Wii - Game Help, Hints and Tips</option>
+
 
+
<option value="107">&nbsp;&nbsp;&#0124;-- Wii - Hardware, Devices and Utilities</option>
+
<option value="108">&nbsp;&nbsp;&#0124;-- Wii - Hacking</option>
+
<option value="109">&nbsp;&nbsp;&#0124;-- Wii - Nintendo Wi-Fi Connection</option>
+
<option value="42">Other Systems Discussions</option>
+
<option value="167">&nbsp;&nbsp;&#0124;-- General Consoles Discussion</option>
+
<option value="44">&nbsp;&nbsp;&#0124;-- Sony PSP</option>
+
<option value="43">&nbsp;&nbsp;&#0124;-- Other Consoles</option>
+
<option value="166">&nbsp;&nbsp;&#0124;-- Computer Systems</option>
+
<option value="33">Other Discussions</option>
+
 
+
<option value="7">&nbsp;&nbsp;&#0124;-- General Off-Topic Chat</option>
+
<option value="23">&nbsp;&nbsp;&#0124;-- Computer Graphics and Art</option>
+
<option value="24">&nbsp;&nbsp;&#0124;-- GBAtemp Contests and Polls</option>
+
<option value="171">&nbsp;&nbsp;&#0124;-- Blog Articles</option>
+
<option value="8" selected="selected">&nbsp;&nbsp;&#0124;-- Testing Area</option>
+
</optgroup>
+
</select>&nbsp;<input type='submit' value='Go' class='button' /></form><br /><br />
+
<form action="http://gbatemp.net/index.php?act=SF&amp;f=8&amp;st=0&amp;changefilters=1" method="post">
+
<select name="sort_key"><option value='last_post' selected='selected'>Order: Last Post</option>
+
 
+
<option value='last_poster_name'>Order: Last Poster</option>
+
<option value='title'>Order: Topic Title</option>
+
<option value='starter_name'>Order: Topic Starter</option>
+
<option value='start_date'>Order: Topic Started</option>
+
<option value='topic_hasattach'>Order: Attachments</option>
+
<option value='posts'>Order: Replies</option>
+
<option value='views'>Order: Views</option>
+
</select>
+
<select name="sort_by"><option value='Z-A' selected='selected'>Z-A</option>
+
 
+
<option value='A-Z'>A-Z</option>
+
</select>
+
<select name="prune_day"><option value='1'>From: Today</option>
+
<option value='5'>From: 5 days</option>
+
<option value='7'>From: 7 days</option>
+
<option value='10'>From: 10 days</option>
+
<option value='15'>From: 15 days</option>
+
<option value='20'>From: 20 days</option>
+
<option value='25'>From: 25 days</option>
+
 
+
<option value='30'>From: 30 days</option>
+
<option value='60'>From: 60 days</option>
+
<option value='90'>From: 90 days</option>
+
<option value='100' selected='selected'>Show All</option>
+
</select>
+
<select name="topicfilter"><option value='all' selected='selected'>Topics: All</option>
+
<option value='open'>Topics: Open</option>
+
<option value='hot'>Topics: Hot</option>
+
<option value='poll'>Topics: Polls</option>
+
 
+
<option value='locked'>Topics: Locked</option>
+
<option value='moved'>Topics: Moved</option>
+
</select>
+
<input type="submit" value="Go" class="button" />
+
<br /> <input type='checkbox' value='1' name='remember' class='checkbox' /> Remember these options
+
</form>
+
</td>
+
</tr>
+
</table>
+
 
+
</div>
+
 
+
<!--TABLEBTM--><table class="nopad" style="width: 100%; border: 0; background: transparent;" cellspacing="0" cellpadding="0" border="0"><tr><td width="0%" class="nopad">
+
<img src="style_images/2/pbox_s_blcnr.gif" width="14" height="15"></td>
+
<td width="100%" class="pboxbottom"><img src="http://gbatemp.net/up/blank.gif"></td>
+
<td width="0%" class="nopad"><img src="style_images/2/pbox_s_brcnr.gif" width="14" height="15"></td></tr></table><!--TABLEBTM-->
+
 
+
 
+
 
+
<br clear="all" />
+
 
+
 
+
<script type='text/javascript'>
+
//<![CDATA[
+
// INIT links for editing
+
+
if ( use_enhanced_js  )
+
{
+
forum_init_topic_links();
+
}
+
//]]>
+
</script>
+
 
+
</div>
+
 
+
<br><br>
+
<table border="0" cellpadding="0" cellspacing="0" id="gfooter">
+
  <tr>
+
    <td width="0%" style="background: url('style_images/2/footer_t_bk.gif');"></td>
+
    <td width="100%" style="background: url('style_images/2/footer_t_bk.gif');"><img border="0" src="style_images/2/footer_t_mid.gif" width="136" height="2"></td>
+
    <td width="0%" style="background: url('style_images/2/footer_t_bk.gif');"></td>
+
  </tr>
+
  <tr>
+
    <td width="0%" background="style_images/2/footer_bk.gif">
+
    <img border="0" src="style_images/2/footer_left.gif" width="306" height="34" align="center"></td>
+
 
+
    <td background="style_images/2/footer_bk.gif" width="100%">
+
    <img border="0" src="style_images/2/footer_md.gif" width="136" height="34"></td>
+
 
+
    <td width="0%" background="style_images/2/footer_bk.gif">
+
    <img border="0" src="style_images/2/footer_right.gif" width="306" height="34"></td>
+
  </tr>
+
</table>
+
<br>
+
<a name="bottom"></a><center></center>
+
 
+
<script type='text/javascript'>
+
//<![CDATA[
+
menu_do_global_init();
+
show_inline_messages();
+
// Uncomment this to fix IE png images
+
// causes page slowdown, and some missing images occasionally
+
// if ( is_ie )
+
// {
+
// ie_fix_png();
+
// }
+
 
+
//]]>
+
</script>
+
 
+
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+
</script>
+
<script type="text/javascript">
+
_uacct = "UA-2061983-1";
+
urchinTracker();
+
</script>
+
 
+
<br />
+
 
+
+
<div style="display: none;"><!-- Copyright Information -->
+
          <div align='center' class='copyright'>
+
          Powered By IP.Board
+
          2.3.1 &copy; 2008 &nbsp;
+
          <div>Licensed to: GBAtemp</div></div>
+
 
+
<!-- / Copyright --></div>
+
</div><iframe name='frameresults' id='frameresults' border='0' style='border: 0px; width: 0px; height: 0px; display: none;' src=''></iframe>
+
</center>
+
 
+
</body>
+
</html>
+

Latest revision as of 18:31, 6 September 2010

Redirect to: