sfHover = function() {
	var sfEls = document.getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

function Rand() {
	document.getElementById("Rand").innerHTML =

'<a href="http://www.hallein.com/wDeutsch/index.php" target="_blank" style="float:right"> '+
'<img alt="Tourismusverband Hallein Bad Dürrnberg" src="images/Logos/Tourismusverband_Hallein.png" width="100px"></a>'+
'<a href="http://www.salzwelten.at/salz/index.php?option=com_content&view=article&id=18&Itemid=60" '+
'target="_blank" style="float:right">'+
'<img alt="Advent in den Salzwelten Hallein bei Salzburg" width="100px"'+
'src="images/Logos/Salzwelten.jpg" ></a>'+
'<a href="http://www.kuerbiskernoel.at/" target="_blank" style="float:right">'+
'<img alt="Farmer Rabensteiner Kürbiskernöl und anderes aus der Südsteiermark" '+
'src="images/Logos/Farmer_Rabensteiner.gif" width="100px"></a>'+

'	<a href="http://www.hallein.gv.at/" target="_blank" style="float:right">'+
'	<img alt="Herzlich Willkommen auf den Seiten der Stadtgemeinde Hallein" height="39px" '+
'	src="images/Logos/stadthallein-logo-2.png" ></a>'+

'    <a href="http://www.china-direkt.at" target="_blank" style="float:right" >'+
'	<img alt="China Direkt, eine Idee besser"  src="images/Logos/china_direkt.gif"  height="67px"></a>';
	
		
}


