window.addEvent('domready', function(){
	try{
		var o_masthead = $('masthead');
		if(o_masthead){
			o_masthead.addEvent('click', function(){
				top.location = "/";
			});
		}
		var o_ifxr = new Asset.image('/images/ifxr/spacer.gif', {id: 'ifxr'});
	} catch(o_exception){
		if(console)
			console.warn(o_exception);
	}
});