<!--       
function Setbookmark()      
{
if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) 	  
document.write("Alle9.de zu Ihren Favoriten hinzuf&uuml;gen.".link("JavaScript:window.external.AddFavorite(location.href, document.title);"));      
}      
function Subm(St)      {        
document.forms[0].elements[2].value = St;        
document.forms[0].submit();        
return true;      } 

