function imageSwap()
{
	images = new Array("images/gyllene-hornet.jpg","images/test_framsida.jpg","images/test_framsida2.jpg","images/test_framsida3.jpg");

	selectedImage = images[Math.floor(Math.random()*images.length)];

	
	return '<img src="' + selectedImage +'" width="404" height="242" alt="Hotell, Konferens, Rekreation, Friskvård, Weekend, Spa, Tällberg, Pensionat, Dalarna, Tällberg, pool, Leksand, Tällberg, T&auml;llberg, Siljan" style="border: 4px solid #ffffff; margin-bottom: 4px;">';
}

function goLink(url)
{
  location.href = url;
}

function bokning() 
{
	var newWindow = window.open("http://www.hornet.nu/bokning.php", "vb", "screenX=100,screenY=100,scrollbars,height=680,width=668");
	newWindow.focus();
}

function bokning_eng() 
{
	var newWindow = window.open("http://www.hornet.nu/bokning_eng.php", "vb", "screenX=100,screenY=100,scrollbars,height=680,width=668");
	newWindow.focus();
}


function kontakt() 
{
	var newWindow = window.open("http://www.hornet.nu/kontakt.php", "vb", "screenX=100,screenY=100,scrollbars,height=400,width=480");
	newWindow.focus();
}


