$(document).ready(function(){
						   
	var random = Math.floor( Math.random() * 5 ) + 1;			   
	$('#divFlash').load('ads/ad' + random + '.htm', '', function() { $('#divAd').fadeIn('slow'); });
						
});
