/*jQuery(document).ready(function() {
  var image1 = jQuery('<img />').attr('src', 'http://cdn.celebrityspanker.com/2.0/tour/images/playnow0.png');
  jQuery('.rollover').hover(function() { var currentImg = jQuery(this).attr('src'); jQuery(this).hide(); jQuery(this).attr('src', jQuery(this).attr('hoverimg')); jQuery(this).attr('hoverimg', currentImg); jQuery(this).fadeIn('slow'); }, function() { var currentImg = jQuery(this).attr('src'); jQuery(this).attr('src', jQuery(this).attr('hoverimg')); jQuery(this).attr('hoverimg', currentImg); });
});*/

function addBookmark(title,url) {
		if (window.sidebar) {
			window.sidebar.addPanel(title, url,"");
		} else if( document.all ) {
			window.external.AddFavorite( url, title);
		} else if( window.opera && window.print ) {
      alert('Press ctrl+D to bookmark (Command+D for macs) after you click Ok');
    } else if(window.chrome){
      alert('Press ctrl+D to bookmark (Command+D for macs) after you click Ok');
    }
	}

