rendered paste body
<html>
<head>
<title>TORN Homepage</title>
<script src="/js/json2.min.js" type="text/javascript"></script>
<!--script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/index/jquery-ui-1.7.2.custom.min.js" ></script-->
<!-- UPDATED JQUERY VERSIONS inc. UI FRAMEWORK 13/02/2012 -- BY KW -->
<link rel="stylesheet" href="/css/custom-theme/jquery-ui-1.8.17.custom.css" type="text/css" media="all" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js" type="text/javascript"></script>
<script type="text/javascript">
//jQuery = jQuery.noConflict(false);
</script>
<script src="/js/jquery/tooltip.js" type="text/javascript"></script>
<script src="/js/jquery.cookie.js" type="text/javascript"></script>
<script src="/js/base.js" type="text/javascript"></script>
<script src="/js/longpoll.js" type="text/javascript"></script>
<script type="text/javascript" src="/js/countdown.package-1.5.8/jquery.countdown.min.js"></script>
<link rel="stylesheet" href="css/home.styles.css" type="text/css">
<script src="/js/jstorage.min.js" type="text/javascript"></script>
<script src="/js/chat.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" media="all" href="/css/chat.css" />
<!--[if IE]><link type="text/css" rel="stylesheet" media="all" href="/css/chat-iefixes.css" /><![endif]-->
<script type="text/javascript">
jQuery(document).ready(function () {
if (!top.chat.running) {
top.chat.ownUserId = 1565089;
top.chat.start();
}
});
</script>
<script type="text/javascript" src="/js/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" type="text/css" href="/js/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-2507098-1");
pageTracker._setCustomVar(1, "SignupDate", "2011-JUN-26", 1);
pageTracker._setCustomVar(2, "Member Type", "Player", 2);
pageTracker._trackPageview();
} catch(err) {}
</script>
</head>
<script>
// JS test. If JS is on, a cookie will be set so they can see lightbox. Else Variable will be off.
function Set_Cookie( name, value, expires, path, domain, secure )
{
var today = new Date();
today.setTime( today.getTime() );
if ( expires )
{
expires = expires * 1000 * 60 * 60;
}
var expires_date = new Date( today.getTime() + (expires) );
document.cookie = name + "=" +escape( value ) +
( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) +
( ( path ) ? ";path=" + path : "" ) +
( ( domain ) ? ";domain=" + domain : "" ) +
( ( secure ) ? ";secure" : "" );
}
Set_Cookie('jsoff', 'on', '1', '/', '', '');
</script>
<body bgcolor="#CCCCCC">
<script type="text/javascript">
function refreshTopOfSidebar() {
url = "/includes/sidebar/info-box2.php";
jQuery.get(url, function(data) {
jQuery('#player-stats-refresh').html(data);
});
}
</script>
<link href="/css/template2.css" media="all" rel="stylesheet" type="text/css">
<link type="text/css" rel="stylesheet" media="all" href="/css/base.css?v=1.1" />
<link href="/css/banner.css" media="all" rel="stylesheet" type="text/css">
<!--body bgcolor=""-->
<div id="banner" class="shadow">
<div class="fleft"><div id="TornLogo"><a href="/" title="Return to homepage"><img src="/images/logos/torn_logo.png" alt="TORN City" border="0" width="120" height="48" /></a></div></div>
<div id="headerUtils" class="fright ">
<div id="headerLinks">
<div class="profilelink">
<a href="/profiles.php?XID=1565089" class="invert b">archimede [1565089]</a>
</div>
<div class="quicklink-container">
<div class="quicklinks">
<a href='advsearch.php'>• Adv Search</a> <a href="/wiki/">• Help</a> <a href="/preferences.php">• Settings</a> <a style="margin-right:0px;" href="/logout.php?rfc=805">• Logout</a>
</div>
</div>
</div>
<div id="searchbox">
<form action="/search.php" name="searchForm" id="searchForm">
<input type="text" name="userword" id="userword" class="search" value="Search..." onfocus="this.value = (this.value=='Search...')? '' : this.value;" /><select name="mode" id="mode" class="searchtype"><option value="playername">User Name</option><option value="userID">User ID</option><option value="faction">Faction Name</option><option value="company">Company Name</option><option value="forum">Forum</option><option value="wiki">Help Wiki</option></select><a class="button negative" style='width:36px' onclick="document.searchForm.submit();return false;"><span class="magnifier icon"></span>go</a>
</form>
</div>
</div>
<div id="loggedoutView" class="fright hide" style="margin-right:10px;"><a style="font-size: 11px; color: #CCC;" href='/login/'>Login</a> | <a style="font-size: 11px; color: #CCC;" href='/register/'>Register</a></div>
</div>
<div style="clear:both"></div>
<script language="javascript">
jQuery("#mode").change(function() {
var searchType = jQuery(this).val();
if (searchType == 'userID'){
//jQuery('#searchForm').attr('action', '/profiles.php'); This doesn't work as we have another form field called 'action'
jQuery('#searchForm').get(0).setAttribute('action','/profiles.php');
jQuery('#userword').attr('name', 'XID');
}
else if (searchType == 'forum'){
jQuery('#searchForm').get(0).setAttribute('action','/forums.php');
jQuery('#userword').attr('name', 'searchword');
}
else if (searchType == 'wiki'){
jQuery('#searchForm').get(0).setAttribute('action','/wiki/index.php');
jQuery('#userword').attr('name', 'search');
}
else {
jQuery('#searchForm').get(0).setAttribute('action','/search.php');
jQuery('#userword').attr('name', 'userword');
}
})
</script>
<div class='' style='clear:both;'>
<table cellpadding='0' cellspacing='0' id='announce' class="fleft">
<tr>
<td width='200px'></td>
<td align='center'>
<table cellpadding='0' cellspacing='0' style='width:90%;'><tr><td class='announceTextSubtle'><a href='donator.php?b=4'><span class='topBannerTitle'>Click here to boost your recovery speed, boost your energy bar to 150 and gain 75 extra points.</span></a></td></tr></table>
</td>
</tr>
</table>
<br style='clear:both;'/></div> <div align="center">
<table width="100%" height="250" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5%" align="left" valign="top">
<div id="mainNavigation">
<ul>
<li><span class="title"><span class="user icon"></span>Information</span></li>
<li id="player-stats">
<div id="player-stats-refresh">
<table cellpadding="0" cellspacing="0" id="tblInfo">
<tr><td colspan='3' class='icons'><a href="preferences.php"><img src=images/icons/mal.png width=14 height=12 title='Gender: Male' border=0></a><a href="profiles.php?XID=1452929"><img src=images/icons/mar.png width=14 height=12 title='You are married to TravisTouchdown' border=0></a><a href="factions.php?step=your"><img src=images/icons/fac.png width=14 height=12 title='You are a member of: BC-Vulpes Vulpes' border=0></a><a href="education.php?step=info&id=51"><img src=images/icons/edu.png width=14 height=12 title='In Education ~ 30 days, 18 hours, 54 minutes and 44 seconds remain' border=0></a><a href="bank.php"><img src=images/icons/inv.png width=14 height=12 title='You have $212,626,050 invested, 6 days, 14 hours, 15 minutes and 46 seconds remain' border=0></a><br></td></tr> <tr><td class="leftcol">Name:</td><td colspan="2"><a href="profiles.php?XID=1565089">archimede</a></td></tr>
<tr><td class="leftcol">Money:</td><td colspan="2">
<span class=pos>$1,358,921</span></td></tr>
<tr><td class="leftcol">Level:</td><td>17</td><td class="rightcol">
<a title='Go up a level!' href='level2.php?vkey=181567393662407'>[upgrade]</a></td></tr>
<tr><td class="leftcol">Points:</td><td>1,190</td><td class="rightcol"> <a title='Use your points' href='points.php'>[use]</a></td></tr>
<tr><td>Merits:</td><td>47</td><td class='rightcol'><a title='Use your merits' href='merits.php'>[use]</a></td></tr>
<tr><td class="leftcol">Energy:</td><td>
80/100</td><td class="rightcol">
<div style="display:inline;" class="countdown" data-until="287" data-layout="{mnn}{sep}{snn}" data-on-expiry="refreshenergy">04:47</div> </td></tr>
<tr><td colspan="3" class="barPad">
<div id='energy-bar' class='stats-bar-container'><div class='stats-bar-fill energybar' style='width:126.4px;'><!-- --></div></div> </td></tr>
<tr><td class="leftcol">Happy:</td><td>1200/1200</td><td class="rightcol">
<div style="display:inline;" class="countdown" data-until="0" data-layout="{mnn}{sep}{snn}" data-on-expiry="refreshenergy">00:00</div></td></tr>
<tr><td colspan="3" class="barPad">
<div id='happy-bar' class='stats-bar-container'><div class='stats-bar-fill happybar'><!-- --></div></div> </td></tr>
<tr><td class="leftcol">Nerve:</td><td>13/38</td><td class="rightcol">
<div style="display:inline;" class="countdown" data-until="287" data-layout="{mnn}{sep}{snn}" data-on-expiry="refreshenergy">04:47</div> </td></tr>
<tr><td colspan="3" class="barPad">
<div id='nerve-bar' class='stats-bar-container'><div class='stats-bar-fill nervebar' style='width:53.72px;'><!-- --></div></div> </td></tr>
<tbody id="chainupdates"></tbody>
<script type="text/javascript">
/*
* If is set, refresh div #chainupdates once after seconds
* UPDATED - just do it every 10 seconds
*/
window.setInterval(function() {
console.log ('Updating chain div');
jQuery('#chainupdates').load('/includes/chainbar.php?force=1&factionID=7709');
}, 60000);
</script> </table>
</div>
</li>
<li><span class="title">Account</span></li>
<li id="nav-mailbox">
<a id='nav-mail' class='button' title='Mailbox - View post that other people have sent you' href='/messages.php'><span class='mail icon'></span>Mailbox (0)</a> </li>
<li id="nav-events">
<a id='nav-events' class='button' title='Events - View things that have happened to you' href='/events.php'><span class='events icon'></span>Events (0)</a></li>
<li id="nav-awards">
<a id='nav-awards' class='button' title='Awards - See the latest awards you have earned' href='/awards.php'><span class='awards icon'></span>Awards (0)</a></li>
<li><span class="title"><span class="city icon"></span>Areas</span></li>
<li><a id="nav-home" class="button" title="Home - View your details" href="/index.php"><span class="home icon"></span>Home</a></li>
<li><a id="nav-items" class="button" title="Items - View, use or send your items" href="/item.php"><span class="pen icon"></span>Items</a></li>
<li><a id="nav-city" class="button" title="City - A wider view of places you can visit in the city" href="/city.php"><span class="city icon"></span>City</a></li>
<li><a id="nav-job" class="button" title="Job - See how you are progressing in your career" href="/jobs.php"><span class="job icon"></span>Job</a></li>
<li><a id='nav-gym' class='button' title='Gym - Train up in the local gym to better yourself' href='/gym.php'><span class='gym icon'></span>Gym</a></li>
<li><a id="nav-properties" class="button" title="Properties - View the properties that are available for you to live in" href="/properties.php"><span class="key icon"></span>Properties</a></li>
<li><a id='nav-education' class='button' title='Education - Participate in various courses the local college provides' href='/education.php'><span class='education icon'></span>Education</a></li>
<li><a id='nav-crimes' class='button' title='Crimes - Commit crimes to earn money' href='/crimes.php'><span class='crimes icon'></span>Crimes</a></li>
<!--li><a id="nav-search" class="button" title="Search - Search for other people in Torn City" href="/search.php"><span class="magnifier icon"></span>Search</a></li-->
<li><a id="nav-friend-list" class="button" title="Friends list - View people on your list of friends" href="friendlist.php"><span class="user icon"></span>Friends list</a></li>
<li><a id="nav-black-list" class="button" title="Black list - View the people you have added to your black list" href="blacklist.php"><span class="target icon"></span>Black list</a></li>
<li><a id='nav-newspaper' class='button' title='Newspaper - Read the latest news from the official Torn Times' href='/newspaper.php'><span class='news icon'></span>Newspaper</a></li>
<li><a id="nav-jail" class="button" title="Jail - View the Torn inmates" href="/jailview.php"><span class="jail icon"></span>Jail</a></li>
<li><a id="nav-hospital" class="button" title="Hospital - View the people currently in hospital" href="/hospitalview.php"><span class="hospital icon"></span>Hospital</a></li>
<li><a id="nav-casino" class="button" title="Casino - Gamble your money in various casino games" href="/casino.php"><span class="casino icon"></span>Casino</a></li>
<li><a id="nav-forums" class="button" title="Forums - Participate in various discussions with others" href="/forums.php"><span class="comment icon"></span>Forums</a></li>
<li><a id="nav-chat" class="button" title="Chat - Modify your chat settings" href="/managerooms.php"><span class="chat icon"></span>Chat</a></li>
<li> <a id="nav-faction" class="button" title="Factions - View details on the faction you are in" target="_self" href="/factions.php?step=your"><span class="faction icon"></span>My Faction</a></li>
<li><span class="title"><span class="events icon"></span>Specials</span></li>
<li><a class='button' title='Earn huge rewards including donator status by inviting people to Torn!' href='bringafriend.php'><span class='reload icon'></span>Recruit Citizens</a></li>
<!--li><span class="title"><span class="events icon"></span>Utilities</span></li>
<li><a id="nav-preferences" class="button" title="Preferences - Change your details" target="_self" href="/preferences.php"><span class="cog icon"></span>Preferences</a></li>
<li><a id="nav-help" class="button" title="Help Tutorial - An extensive tutorial on Torn" target="_blank" href="http://www.torn.com/wiki/"><span class="info icon"></span>Help Tutorial</a></li>
<li><a id="nav-policies" class="button" title="Player Policies - View the rules of Torn" target="_blank" href="http://www.torn.com/wiki/Player_Policies"><span class="user icon"></span>Player Policies</a></li>
<li><a id="nav-logout" class="button" title="Logout - Click here when you want to leave Torn" target="_top" href="/logout.php?rfc=340"><span class="lock icon"></span>Logout</a></li-->
<li class="menuFooter">Sat 12:25:13 AM 17/03/12 <br/>Connected to: <div style="display: inline;">Despair (8)</div></li>
</ul>
</div> <!-- END mainNavigation -->
</td>
<script type="text/javascript" src="js/index/jquery.json-2.2.min.js" ></script>
<script type="text/javascript" >
// MAIN STAGE DRAGGABLE BOXES
jQuery(function(){
jQuery('.dragbox')
.each(function(){
jQuery(this).hover(function(){
jQuery(this).find('h2').addClass('collapse');
}, function(){
jQuery(this).find('h2').removeClass('collapse');
})
.find('h2').hover(function(){
jQuery(this).find('.configure').css('visibility', 'visible');
}, function(){
jQuery(this).find('.configure').css('visibility', 'hidden');
})
.click(function(){
jQuery(this).siblings('.dragbox-content').toggle();
updateWidgetData();
})
.end()
.find('.configure').css('visibility', 'hidden');
});
jQuery('.column').sortable({
connectWith: '.column',
handle: 'h2',
cursor: 'move',
placeholder: 'placeholder',
forcePlaceholderSize: true,
opacity: 0.4,
start: function(event, ui){
//Firefox, Safari/Chrome fire click event after drag is complete, fix for that
if(jQuery.browser.mozilla || jQuery.browser.safari)
jQuery(ui.item).find('.dragbox-content').toggle();
},
stop: function(event, ui){
ui.item.css({'top':'0','left':'0'}); //Opera fix
if(!jQuery.browser.mozilla && !jQuery.browser.safari)
updateWidgetData();
}
})
//.disableSelection(); This is to disable selection of text - G
});
function updateWidgetData(){
var items=[];
jQuery('.column').each(function(){
var columnId=jQuery(this).attr('id');
jQuery('.dragbox', this).each(function(i){
var collapsed=0;
if(jQuery(this).find('.dragbox-content').css('display')=="none")
collapsed=1;
var item={
id: jQuery(this).attr('ID'),
collapsed: collapsed,
order : i,
column: columnId
};
items.push(item);
});
});
var sortorder={ items: items };
//Pass sortorder variable to server using ajax to save state
jQuery.post('includes/updatePanels.php', 'data='+jQuery.toJSON(sortorder), function(response){
if(response=="success")
jQuery("#console").html('<div class="success">Your preferences have been saved</div>').hide().fadeIn(1000);
setTimeout(function(){
jQuery('#console').fadeOut(1000);
}, 2000);
});
}
</script>
<body>
<td width="90%" align="center" valign="top"> <!-- THIS IS THERE TO COMPLETE THE TABLE LAID OUT IN SIDEBAR.PHP -->
<div id="wrapper"> <!-- MAIN PAGE WRAPPER -->
<br><h1>Home</h1><hr style="clear: both; width: 90%;"><div id="noteBox"><img src='images/home/note.png' width=11px height=10px> Congratulations! You have enough experience to go up to level 18! Click <A href=level2.php?vkey=181567393662407>here</a> to upgrade!<br></div>
<!-- This is where the rest of the pagte starts (General Info etc, Properties, Stats, Weapons -->
<div id="contentWrapper">
<div class="column" id="column'0'" ><div class="dragbox" id="item728795">
<h2>Battle Stats</h2>
<div class="dragbox-content" style="display:none;" ><table width="100%" class="data" cellpadding=0 cellspacing="1">
<tbody>
<tr class="bgAlt1">
<td width=70%>Strength: </td><td width=30%> <span style="color:#9E8C00"><b>12,818.3368</b></span></td>
</tr>
<tr class="bgAlt2">
<td width=70%>Defense: </td><td width=30%> <span style="color:#9E8C00"><b>12,815.4969</b></span></td>
</tr>
<tr class="bgAlt1">
<td width=70%>Speed: </td><td width=30%> <span style="color:#9E8C00"><b>12,812.2982</b></span></td>
</tr>
<tr class="bgAlt2">
<td width=70%>Dexterity: </td><td width=30%> <span style="color:#9E8C00"><b>12,819.3643</b></span></td>
</tr>
<tr class="bgAlt1">
<td width=70%>Total: </td><td width=30%> <span class="ftNavy"><b>51,265.4962</b></span></td>
</tr>
</tbody>
</table></div>
</div><div class="dragbox" id="item728800">
<h2>Working Stats</h2>
<div class="dragbox-content" ><table width="100%" class="data" cellpadding=0 cellspacing="1">
<tbody>
<tr class="bgAlt1">
<td width=70%>Manual labor: </td><td width=30%> <font color=#AB4D20><b>1,478</b></font></td>
</tr>
<tr class="bgAlt2">
<td width=70%>Intelligence: </td><td width=30%> <font color=#9E8C00><b>7,199</b></font></td>
</tr>
<tr class="bgAlt1">
<td width=70%>Endurance: </td><td width=30%> <font color=#B57400><b>3,659</b></font></td>
</tr>
</tbody>
</table></div>
</div><div class="dragbox" id="item728794">
<h2>Job Information</h2>
<div class="dragbox-content" style="display:none;" ><table width="100%" class="data" cellpadding=0 cellspacing="1">
<tbody>
<tr class="bgAlt1"><td>Job: <span class="ftNavy">Employee</span></td></tr>
<tr class="bgAlt2"><td>Company: <a href=joblist.php?step=corpinfo&ID=19145><span class="ftNavy">Romania<span class="ftNavy"></a></td></tr>
<tr class="bgAlt1"><td>Type: <span class="ftNavy">Cruise Line Agency</span></td></tr>
<tr class="bgAlt2"><td>Rank: <span class="ftNavy">Agent</span></td></tr>
<tr class="bgAlt1"><td>Income: <span class="ftNavy"> + $300,000</span></td></tr>
<tr class="bgAlt2"><td>Job points: <span class="ftNavy">29</span></td></tr>
<tr class="bgAlt1"><td><img src=/images/ranks/1.gif></td></tr></tbody></table></div>
</div><div class="dragbox" id="item728799">
<h2>Property Information</h2>
<div class="dragbox-content" style="display:none;" ><table width="100%" class="data" cellpadding=0 cellspacing="1">
<tbody><tr class="bgAlt1"><td>Property: <span class="ftNavy">Ranch</span> <span class="ftNavy">(With <a href=profiles.php?XID=1452929>TravisTouchdown</a>)</span>
</td></tr><tr class="bgAlt2"><td>Cost: <span class="ftNavy">$0</span></td></tr>
<tr class="bgAlt1"><td>Upkeep: <span class="ftImportant"> - $0</span></td></tr></tbody></table></div>
</div><div class="dragbox" id="item728806">
<h2>Latest Events</h2>
<div class="dragbox-content" style="display:none;" ><table width=100% cellspacing=0 cellpadding=4><tr class="bgAlt2" alt="16/03/12-8:15:14 AM" title="16/03/12-8:15:14 AM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='events.php'"><td>You were sent $10,000,000 from <a href=profiles.php?XID=846690>Tanix</a>.</td></td></tr><tr class="bgAlt1" alt="15/03/12-8:20:24 PM" title="15/03/12-8:20:24 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt1'" onClick="parent.location='events.php'"><td><a href=profiles.php?XID=1570883>YoungStar</a> bought you out of jail for $41,650.</td></td></tr><tr class="bgAlt2" alt="15/03/12-12:29:42 PM" title="15/03/12-12:29:42 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='events.php'"><td><a href=profiles.php?XID=264351>Slavin</a> bought you out of jail for $30,175.</td></td></tr><tr class="bgAlt1" alt="15/03/12-11:57:41 AM" title="15/03/12-11:57:41 AM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt1'" onClick="parent.location='events.php'"><td><a href=profiles.php?XID=1327047>heinhtetzaw</a> busted you out of jail.</td></td></tr><tr class="bgAlt2" alt="14/03/12-12:25:50 PM" title="14/03/12-12:25:50 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='events.php'"><td><a href=profiles.php?XID=345928>lazyparker</a> bought you out of jail for $38,675.</td></td></tr></table></div>
</div><div class="dragbox" id="item728802">
<h2>Personal Perks</h2>
<div class="dragbox-content" style="display:none;" ><div id=perks><table width="100%" class="data" cellpadding="0" cellspacing="1"><tbody><tr class="bgAlt1"><td><span class="ftImportant">Faction:</span> − 3 Hospital time</td></tr><tr class="bgAlt2"><td><span class="ftImportant">Faction:</span> + Crime Experience</td></tr><tr class="bgAlt1"><td><span class="ftImportant">Faction:</span> + 6% Gym Gains</td></tr><tr class="bgAlt2"><td><span class="ftImportant">Faction:</span> + 3 Nerve</td></tr><tr class="bgAlt1"><td><span class="ftImportant">Faction:</span> + 4 Travel Items</td></tr><tr class="bgAlt2"><td><span class="ftImportant">Faction:</span> − 20 Reviving Energy Cost</td></tr><tr class="bgAlt1"><td><span class="ftImportant">Faction:</span> − 5 Busting Energy Cost</td></tr><tr class="bgAlt2"><td><span class="ftImportant">Faction:</span> − 10% Education Length</td></tr><tr class="bgAlt1"><td><span class="ftImportant">Faction:</span> − 20% Drug Addiction Gain</td></tr><tr class="bgAlt2"><td><span class="ftGrey1">Education:</span> + 1% Strength Gym Gains</td></tr><tr class="bgAlt1"><td><span class="ftGrey1">Education:</span> + 1% Speed Gym Gains</td></tr><tr class="bgAlt2"><td><span class="ftGrey1">Education:</span> + 1% Defense Gym Gains</td></tr><tr class="bgAlt1"><td><span class="ftGrey1">Education:</span> + 1% Dexterity Gym Gains</td></tr><tr class="bgAlt2"><td><span class="ftGrey1">Education:</span> + 10% Medical Booster Effectiveness</td></tr><tr class="bgAlt1"><td><span class="ftGrey1">Education:</span> + Driving Crimes Unlocked</td></tr><tr class="bgAlt2"><td><span class="ftGrey1">Education:</span> + Sports Shop Unlocked</td></tr><tr class="bgAlt1"><td><span class="ftGrey1">Education:</span> + 2% Strength</td></tr><tr class="bgAlt2"><td><span class="ftGrey1">Education:</span> + 2% Speed</td></tr><tr class="bgAlt1"><td><span class="ftGrey1">Education:</span> + 2% Dexterity</td></tr><tr class="bgAlt2"><td><span class="ftGrey1">Education:</span> + 3% Defense</td></tr><tr class="bgAlt1"><td>Total personal perks:</span> 20</td></tr></table></div></div>
</div><div class="dragbox" id="item728796">
<h2>Property Image</h2>
<div class="dragbox-content" style="display:none;" ><div id="propertyImage" class="bgAlt1"><a href=properties.php><img src='images/k617ranch.png' name='Your property - Ranch' border='0'></a></div></div>
</div></div><div class="column" id="column'1'" ><div class="dragbox" id="item728797">
<h2>General Information</h2>
<div class="dragbox-content" ><table width="100%" class="data" cellpadding="0" cellspacing="1"><tbody>
<tr class="bgAlt1"><td>Name: <span class="ftNavy"><a href="profiles.php?XID=1565089">archimede</a> [1565089]</span></td></tr>
<tr class="bgAlt2"><td>Money: <span class="ftNavy">$1,358,921</span></td></tr>
<tr class="bgAlt1"><td>Points: <span class="ftNavy"><span class="ftNavy">1,190</span></span></td></tr>
<tr class="bgAlt2"><td>Level: <span class="ftNavy">17</span></td></tr>
<tr class="bgAlt1"><td>Rank: <span class="ftNavy">#9 Above average</span></td></tr>
<tr class="bgAlt2"><td>Life: <span class="ftNavy"><span class="ftNavy">13,500 / 13,500</span></span></td></tr>
<tr class="bgAlt1"><td>Age: <span class="ftNavy">264</span></td></tr>
<tr class="bgAlt2"><td>Marital Status: <span class="ftNavy">Married to <a href=profiles.php?XID=1452929><span class="ftNavy">TravisTouchdown</span></a> (185 days)</span></td></tr>
</tbody></table>
</div>
</div><div class="dragbox" id="item728803">
<h2>Criminal Record</h2>
<div class="dragbox-content" ><table width="100%" class="data" cellpadding="0" cellspacing="1"><tbody>
<tr class="bgAlt1">
<td width=70%>Selling illegal products</td>
<td align=left width=30%>50</td>
</tr><tr class="bgAlt2">
<td width=70%>Theft</td>
<td align=left width=30%>2505</td>
</tr><tr class="bgAlt1">
<td width=70%>Auto theft</td>
<td align=left width=30%>0</td>
</tr><tr class="bgAlt2">
<td width=70%>Drug deals</td>
<td align=left width=30%>0</td>
</tr><tr class="bgAlt1">
<td width=70%>Computer crimes</td>
<td align=left width=30%>532</td>
</tr><tr class="bgAlt2">
<td width=70%>Murder</td>
<td align=left width=30%>0</td>
</tr><tr class="bgAlt1">
<td width=70%>Fraud crimes</td>
<td align=left width=30%>352</td>
</tr><tr class="bgAlt2">
<td width=70%>Other</td>
<td align=left width=30%>50</td>
</tr><tr class="bgAlt1">
<td width=70%>Total</td>
<td align=left width=30%>3,489</td>
</tr>
</tbody></table></div>
</div><div class="dragbox" id="item728805">
<h2>Latest Messages</h2>
<div class="dragbox-content" style="display:none;" ><table width=100% cellspacing=0 cellpadding=4><tr class="bgAlt2" alt="2012-03-16 - 10:46:45 PM" title="2012-03-16 - 10:46:45 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='messages.php?action=read&XID=161752071'"><td width=30%><a href=profiles.php?XID=1613175>cyberdudedk</a></td><td width=70%><a href=messages.php?action=read&XID=161752071>Updated my script</a></td></td></tr><tr class="bgAlt1" alt="2012-03-16 - 8:48:55 PM" title="2012-03-16 - 8:48:55 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt1'" onClick="parent.location='messages.php?action=read&XID=161749545'"><td width=30%><a href=profiles.php?XID=1614924>HeavenlyMurder</a></td><td width=70%><a href=messages.php?action=read&XID=161749545>Re: Thanks</a></td></td></tr><tr class="bgAlt2" alt="2012-03-16 - 7:58:56 PM" title="2012-03-16 - 7:58:56 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='messages.php?action=read&XID=161748150'"><td width=30%><a href=profiles.php?XID=1614924>HeavenlyMurder</a></td><td width=70%><a href=messages.php?action=read&XID=161748150>Thanks</a></td></td></tr><tr class="bgAlt1" alt="2012-03-16 - 3:22:07 PM" title="2012-03-16 - 3:22:07 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt1'" onClick="parent.location='messages.php?action=read&XID=161741454'"><td width=30%><a href=profiles.php?XID=1617152>Ragnhild</a></td><td width=70%><a href=messages.php?action=read&XID=161741454>Thanks</a></td></td></tr><tr class="bgAlt2" alt="2012-03-15 - 5:17:19 PM" title="2012-03-15 - 5:17:19 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='messages.php?action=read&XID=161715980'"><td width=30%><a href=profiles.php?XID=1620812>Shakawkaw</a></td><td width=70%><a href=messages.php?action=read&XID=161715980>Re: appreciated</a></td></td></tr></table></div>
</div><div class="dragbox" id="item728801">
<h2>Equipped Items</h2>
<div class="dragbox-content" style="display:none;" ><div id="equippedWeapons"><table width="100%" class="data" cellpadding="0" cellspacing="1"><tr class="bgAlt1"><td align=center><a href=iteminfo.php?XID=612><img src=images/items/612.jpg width=100 height=50 title='Tavor TAR-21' border=0></a> <a href=iteminfo.php?XID=21><img src=images/items/21.jpg width=100 height=50 title='Dual 96G Berettas' border=0></a> <a href=iteminfo.php?XID=237><img src=images/items/237.jpg width=100 height=50 title='Kodachi Swords' border=0></a> <a href=iteminfo.php?XID=50><img src=images/items/50.jpg width=100 height=50 title='Outer Tactical Vest' border=0></a> <a href=iteminfo.php?XID=394><img src=images/items/394.jpg width=100 height=50 title='Brick' border=0></a></td></tr></table></div></div>
</div><div class="dragbox" id="item728798">
<h2>Faction Information</h2>
<div class="dragbox-content" style="display:none;" ><table width="100%" class="data" cellpadding=0 cellspacing="1">
<tbody>
<tr class="bgAlt1"><td>Faction: <span class="ftNavy"><a href=factions.php?step=profile&ID=7709><span class="ftNavy">BC-Vulpes Vulpes</span></a></span></td></tr>
<tr class="bgAlt2"><td>Days in Faction: <span class="ftNavy">257</span></td></tr>
<tr class="bgAlt1"><td>Respect: <span class="ftNavy">28,014</span></td></tr>
<tr class="bgAlt2"><td>Rank: <span class="ftNavy">#43</span></td></tr>
<tr class="bgAlt1"><td>Members: <span class="ftNavy">95</span></td></tr>
</tbody></table></div>
</div><div class="dragbox" id="item728804">
<h2>Latest Attacks</h2>
<div class="dragbox-content" style="display:none;" ><table width=100% cellspacing=0 cellpadding=4><tr class="bgAlt2" alt="2012-03-13 - 9:22:42 PM" title="2012-03-13 - 9:22:42 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='attacklogs.php?ID=37778578&back=index'"><td>Someone hospitalized <a href=profiles.php?XID=1565089>archimede</a></td></tr><tr class="bgAlt1" alt="2012-03-09 - 4:22:50 AM" title="2012-03-09 - 4:22:50 AM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt1'" onClick="parent.location='attacklogs.php?ID=37660167&back=index'"><td><a href=profiles.php?XID=1600080>_Azazel_</a> attacked <a href=profiles.php?XID=1565089>archimede</a> and stalemated</td></tr><tr class="bgAlt2" alt="2012-03-05 - 2:10:47 PM" title="2012-03-05 - 2:10:47 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='attacklogs.php?ID=37567948&back=index'"><td><a href=profiles.php?XID=368941>Illwish</a> hospitalized <a href=profiles.php?XID=1565089>archimede</a></td></tr><tr class="bgAlt1" alt="2012-03-04 - 9:32:03 PM" title="2012-03-04 - 9:32:03 PM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt1'" onClick="parent.location='attacklogs.php?ID=37551241&back=index'"><td><a href=profiles.php?XID=368941>Illwish</a> hospitalized <a href=profiles.php?XID=1565089>archimede</a></td></tr><tr class="bgAlt2" alt="2012-03-04 - 12:45:25 AM" title="2012-03-04 - 12:45:25 AM" onmouseover="this.className='bgAlt3';this.style.cursor='pointer'"; onmouseout="this.className='bgAlt2'" onClick="parent.location='attacklogs.php?ID=37529998&back=index'"><td>Someone hospitalized <a href=profiles.php?XID=1565089>archimede</a></td></tr></table></div>
</div></div>
</div> <!-- /contentWrapper -->
<hr style="clear:both; width: 90%; margin-top: 10px;">
<font size=4>> </font><a href=personalstats.php><font size=4>View more detailed stats</font></a>
<hr width="90%">
</body>
</html>
<!-- IE HACK TO GET NTH ELEMENT TO FLOAT RIGHT -->
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery(".column:nth-child(1)").css("float","right");
});
</script>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
</div>
</body>
</html>