//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.securedpersonalloansuk.co.uk.com"
var bookmarktitle="Secured Loans Best Deal"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
