function CreateBookmarkLink()
{
 title = "Star Agents"; 
 url = "http://www.staragents.co.uk";
 if (window.sidebar) {
 	window.sidebar.addPanel(title, url,"");
 } else if( window.external ) {
        window.external.AddFavorite( url, title);
 } else if(window.opera && window.print) {
            return true; }
}

function setHome()
{
   document.body.style.behavior='url(#default#homepage)';
   document.body.setHomePage("http://www.staragents.co.uk");
}

