window.addEvent('domready', function() {
	Clientcide.setAssetLocation('/wp-content/themes/bz2/js/Assets');
	$$('.screenshotz a').each(function(link) {
		link.setProperty('title', link.getElement('img').getProperty('alt'));
	});
	new Lightbox({
		relString: 'bradebox',
		onHide: function() {
			$$('select').fade('show');
		}
	});
	$$('a.external').addEvent('click', function(e) {
		window.open(this.href);
		return false;
	});
});
