//put this page at the root of the site
function openSpeedBump(strLink, isSecure)
{
	//Use this link on all sites
	//window.open('/speedBump/speedBump.asp?strLink=' + strLink + '&isSecure=' + isSecure,'','height=450,width=500')
	window.open('popup2.asp?strLink=' + strLink + '&isSecure=' + isSecure,'','height=350,width=500')
}


