<!--
var bookmarkurl="http://www.unmelted.com/";
var bookmarktitle="Unmelted Templates : An archive of website templates created in HTML, Flash, and Adobe Photoshop";

function addbookmark() {
if (navigator.appName=='Netscape')
   alert("Close this popup, and then Hit CTRL+D to bookmark this site.");
else 
   window.external.AddFavorite(bookmarkurl,bookmarktitle);
}

// -->
