
var bookmarkurl="http://www.calgarychristian.com/index.html"
var bookmarktitle="+ City Light News +"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

