/*
Add-to-favorites Script
Created by David Gardner (toolmandav@geocities.com)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive (http://dynamicdrive.com) 
to post and feature this script on their DHTML archive
*/

//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.yourofficialtickets.com.com"
var bookmarktitle="Your Official Tickets - 20-40% Off All Event Tickets"

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

<!-- Boldchat Visitor Monitor HTML v0.90 (My Chat) -->

<!-- /Boldchat Visitor Monitor HTML v0.90 -->

    function popup(url,name,params)
        {
        pppwin=window.open(url,name,'width=300, height=250, top=550, left=400');
        pppwin.focus();
        }
