document.write( '<center>' );var banner = new Array();
var banner_url = new Array();
var btype  = new Array();
  banner[0] = "http://static.capcom.com/unity/ad/Capcom_Classic_Arcad.jpg"; banner_url[0] = "http://www.zazzle.com/capcom*";  btype[0] = 0;
  banner[1] = "http://static.capcom.com/unity/ad/Zazzle_MHIII_Banner.jpg"; banner_url[1] = "http://www.zazzle.com/monsterhunter*";  btype[1] = 0;
  banner[2] = "http://static.capcom.com/unity/AA_Zazzle_935x117.png"; banner_url[2] = "http://www.zazzle.com/aceattorney*";  btype[2] = 0;
  banner[3] = "http://static.capcom.com/unity/mm_zazzle_935x117.png"; banner_url[3] = "http://www.zazzle.com/megaman*";  btype[3] = 0;
  banner[4] = "http://static.capcom.com/unity/SF_X_Zazzle_Horizontal_Banner.png"; banner_url[4] = "http://www.zazzle.com/streetfighter*";  btype[4] = 0;
  banner[5] = "http://static.capcom.com/unity/SF_X_Zazzle_Horizontal_Banner.png"; banner_url[5] = "http://www.zazzle.com/streetfighter*";  btype[5] = 0;
  banner[6] = "http://static.capcom.com/unity/SF_X_Zazzle_Horizontal_Banner.png"; banner_url[6] = "http://www.zazzle.com/streetfighter*";  btype[6] = 0;
  banner[7] = "http://static.capcom.com/unity/ad/REHD-Banner-935x117.jpg"; banner_url[7] = "http://www.residentevil.com/rehd/";  btype[7] = 0;
  banner[8] = "http://static.capcom.com/unity/ad/MM-WEB-AD---long.jpg"; banner_url[8] = "http://archiecomics.stores.yahoo.net/arvish.html";  btype[8] = 0;
  banner[9] = "http://static.capcom.com/unity/ad/03_unity.png"; banner_url[9] = "http://musterbrand.residentevil-store.com";  btype[9] = 0;
var i = Math.floor(Math.random() * banner.length);
if( btype[i] ) {
   document.write( '<object type="application/x-shockwave-flash" data="' + banner[i] +'" id="unity_promo" height="117" width="935" style="margin-top: 0px;">' );
   document.write( '<param value="' + banner[i] +'" name="movie"/>' );
   document.write( '<param value="transparent" name="wmode">' );
   document.write( '<param value="all" name="allowNetworking">' );
   document.write( '<param value="always" name="allowScriptAccess"></object>' );
} else {
   document.write('<a href="' + banner_url[i] + '" target="_blank"><img src="' + banner[i] + '" border="0" style="margin-top: 5px;"/></a>' );
}
document.write( '</center>' );

