
/* Start Script
 function ScrollProgressiveTotals(){
  var itotal = 0;
  for(i=1;i<=18;i++){
   JP[i] += parseInt(Inc[i] * 1);
   itotal += JP[i];
  }
  document.jpformTotal.progressiveTotal.value = (itotal/100);
  window.setTimeout("ScrollProgressiveTotals()",1000); 
  
  }
*/


/*  Start EyeView Include */  

var ev_site_id = "170";
window["EngagerTag"] = {};
EngagerTag.start = function(){}
EngagerTag.end = function(){}
EngagerTag.setUserParam = function(){}
document.write(unescape("%3Csc" + "ript src='" + (location.protocol=="https:"?"https://secureserve.":"http://serve.") + "eyeviewdigital.com/engager.php?sid="+ev_site_id+"' type='text/javascript'%3E%3C/sc"+"ript%3E"));

	function getEVId()
	{
	        var id = "";
	        try { id = EngagerTag.UserID + "_" + EngagerTag.SessionID;} catch(c){}
	        return id;
	}



function gup( name )
{
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var tmpURL = window.location.href;
  var results = regex.exec( tmpURL );
  if( results == null )
    return "";
  else
    return results[1];
}

//EngagerTag.setUserParam("VT",vt);

/* End EyeView Include */