// JavaScript Document
function getUrch(info){
var urchStr = getC('__utmz=')
return urchStr;
}
function getCV (os) {
var endVal = document.cookie.indexOf (";", os);
if (endVal == -1)
endVal = document.cookie.length;
return unescape(document.cookie.substring(os, endVal));
}
function getC (key) {
var a = 0;
while (a < document.cookie.length) {
var b = a + key.length;
if (document.cookie.substring(a, b) == key)
return getCV (b);
a = document.cookie.indexOf(" ", a) + 1;
if (a == 0) break;
}return null;
}
function dispMsg (hereMsg) {
var str = getUrch();
var foundIt = -1;

if (str==undefined)
var hereMsg = "1-800-459-0400"

if (str!=undefined)
var foundIt = str.search(/utmcid=3/i);

if (foundIt != -1)
var hereMsg = "1-800-459-0400";

if (foundIt == -1)
var hereMsg = "1-800-459-0400";
return hereMsg;
}