//change the two variables below to match yoursite's own info
var bookmarkurl="http://robsondesignworks.com/killian-st01-bl/info.htm"
var bookmarktitle="JamesMartellTemplates by RDW - Killian-Blue"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
