	Sureflix.Page = {};
	Sureflix.Page.reload = function (){
		//code to reload the page
		window.document.location = window.document.location;
	}

	