//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=250,width=500')
	window.open('speedBump.asp?strLink=' + strLink + '&isSecure=' + isSecure,'','height=425,width=500')
}


function openSpeedBump2(strLink, isSecure)
{
	//Use this link on all sites
	//window.open('/speedBump/speedBump.asp?strLink=' + strLink + '&isSecure=' + isSecure,'','height=250,width=500')
	window.open('leavingSite.asp?strLink=' + strLink + '&isSecure=' + isSecure,'','height=355,width=500')
}


function openSpeedBump3(strLink, isSecure)
{
	//Use this link on all sites
	//window.open('/speedBump/speedBump.asp?strLink=' + strLink + '&isSecure=' + isSecure,'','height=250,width=500')
	window.open('leavingSite3.asp?strLink=' + strLink + '&isSecure=' + isSecure,'','height=355,width=500')
}

//put this page at the root of the site