
// wait for the s
function wait_for_it(){
	
	if(typeof s == 'undefined'){
		setTimeout("wait_for_it()",1000);
	}else{
		/* You may give each page an identifying name, server, and channel on the next lines. */
		s.pageName=""
		s.server=""
		s.channel=""
		s.pageType=""
		s.prop1=""
		s.prop2=""
		s.prop3=""
		s.prop4=""
		s.prop5=""
		/* Conversion Variables */
		s.campaign=""
		s.state=""
		s.zip=""
		s.events=""
		s.products=""
		s.purchaseID=""
		s.eVar1=""
		s.eVar2=""
		s.eVar3=""
		s.eVar4=""
		s.eVar5=""
		/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
		var s_code=s.t();if(s_code)document.write(s_code)
	}
}

if (typeof s_account == 'undefined') {

	// set s_account
	var s_account="ptmsonlineresources"

	// inject reference
	var injomn_0 = document.createElement('script');
	injomn_0.setAttribute('language', 'javascript');
	injomn_0.setAttribute('src', 'http://omniture.peopletomysite.com/s_code.js');
	document.body.appendChild(injomn_0);
	wait_for_it();
}





