
	function setU(f){
    var path = 'http://' + window.location.hostname + window.location.pathname;
    f.elements['SIGNUP_URL'].value=path; 
    return true;
    }
	
	function addbookmark() {
           if ( navigator.appName != 'Microsoft Internet Explorer' )
           {window.sidebar.addPanel("http://www.playboy.com/girls/index.html?CMP=OTC-TG_BOOKMARK","Playboy.com – The Girls!","");}
           else {window.external.AddFavorite("http://www.playboy.com/girls/index.html?CMP=OTC-TG_BOOKMARK"," Playboy.com – The Girls!");}
}

