// JavaScript Document
function addfav(){
	if (document.all)
	 {
	 window.external.AddFavorite("http://www.beautifulbeings.co.uk","Beautiful Beings - Cosmetic surgery abroad with clinic in Prague");
	 }
	 else if (window.sidebar)
	  {
	  window.sidebar.addPanel("Beautiful Beings - Cosmetic surgery abroad with clinic in Prague", "http://www.beautifulbeings.co.uk", "");
	  }
	  else {
       alert ("Your browser doesn't support the necessary functions.");
       }
}

