DainBramaged
Lifer
Originally posted by: pyonir
Yay! the mod left!
:beer: to the mod leaving.
Originally posted by: pyonir
Yay! the mod left!
Originally posted by: DainBramaged
Originally posted by: pyonir
Yay! the mod left!
:beer: to the mod leaving.
Originally posted by: Wallydraigle
Originally posted by: DainBramaged
Originally posted by: pyonir
Yay! the mod left!
:beer: to the mod leaving.
He probably went to get reinforcements.
Originally posted by: Twista
<script language="javascript" src="include/js/ftform.js"></script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<title>AnandTech -- Off Topic</title>
<link rel="stylesheet" type="text/css" href="include/themes/dark/fusetalkstyles_dark.css">
</head>
<body class="ftbody" >
<script type="text/javascript">
function ftgetpermission(permissiontext){
return window.confirm(permissiontext)
}
function winopen(url,winname,x,y){
var options = "toolbar=no,scrollbars=yes,resizable=yes,width=" + x + ",height=" + y;
msgWindow=window.open(url,winname,options);
}
function pmwinopen(url,winname,x,y){
var options = "toolbar=no,scrollbars=no,resizable=no,width=" + x + ",height=" + y;
msgWindow=window.open(url,winname,options);
}
function videowindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
function ftcontexthelp(Obj,helptext){
Obj.style.cursor='help';
Obj.setAttribute('title',helptext);
}
function checksidesearch(){
if(sidesearch.FTVAR_KEYWORD1FRM.value.length == 0){
alert('Please enter either a keyword to search for');
return false;
}else{
return true;
}
}
function checkcatsearch(){
if(catsearch.FTVAR_KEYWORD1FRM.value.length == 0){
alert('Please enter either a keyword to search for');
return false;
}else{
return true;
}
}
function checksearch(){
if(search.FTVAR_KEYWORD1FRM.value.length == 0 && search.FTVAR_AUTHORFRM.value.length == 0 && search.FTVAR_ANYKEYWORD.value.length == 0 && search.FTVAR_EXACTKEYWORD.value.length == 0 && search.FTVAR_NONEKEYWORD.value.length == 0){
alert('Please enter either a keyword or author to search for');
return false;
}else{
return true;
}
}
// used in messagepost.aspx to check length of text fields for various db types and to control duplicate posting
function checkpost() {
if(document.messagepostform.FTVAR_POSTCHECKFRM.value != 'sent')
{
var msglen = document.messagepostform.FTVAR_MESSAGETEXTFRM.value
if (msglen.length > 64000 ) {
alert('The message cannot exceed 64000 characters');
return false;
}
document.messagepostform.FTVAR_POSTCHECKFRM.value = 'sent'
return true;
}
else
{
alert('This message was already submitted, duplicate posting is not allowed');
return false;
}
}
function changestyleover(element){
}
function changestyleout(element){
}
function popmod()
{
if((document.getElementById('toolslayer').style.visibility) == "hidden")
{
document.getElementById('toolslayer').style.visibility="visible";
}
else
{
document.getElementById('toolslayer').style.visibility="hidden";
}
}
function showrate(){
var elem = document.getElementById('ratepanel');
if((elem.style.visibility) == "hidden")
{
elem.style.visibility="visible";
}
else
{
elem.style.visibility="hidden";
}
}
function modtoolbox(strlocation, selectobj)
{
if(ftgetpermission('Are you sure you want to perform this operation?'))
{
if(strlocation.indexOf("banning.aspx") != -1)
{
winopen('banning.aspx','ftbanning','400','295');
}
else
{
location.href=strlocation;
}
selectobj.selectedIndex =1;
}
}
function copycode(clipdata){
window.clipboardData.setData("Text", clipdata);
}
function getapprovepermission(cid,tid,mid)
{
if(window.confirm('Are you sure that you want to approve this message?'))
{
location.href='messageview.aspx?catid='+cid+'&threadid='+tid+'&messid='+mid+'&ApproveMess=y';
}
}
function verify()
{
if (document.profileform.FTVAR_PASSWORDFRM.value != document.profileform.FTVAR_VERIFICATIONFRM.value)
{
alert('Sorry your passwords do not match, please make sure both passwords match for verification \n');
return false;
}
return true;
}
function verifyemail()
{
if (document.profileform.FTVAR_EMAILADDRESSFRM.value != document.profileform.FTVAR_EMAILADDRESSVERFRM.value)
{
alert('Sorry your e-mail addresses do not match, please make sure both e-mail addresses match for verification \n');
return false;
}
return true;
}
function verifyboth()
{
if (document.profileform.FTVAR_PASSWORDFRM.value != document.profileform.FTVAR_VERIFICATIONFRM.value)
{
alert('Sorry your passwords do not match, please make sure both passwords match for verification \n');
return false;
}
if (document.profileform.FTVAR_EMAILADDRESSFRM.value != document.profileform.FTVAR_EMAILADDRESSVERFRM.value)
{
alert('Sorry your e-mail addresses do not match, please make sure both e-mail addresses match for verification \n');
return false;
}
return true;
}
function verifyprofile(p) {
res = valsurvey(p);
if (res) {
res = verifyemail();
}
return res;
}
function viewauthoricon(url,vara,x,y) {
var options = "toolbar=no,scrollbars=no,resizable=yes,width=" + x + ",height=" + y;
msgWindow=window.open(url + vara,"authoricons",options);}
function selectall(selfield,holder,selbutton,el){
if (holder.value == 'true'){
var elval = false;
holder.value = 'false'
selbutton.value = 'Select All'
}
else{
var elval = true;
holder.value = 'true'
selbutton.value = 'Clear All'
}
for (var i=0;i<el.elements.length;i++){
var e = el.elements;
if (e.name == selfield) {e.checked = elval;}
}
}
function selectallselbox(Obj,holder,selbutton){
if (holder.value == 'true'){
var elval = false;
holder.value = 'false'
selbutton.value = 'Select All'
}
else{
var elval = true;
holder.value = 'true'
selbutton.value = 'Clear All'
}
for(var i=0; i<Obj.options.length; i++) {
if(!elval){
Obj.options.selected = false;
}
else{
Obj.options.selected = true;
}
}
}
function selall(obj) {
if (obj.length == 0) {
alert('At least one user must attend the meeting');
return false;
}
for (i=0; i<obj.options.length; i++) {
obj.options.selected = true;
}
return true;
}
function selallchat(obj) {
if (obj.length != 0) {
for (i=0; i<obj.options.length; i++) {
obj.options.selected = true;
}
}
return true;
}
function addoption(selObj,optVal,optName){
var valcheck = "No";
var selObj = document.getElementById(selObj);
var lastOption = selObj.length;
for(x = 0; x < lastOption; x++)
{
if(selObj.options[x].value == optVal)
{
valcheck = "Yes";
}
}
if(valcheck == "No")
{
var myNewOption = new Option(optName,optVal);
selObj.options.add(myNewOption,lastOption);
}
}
function removeoption(selObj,optInd){
var selObj = document.getElementById(selObj);
if (optInd != -1) {
selObj.options.remove(optInd);
}
}
function removelistoption(selObj){
selObj.options[selObj.selectedIndex] = null;
}
function addlistoption(newObj, oldObj){
var myNewOption = new Option(oldObj.options[oldObj.selectedIndex].text, oldObj[oldObj.selectedIndex].value);
var lastOption = newObj.length;
newObj.options.add(myNewOption, lastOption);
}
function resizetextfield(){
var elem = document.getElementById('FTVAR_MESSAGETEXTFRM');
if (document.layers){
browseWidth=window.outerWidth;
browseHeight=window.outerHeight;
}
if (document.all){
browseWidth=document.body.clientWidth;
browseHeight=document.body.clientHeight;
}
if (self.innerWidth){
browseWidth=self.innerWidth;
browseHeight=self.innerHeight;
}
browseWidth = browseWidth-200;
browseHeight = browseHeight-350;
elem.style.width = browseWidth + 'px';
elem.style.height = browseHeight + 'px';
}
</script>
<script src="http://www.anandtech.com/js/AC_RunActiveContent.js" language="JavaScript" type="text/javascript"></script>
<script src="http://www.anandtech.com/js/AC_Macromedia.js" language="JavaScript" type="text/javascript"></script>
<style type="text/css"> .ftbody { margin: 0px 0px 0px 0px; padding: 0px; }</style>
<!--- insert any custom code you may have here --->
<div style="BACKGROUND-IMAGE:url(/include/custom/bleed.gif);MARGIN-LEFT:0px;HEIGHT:114px;BACKGROUND-COLOR:#1f5588">
<map name="MastHead">
<area alt="CPUs & Chipsets" coords="55,92,175,124" href="http://www.anandtech.com/cpuchipsets"
shape="RECT">
<area alt="Video" coords="180,95,295,125" href="http://www.anandtech.com/video" shape="RECT">
<area alt="Digital Cameras" coords="299,94,416,130" href="http://www.anandtech.com/digitalcameras"
shape="RECT">
<area alt="Linux" coords="419,95,518,127" href="http://www.anandtech.com/linux" shape="RECT">
<area alt="Multimedia" coords="522,95,634,133" href="http://www.anandtech.com/multimedia"
shape="RECT">
<area alt="Systems" coords="637,96,748,130" href="http://www.anandtech.com/systems" shape="RECT">
<area alt="Trade Shows" coords="753,96,863,133" href="http://www.anandtech.com/tradeshows"
shape="RECT">
<area alt="Guides" coords="868,95,978,129" href="http://www.anandtech.com/guides" shape="RECT">
<area alt="Motherboards" coords="78,68,201,93" href="http://www.anandtech.com/mb" shape="RECT">
<area alt="Memory" coords="205,67,314,94" href="http://www.anandtech.com/memory" shape="RECT">
<area alt="Storage" coords="316,67,412,93" href="http://www.anandtech.com/storage" shape="RECT">
<area alt="Cases & Cooling" coords="415,69,537,94" href="http://www.anandtech.com/casecooling"
shape="RECT">
<area alt="IT Computing" coords="541,67,649,95" href="http://www.anandtech.com/it" shape="RECT">
<area alt="Displays" coords="652,66,746,96" href="http://www.anandtech.com/displays" shape="RECT">
<area alt="Mobile" coords="750,67,846,95" href="http://www.anandtech.com/mobile" shape="RECT">
<area alt="Macintosh" coords="848,65,943,95" href="http://www.anandtech.com/mac" shape="RECT">
<area alt="Home Page" coords="56,8,332,58" href="http://www.anandtech.com" shape="RECT">
</map><img src="/include/custom/flogo.gif" usemap="#MastHead" border="0"><br>
</div>
<div style="BORDER-TOP:#5e737b 2px solid;BACKGROUND:#449fc8;PADDING-BOTTOM:9px;WIDTH:100%;PADDING-TOP:9px;BORDER-B
TTOM:#5e737b 2px solid">
<center>
<!--- CPU --->
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<!--- SMALLFORMFACTOR --->
</center>
</div>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center"><tr><td>
</td></tr></table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="center">
<tr>
<td align="left" valign="top">
</td>
<td align="right" valign="bottom">
<img src="i/dominant/block.gif" height="3" width="1" alt="Spacer"><br>
<table border="0" cellpadding="0" cellspacing="2">
<tr>
<td class="ftmenusurroundtd"><table border="0" cellpadding="2" cellspacing="0" height="20"><tr><td class="ftmenutd" id="menuopt1" onmouseover="changestyleover('menuopt1');" onmouseout="changestyleout('menuopt1');" onclick="winopen('messagepost.aspx?catid=38&postaction=post','post',710,550);" nowrap><a tabindex="1" class="ftcontent"><img src="include/themes/dark/menu_newtopic.gif" border="0" alt="new topic" align="absmiddle"> new topic</a></td></tr></table></td>
<td class="ftmenusurroundtd"><table border="0" cellpadding="2" cellspacing="0" height="20"><tr><td class="ftmenutd" id="menuopt3" onmouseover="changestyleover('menuopt3');" onmouseout="changestyleout('menuopt3');" onclick="location.href='profile.aspx'"><a tabindex="4" class="ftcontent"><img src="include/themes/dark/menu_prof.gif" align="absmiddle" alt="profile"> profile</a></td></tr></table></td>
<td class="ftmenusurroundtd"><table border="0" cellpadding="2" cellspacing="0" height="20"><tr><td class="ftmenutd" id="menuopt6" onmouseover="changestyleover('menuopt6');" onmouseout="changestyleout('menuopt6');" onclick="location.href='search.aspx'"><a tabindex="5" class="ftcontent"><img src="include/themes/dark/menu_search.gif" align="absmiddle" alt="search"> search</a></td></tr></table></td>
<td class="ftmenusurroundtd"><table border="0" cellpadding="2" cellspacing="0" height="20"><tr><td class="ftmenutd" id="menuopt9" onmouseover="changestyleover('menuopt9');" onmouseout="changestyleout('menuopt9');" onclick="window.open('help/English/MiniHelp.htm');"><a tabindex="6" class="ftcontent"><img src="include/themes/dark/menu_help.gif" align="absmiddle" alt="help"> help</a></td></tr></table></td>
<td class="ftmenusurroundtd"><table border="0" cellpadding="2" cellspacing="0" height="20"><tr><td class="ftmenutd" id="menuopt10" onmouseover="changestyleover('menuopt10');" onmouseout="changestyleout('menuopt10');" onclick="location.href='faq.aspx'"><a tabindex="8" class="ftcontent"><img src="include/themes/dark/menu_faq.gif" border="0" align="absmiddle" alt="faq"> faq</a></td></tr></table></td>
<td class="ftmenusurroundtd"><table border="0" cellpadding="2" cellspacing="0" height="20"><tr><td class="ftmenutd" id="menuopt15" onmouseover="changestyleover('menuopt15');" onmouseout="changestyleout('menuopt15');" onclick="location.href='today.aspx'"><a tabindex="10" class="ftcontent"><img src="include/themes/dark/menu_today.gif" align="absmiddle" alt="my forums"> my forums</a></td></tr></table></td>
<td class="ftmenusurroundtd"><table border="0" cellpadding="2" cellspacing="0" height="20"><tr><td class="ftmenutd" id="menuopt11" onmouseover="changestyleover('menuopt11');" onmouseout="changestyleout('menuopt11');" onclick="location.href='default.aspx?NoCookies=Yes'"><a tabindex="12" class="ftcontent"><img src="include/themes/dark/menu_home.gif" align="absmiddle" alt="home"> home</a></td></tr></table></td>
<td class="ftmenusurroundtd"><table border="0" cellpadding="2" cellspacing="0" height="20"><tr><td class="ftmenutd" id="menuopt13" onmouseover="changestyleover('menuopt13');" onmouseout="changestyleout('menuopt13');" onclick="location.href='logout.aspx'"><a tabindex="15" class="ftcontent"><img src="include/themes/dark/menu_logout.gif" align="absmiddle" alt="logout"> logout</a></td></tr></table></td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="1" width="100%" align="center">
<tr>
<td width="1%" nowrap valign="top">
<div style="width:154px;height:13px;margin-top:1px;padding:3px;margin-bottom:1px;" class="ftheaderbar">
<strong>My Menu</strong>
</div>
<div class="ftmessageheaderbar" style="width:150px;margin-bottom:1px;">
<img alt=" " src="i/icons/smallprivmsg.gif" border="0" align="absmiddle"> <a href="viewprivatemessage.aspx" class="ftmessageheadermenulink"><strong>Private Messages</strong></a><br>
<div style="margin-top:3px"></div>
No New Messages
</div>
<div class="ftmessageheaderbar" style="width:150px;margin-bottom:1px;">
<strong>Categories</strong><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=27&flcache=3944144&entercat=y" >General Hardwar ...</a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=34&flcache=3944144&entercat=y" >Operating Syste ...</a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=45&flcache=3944144&entercat=y" >For Sale/Trade </a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=40&flcache=3944144&entercat=y" >Hot Deals </a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=38&flcache=3944144&entercat=y" >Off Topic </a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=52&flcache=3944144&entercat=y" >Politics and Ne ...</a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=51&flcache=3944144&entercat=y" >SFF, Notebooks, ...</a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=37&flcache=3944144&entercat=y" >Cases & Cooling </a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=28&flcache=3944144&entercat=y" >CPU/Processors ...</a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=39&flcache=3944144&entercat=y" >Distributed Com ...</a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=29&flcache=3944144&entercat=y" >Motherboards </a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=36&flcache=3944144&entercat=y" >Networking </a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=30&flcache=3944144&entercat=y" >Peripherals </a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=33&flcache=3944144&entercat=y" >Software - Apps ...</a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=32&flcache=3944144&entercat=y" >Technical Suppo ...</a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=31&flcache=3944144&entercat=y" >Video </a><br>
<img src="i/icons/arrow.gif" alt=" " border="0"> <a href="categories.aspx?catid=42&flcache=3944144&entercat=y" >Forum Issues </a><br>
<img alt=" " src="i/icons/arrow.gif" border="0"> <a href="default.aspx?nocookies=yes">Home</a>
</div>
<div class="ftmessageheaderbar" style="width:150px;margin-bottom:1px;">
<a href="javascript:winopen('privatebuddy.aspx', 'pmbud', 500,500);" class="ftmessageheadermenulink"><strong>Buddies</strong></a><br>
<div style="margin-top:3px"></div>
<img src="i/icons/offline.gif" alt="User is offline" vspace="2" align="absmiddle" border="0">
<a href="javascript😛mwinopen('sendprivatemessage.aspx?ProfileID=789','sendprivatemsg','700','450');">
Anand Lal Shimp
...</a><br>
<img src="i/icons/offline.gif" alt="User is offline" vspace="2" align="absmiddle" border="0">
<a href="javascript😛mwinopen('sendprivatemessage.aspx?ProfileID=3030','sendprivatemsg','700','450');">
AnandTech Moder
...</a><br>
<img src="i/icons/online.gif" alt="User is online" vspace="2" align="absmiddle" border="0">
<a href="javascript😛mwinopen('sendprivatemessage.aspx?ProfileID=101091','sendprivatemsg','700','450');">
DeviousTrap
</a><br>
<img src="i/icons/online.gif" alt="User is online" vspace="2" align="absmiddle" border="0">
<a href="javascript😛mwinopen('sendprivatemessage.aspx?ProfileID=15171','sendprivatemsg','700','450');">
RossMAN
</a><br>
<img src="i/icons/offline.gif" alt="User is offline" vspace="2" align="absmiddle" border="0">
<a href="javascript😛mwinopen('sendprivatemessage.aspx?ProfileID=147572','sendprivatemsg','700','450');">
Rupp
</a><br>
<img src="i/icons/online.gif" alt="User is online" vspace="2" align="absmiddle" border="0">
<a href="javascript😛mwinopen('sendprivatemessage.aspx?ProfileID=123554','sendprivatemsg','700','450');">
Twista
</a><br>
</div>
<div class="ftmessageheaderbar" style="width:150px;margin-bottom:1px;"><form onsubmit="return checksidesearch();" name="sidesearch" style="margin-bottom:0px;" action="searchresults.aspx" method="post">
<strong>Search</strong><br>
<input type="text" name="FTVAR_KEYWORD1FRM" style="width:105px;" class="ftforminput" value="">
<input type="submit" value="Go" class="ftformbutton">
<input type="hidden" name="FTVAR_CATEGORYIDFRM" value=" ">
<input type="hidden" name="FTVAR_SEARCHWHATFRM" value="c">
<input type="hidden" name="FTVAR_STARTDATEFRM" value=" ">
<input type="hidden" name="FTVAR_ENDDATEFRM" value=" ">
<input type="hidden" name="FTVAR_AUTHORFRM" value="">
<input type="hidden" name="FTVAR_DATESELFRM" value="Select"></form>
<a href="search.aspx">advanced search</a>
</div>
<div class="ftmessageheaderbar" style="width:150px;margin-bottom:1px;">
<strong>Favorites</strong><br>
<div style="margin-top:3px"></div>
</div>
<div class="ftmessageheaderbar" style="MARGIN-BOTTOM:1px;WIDTH:150px">
<center>
<form name='dealtime_cobrand_search' action='javascript😀ealtimesubmit()'>
<table border=0 cellpadding=0 cellspacing=0 width=140>
<tr>
<td>
<a href='http://anandtech.dealtime.com/?linkin_id=3040322' class="articleType">
<strong>AT DealFinder</strong></a>
<div style="margin-top:3px"></div>
</td>
</tr>
<tr>
<td>
<table width=110 border=0 cellpadding=2 cellspacing=0>
<tr>
<td>
<script language='Javascript'>
function dealtimesubmit() {
temp = document.dealtime_cobrand_search.search_str.value;
if(temp) {
window.open('http://anandtech.dealtime.com/xGS-' + temp + '~NS-1~linkin_id-3040323');
} else {
window.open('http://anandtech.dealtime.com/?linkin_id=3040322');
}
}
</script>
<b>Product:</b>
<INPUT TYPE=text NAME=search_str CLASS=ftforminput SIZE=20 ><br>
<div style="margin-top:3px"></div>
<input type=submit name=Search value=Search class="ftformbutton">
<div style="margin-top:3px"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form><script language="JavaScript" type="text/javascript">document.write('<img src="http://forums.anandtech.com/fuseads/image.aspx?pick=936&categoryid=300" border="0" width="1" height="1">');</script><div><a href="http://forums.anandtech.com/fuseads/track.aspx?BannerID=1358&catid=301" target=""><img src="http://images.anandtech.com/banners/iGlobal/banner_1.gif" align="" border="0" ></a></div><img src="http://forums.anandtech.com/fuseads/image.aspx?pick=1358&categoryid=301" border="0" width="1" height="1">
</center>
</div>
</td>
<td width="99%" valign="top">
<table border="0" cellpadding="3" cellspacing="1" width="100%" align="center">
<tr>
<td class="ftheaderbar" width="86%" align="left" nowrap colspan="2">
<span class="ftheaderbartextsmall"><a href="default.aspx?nocookies=yes" class="ftheaderbarlink"><strong>FORUMS</strong></a>
<span class="ftnavarrow">></span>
<a href="categories.aspx?catid=38" class="ftheaderbarlink">OFF TOPIC</a></span></td>
<td class="ftheaderbar" width="2%"><b>Replies</b></td>
<td class="ftheaderbar" width="2%"><b>Views</b></td>
<td class="ftheaderbar" width="5%" align="center"><b>Originator</b></td>
<td class="ftheaderbar" width="5%" nowrap="yes"><b>Last Post</b></td>
</tr>
<tr><form action="searchresults.aspx" onsubmit="return checkcatsearch();" name="catsearch" method="post">
<td class="ftmessageheaderbar" colspan="6">
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="70%" align="left">
<b><label for="FTVAR_KEYWORD1FRM">Search Category:</label> </b>[ <a href="search.aspx" class="ftmessageheaderlinksmall">advanced search</a> ]
<input type="text" id="FTVAR_KEYWORD1FRM" name="FTVAR_KEYWORD1FRM" size="18" class="ftforminputsmall"> <input type="submit" value="Search!" class="ftformbutton">
<input type="hidden" name="FTVAR_CATEGORYIDFRM" value="38">
<input type="hidden" name="FTVAR_SEARCHWHATFRM" value="c">
<input type="hidden" name="FTVAR_STARTDATEFRM" value="">
<input type="hidden" name="FTVAR_ENDDATEFRM" value="">
<input type="hidden" name="FTVAR_AUTHORFRM" value="">
<input type="hidden" name="FTVAR_DATESELFRM" value="Select">
</td>
</tr>
<tr>
<td colspan="2" align="right">
<a href="rss.aspx?forumid=1&catid=38" target="_blank">rss feed</a>
</td>
</tr>
</table>
<img src="i/dominant/block.gif" height="6" width="1" alt="Spacer"><br>
<span style="border: 1px solid #aaaaaa; padding:1px; background-color:#eeeeee;color:#000000"><strong>pg.</strong> 1</span>
<a href="categories.aspx?catid=38&STARTPAGE=2&FTVAR_FORUMVIEWTMP=Linear" class="ftmessageheaderlinksmall"><span class="ftmessagepagingtext">Next >></span></a>
</td>
</tr></form>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=927666&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_alert.gif" title="Alert Topic (no new messages)" alt="Alert Topic (no new messages)" border="0"></a>
</td>
<td class="ftalternatingbaron" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=927666&enterthread=y" class="ftalternatingbarlinksmall" >Networking Support thread for the unemployed:2-19-05 Great new job posts on East & West Coast!!!</a>
<span class="ftalternatingbartextsmall">
<img src="i/icons/page.gif" alt=" " border="0" align="middle">
Pages:
<a href="messageview.aspx?catid=38&threadid=927666&STARTPAGE=1&enterthread=y" class="ftalternatingbarlinksmallest" >1</a>
<a href="messageview.aspx?catid=38&threadid=927666&STARTPAGE=2&enterthread=y" class="ftalternatingbarlinksmallest" >2</a>
<a href="messageview.aspx?catid=38&threadid=927666&STARTPAGE=55&enterthread=y" class="ftalternatingbarlinksmallest" >Last</a>
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> Many thanks to those posting, keep em coming
</span>
</td>
<td align="center" class="ftalternatingbaron" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
1096
</span>
</td>
<td class="ftalternatingbaron" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">2,366,722</span></td>
<td class="ftalternatingbaron" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">dmcowen674</span></td>
<td class="ftalternatingbaron" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/23/2005
04:42 PM
<br>by <a href="usersearchresults.aspx?keyword=DCFife&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>DCFife</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1488685&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_alert.gif" title="Alert Topic (no new messages)" alt="Alert Topic (no new messages)" border="0"></a>
</td>
<td class="ftalternatingbaroff" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1488685&enterthread=y" class="ftalternatingbarlinksmall" >ATOT's Second Annual Tax Time Thread!</a>
<span class="ftalternatingbartextsmall">
<img src="i/icons/page.gif" alt=" " border="0" align="middle">
Pages:
<a href="messageview.aspx?catid=38&threadid=1488685&STARTPAGE=1&enterthread=y" class="ftalternatingbarlinksmallest" >1</a>
<a href="messageview.aspx?catid=38&threadid=1488685&STARTPAGE=2&enterthread=y" class="ftalternatingbarlinksmallest" >2</a>
<a href="messageview.aspx?catid=38&threadid=1488685&STARTPAGE=33&enterthread=y" class="ftalternatingbarlinksmallest" >Last</a>
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> Tip - New Sales Tax Deduction Rule is outlined in first post
</span>
</td>
<td align="center" class="ftalternatingbaroff" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
652
</span>
</td>
<td class="ftalternatingbaroff" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">3,511</span></td>
<td class="ftalternatingbaroff" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">CPA</span></td>
<td class="ftalternatingbaroff" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/23/2005
06:14 PM
<br>by <a href="usersearchresults.aspx?keyword=EagleKeeper&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>EagleKeeper</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1471163&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_alert.gif" title="Alert Topic (no new messages)" alt="Alert Topic (no new messages)" border="0"></a>
</td>
<td class="ftalternatingbaron" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1471163&enterthread=y" class="ftalternatingbarlinksmall" >~~~ The Even Newer Official Gmail Thread ~~~</a>
<span class="ftalternatingbartextsmall">
<img src="i/icons/page.gif" alt=" " border="0" align="middle">
Pages:
<a href="messageview.aspx?catid=38&threadid=1471163&STARTPAGE=1&enterthread=y" class="ftalternatingbarlinksmallest" >1</a>
<a href="messageview.aspx?catid=38&threadid=1471163&STARTPAGE=2&enterthread=y" class="ftalternatingbarlinksmallest" >2</a>
<a href="messageview.aspx?catid=38&threadid=1471163&STARTPAGE=12&enterthread=y" class="ftalternatingbarlinksmallest" >Last</a>
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> Continued from the previous thread with links
</span>
</td>
<td align="center" class="ftalternatingbaron" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
228
</span>
</td>
<td class="ftalternatingbaron" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">2,911</span></td>
<td class="ftalternatingbaron" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">AnandTech Moderator</span></td>
<td class="ftalternatingbaron" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/23/2005
07:02 PM
<br>by <a href="usersearchresults.aspx?keyword=GoodDad&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>GoodDad</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528052&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaroff" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528052&enterthread=y" class="ftalternatingbarlinksmall" >WTF is going on?</a>
<span class="ftalternatingbartextsmall">
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> Phoenix weather for the last 2 weeks
</span>
</td>
<td align="center" class="ftalternatingbaroff" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
12
</span>
</td>
<td class="ftalternatingbaroff" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">84</span></td>
<td class="ftalternatingbaroff" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">Bateluer</span></td>
<td class="ftalternatingbaroff" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:25 AM
<br>by <a href="usersearchresults.aspx?keyword=elbosco&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>elbosco</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528078&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaron" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528078&enterthread=y" class="ftalternatingbarlinksmall" >Google Showtimes</a>
<span class="ftalternatingbartextsmall">
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> Niiiiiiiiiiiiiiice
</span>
</td>
<td align="center" class="ftalternatingbaron" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
7
</span>
</td>
<td class="ftalternatingbaron" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">119</span></td>
<td class="ftalternatingbaron" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">falias</span></td>
<td class="ftalternatingbaron" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:25 AM
<br>by <a href="usersearchresults.aspx?keyword=neonerd&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>neonerd</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528101&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaroff" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528101&enterthread=y" class="ftalternatingbarlinksmall" >AnandTech Moderator</a>
<span class="ftalternatingbartextsmall">
<img src="i/icons/page.gif" alt=" " border="0" align="middle">
Pages:
<a href="messageview.aspx?catid=38&threadid=1528101&STARTPAGE=1&enterthread=y" class="ftalternatingbarlinksmallest" >1</a>
<a href="messageview.aspx?catid=38&threadid=1528101&STARTPAGE=2&enterthread=y" class="ftalternatingbarlinksmallest" >2</a>
<a href="messageview.aspx?catid=38&threadid=1528101&STARTPAGE=3&enterthread=y" class="ftalternatingbarlinksmallest" >Last</a>
</span>
</td>
<td align="center" class="ftalternatingbaroff" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
47
</span>
</td>
<td class="ftalternatingbaroff" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">364</span></td>
<td class="ftalternatingbaroff" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">notfred</span></td>
<td class="ftalternatingbaroff" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:25 AM
<br>by <a href="usersearchresults.aspx?keyword=pyonir&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>pyonir</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1527997&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaron" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1527997&enterthread=y" class="ftalternatingbarlinksmall" >If you could learn one thing overnight...</a>
<span class="ftalternatingbartextsmall">
<img src="i/icons/page.gif" alt=" " border="0" align="middle">
Pages:
<a href="messageview.aspx?catid=38&threadid=1527997&STARTPAGE=1&enterthread=y" class="ftalternatingbarlinksmallest" >1</a>
<a href="messageview.aspx?catid=38&threadid=1527997&STARTPAGE=2&enterthread=y" class="ftalternatingbarlinksmallest" >2</a>
<a href="messageview.aspx?catid=38&threadid=1527997&STARTPAGE=3&enterthread=y" class="ftalternatingbarlinksmallest" >Last</a>
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> (anything) except "more things in one night"
</span>
</td>
<td align="center" class="ftalternatingbaron" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
43
</span>
</td>
<td class="ftalternatingbaron" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">292</span></td>
<td class="ftalternatingbaron" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">DannyBoy</span></td>
<td class="ftalternatingbaron" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:25 AM
<br>by <a href="usersearchresults.aspx?keyword=DannyBoy&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>DannyBoy</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528041&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaroff" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528041&enterthread=y" class="ftalternatingbarlinksmall" >Kings Webber, Barnes for 76ers Thomas, Skinner, Williamson</a>
<span class="ftalternatingbartextsmall">
<img src="i/icons/page.gif" alt=" " border="0" align="middle">
Pages:
<a href="messageview.aspx?catid=38&threadid=1528041&STARTPAGE=1&enterthread=y" class="ftalternatingbarlinksmallest" >1</a>
<a href="messageview.aspx?catid=38&threadid=1528041&STARTPAGE=2&enterthread=y" class="ftalternatingbarlinksmallest" >2</a>
<a href="messageview.aspx?catid=38&threadid=1528041&STARTPAGE=3&enterthread=y" class="ftalternatingbarlinksmallest" >Last</a>
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> BB and GG Kings!
</span>
</td>
<td align="center" class="ftalternatingbaroff" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
42
</span>
</td>
<td class="ftalternatingbaroff" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">261</span></td>
<td class="ftalternatingbaroff" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">UncleWai</span></td>
<td class="ftalternatingbaroff" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:25 AM
<br>by <a href="usersearchresults.aspx?keyword=Kev&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>Kev</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528116&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaron" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528116&enterthread=y" class="ftalternatingbarlinksmall" >Good classical renaissance-ish type music?</a>
<span class="ftalternatingbartextsmall">
</span>
</td>
<td align="center" class="ftalternatingbaron" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
1
</span>
</td>
<td class="ftalternatingbaron" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">8</span></td>
<td class="ftalternatingbaron" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">BaboonGuy</span></td>
<td class="ftalternatingbaron" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:25 AM
<br>by <a href="usersearchresults.aspx?keyword=DainBramaged&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>DainBramaged</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528083&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaroff" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528083&enterthread=y" class="ftalternatingbarlinksmall" >I like big Bibles and I can not lie...</a>
<span class="ftalternatingbartextsmall">
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> You otha buthas can't deny!
</span>
</td>
<td align="center" class="ftalternatingbaroff" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
7
</span>
</td>
<td class="ftalternatingbaroff" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">81</span></td>
<td class="ftalternatingbaroff" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">UglyCasanova</span></td>
<td class="ftalternatingbaroff" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:25 AM
<br>by <a href="usersearchresults.aspx?keyword=pyonir&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>pyonir</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1527957&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaron" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1527957&enterthread=y" class="ftalternatingbarlinksmall" >Remember how it all began - the apple and the fall of man?</a>
<span class="ftalternatingbartextsmall">
</span>
</td>
<td align="center" class="ftalternatingbaron" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
16
</span>
</td>
<td class="ftalternatingbaron" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">144</span></td>
<td class="ftalternatingbaron" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">rbloedow</span></td>
<td class="ftalternatingbaron" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:25 AM
<br>by <a href="usersearchresults.aspx?keyword=glen&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>glen</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1527105&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaroff" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1527105&enterthread=y" class="ftalternatingbarlinksmall" >What was your first really great pc game?</a>
<span class="ftalternatingbartextsmall">
<img src="i/icons/page.gif" alt=" " border="0" align="middle">
Pages:
<a href="messageview.aspx?catid=38&threadid=1527105&STARTPAGE=1&enterthread=y" class="ftalternatingbarlinksmallest" >1</a>
<a href="messageview.aspx?catid=38&threadid=1527105&STARTPAGE=2&enterthread=y" class="ftalternatingbarlinksmallest" >2</a>
<a href="messageview.aspx?catid=38&threadid=1527105&STARTPAGE=12&enterthread=y" class="ftalternatingbarlinksmallest" >Last</a>
</span>
</td>
<td align="center" class="ftalternatingbaroff" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
232
</span>
</td>
<td class="ftalternatingbaroff" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">954</span></td>
<td class="ftalternatingbaroff" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">Wadded Beef</span></td>
<td class="ftalternatingbaroff" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:24 AM
<br>by <a href="usersearchresults.aspx?keyword=malak&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>malak</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1527238&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaron" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1527238&enterthread=y" class="ftalternatingbarlinksmall" >muscle cars</a>
<span class="ftalternatingbartextsmall">
<img src="i/icons/page.gif" alt=" " border="0" align="middle">
Pages:
<a href="messageview.aspx?catid=38&threadid=1527238&STARTPAGE=1&enterthread=y" class="ftalternatingbarlinksmallest" >1</a>
<a href="messageview.aspx?catid=38&threadid=1527238&STARTPAGE=2&enterthread=y" class="ftalternatingbarlinksmallest" >2</a>
<a href="messageview.aspx?catid=38&threadid=1527238&STARTPAGE=5&enterthread=y" class="ftalternatingbarlinksmallest" >Last</a>
</span>
</td>
<td align="center" class="ftalternatingbaron" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
97
</span>
</td>
<td class="ftalternatingbaron" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">452</span></td>
<td class="ftalternatingbaron" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">walt</span></td>
<td class="ftalternatingbaron" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:24 AM
<br>by <a href="usersearchresults.aspx?keyword=Stumps&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>Stumps</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528114&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaroff" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528114&enterthread=y" class="ftalternatingbarlinksmall" >What you guys think of my site? Hammer it please. Need to test speed.</a>
<span class="ftalternatingbartextsmall">
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> I know I know, it needs some layout work. What about functionality?
</span>
</td>
<td align="center" class="ftalternatingbaroff" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
4
</span>
</td>
<td class="ftalternatingbaroff" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">36</span></td>
<td class="ftalternatingbaroff" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">blahblah99</span></td>
<td class="ftalternatingbaroff" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:24 AM
<br>by <a href="usersearchresults.aspx?keyword=malak&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>malak</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528118&enterthread=y" class="ftalternatingbarlinksmall">
<img src="i/foldericons/windows/thread_status_thread-updated.gif" title="New Messages" alt="New Messages" border="0"></a>
</td>
<td class="ftalternatingbaron" width="86%" align="left" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528118&enterthread=y" class="ftalternatingbarlinksmall" >Central Washington LAN party, and Halo 2 and SSBM tournaments!</a>
<span class="ftalternatingbartextsmall">
<br><img src="i/icons/arrow.gif" alt=" " border="0" align="absmiddle"> March 4th and 5th in Ellensburg, WA
</span>
</td>
<td align="center" class="ftalternatingbaron" nowrap width="2%" valign="top">
<span class="ftalternatingbartextsmall">
0
</span>
</td>
<td class="ftalternatingbaron" nowrap align="center" width="2%" valign="top"><span class="ftalternatingbartextsmall">0</span></td>
<td class="ftalternatingbaron" nowrap align="center" width="5%" valign="top"><span class="ftalternatingbartextsmall">upsciLLion</span></td>
<td class="ftalternatingbaron" nowrap align="right" width="5%" valign="top"><span class="ftalternatingbartextsmall">
02/24/2005
01:24 AM
<br>by <a href="usersearchresults.aspx?keyword=upsciLLion&FT_ACTION=SearchUsers" class="ftalternatingbarlinksmallest" ><strong>upsciLLion</strong></a>
</span>
</td>
</tr>
<tr>
<td class="ftstatuscell" align="center" width="1%" valign="top">
<a href="messageview.aspx?catid=38&threadid=1528099&enterthread=y" class
Originally posted by: Twista
<script language="javascript" src="include/js/ftform.js"></script>
</html>
Originally posted by: Wallydraigle
Originally posted by: DainBramaged
Originally posted by: pyonir
Yay! the mod left!
:beer: to the mod leaving.
He probably went to get reinforcements.
Originally posted by: dudeman007
I hate you all......lag
Originally posted by: Twista
Originally posted by: dudeman007
I hate you all......lag
;( ya. check ur mozilla mem usage when viewing this page.
Originally posted by: CrackRabbit
Originally posted by: Twista
Originally posted by: dudeman007
I hate you all......lag
;( ya. check ur mozilla mem usage when viewing this page.
Its only 62mb, not that bad...
Originally posted by: virtualgames0
I just went to print this thread, and ctrl+a/ctrl+c, IE locked up for 5 minutes. Then I pasted to winword, and that locked up for 2 minutes. This thread is 771 pages long!
Originally posted by: virtualgames0
I just went to print this thread, and ctrl+a/ctrl+c, IE locked up for 5 minutes. Then I pasted to winword, and that locked up for 2 minutes. This thread is 771 pages long!
Originally posted by: virtualgames0
I just went to print this thread, and ctrl+a/ctrl+c, IE locked up for 5 minutes. Then I pasted to winword, and that locked up for 2 minutes. This thread is 771 pages long!
Originally posted by: virtualgames0
I just went to print this thread, and ctrl+a/ctrl+c, IE locked up for 5 minutes. Then I pasted to winword, and that locked up for 2 minutes. This thread is 771 pages long!