window.onload=function() {
var plend = new Date();
var plload = plend.getTime() - plstart.getTime();
// determine the thresholds

if(plload<2000)
lc = "<2";
else if (plload<4000)
lc = "<4";
else if (plload<6000)
lc = "<6";
else if (plload<8000)
lc = "<8";
else if (plload<10000)
lc = "<10";
else if (plload<30000)
lc = "<30";
else
lc=">30";
var fn = document.location.pathname;
if( document.location.search)
fn += document.location.search;

//if(typeof(dc_PublisherID) == 'undefined') var dc_PublisherID=0;
try
{
pageTracker._trackEvent("Page Load",lc + 
" Loading Pages " + dc_PublisherID, fn, Math.round(plload/1000));
pageTracker._trackEvent("Kontera", 
"ID " + dc_PublisherID, fn, dc_PublisherID);

}
catch(err)
{

}
}
