// JavaScript Document
/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
*/

//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.realestateonthemove.ca/"
var bookmarktitle="London Real Estate on the Move - ASHKA"

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