
// Copyright (c) 2004, Bruce Clay, LLC
// This script is proprietary and may not be copied
// or distributed.  400x70

function PMAudit(pmparms) {
	var pmuri='<iframe class="sidebars" src="//www.seotoolset.com/cgi-bin/pathmaps.cgi?pmrequesturi=' + escape(document.URL) + '%26' + escape(pmparms) + '&pmreferer=' + escape(document.referrer) + '" frameborder=0 width=1 height=1></iframe>';
	document.writeln(pmuri);
}

function PMTracker(pmvalue) { 
	var pmtoday = new Date();
	var pmexpiry = new Date(pmtoday.getTime() + 365 * 24 * 60 * 60 * 1000); 
	document.cookie="PMCookie=" + escape(pmvalue) + "; expires=" + pmexpiry.toGMTString();
}


function PMTransfer(pmvalue) { 
	var pmuri='<iframe class="sidebars" src="//www.seotoolset.com/cgi-bin/pmtransfer.cgi?' + escape(pmvalue) + '" frameborder=0 width=1 height=1></iframe>';
	document.writeln(pmuri);
}

       
 

