function wtpopup(){
	wtpopupwin = window.open('http://media.topsellingpetsupplies.com/inc/wt/wt.html', 'wtpopup', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=250');
}

/* Note: main.js is the offermatica library. Normally, we are now using an xslt template to include that library from green2s, but in this case, there are hard-coded changes to the site's behaviour in the main.js. The basic2_almondNet configuration is being used, which floats the PPC on most content pages at the topleft and hides the PPC on the sitemap page (though it is still visible in the source code which means that there is still a call being made to Yahoo). */
/*
function includeScript(src) {
	document.write('<sc' + 'ript src="' + src + '" type="text/javascript"></sc' + 'ript>');
}

includeScript('http://media.topsellingpetsupplies.com/inc/js/ux/main.js');
*/