//Copyright 2009 SeoRig.com, All Rights Reserved.

function SeoRig() {

var vs="RID="+RID;
	vs+="&Title="+document.title;
    vs+="&Page="+escape(window.location.pathname.substring(window.location.pathname.lastIndexOf('\\') + 1)); 
	vs+="&Hst="+document.domain;
	
	var vsr;
	try {
		vsr="Reff="+escape(parent==self?window.document.referrer:parent.document.referrer);
	}
	catch(e) {
		vsr="Reff="+escape(window.document.referrer);
	}
	
	vsr = vsr.replace(/&/g, "AND");

	var	vsd="FullPage="+document.URL;
	vsd = vsd.replace(/&/g, "AND");
	
	var purl = "PMCD="+document.URL;
	
	var rand = Math.random();
	tracker = new Image(); 
	tracker.src = 'http:\/\/track.seorig.com\/index.php?'+vs+'&'+vsr+'&'+vsd+'&'+purl+'&r='+rand;
}

SeoRig();
