$(window).load(function(){
	rev_ad_bg = new Image();
	rev_ad_bg.src = "index/images/rev_ad.png";
	rev_ad_bg.onLoad = show_rev_ad();
});

function show_rev_ad() {
	rev_ad_t = setTimeout('$("#rev_ad").fadeIn("slow");', 500);
}