 function CreateBookmarkLink() {

 title = "SECURA Belgian Re";  
  // Blogger - Replace with <$BlogItemTitle$> 
  // MovableType - Replace with <$MTEntryTitle$>

 url = "http://www.secura-re.com";
  // Blogger - Replace with <$BlogItemPermalinkURL$> 
  // MovableType - Replace with <$MTEntryPermalink$>
  // WordPress - <?php bloginfo('url'); ?>

	if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url,"");
		//"You need to press CTRL + D to bookmark our site."
	} else if( window.external ) { // IE Favorite
		window.external.AddFavorite(title, url); }
	else if(window.opera && window.print) { // Opera Hotlist
		alert("You need to press CTRL + T to bookmark our site."); }
 }