

if (top.location != self.location) {
top.location=self.location;
}





function bookmarksite(){
  var url = this.location;
  var title = document.title;

if (window.external)
window.external.AddFavorite(url, title);

}
