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 =
	
'<center>'+
'<table>'+
'<tr>'+
'<td>'+

'<center>'+
'<a href="http://www.boeg.at/index.php?page=303&betriebs_id=8539" target="_blank">'+
'<img src="images/Logos/BOEG_Logo.jpg" '+
'alt="Gasthof Hotel Hohlwegwirt, Hallein Taxach, Mitgliedsbetrieb bei Beste Oesterreichische Gastlichkeit,'+
' mehr ueber BOEG" title="Gasthof Hotel Hohlwegwirt, Hallein Taxach, Mitgliedsbetrieb bei Beste Oesterreichische Gastlichkeit,'+
' mehr ueber BOEG" width="80px"></center></a>'+

' <center> <img src="images/Icons/BOEG_QR_Code.gif" style="padding-top:2px" alt="BOEG QR Code für Smartphones"'+
' title="BOEG QR Code Gasthof Hotel Hohlwegwirt für Smartphones" width="80px" ></center>'+
'&nbsp;'+

'<center>'+
'<a href="Gasthof_Hohlwegwirt_Video_2.html" target="_blank">'+
'<img alt="Video ueber Fische" title="2-Minuten-Video ueber Fische" '+
'src="images/Icons/Fisch_fangfrisch_video.jpg" width="80px"></a>'+
'</center>&nbsp;'+

'<center><a href="Gasthof_Hohlwegwirt_Video.html">'+
'<img alt="Video Käse aus der Genussregion Tennengau als Fischrezept"'+
'title="Video Käse aus der Genussregion Tennengau als Fischrezept"'+
'src="images/Icons/Kaese_Fisch_Video.jpg" width="80px"></a>'+
'</center>&nbsp;'+

'<center><a href="http://www.genusswochen.at/" target="_blank">'+
'<img src="images/Logos/Logo_Genuss.jpg"'+
'alt="Gasthof Hotel Hohlwegwirt, Hallein Taxach, im GourmetGuide A la Carte 2011 - Weblink"'+
'title="Gasthof Hotel Hohlwegwirt, Hallein Taxach, im GourmetGuide A la Carte 2011 - Weblink" width="80px"></a>'+
'</center>'+

'</p>'+
'</td>'+
'</tr>'+
'</table>'+
'</center>';

}


