function newPopUp()
{
	adwindow=window.open("http://www.heart1.com/attack/ad_exercise.cfm", 'vidwin', "scrollbars=no,menubar=no,toolbar=no,status=no,width=200,height=200,resizable=no")
}

function formHandler(){

var URL = document.form.site.options[document.form.site.selectedIndex].value;

window.location.href = URL;

}

function formHandler2(){

var URL = document.form2.site2.options[document.form2.site2.selectedIndex].value;

window.location.href = URL;

}