/*
Add-to-favorites Script
By Dynamic Drive (http://www.dynamicdrive.com) 
*/

//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.lincproperties.com"
var bookmarktitle="Linc Properties - Commercial Real Estate"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

