function popout() 
	{ if (self != top) top.location.href = window.location.href; }
function avencomRollover(image_name, newSrc) 
	{ if (document.images) 
		{ if (document.images[image_name] != null)
			{ document.images[image_name].src = newSrc; } } }
function WM_preloadImages() 
	{ if (document.images) 
		{ if (typeof(document.WM) == 'undefined')
			{ document.WM = new Object(); }
	    document.WM.loadedImages = new Array();
	    var argLength = WM_preloadImages.arguments.length;
	    for(arg=0;arg<argLength;arg++) 
			{ document.WM.loadedImages[arg] = new Image();
		      document.WM.loadedImages[arg].src = WM_preloadImages.arguments[arg]; } } }
/*
function monitorLinkPaths()
	{ for(i=0;i<document.links.length;i++)
		{ if((document.links[i].href.indexOf('enerator') != -1) && (location.pathname.indexOf('enerator') == -1))
			{ document.links[i].onclick = preventLinking; } } }
function preventLinking()
	{ return false; }
*/
var doRotation=1;
function rotateBanner(s) 
	{ if(doRotation!=0) window.setTimeout('changeBanner()', s*1000) }
var bannerHoldVar=0;
// usage: onload="popUp('http://zdnet.com.com/2100-1107-504161.html');"
function PopUp(myUrl,myWidth,myHeight) 
	{ if(document.referrer.indexOf(document.domain) == -1)
		{ myHeight=myHeight;
		myWidth=myWidth;
		myWindow = window.open(myUrl,'myWindowName',"directories=0,height="+myHeight+",width="+myWidth+",location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0"); } }

