//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.your-paintball.com"
var bookmarktitle="Your Paintball"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}