//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.cheerleading-music-mix.com"
var bookmarktitle="Cheerleading-Music-Mix.com The World's #1 Source for Cheer Music!"

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