function openWindow() {

window.open("http://www.wdfm.com/thanks.html","remote","scrollbars=yes,width=600,height=495,left=100,top=25")

}

function calcOne() {

window.open("http://www.wdfm.com/cgi/cpm1a1.pl.cgi","remote","scrollbars=yes,width=400,height=400,left=300,top=25")

}

function calcTwo() {

window.open("http://www.wdfm.com/cgi/cpm1b1.pl.cgi","remote","scrollbars=yes,width=400,height=400,left=300,top=25")

}

function calcThree() {

window.open("http://www.wdfm.com/cgi/cpm1c1.pl.cgi","remote","scrollbars=yes,width=400,height=400,left=300,top=25")

}

		function jumpPage(newLoc) {
			newPage = newLoc.options[newLoc.selectedIndex].value
	
			if (newPage != "") {
				window.location = newPage
			}
		}
	

var ORDER= "";
var SERVER= "";
var CONTENTGROUP= "";
var
W="tagver=3&SiteId=31534&Sid=009-00-10-15-197092-31534&Tz=-500&firstwkday=sunday&Edition=ecommerce&Button=";
W+="&server="+escape(SERVER);
W+="&order="+escape(ORDER);
W+="&Group="+escape(CONTENTGROUP);
W+="&browserDate="+escape(new Date());
W+="&title="+escape(document.title);
W+="&url="+window.document.URL;
W+="&referrer="+window.document.referrer;
W+="&appname="+escape(navigator.appName);
W+="&appversion="+escape(navigator.appVersion);
W+="&cookieOK="+(navigator.cookieEnabled?"Yes":"No");
W+="&userLanguage="+(navigator.appName=="Netscape"?navigator.language:navigator.userLanguage);
W+="&platform="+navigator.platform;
W+="&bgColor="+escape(document.bgColor);
W+="&javaOK=Yes";
if(typeof(screen)=="object")
{
W+="&screenResolution="+screen.width+"x"+screen.height;
W+="&colorDepth="+screen.colorDepth;
W+="&NSpluginList=";
for( var i=0; i< navigator.plugins.length; i++)
W+=escape(navigator.plugins[i].name)+";";
}
document.write('<A TARGET="_blank" HREF="http://www.webtrendslive.com/redirect.asp?siteID=31534">');
document.write('<IMG BORDER="0" WIDTH="1" HEIGHT="1" SRC="http://statse.webtrendslive.com/S009-00-10-15-197092-31534/button3.asp? '+W+'">');
document.write('</A>');
