// Flash animation inserts

// all page header
function header()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="758" height="200">\n');
    document.write('<param name="movie" value="graphics/mashup_form.swf">\n');
    document.write('<param name=quality value=high>\n');
    document.write('<embed src="graphics/mashup_form.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="758" height="200"></embed>\n');
    document.write('</object>\n');
}

// youtube
function youtube()
{
	document.write('<object width="425" height="355">\n');
    document.write('<param name="movie" value="http://www.youtube.com/v/Sxs9bGV0X_4&rel=1">\n');
    document.write('<param name="wmode" value="transparent">\n');
    document.write('<embed src="http://www.youtube.com/v/Sxs9bGV0X_4&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed>\n');
    document.write('</object>\n');
}



		
          
          
          
     
