var uimage = new Array;
uimage[1] = "http://www.restoclub.fr/imgrc/unes/une.jpg";
uimage[2] = "http://cdn.restoclub.fr/unes/une2.jpg";
uimage[3] = "http://cdn.restoclub.fr/unes/une3.jpg" ;

var ulien = new Array;
ulien[1] = "/jeu/";
ulien[2] = "/voir-les-restaurants.html" ;
ulien[3] = "/voir-les-restaurants.html" ;

var flash = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';
flash += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" id="une" width="402" height="185">';

flash += '<param name="movie" value="/imgrc/unes/une.swf?';

flash += 'image1=';
flash += uimage[1];
flash += '&lien1=';
flash += ulien[1];

flash += '&image2=';
flash += uimage[2];
flash += '&lien2=';
flash += ulien[2];

flash += '&image3=';
flash += uimage[3];
flash += '&lien3=';
flash += ulien[3];

flash += '">';

flash += '<param name="bgcolor" value="#768776"><param name="quality" value="high"><param name="menu" value="false">';
flash += '<param name="wmode" value="opaque"><param name="allowscriptaccess" value="samedomain">';
flash += '<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="402" height="185" name="une" ';

flash += 'src="/imgrc/unes/une.swf?';

flash += 'image1=';
flash += uimage[1];
flash += '&lien1=';
flash += ulien[1];

flash += '&image2=';
flash += uimage[2];
flash += '&lien2=';
flash += ulien[2];

flash += '&image3=';
flash += uimage[3];
flash += '&lien3=';
flash += ulien[3];

flash += '" bgcolor="#768776" quality="high" menu="false" wmode="opaque" swLiveConnect="true" allowScriptAccess="samedomain"></embed></object>';


document.write(flash);