function goToSite(){
	var args = goToSite.arguments;
	top.location.href = args[0];
}