function timeExam(){$.ajax({url:"/engine/freefax",success:function(data){$("#contentArea").html(data);}});setTimeout('timeExam()',6000);}
