function populateSWF3(){

	var shtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml += "  width=\"1024\" height=\"130\" id=\"swfcont3\" align=\"\">";
	shtml += " <param name=movie value=\"swf_asp/testata_generica.swf\">";
	shtml += " <param name=quality value=high>";
	shtml += " <param name=bgcolor value=#FFFFFF>";
	shtml += " <param name=wmode value=transparent>";
	shtml += " <embed src=\"swf_asp/testata_generica.swf\" quality=high wmode=\"transparent\" bgcolor=#FFFFFF  width=\"1024\" height=\"130\" name=\"swfcont3\" align=\"\"";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "     </object>"

	var md = document;
	var d = md.getElementById("swfcont3");
	d.innerHTML = shtml;
	
	var shtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml += "  width=\"150\" height=\"640\" id=\"swfcont\" align=\"\">";
	shtml += " <param name=movie value=\"swf_asp/strillo.swf\">";
	shtml += " <param name=quality value=high>";
	shtml += " <param name=bgcolor value=#FFFFFF>";
	shtml += " <embed src=\"swf_asp/strillo.swf\" quality=high bgcolor=#FFFFFF  width=\"150\" height=\"640\" name=\"swfcont\" align=\"\"";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "     </object>"

	var md = document;
	var d = md.getElementById("swfcont");
	d.innerHTML = shtml;

	var shtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml += "  width=\"200\" height=\"20\" id=\"swfcont4\" align=\"\">";
	shtml += " <param name=movie value=\"swf_asp/tit_newsHp.swf\">";
	shtml += " <param name=quality value=high>";
	shtml += " <param name=bgcolor value=#FFFFFF>";
	shtml += " <embed src=\"swf_asp/tit_newsHp.swf\" quality=high bgcolor=#FFFFFF  width=\"200\" height=\"20\" name=\"swfcont4\" align=\"\"";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "     </object>"

	var md = document;
	var d = md.getElementById("swfcont4");
	d.innerHTML = shtml;

	var shtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	shtml += "  width=\"654\" height=\"640\" id=\"swfcont2\" align=\"\">";
	shtml += " <param name=movie value=\"swf_asp/home.swf\">";
	shtml += " <param name=quality value=high>";
	shtml += " <param name=bgcolor value=#FFFFFF>";
	shtml += " <embed src=\"swf_asp/home.swf\" quality=high bgcolor=#FFFFFF  width=\"654\" height=\"640\" name=\"swfcont2\" align=\"\"";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "     </object>"

	var md = document;
	var d = md.getElementById("swfcont2");
	d.innerHTML = shtml;

}

window.onload = populateSWF3;