JQ(document).ready(function(){
	
	if(document.getElementById("homeFlash1Swf")){
	// Adult and Higher Education
	var so = new SWFObject("/images/swf/adult-higher-ed.swf", "adultHigherEd", "175", "376", "9", "#ffffff");
	so.addParam("wmode", "transparent");
	so.write("homeFlash1Swf");
	}
	if(document.getElementById("homeFlash2Swf")){
	// School Leavers
	var so = new SWFObject("/images/swf/school-leavers.swf", "schoolLeavers", "175", "376", "9", "#ffffff");
	so.addParam("wmode", "transparent");
	so.write("homeFlash2Swf");
	}
	if(document.getElementById("homeFlash3Swf")){
	// Community Learning
	var so = new SWFObject("/images/swf/community-learning.swf", "communityLearning", "175", "376", "9", "#ffffff");
	so.addParam("wmode", "transparent");
	so.write("homeFlash3Swf");
	}
	if(document.getElementById("homeFlash4Swf")){
	// Business Development
	var so = new SWFObject("/images/swf/business-development.swf", "businessDevelopment", "175", "376", "9", "#ffffff");
	so.addParam("wmode", "transparent");
	so.write("homeFlash4Swf");
	}
	if(document.getElementById("homeFlash5Swf")){
	// Business Development
	var so = new SWFObject("/images/swf/future-vision.swf", "Future Vision", "175", "376", "9", "#ffffff");
	so.addParam("wmode", "transparent");
	so.write("homeFlash5Swf");
	}
	
});