function goTo(webSite)
{
	window.location = webSite;
}

function buttonClick()
{
	alert("Where is the jQuery ?  scripts/all.js má oeee ;)")
}

