Working out how long a program has been run for

i hav a server and on the stats report it makes i wanna show how long its been running for since it started
i have a start date and time
and a ill grab the current date and time when i run this method
but what code would compair them and work out how long the server has actually been running for
can i do it using these 2 days or do i need another counter thread just counting up in seconds then min then hours then days n so on ?
Message was edited by:
russdx

     private final static int SECOND = 1000;
     private final static int MINUTE = SECOND * 60;
     private final static int HOUR = MINUTE * 60;
     private final static int DAY = HOUR * 24;
     public static void main (String[] args)
          long time = System.currentTimeMillis();
          long days = time / DAY;
          time -= days * DAY;
          long hours = time / HOUR;
          time -= hours * HOUR;
          long minutes = time / MINUTE;
          time -= minutes * MINUTE;
          long seconds = time / SECOND;
          System.out.println (days + " days, " + hours + " hours, " + minutes + " minutes, " + seconds + " seconds");
     }Ted.

Similar Messages

  • Is there a way to find out how long my child has been playing with my ipad

    Is there a way to find out how long my child has been playing with my ipad???  He has been getting up before me in the morning and in the evening he is super tired and I'm wondering how early he has been getting up????

    No way to see exactly how long the iPad has been used but you may want to consider using parental controls.
    iOS: Understanding Restrictions (parental controls)

  • FileVault2 has been running for a week. No estimated time of ending.

    I have a 2011 MacBook Pro.  2 GHz i7 processor; 4 GB Memory; Using Yosemite 10.10
    Last week, I downloaded Yosemite and enabled FileVault2 without knowing what it fully was.  The program has been running for a week.  I left my computer alone for most of this time per advice in other threads but everytime I try and check on the progress, the status bar says it's still trying to "estimate time remaining."  My computer will not allow me to turn FileVault off.  Any way I can make my computer faster in the process or turn off FileVault?  I know it'll need to decrypt everything if I turn it off but with no possible end in sight, I'm worried something is wrong.

    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the word "Starting" (without the quotes.) You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard."
    Each message in the log begins with the date and time when it was entered. Note the timestamp of the last "Starting" message that corresponds to the beginning of an an abnormal backup. Now
    CLEAR THE WORD "Starting" FROM THE TEXT FIELD
    so that all messages are showing, and scroll back in the log to the time you noted. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ If all you see are messages that contain the word "Starting," you didn't clear the text field.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. Don't post more than is requested.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.

  • How to find out the last date & time on which a program has been run

    Hi Experts,
    Can anybody tell how to find out the last date on which a purticular program has been run.
    Valuable answers will be rewarded.
    Thanks & Regards,
    Satish.

    Hi!
    Try STAD transaction. Unfortunately it contains a huge amount of data, so it is available only for a few days backwards... Maybe some weeks, but you can't make yearly reports from its data... So it's not useful to see, which program is in use or not...
    I planned once to download it weekly, but it was not so important...
    Regards
    Tamá

  • How can I tell how long a request has been sitting on an execute queue?

    Is it possible to determine (in WL 8.1 and/or 10.3) how long an HTTP request has been sitting on the execute queue before being assigned to a servlet?
    Under heavy load, I'm finding that the caller times out by the time the servlet tries to write the response because the request has been waiting on the execute queue for too long. To prevent doing all the work to process the request, I want to be able to see how long the request has been waiting to determine whether it's worth processing the request.
    Currently I use the getExecuteThreadTotalCount() method in ExecuteQueueRuntimeMBean and assume that if the count is high, the request has probably been waiting for a while, but getting the actual time on the queue would be much better.
    Thanks.

    Further investigation and a bunch of speed tests later, I'm even more puzzled. Between 7 pm and 9pm this evening, download speed has been consistently at 112kb, except for the 1 in 10 occasions where it hits 1.5mb, for 30 or 40 seconds, before dropping back to 112kb.
    Does anyone have any ideas what is going on?
    thanks in advance
    Ben

  • How many times a program has been run?

    Is there a transaction or table or something that tracks how many times a program has been run?   The number of times the program has been run plus using the programs' attributes for last changed would help me a lot.  We need this for an archiving study to determine of the client has set up the configuration correctly since they went live and have been executing the correct programs.  Thanks and mucho rewards if someone has an answer.  FYI - I have done a forum search and could find nothing on this topic.  I have looked at the tables TADIR and no help, as well as transaction STAT.

    I know ST03N transaction can be used extensively to determine how the programs were executed or even to know who all are using a particular transaction...
    I tried to find if we can find the number of executions of a program through this transaction, I could not find myself...
    try if you can find it through this tcode.
    Phani

  • Find out when a program has been run

    Hi,
    To find out when a program has been run, I've developed a z program that uses FM SAPWL_STATREC_READ_FILE.
    However sometimes, the FM can't read the log file, and also I've known that a program was executed but it isn't on the tables return by the SAPWL_STATREC_READ_FILE.
    Can you help?
    Regards,
    Maria João Rocha

    As I understand, the file is deleted (and recreated) if it reaches the size specified in the parameter settings
    Following is an excerpt from help (do a search on 'statfile' in the help documentation..)
    "<b>Options for reorganizing statistical data (for all servers)</b>
    Delete seq. statfile after cumulation if size > (default: 100Mb).
    This parameter specifies from what file size the system should delete the statistics file. The statistics file is required for individual statistics and is therefore not deleted until the file size has passed a specified maximum file size. Of course, the file is only deleted if it was completely processed by RSSTAT80 or RSSTAT83 ..
    Max. no. of records cumulated per call (default: 20.000).
    This is the maximum number of entries in the statistics file that can be processed by RSSTAT80 or RSSTAT83 in one session. This parameter is used to restrict the runtime of the collector.
    Options for reorg of application statistic data (valid for all servers)
    <b>Delete appl. statfile after cumulation if size > (default: 30Mb).</b>
    This parameter specifies from what size the system should delete the application statistics file. Of course, the file is only deleted if it was completely processed by RSSTAT88 or RSSTAT89 .
    Max. number of records cumulated per call (default: 20.000).
    This is the maximum number of entries in the application statistics file that can be processed by RSSTAT80 or RSSTAT83 in one session. This parameter is used to restrict the runtime of the collector."

  • A script in file EditingUtils.js has been running for a long time

    Hello Everyone.   I just downloaded Dreamweaver CS 5.5 Trial version (Win 7), and I have been working on my home page.  I've created a wonderful image map with spry widget tooltips (about 60 tooltips), and I'm really happy with the results....until this error started to pop-up.  I have re-started the computer, deleted winfilecache****, and updated Dreamweaver through the help window.   I have googled this error, and found it existed in CS3 and CS4, and even in CS5, but no information as to why it's happening in CS 5.5.    I really want to buy this software, but am unsure as to why I would spend this amount of money on something that's going to give me a headache.  I am a layman, and work on my site recreationally.  I'm new to CSS and Spry so if i missed the obvious I apologize for that.   I inserted the spry widgets in the CODE screen by highlighting my hotspot CODE and clicking INSERT>SPRY>SPRYTOOLTIP.  Each tooltip is checked to "follow on mouse" and "hide on mouse out" and horizontally moved -400.
    So now every time I open this page in Dreamweaver this error "A script in file EditingUtils.js has been running for a long time.  Do you wish to continue?" pops up, and whenever i try to edit the spry tooltip properties.  Apologies if this has been answered elsewhere.  thanks for your help and time.  Part of the code looks like this: //
    <area shape="poly" coords="89,180,68,203,60,213,65,232,96,225,103,201,101,188" href="#" id="sprytrigger57" />
    <div class="tooltipContent" id="sprytooltip57">
    <p><img src="images/Constellations/Corvus.jpg" width="199" height="170" alt="Corvus" />CORVUS (The Crow, or Raven).</p>
    <p> Birds of prey devouring him.</p>
    </div>
          var sprytooltip57 = new Spry.Widget.Tooltip("sprytooltip57", "#sprytrigger57", {offsetX:-403, closeOnTooltipLeave:true, useEffect:"fade", followMouse:true});
    </script>
    Hope I included most everything needed to diagnose, let me know what I forgot.  Thanks again.

    oops i tried to copy the code here but it didn't work. Is this better?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>TestRun</title>
    <style type="text/css">
    body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #000025;
    .img_class {
    height: 514px;
    width: 499px;
    </style>
    <link href="CSS/layout.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTooltip.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryTooltip.css" rel="stylesheet" type="text/css" />
    </head> <body>
    <div id="wrapper">
    <div id="logo"><a href="TestRun.html"><img src="images/Argo_Ship_logo.gif" width="797" height="248" alt="Bible Voyages" longdesc="http://www.biblevoyages.com" /></a></div>
    <div id="navigation">HOME | ABOUT US | BIBLE STUDIES | FORUM | LIBRARY | RESEARCH LINKS </div>
    <Div id="headerImg"></Div>
    <div id="bodyArea">
    <div id="left">
    <div>
    <div class="img_class"><img src="images/Zodiac Pie Animate.gif" alt="Zodiac" width="499" height="514" border="0" usemap="#Map" />
    <map name="Map" id="Map">
    <area shape="poly" coords="114,255,151,233,156,189,192,165,154,145,108,174,103,214,101,244" href="#" alt="Virgo" id="sprytrigger1" />
    <area shape="poly" coords="159,204,195,211,194,258,163,264,158,248" href="#" alt="Coma" id="sprytrigger2" />
    <area shape="poly" coords="71,39,7,84,7,172,103,149,143,95,95,95,81,39,62,39,60,86,47,121,17,95,9,79,10,71,9 ,86" href="#" id="sprytrigger3" />
    <area shape="poly" coords="160,198,196,172,228,200,231,229,208,235,199,205" href="#" id="sprytrigger4" />
    <area shape="poly" coords="160,103,195,85,229,105,220,141,191,156,153,134,151,120" href="#" id="sprytrigger5" />
    <area shape="poly" coords="52,89,36,102,25,78,36,69" href="#" id="sprytrigger6" />
    <area shape="poly" coords="116,84,157,99,198,84,140,47,107,51,103,84,156,99" href="#" id="sprytrigger7" />
    <area shape="poly" coords="244,180,242,198,227,196,222,181,238,176" href="#" id="sprytrigger8" />
    <area shape="circle" coords="46,183,14" href="#" id="sprytrigger9" />
    <area shape="circle" coords="97,65,11" href="#" id="sprytrigger10" />
    <area shape="circle" coords="261,51,11" href="#" alt="Number 3" id="sprytrigger11" />
    <area shape="poly" coords="236,119,285,94,288,61,308,56,322,64,319,80,338,81,336,53,313,35,279,41,264,66,247 ,60,244,38,200,73" href="#" id="sprytrigger12" />
    <area shape="poly" coords="271,151,281,159,281,172,298,170,308,149,323,149,307,131,288,125,268,125,247,136" href="#" id="sprytrigger13" />
    <area shape="poly" coords="223,178,237,173,239,138,266,126,287,123,317,134,328,158,337,170,348,163,321,120,2 99,110,269,108,249,119,228,132,208,157" href="#" id="sprytrigger14" />
    <area shape="poly" coords="258,224,289,223,305,197,325,190,315,162,290,176,273,168,276,160,249,144,244,169,2 48,201,236,204,241,223" href="#" id="sprytrigger15" />
    <area shape="circle" coords="398,86,13" href="#" alt="chapter4" id="sprytrigger16" />
    <area shape="poly" coords="389,103,381,76,345,90,343,130,397,179,425,173,470,118,450,85,427,67,413,102" href="#" id="sprytrigger17" />
    <area shape="poly" coords="305,234,324,228,328,203,308,200,297,214" href="#" id="sprytrigger18" />
    <area shape="rect" coords="338,5,380,57" href="#" alt="Lyra" id="sprytrigger19" />
    <area shape="poly" coords="279,280,299,254" href="#" />
    <area shape="poly" coords="245,252,269,276,288,281,298,255,295,227,256,227,224,250,214,267,220,306,231,271,2 34,256" href="#" id="sprytrigger20" />
    <area shape="circle" coords="477,195,13" href="#" alt="Chapter 5" id="sprytrigger21" />
    <area shape="poly" coords="396,181,461,167,465,214,465,254,438,249,438,231,424,224" href="#" alt="Capricornus" id="sprytrigger22" />
    <area shape="poly" coords="378,246,400,227,377,188,352,155,347,172,325,179,328,197,355,237" href="#" id="sprytrigger23" />
    <area shape="circle" coords="479,296,15" href="#" id="sprytrigger24" />
    <area shape="poly" coords="467,239,494,243,486,256,492,283,479,279,467,286,465,270" href="#" id="sprytrigger25" />
    <area shape="poly" coords="438,250,436,234,425,227,414,218,412,226,422,247,403,252,406,268,419,281,433,345,4 50,371,477,365,494,318,475,317,462,297,463,259" href="#" id="sprytrigger26" />
    <area shape="poly" coords="421,298,414,279,400,254,390,263,384,292,372,254,365,256,371,280,346,280,367,337,3 79,364" href="#" id="sprytrigger27" />
    <area shape="poly" coords="332,209,351,234,366,253,369,275,346,265,331,278,311,261,298,268,302,243,321,234" href="#" id="sprytrigger28" />
    <area shape="circle" coords="475,402,16" href="#" id="sprytrigger29" />
    <area shape="poly" coords="351,429,391,394,400,375,425,334,422,309,400,337,370,383,352,361,338,362,336,381,3 53,398,359,410" href="#" id="sprytrigger30" />
    <area shape="poly" coords="341,360,365,368,371,352,345,324,312,345,305,347,305,381,331,379" href="#" id="sprytrigger31" />
    <area shape="poly" coords="290,314,322,320,324,273,303,269,291,282,267,279,266,296,271,310" href="#" id="sprytrigger32" />
    <area shape="circle" coords="394,492,16" href="#" id="sprytrigger33" />
    <area shape="poly" coords="333,386,354,405,347,423,323,425,304,430,295,425,300,406" href="#" id="sprytrigger34" />
    <area shape="poly" coords="286,338,324,337,324,326,282,316" href="#" id="sprytrigger35" />
    <area shape="poly" coords="365,427,411,374,440,366,465,385,457,403,465,418,442,444,339,501,325,471,304,450,3 14,431" href="#" id="sprytrigger36" />
    <area shape="poly" coords="315,340,282,341,258,357,258,382,271,399,287,397,303,354" href="#" id="sprytrigger37" />
    <area shape="circle" coords="257,499,15" href="#" id="sprytrigger38" />
    <area shape="poly" coords="310,437,298,450,301,460,271,458,264,443,226,415,235,401,256,406,269,401,292,401,2 93,394,310,398,293,411,295,429" href="#" id="sprytrigger39" />
    <area shape="poly" coords="231,411,223,407,197,420,195,440,195,467,205,477,233,472,257,455" href="#" id="sprytrigger40" />
    <area shape="poly" coords="259,455,278,464,315,472,342,506,289,508,265,478,237,490,225,480" href="#" id="sprytrigger41" />
    <area shape="poly" coords="229,406,238,399,255,401,254,357,225,355,213,384" href="#" id="sprytrigger42" />
    <area shape="circle" coords="130,498,20" href="#" id="sprytrigger43" />
    <area shape="poly" coords="194,420,219,407,211,384,217,371,190,357,165,376,169,400,183,415" href="#" id="sprytrigger44" />
    <area shape="poly" coords="206,479,222,479,228,508,183,510,176,469" href="#" id="sprytrigger45" />
    <area shape="poly" coords="111,509,109,488,120,479,135,477,155,488,164,470,147,436,79,468,73,489" href="#" id="sprytrigger46" />
    <area shape="poly" coords="164,392,173,427,136,415,138,388" href="#" id="sprytrigger47" />
    <area shape="circle" coords="46,399,19" href="#" id="sprytrigger48" />
    <area shape="poly" coords="145,387,179,356,166,329,131,342,118,351,135,385" href="#" id="sprytrigger49" />
    <area shape="poly" coords="265,280,245,259,235,267,239,305,265,306" href="#" id="sprytrigger50" />
    <area shape="poly" coords="211,274,223,246,201,237,195,266,153,274,180,335,226,334" href="#" id="sprytrigger51" />
    <area shape="poly" coords="52,420,67,407,63,386,48,377,85,357,107,373,127,426,69,474,18,448,6,384,32,416" href="#" id="sprytrigger52" />
    <area shape="circle" coords="18,299,21" href="#" id="sprytrigger53" />
    <area shape="poly" coords="114,346,161,329,148,250,132,248,117,259,93,252,90,265,105,338" href="#" id="sprytrigger54" />
    <area shape="poly" coords="119,395,134,387,111,350,88,329,68,287,46,280,39,255,46,237,55,214,77,184,146,120, 146,107,112,138,83,159,65,184,45,208,28,233,38,285,76,354,96,355" href="#" id="sprytrigger55" />
    <area shape="poly" coords="49,278,65,284,90,270,65,235,43,255" href="#" id="sprytrigger56" />
    <area shape="poly" coords="89,180,68,203,60,213,65,232,96,225,103,201,101,188" href="#" id="sprytrigger57" />
    </map>
    </div>
    </div>
    </div>
    <div id="right">
    <p>Ps 19:1-6<br />
    1 The heavens declare the glory of God; and the firmament sheweth his handywork.</p>
    <p> 2 Day unto day uttereth speech, and night unto night sheweth knowledge.</p>
    <p> 3 There is no speech nor language, where their voice is not heard.</p>
    <p> 4 Their line is gone out through all the earth, and their words to the end of the world. In them hath he set a tabernacle for the sun,</p>
    <p> 5 Which is as a bridegroom coming out of his chamber, and rejoiceth as a strong man to run a race.<br />
    Stars a STORY-book.<br />
    6 His going forth is from the end of the heaven, and his circuit unto the ends of it: and there is nothing hid from the heat thereof.</p>
    <p>Ps 19:7-14<br />
    7 The law of the LORD is perfect, converting the soul: the testimony of the LORD is sure, making wise the simple.</p>
    <p> 8 The statutes of the LORD are right,  rejoicing the heart: the commandment of the LORD is pure, enlightening the eyes.</p>
    <p> 9 The fear of the LORD is clean, enduring for ever: the judgments of the LORD are true and righteous altogether.</p>
    <p> 10 More to be desired are they than gold, yea, than much fine gold: sweeter also than honey and the honeycomb.</p>
    <p> 11 Moreover by them is thy servant warned: and in keeping of them there is great reward.</p>
    <p> 12 Who can understand his errors? cleanse thou me from secret faults.</p>
    <p> 13 Keep back thy servant also from presumptuous sins; let them not have dominion over me: then shall I be upright, and I shall be innocent from the great transgression.</p>
    <p> 14 Let the words of my mouth, and the meditation of my heart, be acceptable in thy sight, O LORD, my strength, and my redeemer.<br />
    KJV</p>
    <p><br />
    </p>
    </div>
    <div id="Footer">Site updated June 2011</div>
    </div>
    </div>
    <div class="tooltipContent" id="sprytooltip57">
    <p><img src="images/Constellations/Corvus.jpg" width="199" height="170" alt="Corvus" />CORVUS (The Crow, or Raven).</p>
    <p> Birds of prey devouring him.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip56">
    <p><img src="images/Constellations/Crater.jpg" width="180" height="196" alt="Crater" /></p>
    <p>CRATER (The Cup). </p>
    <p>The cup of Divine wrath poured out upon him.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip55">
    <p><img src="images/Constellations/Hydra.jpg" width="184" height="142" alt="Hydra" /></p>
    <p>HYDRA (The Serpent). That old Serpent— Devil, destroyed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip54">
    <p><img src="images/Constellations/Leo.jpg" width="198" height="130" alt="Leo" /></p>
    <p>LEO (The Lion). </p>
    <p>The Lion of the Tribe of Judah aroused for the rending of the Enemy.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip53">
    <p>Chapter IV - TWELFTH -</p>
    <p> Messiah's Consummated Triumph      LEO (The Lion). The Lion of the Tribe of Judah aroused for the rending of the Enemy.           </p>
    <p>1. HYDRA (The Serpent). That old Serpent— Devil, destroyed.     </p>
    <p>2. CRATER (The Cup). The cup of Divine wrath poured out upon him.     </p>
    <p>3. CORVUS (The Crow, or Raven). Birds of prey devouring him.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip52">
    <p><img src="images/Constellations/Argo.jpg" width="200" height="199" alt="Argo" />ARGO (The Ship).</p>
    <p> The redeemed pilgrims safe at home..</p>
    </div>
    <div class="tooltipContent" id="sprytooltip51">
    <p><img src="images/Constellations/UrsaMajor.jpg" width="200" height="150" alt="Ursa Major" />URSA MAJOR (The Great Bear).</p>
    <p> The fold and the flock.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip50">
    <p><img src="images/Constellations/UrsaMinor.jpg" width="185" height="133" alt="Ursa Minor" /></p>
    <p>URSA MINOR (The Lesser Bear). </p>
    <p>The lesser sheepfold.</p>
    <p> The 7,000...? -</p>
    <p>This star was called by the Greeks the "Cynosure." Aratus seems to apply this term to the whole of the seven stars of the Lesser Bear. Mr. Robert Brown, Jr., shows that this word . . . transliterates An-nas-sur-ra, and renders it, "as it literally means, high in rising, i.e., in heavenly position.". Is not this the primitve truth of the Revelation? Will not this Lesser Fold be high, yea, the highest in heavenly position?</p>
    </div>
    <div class="tooltipContent" id="sprytooltip49">
    <p><img src="images/Constellations/Cancer.jpg" width="183" height="200" alt="Cancer" />CANCER (The Crab).</p>
    <p> The possession held fast.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip48">
    <p>Chapter III ELEVENTH -</p>
    <p> Messiah's Redeemed Possessions      </p>
    <p>CANCER (The Crab). The possession held fast.          </p>
    <p>1. URSA MINOR (The Lesser Bear). </p>
    <p>The lesser sheepfold.          7,000 - This star was called by the Greeks the "Cynosure." Aratus seems to apply this term to the whole of the seven stars of the Lesser Bear. Mr. Robert Brown, Jr., shows that this word . . . transliterates An-nas-sur-ra, and renders it, "as it literally means, high in rising, i.e., in heavenly position.". Is not this the primitve truth of the Revelation? Will not this Lesser Fold be high, yea, the highest in heavenly position?</p>
    <p> 2. URSA MAJOR (The Great Bear). The fold and the flock.
    3. ARGO (The Ship). The redeemed pilgrims safe at home..</p>
    </div>
    <div class="tooltipContent" id="sprytooltip47">
    <p><img src="images/Constellations/CanisMinor.jpg" width="170" height="123" alt="CanisMinor" /></p>
    <p>CANIS MINOR (The Second Dog), or PROCYON, the exalted Redeemer.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip46"><img src="images/Constellations/CanisMajor.jpg" width="193" height="228" alt="CanisMajor" />CANIS MAJOR (The Dog), or SIRIUS, the coming glorious Prince of Princes.</div>
    <div class="tooltipContent" id="sprytooltip45">
    <p><img src="images/Constellations/Lepus.jpg" width="198" height="196" alt="Lepus" />LEPUS (The Hare), or</p>
    <p> THE ENEMY trodden under foot.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip44">
    <p><img src="images/Constellations/Gemini.jpg" width="197" height="228" alt="Gemini" />GEMINI (The Twins). </p>
    <p>The twofold nature of the King.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip43">
    <p>Chapter II - TENTH  - </p>
    <p>Messiah's Reign as Prince of Peace      GEMINI (The Twins). The twofold nature of the King.</p>
    <p> 1. LEPUS (The Hare), or THE ENEMY trodden under foot.<br />
    2. CANIS MAJOR (The Dog), or SIRIUS, the coming glorious Prince of Princes.<br />
    3. CANIS MINOR (The Second Dog), or PROCYON, the exalted Redeemer.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip42">
    <p><img src="images/Constellations/Auriga.jpg" width="197" height="289" alt="Auriga" />AURIGA (The Shepherd). </p>
    <p>Safety for the Redeemed in the day of that wrath.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip41">
    <p><img src="images/Constellations/Eridanus.jpg" width="198" height="86" alt="Eridanus" />ERIDANUS (The River of the Judge). </p>
    <p>Wrath breaking forth for His enemies.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip40">
    <p><img src="images/Constellations/Orion.jpg" width="185" height="262" alt="Orion" /></p>
    <p>ORION,  </p>
    <p>Light breaking forth in the person of the Redeemer.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip39">
    <p><img src="images/Constellations/Taurus.jpg" width="200" height="165" alt="Taurus" />TAURUS (The Bull). </p>
    <p>Messiah coming to rule.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip38">
    <p>Chapter I - NINTH - </p>
    <p>Messiah, The Coming Judge of All the Earth      
    TAURUS (The Bull).</p>
    <p> Messiah coming to rule.           </p>
    <p>1. ORION,  Light breaking forth in the person of the Redeemer.</p>
    <p> 2. ERIDANUS (The River of the Judge). Wrath breaking forth for His enemies.</p>
    <p> 3. AURIGA (The Shepherd). Safety for the Redeemed in the day of that wrath.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip37">
    <p><img src="images/Constellations/Perseus.jpg" width="167" height="257" alt="Perseus" /></p>
    <p>PERSEUS (The Breaker).</p>
    <p> Delivering His redeemed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip36">
    <p><img src="images/Constellations/Cetus.jpg" width="198" height="93" alt="Cetus" />CETUS (The Sea Monster). </p>
    <p>The great enemy bound.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip35">
    <p><img src="images/Constellations/Cassiopeia.jpg" width="128" height="196" alt="Cassiopeia" /></p>
    <p>CASSIOPEIA (The Enthroned Woman).</p>
    <p> The captive delivered, and preparing for her husband, the Redeemer.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip34">
    <p><img src="images/Constellations/Aries.jpg" width="200" height="165" alt="Aries" />ARIES (The Ram or Lamb). </p>
    <p>The Lamb that was slain, prepared for the victory.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip33">
    <p>Chapter IV - EIGHTH - </p>
    <p>Their Blessings Consummated and Enjoyed      ARIES (The Ram or Lamb).</p>
    <p> The Lamb that was slain, prepared for the victory.</p>
    <p> 1. CASSIOPEIA (The Enthroned Woman). </p>
    <p>The captive delivered, and preparing for her husband, the Redeemer.</p>
    <p> 2. CETUS (The Sea Monster).</p>
    <p> The great enemy bound.</p>
    <p> 3. PERSEUS (The Breaker). </p>
    <p>Delivering His redeemed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip32">
    <p><img src="images/Constellations/Cephus.jpg" width="144" height="164" alt="Cephus" /></p>
    <p>CEPHEUS (The King).</p>
    <p> Their Redeemer coming to rule.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip31">
    <p><img src="images/Constellations/Andromeda.jpg" width="181" height="189" alt="Andromeda" />ANDROMEDA (The Chained Woman).</p>
    <p> The Redeemed in their bondage and affliction.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip30">
    <p><img src="images/Constellations/Pisces.jpg" width="198" height="94" alt="Pisces" />PISCES (The Fishes). </p>
    <p>The Redeemed blessed though bound.</p>
    <p> </p>
    <p> THE BAND—, but binding their great enemy Cetus, the sea monster.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip29">
    <p>Chapter III - SEVENTH - </p>
    <p>Their Blessings in Abeyance      PISCES</p>
    <p> (The Fishes). </p>
    <p>The Redeemed blessed though bound.           </p>
    <p>1. THE BAND—,</p>
    <p> but binding their great enemy Cetus, the sea monster.</p>
    <p> 2. ANDROMEDA (The Chained Woman).</p>
    <p> The Redeemed in their bondage and affliction.
    3. CEPHEUS (The King).</p>
    <p> Their Redeemer coming to rule.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip28">
    <p><img src="images/Constellations/Cygnus.jpg" width="198" height="224" alt="Cygnus" />CYGNUS (The Swan). </p>
    <p>The Blesser surely returning.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip27">
    <p><img src="images/Constellations/Pegasus.jpg" width="201" height="130" alt="Pegasus" />PEGASUS (The Winged Horse).</p>
    <p> The blessings quickly coming.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip26">
    <p><img src="images/Constellations/Aquarius.jpg" width="198" height="109" alt="Aquarius" />AQUARIUS (The Water-Bearer).</p>
    <p> The living waters of blessing poured forth for the Redeemed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip25">
    <p><img src="images/Constellations/PicisAustralis.jpg" width="198" height="63" alt="Piscis Australis" />PISCIS AUSTRALIS (The Southern Fish).</p>
    <p> The blessings bestowed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip24">
    <p>Chapter II - SIXTH  -</p>
    <p>Their Blessings Ensured      AQUARIUS </p>
    <p>(The Water-Bearer). </p>
    <p>The living waters of blessing poured forth for the Redeemed.</p>
    <p> 1. PISCIS AUSTRALIS (The Southern Fish). The blessings bestowed.     </p>
    <p>2. PEGASUS (The Winged Horse). The blessings quickly coming.</p>
    <p> 3. CYGNUS (The Swan). The Blesser surely returning.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip23">
    <p><img src="images/Constellations/Trio.jpg" width="198" height="133" alt="Trio" />1. SAGITTA (The Arrow). </p>
    <p>The arrow of God sent forth.</p>
    <p> 2. AQUILA (The Eagle). </p>
    <p>The smitten One falling.</p>
    <p> 3. DELPHINUS (The Dolphin). </p>
    <p>The dead One rising again.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip22"><img src="images/Constellations/Capricornus.jpg" width="199" height="145" alt="Capricornus" />CAPRICORNUS (The fish-goat). The goat of Atonement slain for the Redeemed.</div>
    <div class="tooltipContent" id="sprytooltip21">
    <p>Chapter I - FIFTH -</p>
    <p> Their Blessings Procured      
    CAPRICORNUS (The fish-goat). </p>
    <p>The goat of Atonement slain for the Redeemed.           
    1. SAGITTA (The Arrow).</p>
    <p> The arrow of God sent forth.</p>
    <p> 2. AQUILA (The Eagle).</p>
    <p> The smitten One falling.</p>
    <p> 3. DELPHINUS (The Dolphin).</p>
    <p> The dead One rising again.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip20"><img src="images/Constellations/DracoMap.jpg" width="200" height="161" alt="Draco" />DRACO (The Dragon). The Old Serpent— Devil, cast down from heaven.</div>
    <div class="tooltipContent" id="sprytooltip19">
    <p><img src="images/Constellations/Ara.jpg" width="143" height="142" alt="Ara" /></p>
    <p>ARA (The Altar). Consuming fire prepared for His enemies.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip18">
    <p><img src="images/Constellations/Lyra.jpg" width="139" height="117" alt="Lyra" />. </p>
    <p>LYRA (The Harp).</p>
    <p> Praise prepared for the Conqueror.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip17"><img src="images/Constellations/Safittarius.jpg" width="198" height="213" alt="Sagittarius" />SAGITTARIUS (The Archer). The two-natured Conqueror going forth "Conquering and to conquer."</div>
    <div class="tooltipContent" id="sprytooltip16">
    <p>Chapter IV -</p>
    <p> The Redeemer's Triumph      
    SAGITTARIUS (The Archer). The two-natured Conqueror going forth "Conquering and to conquer."</p>
    <p>           
    1. LYRA (The Harp). Praise prepared for the Conqueror.</p>
    <p> 2. ARA (The Altar). Consuming fire prepared for His enemies.    </p>
    <p>3. DRACO (The Dragon). The Old Serpent— Devil, cast down from heaven.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip15"> <img src="images/Constellations/Hercules.jpg" width="198" height="190" alt="Hercules" />HERCULES (The mighty man. A man kneeling on one knee, humbled in the conflict, but holding aloft the tokens of victory, with his foot on the head of the Dragon). The mighty Vanquisher seeming to sink in the conflict.</div>
    <div class="tooltipContent" id="sprytooltip14"><img src="images/Constellations/Serpens.jpg" width="199" height="152" alt="Serpens" />SERPENS (The Serpent struggling with the man).</div>
    <div class="tooltipContent" id="sprytooltip13">
    <p><img src="images/Constellations/Ophiuchus.jpg" width="199" height="227" alt="Ophiuchus" /></p>
    <p>O-PHI-U-CHUS (The man grasping the serpent). The struggle with the enemy.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip12"><img src="images/Constellations/Scorpio.jpg" width="198" height="186" alt="Scorpio" />SCORPIO (The Scorpion) seeking to wound, but itself trodden under foot.</div>
    <div class="tooltipContent" id="sprytooltip11">Chapter III - THIRD  - The Redeemer's Conflict SCORPIO (The Scorpion) seeking to wound, but itself trodden under foot.      <br />
    1. SERPENS (The Serpent struggling with the man). <br />
    <br />
    2. O-PHI-U-CHUS (The man grasping the serpent). The struggle with the enemy. <br />
    <br />
    3. HERCULES (The mighty man. A man kneeling on one knee, humbled in the conflict, but holding aloft the tokens of victory, with his foot on the head of the Dragon). The mighty Vanquisher seeming to sink in the conflict.</div>
    <div class="tooltipContent" id="sprytooltip10">
    <p>Chapter II - SECOND -  The Redeemer's Atoning Work</p>
    <p> LIBRA (The Scales). The price deficient balanced by the price which covers. <br />
    1. CRUX,  The Cross endured. <br />
    <br />
    2. LUPUS, or VICTIMA, The Victim slain. <br />
    <br />
    3. CORONA, The Crown bestowed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip9">
    <p>Chapter I -FIRST -  The Prophecy of the Promised Seed of the Woman</p>
    <p><br />
    VIRGO (The Virgin. A woman bearing a branch in her right hand and an ear of corn in her left). The Promised Seed of the woman. <br />
    1. COMA (The Desired. The woman and child). The Desired of all nations. <br />
    <br />
    2. CENTAURUS (The Centaur with two natures, holding a spear piercing a victim). The despised sin offering. <br />
    <br />
    3. BOOTES (a man walking bearing a branch called ARCTURUS, meaning the same). He cometh.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip8">
    <p><img src="images/Constellations/CoronaBorealis.jpg" width="69" height="55" alt="CoronaBorealis" /></p>
    <p>CORONA, The Crown bestowed.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip7"> <img src="images/Constellations/LupusOrTheVictim.jpg" width="197" height="191" alt="Lupus" />LUPUS, or VICTIMA, The Victim slain.</div>
    <div class="tooltipContent" id="sprytooltip6">
    <p><img src="images/Constellations/Crux.jpg" width="67" height="100" alt="Crux" /></p>
    <p>CRUX,  The Cross endured.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip5">
    <p><img src="images/Constellations/Libra.jpg" width="185" height="176" alt="Libra" /></p>
    <p>LIBRA (The Scales). The price deficient balanced by the price which covers.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip4">
    <p><img src="images/Constellations/Bootes.jpg" width="162" height="191" alt="Bootes" /></p>
    <p>BOOTES (a man walking bearing a branch called ARCTURUS, meaning the same). He cometh!</p>
    </div>
    <div class="tooltipContent" id="sprytooltip3"><img src="images/Constellations/Centaurus.jpg" width="198" height="123" alt="Centaurus Pic" />Centaurus -(The Centaur with two natures, holding a spear piercing a victim). The despised sin offering.</div>
    <div class="tooltipContent" id="sprytooltip2">
    <p><img src="images/Constellations/Coma.jpg" width="156" height="161" alt="Coma" /></p>
    <p>Coma (The Desired. The woman and child). The Desired of all nations.</p>
    </div>
    <div class="tooltipContent" id="sprytooltip1"><img src="images/Constellations/Virgo.jpg" width="199" height="364" alt="Virgo Pic" />Virgo VIRGO (The Virgin. A woman bearing a branch in her right hand and an ear of corn in her left). The Promised Seed of the woman.</div>
    <script type="text/javascript">
    var sprytooltip1 = new Spry.Widget.Tooltip("sprytooltip1", "#sprytrigger1", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip2 = new Spry.Widget.Tooltip("sprytooltip2", "#sprytrigger2", {offsetX:-450, closeOnTooltipLeave:true, useEffect:"fade", followMouse:true});
    var sprytooltip3 = new Spry.Widget.Tooltip("sprytooltip3", "#sprytrigger3", {useEffect:"fade", closeOnTooltipLeave:true, offsetX:-400, followMouse:true});
    var sprytooltip4 = new Spry.Widget.Tooltip("sprytooltip4", "#sprytrigger4", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip5 = new Spry.Widget.Tooltip("sprytooltip5", "#sprytrigger5", {useEffect:"fade", offsetX:-470, closeOnTooltipLeave:true});
    var sprytooltip6 = new Spry.Widget.Tooltip("sprytooltip6", "#sprytrigger6", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip7 = new Spry.Widget.Tooltip("sprytooltip7", "#sprytrigger7", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip8 = new Spry.Widget.Tooltip("sprytooltip8", "#sprytrigger8", {offsetX:-500, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip9 = new Spry.Widget.Tooltip("sprytooltip9", "#sprytrigger9", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip10 = new Spry.Widget.Tooltip("sprytooltip10", "#sprytrigger10", {offsetX:-450, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip11 = new Spry.Widget.Tooltip("sprytooltip11", "#sprytrigger11", {offsetX:-500, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip12 = new Spry.Widget.Tooltip("sprytooltip12", "#sprytrigger12", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip13 = new Spry.Widget.Tooltip("sprytooltip13", "#sprytrigger13", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip14 = new Spry.Widget.Tooltip("sprytooltip14", "#sprytrigger14", {offsetX:-800, closeOnTooltipLeave:true, useEffect:"fade", followMouse:true});
    var sprytooltip15 = new Spry.Widget.Tooltip("sprytooltip15", "#sprytrigger15", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip16 = new Spry.Widget.Tooltip("sprytooltip16", "#sprytrigger16", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip17 = new Spry.Widget.Tooltip("sprytooltip17", "#sprytrigger17", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip18 = new Spry.Widget.Tooltip("sprytooltip18", "#sprytrigger18", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip19 = new Spry.Widget.Tooltip("sprytooltip19", "#sprytrigger19", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip20 = new Spry.Widget.Tooltip("sprytooltip20", "#sprytrigger20", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip21 = new Spry.Widget.Tooltip("sprytooltip21", "#sprytrigger21", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip22 = new Spry.Widget.Tooltip("sprytooltip22", "#sprytrigger22", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip23 = new Spry.Widget.Tooltip("sprytooltip23", "#sprytrigger23", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip24 = new Spry.Widget.Tooltip("sprytooltip24", "#sprytrigger24", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip25 = new Spry.Widget.Tooltip("sprytooltip25", "#sprytrigger25", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip26 = new Spry.Widget.Tooltip("sprytooltip26", "#sprytrigger26", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true});
    var sprytooltip27 = new Spry.Widget.Tooltip("sprytooltip27", "#sprytrigger27", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true});
    var sprytooltip28 = new Spry.Widget.Tooltip("sprytooltip28", "#sprytrigger28", {useEffect:"fade", offsetX:-800, closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip29 = new Spry.Widget.Tooltip("sprytooltip29", "#sprytrigger29", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip30 = new Spry.Widget.Tooltip("sprytooltip30", "#sprytrigger30", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip31 = new Spry.Widget.Tooltip("sprytooltip31", "#sprytrigger31", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip32 = new Spry.Widget.Tooltip("sprytooltip32", "#sprytrigger32", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip33 = new Spry.Widget.Tooltip("sprytooltip33", "#sprytrigger33", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip34 = new Spry.Widget.Tooltip("sprytooltip34", "#sprytrigger34", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip35 = new Spry.Widget.Tooltip("sprytooltip35", "#sprytrigger35", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip36 = new Spry.Widget.Tooltip("sprytooltip36", "#sprytrigger36", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip37 = new Spry.Widget.Tooltip("sprytooltip37", "#sprytrigger37", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip38 = new Spry.Widget.Tooltip("sprytooltip38", "#sprytrigger38", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip39 = new Spry.Widget.Tooltip("sprytooltip39", "#sprytrigger39", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip40 = new Spry.Widget.Tooltip("sprytooltip40", "#sprytrigger40", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip41 = new Spry.Widget.Tooltip("sprytooltip41", "#sprytrigger41", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip42 = new Spry.Widget.Tooltip("sprytooltip42", "#sprytrigger42", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip43 = new Spry.Widget.Tooltip("sprytooltip43", "#sprytrigger43", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip44 = new Spry.Widget.Tooltip("sprytooltip44", "#sprytrigger44", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip45 = new Spry.Widget.Tooltip("sprytooltip45", "#sprytrigger45", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip46 = new Spry.Widget.Tooltip("sprytooltip46", "#sprytrigger46", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip47 = new Spry.Widget.Tooltip("sprytooltip47", "#sprytrigger47", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip48 = new Spry.Widget.Tooltip("sprytooltip48", "#sprytrigger48", {offsetX:-400, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip49 = new Spry.Widget.Tooltip("sprytooltip49", "#sprytrigger49", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip50 = new Spry.Widget.Tooltip("sprytooltip50", "#sprytrigger50", {offsetX:-800, useEffect:"fade", followMouse:true, closeOnTooltipLeave:true});
    var sprytooltip51 = new Spry.Widget.Tooltip("sprytooltip51", "#sprytrigger51", {offsetX:-800, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip52 = new Spry.Widget.Tooltip("sprytooltip52", "#sprytrigger52", {offsetX:-400, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip53 = new Spry.Widget.Tooltip("sprytooltip53", "#sprytrigger53", {offsetX:-400, followMouse:true, closeOnTooltipLeave:true, useEffect:"fade"});
    var sprytooltip54 = new Spry.Widget.Tooltip("sprytooltip54", "#sprytrigger54", {offsetX:-400, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip55 = new Spry.Widget.Tooltip("sprytooltip55", "#sprytrigger55", {offsetX:-400, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip56 = new Spry.Widget.Tooltip("sprytooltip56", "#sprytrigger56", {offsetX:-400, useEffect:"fade", closeOnTooltipLeave:true, followMouse:true});
    var sprytooltip57 = new Spry.Widget.Tooltip("sprytooltip57", "#sprytrigger57", {offsetX:-403, closeOnTooltipLeave:true, useEffect:"fade", followMouse:true});
    </script>
    </body>
    </html> 

  • A script in file EditingUtils.js has been running for a long time CS4

    I'm getting this error in dreamweaver:
    "A script in file C:\ProgramFiles\Adobe\Aobe Dreamweaver CS4\Configuration\Shared\Spry\DesignTime\EditingUtils.js has been running for a long time. Do you want to continue?"
    I get the error when I open a page that has several spry elements, even after shutting down my computer and rebooting. It has over 100 spry collapsible panels, which each have their own name, ie: var CollapsiblePanel108 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel108")
    I read that editing the parameters of a widget may cause problems for CS3, and it is resolved for CS3: http://kb2.adobe.com/cps/401/kb401257.html, but I don't know how to fix the problem for CS4.
    Any help is greatly appreciated!

    seleon04 wrote:
    I get the error when I open a page that has several spry elements, even after shutting down my computer and rebooting. It has over 100 spry collapsible panels, which each have their own name, ie: var CollapsiblePanel108 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel108")
    I think you have answered your own question. More than 100 Spry collapsible panels is not exactly what most people would call "several". It's a huge - and probably unrealistic - amount.
    I don't think there is an actual limit on the number of Spry elements that you can have on a page, but Dreamweaver uses JavaScript in the background to inspect the document and edit it. The more elements you have, the greater the processing power and memory your computer requires to handle them. It might work with a faster processor or more RAM, but I think you need to reconsider your design strategy.

  • I have Lookout 6.5 running with Windows 7, the process has been running for about 2 months with no problems, but today the Citadel stopped working! I am having a hard time getting it started again, need help!

    I have Lookout 6.5 running with Windows 7, the process has been running for about 2 months with no problems, but today the Citadel stopped working!
    How could this have happened and what can I do to get it running again? 

    Didnt realize there was a response, late getting back to you.
    Save your process files outside of the NI progam directory (you should have external backups already right ).  THey should not be deleted.
    Any customizations to the lookout.ini and lookout.sec file may be lost.  
    Mike
    Forshock - Consult.Develop.Solve.

  • This program has been blocked for your protection/ An Administrator has blocked you from running this program/ Return code: 1625

    This program has been blocked for your protection/ An Administrator has blocked you from running this program/ Return code: 1625
    If you get a message saying, “Publisher: Not trusted,” the printing functionality you are attempting to use may become blocked while downloading, installing or attempting to run.
    You may also see messages such as:
    MSIExec installation error (Return code:1625)
    The recommended software listed below could not be installed
    “Do you want to allow the following the program from an unknown publisher to make changes to this program”
    “This program has been blocked for your protection”
    “Blocked”
    “Not trusted”
    The Windows User Account Control message may look like this.
    You may get this message when installing, uninstalling, or updating HP software for Windows from the product CD, from software previously downloaded from www.hp.com, or from running HP Smart Install by connecting a printer via USB cable.
    The solution will vary depending on the products that you are using. Here is a helpful document for HP printers that will walk you through what you can do.
    John
    I work on behalf of HP.

    Hey @kat54 ,
    Welcome to the HP Forums!
    I understand you're receiving an error stating "This program has been blocked for your protection."
    You can read about this error here: "Blocked", "User Account Control", "Not trusted", or "Return code: 1625" message in Windows.
    You will find a link for Printers here which directs you to the HP Update Software Utility to resolve the problem. When you install this utility ensure you select version 5.005.002.002 or later.
    Make sure the utility you've downloaded is for your exact product and operating system.
    If this does not resolve the issue please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the following link to get the support number for your region: Phone Assist Worldwide.
    Thanks!
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • I recently connected my new ipad to my itunes, but now itunes will not recognise my ipod classic, and 50gig of music has gone. ipad connects ok but no longer ipod which has been there for two years! help!!!

    I recently connected my new ipad to my itunes, but now itunes will not recognise my ipod classic, and 50gig of music has gone. ipad connects ok but no longer ipod which has been there for two years! help!!!

    What happens when the iPod is plugged in?  anything?  any errors?
    Why is 50GB of music gone?  All music should exist on the computer.  Only a fool would rely on a single device which could easily be lost or stolen to store their content on.

  • HT201401 I am unable to end a call and have tried everything to disconnect it.   Has been running for 9 hours.  How can I end this call?

    I am unable to end a call and have tried everything to disconnect it.   Has been running for over 9 hrs.   I seem to be caught in a loop.
    How can I end this call?

    hold down the power botton on the top of the phone.  Then slide to power off. wait to the count of 10 then hold down the power button again till the apple logo comes on.

  • After rebooting my Windows Vista 64 bit system, could not access iTunes; after uninstalling I tried reinstalling, but it has been running for more than 24 hrs. Should I cancel installation?

    I had been updating my Windows Vista 64 bit system and as a result of a problem, had to reboot my system. Afterwards, I was no longer able to access iTunes.  I got a message stating that there was a problem with some of the files associated with the application.  A phone rep at Apple's Customer Service provided me with emails linking instructions on completely uninstalling and reinstalling iTunes. I did the uninstall, then checked for lingering iTunes files and couldn't completely remove some, but tried intalling the latest version of iTunes. It has been running for roughly 24 hours.  The status bar is green all the way across, and when I try to cancel, I get the following message: "Are you sure you want to cancel iTunes installation?"  I keep hitting "no," but am staring to wonder if there is a problem with the install.  Should it take this long if I have roughly 134 gigs of music?  I can still see the music in my computer's C drive, so I am worried that there is an error, perhpas because I didn't clear out all the lingering C:\Program Files\Common Files\Apple\ and all the lingering C:\Program Files\iTunes\.  Any thoughts?

    It is not just the HP. I have 3 HP computes and 2 Dell computers. 2 of the HP and 1 Dell suffer the iTunes internet block. Took me a while to figure it out also. But, the one thing that is different on the Dell, is that I can leave iTunes installed and not open it and everything works. As soon as I open it, internet access goes down. BUT secure sites (https:) works fine.

  • I performed a software update and the system is installing an update but it has been running for over 24hrs and keeps saying "This may take a few minutes, don't shut down your computer" Can anyone help?

    I performed a software update and the system is installing an update but it has been running for over 24hrs and keeps saying "This may take a few minutes, don't shut down your computer" Can anyone help?

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

Maybe you are looking for