window.onLoad=redirect('http://' + document.domain + '/redirect/index.html');

function redirect(url){
	window.open(url,'_self','scrollbars=yes');
	}
