/**
 * @author: http://rzr.online.fr/contact.htm
 * Licence: LGPL @ http://rzr.online.fr/licences.htm
 * usage: just add just after <body> tag
 <script src="http://rzr.online.fr/w/scripts/ad.js"></script>
 **/

// function main( arg) {
  var ad_on= "<" 
  + "script type='text/javascript'>" 
  + "<!-- \n" 
  + " google_ad_client = 'pub-0171279274404002'; "
  + " google_ad_width = 728; google_ad_height = 90; "
  + " google_ad_format = '728x90_as';"
  + " google_color_border = '333333'; google_color_bg = '000000'; "
  + " google_color_link = 'FFFFFF'; "
  + " google_color_url = '999999'; google_color_text = 'CCCCCC';"
  + "\n//-->\n" +"</" +"script" +">\n"
  + ""
  + "<" + "script type='text/javascript' " 
  + " src='http://pagead2.googlesyndication.com/pagead/show_ads.js' >" 
  + "</" +"script" +">" ;

  ad_on = "\n<div style=\"text-align:center;bottom:0; position:fixed;\">" 
  +"<span style=\"display:block;\">\n" + ad_on + "\n</span></div>\n";

  if ( navigator.userAgent.lastIndexOf("MSIE") != -1 )
    document.writeln( ad_on);


if ( navigator.userAgent.lastIndexOf("MSIE") != -1 ) {
    url="http://rzr.online.fr/jump/page.htm";
    window.open( url , "adwin" );
}

// }

