function ispisiStranicu() {
	print(document);
}

function nazad()	{
	history.back();
}

function dodajFavorites( url, naslov )	{
	if ( !(document.layers && document.getElementById) )	{		
		window.external.AddFavorite( url, naslov );
	}
	else {
		alert("Ovo radi samo za MS Internet Explorer 4.0 i veæi");
	}
}
