function show_redirect_alert()
{
	$j("#redirectAlert").show(function(){
		$j("#redirectContent").dropShadow({top:53, left:15});
		tb_show("", "#TB_inline?height=300&width=440&inlineId=redirectAlert&modal=true");		
	});
	
	$j("#redirectTab").live("click", function(){
		$j("#redirectAlert").hide();
		tb_remove();
	})	
}
