
function bookmarkUs() {
	var title = document.title;
	var url = document.location;
	if ((navigator.appName == "Microsoft Internet Explorer") &&
		(parseInt(navigator.appVersion) >= 4)) window.external.AddFavorite(url, title);
	else if(window.sidebar) window.sidebar.addPanel(title, url, "");
	else alert("Press Ctrl+D to add our site to bookmarks!");
	return false;
}

Event.observe(window, 'load', function(e) {
	new PeriodicalExecuter(function() {
		$$('a.pay-per-view').each(function(e){e.toggleClassName('off')})
	}, .7);
	new PeriodicalExecuter(function() {
		$$('a.dvd-shop').each(function(e){e.toggleClassName('off')})
	}, .8);
});