function bookmarksite(title,url){
if (window.sidebar) // firefox
 window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
 var elem = document.createElement('a');
 elem.setAttribute('href',url);
 elem.setAttribute('title',title);
 elem.setAttribute('rel','sidebar');
 elem.click();
} 
else if(document.all)// ie
 window.external.AddFavorite(url, title);
}

document.write('<style><!-- @import url(/bookmark.css); --></style>'
+ '<div class="MPHWhiteBandSmallRight"><img src="/bookmark.gif" width="143" height="143" border="0" usemap="#MPHLinkMapSmallRight"></div>'
+ '<map name="MPHLinkMapSmallRight"><area shape="poly" coords="9,-12,163,151,172,121,39,-12" href="javascript:void(0)" OnClick="javascript:bookmarksite(\'TOP Adult Chat\', \'http://www.topadultchat.com/\')"></map>'
);
