<!--
function addBookmark(url, title) 
{ 
  if (!url) url = location.href; 
  if (!title) title = document.title; 
  
  //Gecko 
  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) window.sidebar.addPanel ("BravoErotica @ The Most Beautiful Nude Girls", "http://www.bravoerotica.com/", ""); 
  //IE4+ 
  else if (typeof window.external == "object") window.external.AddFavorite("http://www.bravoerotica.com/", "BravoErotica @ The Most Beautiful Nude Girls!"); 
  //Opera7+ 
  else if (window.opera && document.createElement) 
  { 
    var a = document.createElement('A'); 
    if (!a) return false; //IF Opera 6 
    a.setAttribute('rel','sidebar'); 
    a.setAttribute('href',url); 
    a.setAttribute('title',title); 
    a.click(); 
  } 
  else return false; 
  
  return true; 
} 

function pageSelect(){
 var swop = document.getElementById('domain_id').value;
 switch(swop) {
  case "metart" : window.location = "http://www.bravoerotica.com/st/niches/metart-models.shtml"; break;
  case "ftvgirls" : window.location = "http://www.bravoerotica.com/st/niches/ftv-girls.shtml"; break;
  case "femjoy" : window.location = "http://www.bravoerotica.com/st/niches/femjoy-girls.shtml"; break;  
  case "als" : window.location = "http://www.bravoerotica.com/st/niches/als-scan-als-angels.shtml"; break;   
  case "hegre" : window.location = "http://www.bravoerotica.com/st/niches/hegre-fm-teens.shtml"; break;     
  case "w4b" : window.location = "http://www.bravoerotica.com/st/niches/watch-4-beauty.shtml"; break;     
  case "lsg" : window.location = "http://www.bravoerotica.com/st/niches/lsg-models.shtml"; break;
  case "flashy" : window.location = "http://www.bravoerotica.com/st/niches/flashy-babes.shtml"; break;
  case "justnude" : window.location = "http://www.bravoerotica.com/st/niches/just-nude.shtml"; break;
  case "justteensite" : window.location = "http://www.bravoerotica.com/st/niches/just-teen-site.shtml"; break;
  case "glossyangels" : window.location = "http://www.bravoerotica.com/st/niches/glossy-angels.shtml"; break;
  case "atk" : window.location = "http://www.bravoerotica.com/st/niches/atk-galleria-atk-natural-hairy.shtml"; break;
 }
}
//-->