﻿<!-- Begin
var how_many_ads = 16;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_01.jpg"; width="580"; height="100";}
if (ad==2) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_02.jpg"; width="580"; height="100";}
if (ad==3) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_03.jpg"; width="580"; height="100";}
if (ad==4) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_04.jpg"; width="580"; height="100";}
if (ad==5) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_05.jpg"; width="580"; height="100";}
if (ad==6) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_06.jpg"; width="580"; height="100";}
if (ad==7) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_07.jpg"; width="580"; height="100";}
if (ad==8) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_08.jpg"; width="580"; height="100";}
if (ad==9) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_09.jpg"; width="580"; height="100";}
if (ad==10) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_10.jpg"; width="580"; height="100";}
if (ad==11) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_11.jpg"; width="580"; height="100";}
if (ad==12) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_12.jpg"; width="580"; height="100";}
if (ad==13) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_13.jpg"; width="580"; height="100";}
if (ad==14) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_14.jpg"; width="580"; height="100";}
if (ad==15) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_15.jpg"; width="580"; height="100";}
if (ad==16) {
txt=""; url="http://www.mjjq.com/"; alt="美景旅游网";
banner="/img/580/mp_580_16.jpg"; width="580"; height="100";}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
//  End -->