var urlFrom = window.location.href;
codeFrom = urlFrom.split('pensafe.ca/');
linkTo = codeFrom[1];
//alert(linkTo);
var w_table=287;
if (
linkTo=="index.html" || 
linkTo=="company/overview.html" ||
linkTo=="company/innovation.html" ||
linkTo=="company/services.html")
{
w_table=287;
}
else if (
linkTo=="applications/construction.html" ||
linkTo=="applications/construction.html" ||
linkTo=="applications/industry.html" ||
linkTo=="applications/industry.html" ||
linkTo=="applications/forestry.html" ||
linkTo=="applications/transportation.html" ||
linkTo=="applications/maintenance.html" ||
linkTo=="applications/utilities.html" ||
linkTo=="applications/protectiveservices.html" ||
linkTo=="applications/protectiveservices.html" ||
linkTo=="applications/military.html"
)
{
w_table=374;
}
else if (
linkTo=="products/overview.html" || 
linkTo=="products/overview.html" || 
linkTo=="products/pincer.html" || 
linkTo=="products/dmm.html" || 
linkTo=="products/testingANSI.html"
)
{
w_table=466;
}
else if (
linkTo=="purchase/direct.html" ||
linkTo=="purchase/order_online.html"
)
{
w_table=548;
}
else if (
linkTo=="partners/associations.html")
{
w_table=630;
}
else if (
linkTo=="news.html")
{
w_table=698;
}
else if (
linkTo=="contact.html" ||
linkTo=="careers.html"
)
{
w_table=762;
}

document.write('<table width="770" border="0" cellspacing="0" cellpadding="0"><tr><td width="770" height="1"><table width="'+w_table+'" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%" height="1"></td><td width="60" height="1" bgcolor="#C0C0C0"><img src="pic.gif" width="60" height="1"></td></tr></table></td></tr></table>');

