// JavaScript Document

function scrollToTop(){
	window.scroll(0,0);
}

function popUp(){
	windowthis = window.open('http://consumercontacts.generalmills.com/ConsolidatedContact.aspx?page=http://www.everydaycelebrations.ca/aspiringolympians','_blank','scrollbars=yes,resizable=yes,width=500,height=507');
}