//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=475,width=400')
	window.open('speedBump.asp?strLink=' + strLink + '&isSecure=' + isSecure,'','height=475,width=400')
}

