// Javascript Document
var chat = 1;
var stat = 1;
var show_chat = 1;
var ping_chat = 1;
var channel = 0;
var department = 0;
var bgcolor = '~FFFFFF';


function runCheck(correctURL){
	// Copyright (c) 2006 Toneee.com, LLC. All rights reserved.
	var currentURL = parent.location.href;
		//alert("Current URL is " + currentURL);
		//alert("URL should be " + correctURL);
	if (correctURL.length > 0){
		if (currentURL.indexOf(correctURL) != 0 || window==top){
			top.location.href = correctURL + "?a=" + window.location.href;
		} else {
			<!-- Beginning of toneee.com chat system code -->
			<!--
			//-->
			document.write('<br /><hr width="98%" noshade>' +
			'  <table width="100%" border="0" cellspacing="2" cellpadding="2">' +
			'    <tr valign="top"> ' +
			'      <td width="50%" align="left"><strong><font size="-1">Questions?</font></strong><font size="-1"> Speak to ' +
			'        someone <span style="color: red;">LIVE</span>:<br>' +
			'        </font><font size="-1">');
			
						document.write("</script>" +
							"<script type=\'text/javascript\' src=\'https://www.chatstat.com/clients/1531/1531.js\'></script>" +
							"<noscript><a href=\'https://www.chatstat.com/\' target=\'_blank\'><img src=\'https://www.chatstat.com/image_statcounter.asp?csuid=1531&ref=0&url=0&ch=0&dp=0&cs=0&tz=0&rc=1\' alt=\'Chat & Web Statistics\' title='\Chat & Web Statistics\' border=\'1\'></a></noscript><!--End of toneee.com chat system code -->");
			
			document.write('<strong> </strong></font></td>' +
			'      <td width="50%" align="right"><img src="/pics2005/movespeed-white.gif" width="188" height="19"></td>' +
			'    </tr>' +
			'  </table>'
			);
		}
	}
}

function ChatStatOnly(){
			<!-- Beginning of toneee.com chat system code -->
			<!--
			//-->
			document.write('<br /><hr width="98%" noshade>' +
			'  <table width="100%" border="0" cellspacing="2" cellpadding="2">' +
			'    <tr valign="top"> ' +
			'      <td width="50%" align="left"><strong><font size="-1">Questions?</font></strong><font size="-1"> Speak to ' +
			'        someone <span style="color: red;">LIVE</span>:<br>' +
			'        </font><font size="-1">');
			
						document.write("</script>" +
							"<script type=\'text/javascript\' src=\'https://www.chatstat.com/clients/1531/1531.js\'></script>" +
							"<noscript><a href=\'https://www.chatstat.com/\' target=\'_blank\'><img src=\'https://www.chatstat.com/image_statcounter.asp?csuid=1531&ref=0&url=0&ch=0&dp=0&cs=0&tz=0&rc=1\' alt=\'Chat & Web Statistics\' title='\Chat & Web Statistics\' border=\'1\'></a></noscript><!--End of toneee.com chat system code -->");
			
			document.write('<strong> </strong></font></td>' +
			'      <td width="50%" align="right"><img src="/pics2005/movespeed-white.gif" width="188" height="19"></td>' +
			'    </tr>' +
			'  </table>');
}