	<!-- Begin
	function openbook()
	{
		var where_to = confirm("Do you really want to go to the phootoons guestbook?");
		if(where_to== true)
		{
			window.open("http://www.phootoons.com/zyasdfgh/");
		}
		return true;
	}
	//-->

