
if (window.showurl === undefined)
{
showurl = false;
}

if(showurl == false)
{
document.write ("<iframe frameborder = '0' style = 'width:250px;height:250px' scrolling = 'no' src = 'http://www.trafficsynergy.co.za/ts_int/250x250/250x250.php?url="+url+"&destCity="+to+"&homeCity="+from+"'></iframe>");
}
else
{
document.write ("<iframe frameborder = '0' style = 'width:250px;height:250px' scrolling = 'no' src = 'http://www.trafficsynergy.co.za/ts_int/250x250/250x250.php?url="+url+"&destCity="+to+"&homeCity="+from+"&showurl=true'></iframe>");
}