// JavaScript Document

// UFO BIts 
/*	var FO = { movie:"flash/test8.swf", width:"300", height:"120", majorversion:"8", build:"0", xi:"true" };
	UFO.create(FO, "flashobject");
*/
	
$(document).ready(function() {
// 0= vert, 1=hor,0,animation=1,vert off %,hor off % 
	 P7_initPM(1,0,0,-10,-10);
});


$(document).ready(function() {
	$('#animatedlogo').cycle({
					fx:'turnDown',
					timeout: 4000,
					speed: 1000
	});

});