function runOnload() {
	// embed the flash banner
	var so = new SWFObject('lib/flash/pro_source_banner.swf','mpl','858','244','9');
	so.addParam('allowfullscreen','false');
	so.write('header');

	// start up the testimonials
	var testSwitcher = new JSTestimonialSwitcher(document.getElementById("testimonials"), 45000);
}

