function CreateBookmarkLink(elem) {
title = "MyTextFlirt.COM";
url = "http://www.mytextflirt.com/";
if (window.sidebar) {
//Firefox
window.sidebar.addPanel(title, url,"");
} else if( window.external ) {
// IE Favorite
//window.external.AddFavorite( url, title);
elem.style.behavior='url(#default#homepage)'; 
elem.setHomePage('http://www.mytextflirt.com');

}
else if(window.opera && window.print) {
// Opera Hotlist
return true; }
}