CINXE.COM
Micscape Microscopy and Microscope Magazine
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> <html> <head> <!--last modified on May 16 to introduce icon menu --> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/> <meta http-equiv="Pragma" content="no-cache"/> <meta http-equiv="Expires" content="0"/> <meta http-equiv="Content-Type" content="text/html;"> <meta name="Author" content="Mol Smith"> <meta name="Description" content="Micscape Magazine for enthusiast microscopy"> <meta name="KeyWords" content="microscopy,microscopes,amateur microscopy,micscape magazine,natural world,zoology,biology,botany,insects,pond life,nature,science,amateur science,hobbiess,science,lice"> <title>Micscape Microscopy and Microscope Magazine</title> <!-- xxxxxxx LOAD DEPENDENCIES xxxxxxx --> <link rel="SHORTCUT ICON" href="http://www.microscopy-uk.org.uk/favico2.ico" type="image/x-icon" /> <link rel="ICON" href="http://www.microscopy-uk.org.uk/favico2.ico" type="image/ico" /> <script src="http://www.microscopy-uk.org.uk/cookies.js"></script> <script src="http://www.microscopy-uk.org.uk/force_anindex.js"></script> <!-- #### Set global variables for each index #### --> <script language="JAVASCRIPT" type="TEXT/JAVASCRIPT"> //var dontshowads=checkadswanted(); // in force_anindex script var wz = window.innerWidth; //new var hz = window.innerHeight; // new var minwz = 480; // new minimun width inner window or switch to mobile version var ad_delay=3600000 ;//86400000= 24 hours currenly set to 1 hour var dontshowads=0; // manual switch 0 = show ads 1= don't show ads. I can var bodypagename = "http://www.microscopy-uk.org.uk/mag/x_indexmag.html"; // which page will be called into the body frame var pagetitle = "Micscape Microscopy and Microscope Magazine"; // In case I forget to change the title of the page explicitely var adindexmenuname = "http://www.microscopy-uk.org.uk/index_menuA-ad.html"; //"http://www.microscopy-uk.org.uk/index_menuA-ad.html"; // which ad index will be called var nonadindexmenuname = "http://www.microscopy-uk.org.uk/index_menuA.html"; //"http://www.microscopy-uk.org.uk/index_menuA.html"; // which index no ad menu will be called var mojeeksearch="http://www.microscopy-uk.org.uk/mojeeksearch.html"; //using new no tracking search engine //-----new--------------------------------------- var ad_delay=900000; ;//86400000= 24 hours currenly set to 1 hour var dontshowads=0; // manual switch 0 = show ads 1= don't show ads. I can setthis to stop // *** ensure our page does not get framed *** if (top.location !== self.location) { top.location.replace(self.location) } // FUNCTION CALLS HERE function small_frames() { //alert("here 3"); linkURL = bodypagename; if (parent.document.URL) {callingURL = parent.document.URL; if (callingURL.indexOf('?') !=-1) {linkURL = callingURL.substring(callingURL.indexOf('?') +1,callingURL.length) } } //document.writeln('<body bgcolor="black" text="white" link="white" vlink="white" alink="white">'); document.writeln('<iframe name="Menu_frame" src="' + nonadindexmenuname + '" width="100%" height="100" align="left" frameborder="0" scrolling="no"></iframe><br>'); //document.writeln('<iframe name="Search_frame" src="' + mojeeksearch + '" width="100%" height="36" align="left" frameborder="0" scrolling="no"></iframe><br>'); document.writeln('<iframe name="Body_frame" src="' + linkURL + '" width="100%" height="88%" align="left" frameborder="0" scrolling="auto"></iframe><br>'); document.writeln('</body>'); } function large_frames(){ linkURL = bodypagename; if (parent.document.URL) { callingURL = parent.document.URL; if (callingURL.indexOf('?') !=-1) {linkURL = callingURL.substring(callingURL.indexOf('?') +1,callingURL.length)} } document.writeln('<iframe name="Menu_frame" src="' + adindexmenuname + '" width="100%" height="400" align="left" frameborder="0" scrolling="no"></iframe><br>'); //document.writeln('<iframe name="Search_frame" src="' + mojeeksearch + '" width="100%" height="36" align="left" frameborder="0" scrolling="no"></iframe><br>'); document.writeln('<iframe name="Body_frame" src="' + linkURL + '" width="100%" height="55%" align="left" frameborder="0" scrolling="auto" ></iframe><br>'); document.writeln('</body>'); } // end new ----- // THIS BLOCK GOES VERBATUM IN ANY MAIN INDEX PAGE. FOR EXAMPLE INDEXMAG.HTML function makepage(){ // Main page script runs here when loaded. Only function declared above should be called. // **************************************************************************************** // CALL FORCE_ANINDEX FOR ADS ON OR OFF dontshowads=adscontrol(); // test cookies work // set up testcookie to see if cookies are enabled // var timeToKeep2 = 60000; // 60,000 one minute. 20000 = twenty seconds // var expires2 = new Date(); // expires2.setTime(expires2.getTime() + timeToKeep2); //var cookieName2 = 'mic-uk-test'; var cookieName = 'mic-uk'; var value=''; if (dontshowads==1){ ad_delay=0 //NEW clearTimeout(timeToKeep); // NEW small_frames(); }else { //alert("here 2"); // what about our main cookie. Has it expired? var value = get_cookie(cookieName);// check the cookie first //alert("Tried to fetch Main Mic uk cookie. Value recovered is: " + value); if ((value =='') || (value == null )) // check to see if cookie is still active and exists { // Main cookie is not set so setting it. And invoking ad frame "); // set main cookie //------------------ // var callingpage = document.referrer; // alert('I am being asked to make !! LARGE !! frames by calling page: ' + callingpage + " Cookie value is: " + value); clearTimeout(timeToKeep); // NEW ad_delay=900000; //NEW 30 minutes var timeToKeep = ad_delay; // 60,000 one minute. 900,000 equals 15 minutes var expires = new Date(); expires.setTime(expires.getTime() + timeToKeep); del_cookie(cookieName); set_cookie(cookieName, "User", expires); large_frames(); }else{ //var callingpage = document.referrer; //alert('I am being asked to make small frames by calling page: ' + callingpage + " Cookie value is: " + value); // cookie still has not expired clearTimeout(timeToKeep); // NEW ad_delay=0; // NEW small_frames(); } document.title = pagetitle; } } // end of pre functions loaded. // kick off js makepage(); </script> <!-- end of verbatum block +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> <body> <!-- Begin Web-Stat code v 6.3 --> <span id="wts1925432"> </span><script> var wts=document.createElement('script');wts.type='text/javascript'; wts.async=true;wts.src='https://wts.one/1/1925432/log6_2.js'; document.getElementById('wts1925432').appendChild(wts); </script><noscript><a href="https://www.web-stat.com"> <img src="https://wts.one/6/1/1925432.gif" alt="Web-Stat site stats"></a></noscript> <!-- End Web-Stat code v 6.3 --> <noscript><b><font size ="3">MICROSCOPY-UK.ORG.UK - home of enthusiast microscopy on the web.</font></b> <br> <hr> <p align="center"><b><font size="4" face="Verdana">Microscopy-UK, <a href="mag/x_indexmag.html">Micscape Magazine</a>, Library,<br> </font></b><b><font size="4" face="Verdana">Resources For Enthusiast Microscopists &<br> INTERESTING CURIOSITIES.<br> </font></b>PLUS <sup><font color="#00B050">sponsor's</font></sup><a href="http://www.brunelmicroscopes.co.uk" target="_blank" title="Brunel Microscopes secure shop"><sup> </sup>ONLINE SHOP </a>FOR ALL MICROSCOPY NEEDS.<b><font size="4" face="Verdana"><br> </font></b>EST. 1995<br> <font face="Verdana" color="black">THOUSANDS OF ARTICLES & IMAGES, FOR MICROSCOPISTS INCLUDING BEGINNERS</font><br> <font face="Verdana" color="black">and articles on how to get the best out of a microscope</font><br> <br> Please note: if nothing appers beneath, you may have javascript turned off in your browser or be trying to access our site via https:// instead of http:// <br> We do not have financial transactions on our web site so we do not use https:?// <br> Financial donations are managed via Paypal and they are secure.<br> Pleae instead go to: <a href="http://www.microscopy-uk.org.uk">http://www.microscopy-uk.org.uk</a> <br></p> </noscript> <center><hr><span style="background-color:rgb(204,255,153);"><a href="http://www.microscopy-uk.org.uk/policy.html" target="_blank" title="Our cookie and privacy policy"><font size="2" color="#00B050">*COOKIE POLICY* </font></a></span><font size="2"> </font><font size="3">If nothing interesting appears above, maybe you have accidentally typed in https: instead of http: <a href="http://www.microscopy-uk.org.uk/quickhelp.html" target="_blank">HELP?</a></font></center> </body> </html>