var cur_location = window.location.pathname;

if(cur_location != "2011-kidsummer.asp")
{
	window.location = "2011-kidsummer.asp";
}
