$(document).ready(function()
{
	$('div#billboard_pics').show();
	$('div#billboard_pics').cycle({fx:'fade',random:1});
});
