How About Minutes

    Nothing to different except for the code. The Hourly Code contains this

    var time = d.getHours()
    We use this in the hour set up

    And our minute code that we will use contains this

    var minute = d.getMinutes()

    Fairly simple even for me. Our sample is set up for changing minute by minute. Repeating the same thing hour after hour.


    And Here's Your Working Sample
    OPPS Did I say easy? Yes and No

    In the code to go on this page we only have to enter one code as follow.

    Remember not to copy as the code may loss something in the cross-over from here to there.

    THE CODE

    <!--

    <script language="JavaScript1.2">

    //Daily  iframe  content- © Dynamic Drive (www.dynamicdrive.com)
    //For full source code, and Terms Of use,  visit  http://dynamicdrive.com
    //This  credit  MUST stay intact for use

    var  ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
    var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

    //Specify  IFRAME  display attributes
    var iframeprops='width=500 height=200  marginwidth="0"  marginheight="0" hspace="0" vspace="0" frameborder="1"  scrolling="no"'

    //Specify 7 URLs  to display inside iframe, one for  each day of week
    var daycontent=new Array()
    daycontent[1]="resources/updater/uploadtest2t.htm"  //Monday content
    daycontent[2]="resources/updater/uploadtest2t.htm"  //Tuesday content
    daycontent[3]="resources/updater/uploadtest2t.htm"
    daycontent[4]="resources/updater/uploadtest2t.htm"
    daycontent[5]="resources/updater/uploadtest2t.htm"
    daycontent[6]="resources/updater/uploadtest2t.htm"
    daycontent[0]="resources/updater/uploadtest2t.htm"

    //No need to edit after here
    if (ie||dom)
    document.write('<iframe id="dynstuff" src="" '+iframeprops+'></iframe>')

    var mydate=new Date()
    var mytoday=mydate.getDay()

    function dayofweek_iframe(){
    if (ie||dom){
    var iframeobj=document.getElementById? document.getElementById("dynstuff") : document.all.dynstuff
    iframeobj.src=daycontent[mytoday]
    }
    }

    window.onload=dayofweek_iframe

    </script>

    -->

     


    Thought you said this was somewhat hard.

    YES Now it get HARDER

    OK Show me what the "uploadtest2t.htm" says.

    What so hard.Doing everything minute by minute. Keep all your entries for docoment.write on one line. you can add all the br that you want but don't hit enter or your'll be wondering why this code doesn't work.

    <!--

    <style type=text/css>
    .today2
    {
    font Bold Italic 20px Perpetua;
    color #000000;
    }
    </style>

    <style type=text/css>
    .today1
    {
    font Bold Italic 20px Perpetua;
    color #EE0000;
    }
    </style>


    <html>
    <body>
    <p>
    <center><div class=today1> Today Is Great Day For You</div></center>
    </p>


        <script type="text/javascript">
        var d = new Date();
        var minute = d.getMinutes();
        var txt = "<a style=color:#990000; target='new' href=http://www.yola.com>Yola!</a>";
       

     if (minute>=00 && minute<01)
       {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>Midnight The wishing hour</div><div class=today2>The next update is at 1 minute after the hour </div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=01 && minute<02)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>1 minute after the hour</div><div class=today2>The next update is at 2 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=02 && minute<03)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>2 minute after the hour</div><div class=today2>The next update is at 3 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=03 && minute<04)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>3 minute after the hour</div><div class=today2>The next update is at 4 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=04 && minute<05)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>4 minute after the hour</div><div class=today2>The next update is at 5 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=05 && minute<06)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>5 minute after the hour</div><div class=today2>The next update is at 6 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=06 && minute<07)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>6 minute after the hour</div><div class=today2>The next update is at 7 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=07 && minute<08)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>7 minute after the hour</div><div class=today2>The next update is at 8 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=08 && minute<09)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>8 minute after the hour</div><div class=today2>The next update is at 9 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=09 && minute<10)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>10 minute after the hour</div><div class=today2>The next update is at 11 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=10 && minute<11)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>10 minute after the hour</div><div class=today2>The next update is at 11 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=11 && minute<12)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>11 minute after the hour</div><div class=today2>The next update is at 12 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=12 && minute<13)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>12 minute after the hour</div><div class=today2>The next update is at 13 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=13 && minute<14)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>13 minute after the hour</div><div class=today2>The next update is at 14 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
       


     else if (minute>=14 && minute<15)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>14 minute after the hour</div><div class=today2>The next update is at 15 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=15 && minute<16)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>15 minute after the hour</div><div class=today2>The next update is at 16 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=16 && minute<17)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>16 minute after the hour</div><div class=today2>The next update is at 17 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=17 && minute<18)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>17 minute after the hour</div><div class=today2>The next update is at 18 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=18 && minute<19)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>18 minute after the hour</div><div class=today2>The next update is at 19 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=19 && minute<20)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>19 minute after the hour</div><div class=today2>The next update is at 20 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=20 && minute<21)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>20 minute after the hour</div><div class=today2>The next update is at 21 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=21 && minute<22)
        {document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>21 minute after the hour</div><div class=today2>The next update is at 22 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=22 && minute<23)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>22 minute after the hour</div><div class=today2>The next update is at 23 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=23 && minute<24)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>23 minute after the hour</div><div class=today2>The next update is at 24 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=24 && minute<25)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>24 minute after the hour</div><div class=today2>The next update is at 25 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=25 && minute<26)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>25 minute after the hour</div><div class=today2>The next update is at 26 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=26 && minute<27)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>26 minute after the hour</div><div class=today2>The next update is at 27 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=27 && minute<28)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>27 minute after the hour</div><div class=today2>The next update is at 28 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=28 && minute<29)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>28 minute after the hour</div><div class=today2>The next update is at 29 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=29 && minute<30)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>29 minute after the hour</div><div class=today2>The next update is at 30 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=30 && minute<31)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>30 minute after the hour</div><div class=today2>The next update is at 31 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=31 && minute<32)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>31 minute after the hour</div><div class=today2>The next update is at 32 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=32 && minute<33)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>32 minute after the hour</div><div class=today2>The next update is at 33minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=33 && minute<34)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>33 minute after the hour</div><div class=today2>The next update is at 34 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=34 && minute<35)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>34 minute after the hour</div><div class=today2>The next update is at 35 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=35 && minute<36)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>35 minute after the hour</div><div class=today2>The next update is at 36 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=36 && minute<37)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>36 minute after the hour</div><div class=today2>The next update is at 37 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=37 && minute<38)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>37 minute after the hour</div><div class=today2>The next update is at 38 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=38 && minute<39)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>38 minute after the hour</div><div class=today2>The next update is at 39 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=39&& minute<40)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>39 minute after the hour</div><div class=today2>The next update is at 40 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=40 && minute<41)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>40 minute after the hour</div><div class=today2>The next update is at 41 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=41 && minute<42)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>41 minute after the hour</div><div class=today2>The next update is at 42 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=42 && minute<43)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>42 minute after the hour</div><div class=today2>The next update is at 43 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=43 && minute<44)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>43 minute after the hour</div><div class=today2>The next update is at 44 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=44 && minute<45)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>44 minute after the hour</div><div class=today2>The next update is at 45 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=45 && minute<46)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>45 minute after the hour</div><div class=today2>The next update is at 46 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=46 && minute<47)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>46 minute after the hour</div><div class=today2>The next update is at 47 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=47 && minute<48)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>47 minute after the hour</div><div class=today2>The next update is at 48 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=48 && minute<49)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>48 minute after the hour</div><div class=today2>The next update is at 49 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=49 && minute<50)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>49 minute after the hour</div><div class=today2>The next update is at 50 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=50 && minute<51)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>50 minute after the hour</div><div class=today2>The next update is at 51 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=51 && minute<52)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>51 minute after the hour</div><div class=today2>The next update is at 52 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=52 && minute<53)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>52 minute after the hour</div><div class=today2>The next update is at 53 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=53 && minute<54)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>53 minute after the hour</div><div class=today2>The next update is at 54 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=54 && minute<55)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>54 minute after the hour</div><div class=today2>The next update is at 55 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=55 && minute<56)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>55 minute after the hour</div><div class=today2>The next update is at 56 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=56 && minute<57)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>56 minute after the hour</div><div class=today2>The next update is at 57 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=57 && minute<58)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>57 minute after the hour</div><div class=today2>The next update is at 58 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=58 && minute<59)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>58 minute after the hour</div><div class=today2>The next update is at 59 minute after the hour</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }
        else if (minute>=59 && minute<60)
        {
    document.write("<center><div class=today1> This page will update fully Automatically  with a new message every  minute. You do not have to refresh the page. Just watch the message.</div></center><center><div class=today2>Welcome The time is now</div><div class=today1>59 minute after the hour</div><div class=today2>The next update is at Midnight</div><div class=today1>Thanks for stopping by.</div></center>");
    document.write("<p><center> " + txt.fontsize(14).blink() + "</center></p>");
        }


         </script>



    </body>
    </html>

    -->

    The easy part is over. Not really if you plan for what you want. Lets Go