var bannerImage1 = new Array( 
'jpg/Online_Banner_1b_DVD.jpg', 'jpg/Online_Banner_2b.jpg', 'swf/728x90_Oct09.swf', 'swf/728x90_Oct09.swf', 'swf/728x90_Oct09.swf', 'swf/728x90_Oct09.swf', 'swf/728x90_Oct09.swf');
var bannerLink1 = new Array( 
'http://www.liverpool.com.mx/shopping/store/shop.jsp?categoryViewID=3L10328', 'http://www.liverpool.com.mx/shopping/store/shop.jsp?categoryViewID=3L10328', 'muscia.asp', 'muscia.asp', 'muscia.asp', 'muscia.asp', 'muscia.asp');
var isFlash1 = new Array(false, false, true, true, true, true, true);
var bannerImage2 = new Array( 
'jpg/BAR_LatinAmerBanner_FINAL.jpg', 'swf/160x600_Oct09.swf', 'swf/160x600_Oct09.swf');
var bannerLink2 = new Array('http://www.ticketmaster.com.mx/artist/847631','','');
n = Math.floor(Math.random() * bannerImage1.length);
var isFlash2 = new Array(false, true, true);
output = '<div id="top_ad">'
output += '<img src="adv.gif" style="float:left;">'
output += '<div style="position:absolute; top:0px; left:20px;">'
if ( !isFlash1[n] ) {
	output += '<a href="' + bannerLink1[n];
	output += '" target="_blank"><IMG SRC="' + bannerImage1[n] + '" WIDTH="728" HEIGHT="90" BORDER="0" ALT=""></A>'
} else {
	output += '<script type="text/javascript">insertFlash("'+bannerImage1[n]+'", "728", "90", "9", "#ffffff")</script>';
}
output += '</div>'
output += '</div>'
n = Math.floor(Math.random() * bannerImage2.length);
output += '<div id="right_ad" style="margin-top:-108px;">'
output += '<div align="center" style="width:160px;"><img src="adh.gif"></div>'
if ( !isFlash2[n] ) {
	output += '<a href="' + bannerLink2[n]
	output += '" target="_blank"><IMG SRC="' + bannerImage2[n] + '" WIDTH="160" HEIGHT="600" BORDER="0" ALT=""></a>'
} else {
	output += '<script type="text/javascript">insertFlash("'+bannerImage2[n]+'", "160", "600", "9", "#ffffff")</script>';
}
output += '</div>'
document.write(output)