var url = "http://www.cirqueproductions.com";
var title = "Cirque Productions";

function makeLink(){
if(document.all)
window.external.AddFavorite(url,title)
}

// -->

function mailpage()
{
mail_str = "mailto:?subject=Check out the " + document.title;
mail_str += "&body=I thought you might be interested in the " + document.title;
mail_str += ". You can view it at, " + location.href; 
location.href = mail_str;
}

document.write('<a href="#" onclick="makeLink()">'+
'<img src="images/bookmarke.jpg" '+
'width="60" height="21" border="0" alt="Click Here to Listen"><\/a>');

