var url = "http://www.krasceva.com";
var title = "Krasceva";
function addToFavorite(){
if(document.all)
	window.external.AddFavorite(url,title)
}
