function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}
var cookieItem=String(readCookie('PPGlp'));
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
if (cookieItem=="null" || cookieItem=="" || cookieItem==" ") {
Set_Cookie("PPGlp",sPage,30,"/",cookieDomain,false);
}
var r = document.referrer;
Set_Cookie("PPGep",decodeURI(r),30,"/",cookieDomain,false);
cookieItem=String(readCookie('PPGlp'));
var pos = cookieItem.indexOf("presentation.html");
var pos2 = cookieItem.indexOf("presentations.html");
var pos3 = cookieItem.indexOf("powerpointf.html");
var pos4 = cookieItem.indexOf("powerpointe.html");
var pos5 = cookieItem.indexOf("powerpoint.html");
var pos6 = cookieItem.indexOf("powerpointb.html");
var pos7 = cookieItem.indexOf("powerpointc.php");
var pos8 = cookieItem.indexOf("powerpointd.php");
cookieItem=String(readCookie('PPGsource'));
var pos9 = cookieItem.indexOf("ppgproseries");
var productElement = document.getElementById("contact");
var productElement2 = document.getElementById("contact2");
var productElement3 = document.getElementById("contact3");
if (productElement != null){
if (pos>=0 || pos2>=0)
{
document.getElementById('contact').innerHTML = "Contact Us Today 1.800.646.9512";
if (productElement2 != null){
document.getElementById('contact2').innerHTML = "800.646.9512";
}
} else {
document.getElementById('contact').innerHTML = "Contact Us Today 1.800.906.4646";
}
if (pos3>=0 || pos4>=0 || pos5>=0 || pos6>=0 || pos7>=0 || pos8>=0)
{
document.getElementById('contact').innerHTML = "Contact Us Today 1.800.684.8146";
if (productElement2 != null){
document.getElementById('contact2').innerHTML = "800.684.8146";
}
} else {
document.getElementById('contact').innerHTML = "Contact Us Today 1.800.906.4646";
}
if(pos9>=0){document.getElementById('contact').innerHTML = "Call 1.800.906.4646";

}
}
if (productElement2 != null){
if(pos9>=0){document.getElementById('contact2').innerHTML = "800.906.4646";}
}
if (productElement3 != null){
if(pos9>=0){document.getElementById('contact3').innerHTML = "800.906.4646";}
}
