﻿var flasheight	= "250";
var flashwidth	= "180";
var shborder		= "#CCC";
var theSWF      = "swf/actualites.swf";

var content = '';
content = content +'<br/><fieldset style="border:'+shborder+' 1px solid; width:'+flashwidth+'px; padding:0px;"><legend><span class="subtitle">&nbsp;Actualités :&nbsp;</span></legend>';	
content = content +'<object type="application/x-shockwave-flash" data='+theSWF+' width="'+flashwidth+'" height="'+flasheight+'">';
content = content +'<param name="movie" value='+theSWF+' /><param name="allowScriptAccess" value="sameDomain" /><param name="bgcolor" value="#D0FFFF" />';
content = content +'<a href="http://www.adobe.com/go/getflash/"><img src="img/noflash.jpg" alt="Get Flashplayer" /></a>';
content = content +'</object></fieldset>';

document.write(content);

