// JavaScript Document

// shortcut for the $(document).ready(callback) notation
$(function() {$('#homeflash').load('http://www.optimadesign.co.uk/site/bubbles', function(){
		$('#homeflash').cycle({ 
			speed: 1,
			random: true
		});
	});

});