$(function(){
	var index = Math.floor(Math.random() * 6);
	$('#greetings .greeting:eq(' + index + ')').show();

	// top flash
	$('#visual').media({
		src: 'images/visual_top.swf',
		width: 950,
		height: 275
	});
});
