//merci a oznog, http://www.trucsweb.com
// nbrIMG = numero de imagenes menos 1 (la tabla array empieza por "0")
var nbrIMGmain = 2;

var aURLmain = new Array(nbrIMGmain+1);
var aHeight = new Array(nbrIMGmain+1);

aURLmain[0]="http://www.vpacheco.com/flash/nuevaexposicionmadrid.swf";
aURLmain[1]="http://www.vpacheco.com/flash/nuevaexposicioncarrerenricpradelariva.swf";
aURLmain[2]="http://www.vpacheco.com/flash/nuevaexposicioncarrerbruc.swf";

aHeight[0]="160";
aHeight[1]="160";
aHeight[2]="160";


function rndPagemain(){
var rndmain = -1;
while (rndmain < 0 || rndmain > nbrIMGmain || isNaN(rndmain)){
rndmain = parseInt(Math.random()*(nbrIMGmain+1));
}
return rndmain;
}
numIMGmain = rndPagemain();
AURLmain = aURLmain[numIMGmain];
AHeight = aHeight[numIMGmain];

//document.write("<a href='"+urlImagenmain+"'><img src='"+RandomImagenmain+"' alt='"+AltImagenmain+"' width='330' border='0' /></a>");
//document.write("<div id='contentLeftBottom01'><div class='textLeftBottom'><a href='#'><img src='http://www.vpacheco.com/images/small_doublearrow_right_onBlue.gif' width='12' height='11' alt='mas' /></a><a href='"+urlImagenmain+"' class='modulecopylink'>más información</a></div></div>");
//document.write('<div id="contentLeftBottom01"><div class="bodyText7"><img src="images/small_doublearrow_right_onBlue.gif" width=12 height=11 alt=more /><a href=http://www.vpacheco.com/toldos/novedades/index.htm>nuevos productos</a> | <a href=# target=name onclick="window.open('"http://www.youtube.com/profile?user=toldospacheco&view=videos&sort=v"','"name"','"height=600, width=660,toolbar=no,directories=no,status=no, menubar=no, scrollbars=no,resizable=no"'); return false;">Videos de toldos</a>  </div></div>');

document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='330' height='"+AHeight+"' title='Toldos'>");
document.write("<param name='movie' value='"+AURLmain+ "' />");
document.write("<param name='quality' value='high' />");
document.write("<embed src='"+AURLmain+"' quality='high'");
document.write("pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='330' height='"+AHeight+"'></embed>");
document.write("</object>");

//document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0' width='330' height='"+AHeight+"' title='Toldos'>");
//document.write("<param name='movie' value='http://www.vpacheco.com/flash/nuevaexposicionmadrid.swf' />");
//document.write("<param name='quality' value='high' />");
//document.write("<embed src='http://www.vpacheco.com/flash/nuevaexposicionmadrid.swf' quality='high' pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='330' height='"+AHeight+"'></embed>");
//document.write("</object>");
