 function CreateBookmarkLink() {
    title = "Pic Gratis XXX Filme, Bilder und mehr"; 
    url = "http://www.pic.at";
    
    isIE = navigator.userAgent.toUpperCase().indexOf('MSIE') >= 0;
    isFF = navigator.userAgent.toUpperCase().indexOf('FIREFOX') >= 0;
    
    if (isFF) {
        window.sidebar.addPanel(title, url,"");
    } else if (isIE) {
        window.external.AddFavorite( url, title); 
    } else {
        return true;
    }
 }
 if (window.external) {
  document.write('<a href = "javascript:CreateBookmarkLink()");"><img src="images/attent.png" width="22" height="20" border="0" />&nbsp;Bookmark!&nbsp;<img src="images/attent.png" width="22" height="20" border="0" /></a>'); 
 }
 else if (window.sidebar) {
  document.write('<a href = "javascript:CreateBookmarkLink()");"><img src="images/attent.png" width="22" height="20" border="0" border="0" />&nbsp;Bookmark!&nbsp;<img src="images/attent.png" width="22" height="20" border="0" /></a>'); 
 }
 else if (window.opera && window.print) {
  document.write('<a href = "javascript:CreateBookmarkLink()");"><img src="images/attent.png" width="22" height="20" border="0"/>&nbsp;Bookmark!&nbsp;<img src="images/attent.png" width="22" border="0" height="20" border="0" /></a>');
 } 
