var pictureArrayLEFT = new makeArray(
 
'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=8086&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/30/4/27/1/5693.jpg" width="140"></a>', 
 
'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=8072&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/30/4/34/1/5679.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=9009&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/35/4/21/2/5802.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=8189&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/30/4/21/2/5793.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=8179&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/1/4/21/2/5783.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=8175&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/3/4/21/2/5779.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=9081&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/17/4/21/2/5822.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=9358&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/3/4/21/2/5834.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=8024&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/3/4/21/2/5637.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=7907&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/1/4/21/2/5578.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=7905&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/3/4/21/2/5576.jpg" width="140"></a>',

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=9479&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/22/8/4/2/5864.jpg" width="140"></a>',
 
'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=8070&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/30/4/34/1/5677.jpg" width="140"></a>',
 
'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=7175&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/30/4/21/2/5119.jpg" width="140"></a>',
 
'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=5809&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/30/4/21/2/4404.jpg" width="140"></a>',
 
'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=5498&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/30/4/21/2/4157.jpg" width="140"></a>',
 

'<a href="http://www.unifilme.com.br/v2-1_detalhes.asp?n=6952&codPart=45" target="blank"><img border="0" src="http://www.unifilme.com.br/upload/dvd/1/4/21/2/4948.jpg"  width="140"></a>')
 
function makeArray()
{
   this.length = makeArray.arguments.length
 
   for (var i = 0; i < this.length; i++)
   this[i + 1] = makeArray.arguments[i]
}
 
function randNum (num)
{
   var now = new Date();
   var rand = Math.round(num * Math.cos(now.getTime()));
 
   if (rand < 0) rand = - rand; if (rand == 0) rand++;
 
   return rand;
}
 
//Imagem aparece
 
  document.write (pictureArrayLEFT[randNum(pictureArrayLEFT.length)])