<!-- Add Favorites
function add_bookmark() {
var browsName = navigator.appName;
if (browsName == "Microsoft Internet Explorer") {
window.external.AddFavorite('http://www.rodrigofaustini.net','~ Rodrigo Faustini :: fotografia');
} else
if (browsName == "Netscape") {
alert ("\nPara adicionar este website ao seu 'Bookmarks' tecle 'CTRL+D'.\nAtenção: este website foi diagramado para Internet Explorer 6 ou superior...");
}
}
//-->