if (top == self) self.location.href = "index.html";



function NewFavorite(){

        if(window.external){
        window.external.addFavorite(self.location, document.title);
    }
        else{
        window.alert("To bookmark my site press CTRL + D");
    }
}

