<!--
var oas='http://ads.traderonline.com/RealMedia/ads/';
var RN = new String (Math.random());
var RNS = RN.substring (2,11);
function DisplayAds(page, sitepage, category, location, keywords, position, width , height) {
	var oaspage = sitepage + page + '/1' + RNS + '@' + position + '?' + category + location + keywords;
	if ( _version < 11 ) {
// 			document.write ('<a href="' + oas + 'adstream_nx.ads/' + oaspage + '" target="_top"><img src="' + oas + 'adstream_rx.cgi/' + oaspage + '" border="0" width="' + width + '" height="' + '"></a>');
		document.write ('<a href="' + oas + 'adstream_nx.ads/' + oaspage + '" target="_top"><img src="' + oas + 'adstream_nx.ads/' + oaspage + '" border="0" width="' + width + '" height="' + '"></a>');
	}
	else {
		document.write ('<script language="JavaScript1.1" src="' + oas + 'adstream_jx.ads/' + oaspage + '">');
		document.write ('\<\!-- --\>');
		document.write ('\<\/script\>');
		document.write ('\<\!-- --\>');			
	}
}


var TheBrowserName = navigator.appName;
var TheBrowserVersion = parseFloat(navigator.appVersion);

function tdOn(td, location){	//  usage  --  <td onMouseOver="tdOn(this,'#this_title#')" onMouseDown="document.location='#this_url#';" onMouseOut="tdOff(this,'')" title="#this_title#"><a href="#this_url#">this</a></td>
	td.style.backgroundColor="#E3DEF6";
	if ((TheBrowserName == 'Netscape') && (TheBrowserVersion >= 5)){	// equivalent to style="cursor:pointer;cursor:hand;"
		td.style.cursor="pointer";
	}else{
		td.style.cursor="hand";
	}
 	window.status=location;
}

function tdOff(td, location){	//  usage  --  <td onMouseOver="tdOn(this,'#this_title#')" onMouseDown="document.location='#this_url#';" onMouseOut="tdOff(this,'')" title="#this_title#"><a href="#this_url#">this</a></td>
	td.style.backgroundColor="#FFFFFF";
	td.style.cursor="default";
	window.status=location;
}

function rolloverImage(cellName, imageName){	// usage  --  <a href="/x.html" onMouseOver="rolloverImage('cfir_1','x_on.gif')" onMouseOut="rolloverImage('cfir_1','x.gif')"><img name="cfir_1" src="x.gif" width="1" height="1" border="0" alt="" /></a>
	if(document.images){
		document[cellName].src = imageName;
	}
}

function ResetForm(formname){	//  usage  --  href="javascript:ResetForm('formname');"
	document.forms[formname].reset();
}

function SubmitForm(formname){	//  usage  --  href="javascript:SubmitForm('formname');"
	document.forms[formname].submit();
}

function imgSwap(theImage){
	theImage.src = 'http://images.traderonline.com/img/phw/spacer.gif';
}	

function ShowMouseOver(td){	//  usage  --  <td onMouseOver="ShowMouseOver(this)" onMouseDown="document.location='#this_url#';" title="#this_title#"><a href="#this_url#">this</a></td>
	if ((TheBrowserName == 'Netscape') && (TheBrowserVersion >= 5)){	// equivalent to style="cursor:pointer;cursor:hand;"
		td.style.cursor="pointer";
	}else{
		td.style.cursor="hand";
	}
 	window.status=location;
}

function openWin( windowURL, windowName, windowFeatures ) { 
	return window.open( windowURL, windowName, windowFeatures ) ; 
}
// -->

