// JavaScript Document


function embedObject() {
	document.write('<object type=\"application/x-shockwave-flash\" style=\"width:480px; height:120px;\" ' +
	'					data=\"slideshow.swf\"><param name=\"movie\" value=\"slideshow.swf\" /></object>');

}

// execute!
embedObject();

