function banniere_fille_mec(){
  numimage = Math.round(Math.random()*(1));
  if (numimage == 0) {
  	document.write('<script type="text/javascript">');
  	document.write('var fo = new FlashObject("http://www.french-card.com/colonneGars2.swf", "animationName", "169", "612", "8", "#FFFFFF");');
  	document.write('fo.addParam("allowScriptAccess", "sameDomain");');
  	document.write('fo.addParam("quality", "high");');
  	document.write('fo.addParam("scale", "noscale");');
  	document.write('fo.addParam("loop", "false");');
  	document.write('fo.write("pub");');
  	document.write('</script>');
  }
  else {
  	document.write('<script type="text/javascript">');
  	document.write('var fo = new FlashObject("http://www.french-card.com/colonneFille2.swf", "animationName", "169", "612", "8", "#FFFFFF");');
  	document.write('fo.addParam("allowScriptAccess", "sameDomain");');
  	document.write('fo.addParam("quality", "high");');
  	document.write('fo.addParam("scale", "noscale");');
  	document.write('fo.addParam("loop", "false");');
  	document.write('fo.write("pub");');
  	document.write('</script>');
  }
}

function banniere_fille_mec_fixe(){
  numimage = Math.round(Math.random()*(1));
  if (numimage == 0) {
  	document.write('<img src="http://www.french-card.com/fc_widgetStill_Gars.jpg" border=0 usemap="#Map"><map name="Map"><area shape="rect" coords="31,113,142,161" href="http://www.french-card.com/blog/index.php?La-boite-a-idees" ><area shape="rect" coords="31,59,142,107" href="http://www.french-card.com/blog/index.php?Nos-references" ><area shape="rect" coords="30,4,141,52" href="http://www.french-card.com/blog/index.php?Presse" ></map>');
  }
  else {
  	document.write('<img src="http://www.french-card.com/fc_widgetStill_Fille.jpg" border=0 usemap="#Map"><map name="Map"><area shape="rect" coords="31,113,142,161" href="http://www.french-card.com/blog/index.php?La-boite-a-idees" ><area shape="rect" coords="31,59,142,107" href="http://www.french-card.com/blog/index.php?Nos-references" ><area shape="rect" coords="30,4,141,52" href="http://www.french-card.com/blog/index.php?Presse" ></map>');
  }
}



function banniere_creer(){
  // Premiere image :
  numimage = Math.round(Math.random()*(4)+1);
  url = "/img/Visite/visite" + numimage + ".png";
  document.write('<td><A href="creer.php"><IMG SRC="' + url + '" BORDER=0 width=115 height=115></A></td>');

  numimage = Math.round(Math.random()*(3)+1);
  url = "/img/Pub/pub" + numimage + ".png";
  document.write('<td><A href="creer.php"><IMG SRC="' + url + '" BORDER=0 width=115 height=115></A></td>');

  numimage = Math.round(Math.random()*(3)+1);
  url = "/img/Goodies/goodies" + numimage + ".png";
  document.write('<td><A href="creer.php"><IMG SRC="' + url + '" BORDER=0 width=115 height=115></A></td>');

  numimage = Math.round(Math.random()*(3)+1);
  url = "/img/Flyer/flyer" + numimage + ".png";
  document.write('<td><A href="creer.php"><IMG SRC="' + url + '" BORDER=0 width=115 height=115></A></td>');
  
  
}

