<html>  <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Namo WebEditor v5.0(Trial)"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Motori di Ricerca_ corpo</title> <base target="_self"> <script language="JavaScript"> <!-- function namosw_page_width() {   return (navigator.appName.indexOf('Netscape', 0) != -1) ? innerWidth  : document.body.clientWidth; }  function namosw_page_height() {   return (navigator.appName.indexOf('Netscape', 0) != -1) ? innerHeight : document.body.clientHeight; }  function namosw_init_clip_effect() {   var rect_left, rect_top, rect_width, rect_height;   var type, color;   var width, height;   var args = namosw_init_clip_effect.arguments;    if (args[0] == 0 && args.length == 3) {     rect_left   = 0;     rect_top    = 0;     rect_width  = namosw_page_width();     rect_height = namosw_page_height();     type  = args[1];     color = args[2];    } else if (args[0] == 1 && args.length == 4) {     if (args[1] == '')       return;     var layer;     if (navigator.appName.indexOf('Netscape', 0) != -1) {       layer = document.layers[args[1]];       if (layer) {         rect_left   = layer.left; 	rect_top    = layer.top; 	rect_width  = layer.clip.width; 	rect_height = layer.clip.height;       } else {         return;       }     } else {       layer = document.all[args[1]];       if (layer) {         rect_left   = layer.style.pixelLeft; 	rect_top    = layer.style.pixelTop; 	rect_width  = layer.style.pixelWidth; 	rect_height = layer.style.pixelHeight;       } else {         return;       }     }     type  = args[2];     color = args[3];    } else if (args[0] == 2 && args.length == 7) {     rect_left   = args[1];     rect_top    = args[2];     rect_width  = args[3];     rect_height = args[4];     type        = args[5];     color       = args[6];    } else {     return;   }    window._cl_style     = new Array();   window._cl_interval  = 0;   window._cl_count     = 0;   window._cl_max_count = 40;    if (type == 0)      window._cl_number = 8;   else if (type == 1)      window._cl_number = Math.min(64, Math.ceil(rect_height/10));   else if (type == 2)      window._cl_number = Math.min(64, Math.ceil(rect_width/10));      window._cl_rect_left   = rect_left;   window._cl_rect_top    = rect_top;   window._cl_rect_width  = rect_width;   window._cl_rect_height = rect_height;    if (type == 0) {     width  = Math.floor(rect_width  / window._cl_number);     height = Math.floor(rect_height / window._cl_number);      for (i = 0; i < window._cl_number*window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i)         window._cl_style[i].clip.width  = width;         window._cl_style[i].clip.height = height;         window._cl_style[i].left = rect_left + (i%window._cl_number) * width;         window._cl_style[i].top  = rect_top  + Math.floor(i/window._cl_number) * height; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = width;         window._cl_style[i].pixelHeight = height;         window._cl_style[i].pixelLeft = rect_left + (i%window._cl_number) * width;         window._cl_style[i].pixelTop  = rect_top  + Math.floor(i/window._cl_number) * height; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_remove_box()", 10);    } else if (type == 1) {     height = rect_height / window._cl_number;      for (i = 0; i < window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i)         window._cl_style[i].clip.width  = rect_width;         window._cl_style[i].clip.height = height;         window._cl_style[i].left = rect_left;         window._cl_style[i].top  = rect_top  + i*height; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = rect_width;         window._cl_style[i].pixelHeight = height;         window._cl_style[i].pixelLeft = rect_left;         window._cl_style[i].pixelTop  = rect_top  + i*height;         window._cl_style[i].clip = "rect(0 " + rect_width + " " + height + " 0)"; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_change_clip1()", 10);    } else if (type == 2) {     width = rect_width / window._cl_number;      for (i = 0; i < window._cl_number; i++) {       if (navigator.appName.indexOf('Netscape', 0) != -1) {         window._cl_style[i] = eval("document.layers.namoswcliplayer"+i);         window._cl_style[i].clip.width  = width;         window._cl_style[i].clip.height = rect_height;         window._cl_style[i].left = rect_left + i*width;         window._cl_style[i].top  = rect_top; 	window._cl_style[i].bgColor = color;       } else {         window._cl_style[i] = eval("document.all.namoswcliplayer" + i + ".style");         window._cl_style[i].pixelWidth  = width;         window._cl_style[i].pixelHeight = rect_height;         window._cl_style[i].pixelLeft = rect_left + i*width;         window._cl_style[i].pixelTop  = rect_top;         window._cl_style[i].clip = "rect(0 " + width + " " + rect_height + " 0)"; 	window._cl_style[i].backgroundColor = color;       }     }     window._cl_interval = setInterval("namosw_cl_change_clip2()", 10);    } else if (type == 3) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[0] = eval("document.layers.namoswcliplayer"+0)       window._cl_style[0].clip.width  = rect_width;       window._cl_style[0].clip.height = rect_height;       window._cl_style[0].left = rect_left;       window._cl_style[0].top  = rect_top;       window._cl_style[0].bgColor = color;     } else {       window._cl_style[0] = eval("document.all.namoswcliplayer" + 0 + ".style");       window._cl_style[0].pixelWidth  = rect_width;       window._cl_style[0].pixelHeight = rect_height;       window._cl_style[0].pixelLeft = rect_left;       window._cl_style[0].pixelTop  = rect_top;       window._cl_style[0].backgroundColor = color;     }     window._cl_interval = setInterval("namosw_cl_change_clip3()", 10);    } else if (type == 4 || type == 5 || type == 6) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       if (type == 4 || type == 5) {         window._cl_style[0] = document.layers.namoswcliplayer0;         window._cl_style[0].clip.width  = rect_width/2;         window._cl_style[0].clip.height = rect_height;         window._cl_style[0].left = rect_left;         window._cl_style[0].top  = rect_top;         window._cl_style[0].bgColor = color;          window._cl_style[1] = document.layers.namoswcliplayer1;         window._cl_style[1].clip.width  = rect_width/2;         window._cl_style[1].clip.height = rect_height;         window._cl_style[1].left = rect_left + rect_width/2;         window._cl_style[1].top  = rect_top;         window._cl_style[1].bgColor = color;       }        if (type == 4 || type == 6) {         window._cl_style[2] = document.layers.namoswcliplayer2;         window._cl_style[2].clip.width  = rect_width;         window._cl_style[2].clip.height = rect_height/2;         window._cl_style[2].left = rect_left;         window._cl_style[2].top  = rect_top;         window._cl_style[2].bgColor = color;          window._cl_style[3] = document.layers.namoswcliplayer3;         window._cl_style[3].clip.width  = rect_width;         window._cl_style[3].clip.height = rect_height/2;         window._cl_style[3].left = rect_left;         window._cl_style[3].top  = rect_top + rect_height/2;         window._cl_style[3].bgColor = color;       }     } else {       if (type == 4 || type == 5) {         window._cl_style[0] = document.all.namoswcliplayer0.style;         window._cl_style[0].pixelWidth  = rect_width/2;         window._cl_style[0].pixelHeight = rect_height;         window._cl_style[0].pixelLeft = rect_left;         window._cl_style[0].pixelTop  = rect_top;         window._cl_style[0].clip      = "rect(0" + (rect_width/2) + " " + rect_height + " 0)"; 	window._cl_style[0].backgroundColor = color;          window._cl_style[1] = document.all.namoswcliplayer1.style;         window._cl_style[1].pixelWidth  = rect_width/2;         window._cl_style[1].pixelHeight = rect_height;         window._cl_style[1].pixelLeft = rect_left + rect_width/2;         window._cl_style[1].pixelTop  = rect_top;         window._cl_style[1].clip      = "rect(0" + (rect_width/2) + " " + rect_height + " 0)"; 	window._cl_style[1].backgroundColor = color;       }        if (type == 4 || type == 6) {         window._cl_style[2] = document.all.namoswcliplayer2.style;         window._cl_style[2].pixelWidth  = rect_width;         window._cl_style[2].pixelHeight = rect_height/2;         window._cl_style[2].pixelLeft = rect_left;         window._cl_style[2].pixelTop  = rect_top;         window._cl_style[2].clip      = "rect(0" + rect_width + " " + (rect_height/2) + " 0)"; 	window._cl_style[2].backgroundColor = color;          window._cl_style[3] = document.all.namoswcliplayer3.style;         window._cl_style[3].pixelWidth  = rect_width;         window._cl_style[3].pixelHeight = rect_height/2;         window._cl_style[3].pixelLeft = rect_left;         window._cl_style[3].pixelTop  = rect_top + rect_height/2;         window._cl_style[3].clip      = "rect(0" + rect_width + " " + (rect_height/2) + " 0)"; 	window._cl_style[3].backgroundColor = color;       }      }     window._cl_interval = setInterval("namosw_cl_change_clip456(" + type + ")", 10);   } }  function namosw_cl_change_clip1() {   var height = window._cl_rect_height  / window._cl_number;    window._cl_count += 2;    for (i = 0; i < window._cl_number; i++) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[i].clip.top  = window._cl_count;     } else {       window._cl_style[i].clip = "rect(" + window._cl_count + " auto " + height + " auto)";     }   }    if (height <= window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip2() {   var width = window._cl_rect_width  / window._cl_number;    window._cl_count += 2;    for (i = 0; i < window._cl_number; i++) {     if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[i].clip.left  = window._cl_count;     } else {       window._cl_style[i].clip = "rect(auto " + width + " auto " + window._cl_count + ")";     }   }    if (width <= window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip3() {   var rect_width  = window._cl_rect_width;   var rect_height = window._cl_rect_height;    var x_delta = rect_width/2/window._cl_max_count*window._cl_count;   var y_delta = rect_height/2/window._cl_max_count*window._cl_count;    window._cl_count++;      if (navigator.appName.indexOf('Netscape', 0) != -1) {       window._cl_style[0].clip.left = x_delta;       window._cl_style[0].clip.top  = y_delta;       window._cl_style[0].clip.right  = rect_width  - x_delta;       window._cl_style[0].clip.bottom = rect_height - y_delta;     } else {       var top, right, bottom, left;       top    = y_delta;       right  = rect_width - x_delta;       bottom = rect_height - y_delta;       left   = x_delta;       window._cl_style[0].clip = "rect(" + top + " " + right + " " + bottom + " " + left + ")";     }      if (window._cl_max_count < window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_change_clip456(type) {   var rect_width  = window._cl_rect_width;   var rect_height = window._cl_rect_height;    var x_delta = rect_width/2/window._cl_max_count*window._cl_count;   var y_delta = rect_height/2/window._cl_max_count*window._cl_count;    window._cl_count++;    if (navigator.appName.indexOf('Netscape', 0) != -1) {     if (type == 4 || type == 5) {       window._cl_style[0].clip.right = rect_width/2 - x_delta;       window._cl_style[1].clip.left  = x_delta;     }     if (type == 4 || type == 6) {       window._cl_style[2].clip.bottom = rect_height/2 - y_delta;       window._cl_style[3].clip.top    = y_delta;     }   } else {     var top, right, bottom, left;      right   = rect_width/2 - x_delta;     left    = x_delta;     bottom  = rect_height/2 - y_delta;     top     = y_delta;      if (type == 4 || type == 5) {       window._cl_style[0].clip = "rect(auto " + right + " auto 0)";       window._cl_style[1].clip = "rect(auto " + (rect_width/2) + " auto " + left + ")";     }     if (type == 4 || type == 6) {       window._cl_style[2].clip = "rect(0 auto " + bottom + " auto)";       window._cl_style[3].clip = "rect(" + top + " auto " + (rect_height/2) + " auto)";     }   }      if (window._cl_max_count < window._cl_count)     clearInterval(window._cl_interval); }  function namosw_cl_remove_box()  {   var i;    i = Math.round(Math.random()*(window._cl_number*window._cl_number-1));   while (window._cl_style[i].visibility == 'hidden' || window._cl_style[i].visibility == 'hide')      i = Math.round(Math.random()*(window._cl_number*window._cl_number-1));   window._cl_style[i].visibility = 'hidden';    window._cl_count++;   if (window._cl_number*window._cl_number <= window._cl_count)     clearInterval(window._cl_interval); }  // --> </script> </head>  <body topmargin="0" leftmargin="4" background="../File_Comuni/sfondo%20globo.gif" OnLoad="namosw_init_clip_effect(0, 0, 'black');"> <SCRIPT LANGUAGE="JavaScript1.2">  <!-- Begin var brOK = false, mie = false; if (document.layers || document.all) brOK = true; if (document.all) mie = true; var ex = 0, ey = 0; var ae, le, re, x0, y0, tid, realx, realy; function navMove(e) { ex = e.pageX;  ey = e.pageY; moveeye() return routeEvent(e); } function mieMove() { ex = document.body.scrollLeft + event.x; ey = document.body.scrollTop + event.y; moveeye(); } function moveeye() { dy = ey - y0 - 20; dx1 = ex - x0 - 20; dx2 = ex - x0 - 60; r = Math.sqrt(dx1 * dx1 + dy * dy); if (r < 20) r = 20; dx1 = dx1 * 10 / r + x0 + 10; dy1 = dy * 10 / r + y0 + 10; r = Math.sqrt(dx2 * dx2 + dy * dy); if (r < 20) r = 20; dx2 = dx2 * 10 / r + x0 + 50; ae.left = x0; ae.top = y0; le.left = dx1; le.top = dy1; re.left = dx2; re.top = dy1; } function setHandlers() { if (!mie) { y0 = document.eyeballs.top; x0 = document.eyeballs.left; ae = document.eyeballs; le = document.lefteye;    re = document.righteye;    window.captureEvents(Event.MOUSEMOVE); window.onMouseMove = navMove; }  else { y0 = document.all.eyeballs.style.pixelTop; x0 = document.all.eyeballs.style.pixelLeft; ae = document.all.eyeballs.style; le = document.all.lefteye.style; re = document.all.righteye.style; window.document.onmousemove = mieMove; } realx = x0 + 0.1; realy = y0 + 0.1; moveall(); } function moveall() { rx = realx + 40; ry = realy + 40; rx += (ex - rx) * 0.1; ry += (ey - ry) * 0.1; realx = rx - 40; realy = ry - 40; x0 = Math.round(realx); y0 = Math.round(realy); moveeye(); tid = setTimeout('moveall()', 100); } function placeeyes(x, y) { if (brOK) { ex = x + 40; ey = y + 40; s = '<DIV ID ="dummy" STYLE="position:absolute; ' + 'top:'+y+'; left:'+x+'; width:10; height:10;"> </DIV>'; s += '<DIV ID="eyeballs" STYLE="position:absolute; ' + 'top:'+y+'; left:'+x+'; width:80; height:40;"><IMG SRC=' + '"whites.gif" border=0></DIV>'; s += '<DIV ID="lefteye" STYLE="position:absolute; ' +  'top:'+(y+10)+'; left:'+(x+10)+'; width:20; height:20;">' + '<IMG SRC="pupil.gif" border=0></DIV>'; s += '<DIV ID="righteye" STYLE="position:absolute; ' + 'top:'+(y+10)+'; left:'+(x+50)+'; width:20; height:20;">' + '<IMG SRC="pupil.gif" border=0></DIV>'; document.writeln(s);     } } function clearEyes()  { if (tid) clearTimeout(tid); } placeeyes(200, 100); window.onload = setHandlers; window.onunload = clearEyes; //  End --> </script> <form action="http://www.google.com/search" method="get">   <input name="hl" type="hidden" value="en"><input name="oe" type="hidden" value="UTF-8"><input name="cof" type="hidden" value="AH:center;GL:0;AWFID:862d3b8acf612360;">   <div align="left">     <table border="0" cellspacing="0" bordercolor="#C0C0C0">       <tbody>         <tr valign="top">           <td width="130" height="37" rowspan="2">             <p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><a href="http://www.google.com/search"><img align="middle" alt="Google" border="0" src="Logo_40wht.gif" width="128" height="53"></a></p>           </td>           <td>             <p style="word-spacing: 0; line-height: 100%; margin-top: 0; margin-bottom: 0" align="left"><input maxlength="256" name="q" size="18" value="&#7997;&#960;&#960;&#959;&#953;">             <input name="domains" type="hidden" value="philoctetes.com"><input checked name="sitesearch" type="radio" value>Ricerca             su Internet&nbsp;&nbsp;</td>           <td rowspan="2" valign="middle">             <p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><b><font size="5" color="#000000">&nbsp;</font></b></p>           </td>         </tr>         <tr valign="top">           <td>             <p align="left" style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><input name="sa" type="submit" value="Google Search">&nbsp;             <input name="sitesearch" type="radio" value="philoctetes.com">Ricerca             su philoctetes.com</td>         </tr>       </tbody>     </table>   </div> </form> <hr size="12" color="#808080"> <div align="left">   <table border="0" cellpadding="0" cellspacing="0" bordercolor="#C0C0C0">     <tbody>       <tr>         <td width="283">           <p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><a href="http://www.swif.it"><img border="0" src="swif.gif" width="303" height="83"></a></p>         </td>         <td valign="middle" width="303">           <form action="http://search.freefind.com/find.html" method="get">             <p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><input name="id" size="-1" type="hidden" value="3637383"><input name="pageid" size="-1" type="hidden" value="r"><input name="mode1" size="-1" type="hidden" value="ALL">             <input name="query" size="37" face="Arial">             <p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><small><select name="mode">               <option selected>Includi TUTTE le parole (AND option)</option>               <option>Includi ALMENO UNA parola (OR option)</option>             </select></small></p>             <p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0" align="center"><small><input type="submit" value=" Trova nello SWIF - Find"></small></p>           </form>         </td>       </tr>     </tbody>   </table> </div> <hr size="12" color="#808080"> <form method="GET" action="http://www.google.com/u/ARFE">   <div align="center">      <center>       <table cellspacing="0" border="0">         <tr valign="middle">            <center>             <td width="185">                <p style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><a href="http://www.arfe-cursus.com/moteur1.htm"><img src="http://www.arfe-cursus.com/arfe.gif" border="0" alt="Google" width="185" height="83"></a></p>             </td>           </center>           <td width="768">              <p align="left" style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0">               <input type="text" name="q" size="31" maxlength="255" value>               <input type="submit" name="sa" value="Rechercher">                              <font face="arial,sans-serif" size="-1"><input type="hidden" name="domains" value="www.arfe-cursus.com">               <br>               <input type="radio" name="sitesearch" value checked>               Recherche Internet                <input type="radio" name="sitesearch" value="www.arfe-cursus.com">               Recherche sur www.arfe-cursus.com</font><br>             </p>           </td>         </tr>         <tr valign="middle">            <td colspan="2" width="957">              <p align="justify" style="line-height: 100%; word-spacing: 0; margin-top: 0; margin-bottom: 0"><span class="texte"><font size="2">&nbsp;<font color="#006666"><b>Anneau                ressources francophone de l'education: </b></font></font><font size="1"><a href="http://www.arfe-cursus.com/grece-philo.htm">GRECE                ANTIQUE </a>- La philosophie de la Grece Antique : Penses, notions,                auteurs et liens Internet - <a href="http://www.arfe-cursus.com/philo-penseurs.htm">RESSOURCES                GENERALES </a>- Sur les penseurs et philosophes - <a href="http://www.arfe-cursus.com/philo-periodique.htm">PRESSE                </a>- Priodiques et publications philosophiques en ligne - <a href="http://www.arfe-cursus.com/philo-associations.htm">ORGANISATION                </a>- Associations philosophiques - <a href="http://www.arfe-cursus.com/philo-orient.htm">AUTRES                PHILOSOPHIES </a>- Philosophies orientales - <a href="http://www.arfe-cursus.com/philosophie.htm">APPRENDRE                SUR LE WEB </a>- Cours en ligne de philosophie - <a href="http://www.arfe-cursus.com/philo-academies.htm">ACADEMIES                </a>- Ressources philosophiques dans les acadmies - <a href="http://www.arfe-cursus.com/philo-theses.htm">A                TELECHARGER </a>- Thses et mmoires</font></span></p>           </td>         </tr>       </table>     </center>   </div> </form>       <hr size="12" color="#808080">    <div id="namoswcliplayer0" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer1" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer2" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer3" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer4" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer5" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer6" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer7" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer8" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer9" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer10" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer11" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer12" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer13" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer14" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer15" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer16" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer17" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer18" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer19" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer20" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer21" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer22" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer23" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer24" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer25" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer26" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer27" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer28" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer29" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer30" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer31" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer32" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer33" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer34" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer35" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer36" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer37" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer38" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer39" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer40" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer41" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer42" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer43" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer44" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer45" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer46" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer47" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer48" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer49" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer50" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer51" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer52" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer53" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer54" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer55" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer56" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer57" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer58" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer59" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer60" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer61" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer62" style="position:absolute; left:-100; top:-100; z-index:1000;"></div> <div id="namoswcliplayer63" style="position:absolute; left:-100; top:-100; z-index:1000;"></div></body>  </html>      
