$(document).ready(function() {

    $("a[href^='http://']").attr('target','_blank');
    $("a").bind('focus',function() { if(this.blur)this.blur(); });
    
    $('#news').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'random',
        containerheight: '177px'
	});

});

$(window).load(function() {

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

});
