/**
 * @author Jason
 */

// Load Flash movie on Our Work page
var flashvars = {};
var params = {};
params.quality = "best";
var attributes = {};
attributes.id = "ourWork";
attributes.styleclass = "ourWork";
attributes.align = "top";
swfobject.embedSWF("/swf/our_work.swf", "ourWorkFlash", "950", "490", "9.0.0", "/swf/expressInstall.swf", flashvars, params, attributes);

// Home Page Image Flipper
$(document).ready(function(){
	$('#cycle01').cycle({
	  fx:     'fade',
	  speed:  'fast',
	  timeout: 5000,
	  next:   '.next2',
	  prev:   '.prev2'
	});
});
