function enterSweeps(){
	appRedirect=location.search.substring(1);
	urlOpen = "https://register.go.com/wdpictures/sweeps/highschoolmusical3/entry?"+appRedirect;
	window.open(urlOpen,"sweeps");
}
function goToTickets(){
	appRedirect=location.search.substring(1);
	window.open(appRedirect,"tickets");
}
function popRules(){
	window.open('rules.html', 'rules','width=475,height=500,directories=0,location=0,menubar=0,resizable=0,status=0,toolbar=0,scrollbars=1');
}
function openPrivacy(){
	window.open('http://disney.go.com/corporate/privacy/pp_wdig.html','privacy');
}
