
				function CreateBookmarkLink() {
				
				title = "Fraud Report - Informaiton on various fraud and scams"; 
				// Blogger - Replace with <$BlogItemTitle$> 
				// MovableType - Replace with <$MTEntryTitle$>
				
				url = "http://www.fraudreportwebsite.com";
				// Blogger - Replace with <$BlogItemPermalinkURL$> 
				// MovableType - Replace with <$MTEntryPermalink$>
				
				if (window.sidebar) { // Mozilla Firefox Bookmark
				window.sidebar.addPanel(title, url,"");
				} else if( window.external ) { // IE Favorite
				window.external.AddFavorite( url, title); }
				else if(window.opera && window.print) { // Opera Hotlist
				return true; }
				}
				
				if (window.external) {
				document.write('<a href = "javascript:CreateBookmarkLink()");" style="color: #cc0000; text-decoration: underline;"><b>Bookmark Fraud Report</b></a>'); 
				} else  if (window.sidebar) {
				document.write('<a href = "javascript:CreateBookmarkLink()");" style="color: #cc0000; text-decoration: underline;"><b>Bookmark Fraud Report</b></a>'); 
				} else if (window.opera && window.print) {	
				document.write('<a href ="javascript:CreateBookmarkLink()");" style="color: #cc0000; text-decoration: underline;"><b>Bookmark Fraud Report</b></a>');
				} 
