function Reklama() {
setTimeout("Func1()", 3000);
}
function Func1() {
$('#AD').show("slow");
$('#ew').load('ew.txt');
}
