Event.observe(window,'load',function(){
	$$('a[rel=new_window]').each(function(elm){
		elm.target = '_blank';
	});
	$$('a[href$=ics]').invoke('addClassName','ical');
});

if(top.location.href != self.location.href) top.location.href = self.location.href;