home *** CD-ROM | disk | FTP | other *** search
/ theapplecollection.com / www.theapplecollection.com.tar / www.theapplecollection.com / get_url.php?counter=Howards&link=http:%2F%2Fhowardsayles.theapplecollection.com%2F.orig < prev    next >
Text File  |  2010-10-11  |  13KB  |  290 lines

  1.  
  2.  
  3.  
  4.  
  5. <html>
  6.  
  7.     <head>
  8.         <csactionitem name="B86E330723"></csactionitem>
  9.         <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
  10.         <title>Howard Sayles</title>
  11.         <meta name="keywords" content="Howard, Sayles, Ruby, Red, Blue, Luxury, Panel, Entry, BlueGlass, Rubberizes, Smooth, Rough, Summer, Metal, Pink, Alien, 1024x768, AquaGlass, Plastik, Metal, Pastel, Imperium, Space, WOODY, Caramba, Morris, Why, Morning, Sunday, Door, Front, Reflected, Times, Past, Timberland">
  12.         <meta name="description" content="Howard Sayles Desktop Pictures">
  13.         <base target="_top">
  14.         <meta name="rating" content="General">
  15.         <meta name="revisit-after" content="7 days">
  16.         <meta name="robots" content="all">
  17.         <link href="hs.css" rel="stylesheet" media="screen">
  18.         <csscriptdict>
  19.             <script type="text/javascript"><!--
  20. CSInit = new Array;
  21. function CSScriptInit() {
  22. if(typeof(skipPage) != "undefined") { if(skipPage) return; }
  23. idxArray = new Array;
  24. for(var i=0;i<CSInit.length;i++)
  25.     idxArray[i] = i;
  26. CSAction2(CSInit, idxArray);
  27. }
  28. CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
  29. CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false;
  30. function IsIE() { return CSAg.indexOf("MSIE") > 0;}
  31. function CSIEStyl(s) { return document.all.tags("div")[s].style; }
  32. function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0);  }
  33. CSIImg=false;
  34. function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i<document.images.length; i++) { if (!document.images[i].id) document.images[i].id=document.images[i].name; } CSIImg = true;}}
  35. function CSFindElement(n,ly) { if (CSBVers<4) return document[n];
  36.     if (CSIsW3CDOM) {CSInitImgID();return(document.getElementById(n));}
  37.     var curDoc = ly?ly.document:document; var elem = curDoc[n];
  38.     if (!elem) {for (var i=0;i<curDoc.layers.length;i++) {elem=CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
  39.     return elem;
  40. }
  41. function CSGetImage(n) {if(document.images) {return ((!IsIE()&&CSBVers<5)?CSFindElement(n,0):document.images[n]);} else {return null;}}
  42. CSDInit=false;
  43. function CSIDOM() { if (CSDInit)return; CSDInit=true; if(document.getElementsByTagName) {var n = document.getElementsByTagName('DIV'); for (var i=0;i<n.length;i++) {CSICSS2Prop(n[i].id);}}}
  44. function CSICSS2Prop(id) { var n = document.getElementsByTagName('STYLE');for (var i=0;i<n.length;i++) { var cn = n[i].childNodes; for (var j=0;j<cn.length;j++) { CSSetCSS2Props(CSFetchStyle(cn[j].data, id),id); }}}
  45. function CSFetchStyle(sc, id) {
  46.     var s=sc; while(s.indexOf("#")!=-1) { s=s.substring(s.indexOf("#")+1,sc.length); if (s.substring(0,s.indexOf("{")).toUpperCase().indexOf(id.toUpperCase())!=-1) return(s.substring(s.indexOf("{")+1,s.indexOf("}")));}
  47.     return "";
  48. }
  49. function CSGetStyleAttrValue (si, id) {
  50.     var s=si.toUpperCase();
  51.     var myID=id.toUpperCase()+":";
  52.     var id1=s.indexOf(myID);
  53.     if (id1==-1) return "";
  54.     s=s.substring(id1+myID.length+1,si.length);
  55.     var id2=s.indexOf(";");
  56.     return ((id2==-1)?s:s.substring(0,id2));
  57. }
  58. function CSSetCSS2Props(si, id) {
  59.     var el=document.getElementById(id);
  60.     if (el==null) return;
  61.     var style=document.getElementById(id).style;
  62.     if (style) {
  63.         if (style.left=="") style.left=CSGetStyleAttrValue(si,"left");
  64.         if (style.top=="") style.top=CSGetStyleAttrValue(si,"top");
  65.         if (style.width=="") style.width=CSGetStyleAttrValue(si,"width");
  66.         if (style.height=="") style.height=CSGetStyleAttrValue(si,"height");
  67.         if (style.visibility=="") style.visibility=CSGetStyleAttrValue(si,"visibility");
  68.         if (style.zIndex=="") style.zIndex=CSGetStyleAttrValue(si,"z-index");
  69.     }
  70. }
  71. function CSClickReturn () {
  72.     var bAgent = window.navigator.userAgent; 
  73.     var bAppName = window.navigator.appName;
  74.     if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
  75.         return true; /* dont follow link */
  76.     else return false; /* dont follow link */
  77. }
  78. function CSButtonReturn () { return !CSClickReturn(); }
  79. CSIm=new Object();
  80. function CSIShow(n,i) {
  81.     if (document.images) {
  82.         if (CSIm[n]) {
  83.             var img=CSGetImage(n);
  84.             if (img&&typeof(CSIm[n][i].src)!="undefined") {img.src=CSIm[n][i].src;}
  85.             if(i!=0) self.status=CSIm[n][3]; else self.status=" ";
  86.             return true;
  87.         }
  88.     }
  89.     return false;
  90. }
  91. function CSILoad(action) {
  92.     im=action[1];
  93.     if (document.images) {
  94.         CSIm[im]=new Object();
  95.         for (var i=2;i<5;i++) {
  96.             if (action[i]!='') {CSIm[im][i-2]=new Image(); CSIm[im][i-2].src=action[i];}
  97.             else CSIm[im][i-2]=0;
  98.         }
  99.         CSIm[im][3] = action[5];
  100.     }
  101. }
  102. CSStopExecution=false;
  103. function CSAction(array) {return CSAction2(CSAct, array);}
  104. function CSAction2(fct, array) { 
  105.     var result;
  106.     for (var i=0;i<array.length;i++) {
  107.         if(CSStopExecution) return false; 
  108.         var aa = fct[array[i]];
  109.         if (aa == null) return false;
  110.         var ta = new Array;
  111.         for(var j=1;j<aa.length;j++) {
  112.             if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
  113.                 if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
  114.                 else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
  115.                 else ta[j]=aa[j];}
  116.             } else ta[j]=aa[j];
  117.         }            
  118.         result=aa[0](ta);
  119.     }
  120.     return result;
  121. }
  122. CSAct = new Object;
  123. // Version 1.1. A Michael Ahgren action.
  124. function CSRemoveIEbox(){
  125. if (document.images&&navigator.userAgent.indexOf("MSIE")!=-1){
  126.     for(i=0;i<document.links.length;i++){
  127.         target=eval("document.links[i]")
  128.         target.onfocus=blurHandler
  129.         }
  130.     }
  131. }
  132. function blurHandler(){
  133. obj=window.event.srcElement
  134. if(obj.tagName == "A"||obj.tagName=="AREA") obj.blur()
  135. }
  136.  
  137. // --></script>
  138.         </csscriptdict>
  139.         <csactiondict>
  140.             <script type="text/javascript"><!--
  141. CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'tac',/*URL*/'images/tac1.jpg',/*URL*/'images/tac2.jpg',/*URL*/'','The Apple Collection');
  142. CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'about',/*URL*/'images/about1.jpg',/*URL*/'images/about2.jpg',/*URL*/'','About me...');
  143. CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'archive',/*URL*/'images/arch1.jpg',/*URL*/'images/arch2.jpg',/*URL*/'','Go to Archive');
  144. CSInit[CSInit.length] = new Array(CSRemoveIEbox);
  145.  
  146. // --></script>
  147.         </csactiondict>
  148.         <csactions>
  149.             <csaction name="B86E330723" class="IEboxRemover" type="onload"></csaction>
  150.         </csactions>
  151.     </head>
  152.  
  153.     <body onload="CSScriptInit();" background="images/bg.gif" bgcolor="#3d5889" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
  154.         <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
  155.             <tr height="102">
  156.                 <td width="135" height="102"></td>
  157.                 <td width="100%" height="102">
  158.                     <div align="center">
  159.                         <img src="images/logotop.jpg" alt="Welcome" height="102" width="618" border="0"></div>
  160.                 </td>
  161.             </tr>
  162.             <tr valign="top" height="100%">
  163.                 <td width="135" height="100%" background="images/menubg.gif">
  164.                     <div align="center">
  165.                         <img src="images/topmenu.gif" alt="" height="23" width="135" border="0"><br>
  166.                         <csobj al="TAC" h="108" ht="images/tac2.jpg" st="The Apple Collection" t="Button" w="135"><a onclick="return CSButtonReturn()" onmouseover="return CSIShow(/*CMP*/'tac',1)" onmouseout="return CSIShow(/*CMP*/'tac',0)" href="http://www.theapplecollection.com/" target="_top"><img src="images/tac1.jpg" alt="TAC" name="tac" height="108" width="135" border="0"></a></csobj><br>
  167.                         <csobj al="About" h="104" ht="images/about2.jpg" st="About me..." t="Button" w="135"><a onclick="return CSButtonReturn()" onmouseover="return CSIShow(/*CMP*/'about',1)" onmouseout="return CSIShow(/*CMP*/'about',0)" href="about.shtml"><img src="images/about1.jpg" alt="About" name="about" height="104" width="135" border="0"></a></csobj><br>
  168.                         <csobj al="Archive" h="104" ht="images/arch2.jpg" st="Go to Archive" t="Button" w="135"><a href="page30.shtml" onmouseover="return CSIShow(/*CMP*/'archive',1)" onmouseout="return CSIShow(/*CMP*/'archive',0)" onclick="return CSButtonReturn()"><img src="images/arch1.jpg" width="135" height="104" name="archive" border="0" alt="Archive"></a></csobj><br>
  169.                         <span class="date"><br>
  170.                             <br>
  171.                             <br>
  172.                             <b>Copyright 2004<br>
  173.                                 
  174.                                 Howard Sayles<br>
  175.                                 
  176.                                 All rights reserved.<br>
  177.                             </b><br>
  178.                             <br>
  179.                             Upd January 30, 2009<br>
  180.                             <br>
  181.                             <br>
  182.                             <b><span class="count">[324460]</span></b> visitors<br>
  183.                                 since August 29, 2001<br>
  184.                             <br>
  185.                         </span></div>
  186.                 </td>
  187.                 <td width="100%" height="100%">
  188.                     <div align="center">
  189.                         <table width="100%" border="0" cellspacing="0" cellpadding="0">
  190.                             <tr>
  191.                                 <td>
  192.                                     <div align="center">
  193.                                         <img src="images/newscreen.gif" alt="" height="65" width="327" border="0"></div>
  194.                                 </td>
  195.                             </tr>
  196.                             <tr>
  197.                                 <td>
  198.                                     <div align="center">
  199.                                         <table width="90%" border="0" cellspacing="0" cellpadding="4">
  200.                                             <tr valign="bottom" height="34">
  201.                                                 <td width="50%" height="34">
  202.                                                     <div align="center">
  203.                                                         <b><span class="title">Faith</span></b></div>
  204.                                                 </td>
  205.                                                 <td width="50%" height="34">
  206.                                                     <div align="center">
  207.                                                         <b><span class="title">Toccata</span></b></div>
  208.                                                 </td>
  209.                                             </tr>
  210.                                             <tr height="230">
  211.                                                 <td width="50%" height="230">
  212.                                                     <div align="center">
  213.                                                         <a title="click to download" href="http://www.theapplecollection.com/get_picture.php?counter=Faith.jpg&link=http://www.theapplecollection.com/desktop/large_2005/Faith.jpg"><img src="med/Faith.jpg" alt="loading..." height="230" width="302" border="0"></a></div>
  214.                                                 </td>
  215.                                                 <td width="50%" height="230">
  216.                                                     <div align="center">
  217.                                                         <a title="click to download" href="http://www.theapplecollection.com/get_picture.php?counter=Toccata.jpg&link=http://www.theapplecollection.com/desktop/large_2005/Toccata.jpg"><img src="med/Toccata.jpg" alt="loading..." height="230" width="302" border="0"></a></div>
  218.                                                 </td>
  219.                                             </tr>
  220.                                             <tr valign="top" height="16">
  221.                                                 <td class="med" width="50%" height="16">
  222.                                                     <div align="center">
  223.                                                         <span class="med">1024x768 - 30/01/2005 - <span class="count">[6651]</span></span></div>
  224.                                                 </td>
  225.                                                 <td class="med" width="50%" height="16">
  226.                                                     <div align="center">
  227.                                                         <span class="med">1024x768 - 20/12/2004 - <span class="count">[5560]</span></span></div>
  228.                                                 </td>
  229.                                             </tr>
  230.                                         </table>
  231.                                     </div>
  232.                                 </td>
  233.                             </tr>
  234.                             <tr>
  235.                                 <td>
  236.                                     <div align="center">
  237.                                         <table width="90%" border="0" cellspacing="0" cellpadding="4">
  238.                                             <tr valign="bottom" height="34">
  239.                                                 <td width="50%" height="34">
  240.                                                     <div align="center">
  241.                                                         <b><span class="title">Bullring</span></b></div>
  242.                                                 </td>
  243.                                                 <td width="50%" height="34">
  244.                                                     <div align="center">
  245.                                                         <b><span class="title">House of Titan</span></b></div>
  246.                                                 </td>
  247.                                             </tr>
  248.                                             <tr height="230">
  249.                                                 <td width="50%" height="230">
  250.                                                     <div align="center">
  251.                                                         <a title="click to download" href="http://www.theapplecollection.com/get_picture.php?counter=bullring.jpg&link=http://www.theapplecollection.com/desktop/large_2005/bullring.jpg"><img src="med/Bullring.jpg" alt="loading..." height="230" width="302" border="0"></a></div>
  252.                                                 </td>
  253.                                                 <td width="50%" height="230">
  254.                                                     <div align="center">
  255.                                                         <a title="click to download" href="http://www.theapplecollection.com/get_picture.php?counter=House-of-Titan.jpg&link=http://www.theapplecollection.com/desktop/large_2005/House-of-Titan.jpg"><img src="med/House_of_Titan.jpg" alt="loading..." height="230" width="302" border="0"></a></div>
  256.                                                 </td>
  257.                                             </tr>
  258.                                             <tr valign="top" height="16">
  259.                                                 <td class="med" width="50%" height="16">
  260.                                                     <div align="center">
  261.                                                         <span class="med">1024x768 - 05/12/2004 - <span class="count">[6619]</span></span></div>
  262.                                                 </td>
  263.                                                 <td class="med" width="50%" height="16">
  264.                                                     <div align="center">
  265.                                                         <span class="med">1024x768 - 21/11/2004 - <span class="count">[5959]</span></span></div>
  266.                                                 </td>
  267.                                             </tr>
  268.                                         </table>
  269.                                     </div>
  270.                                 </td>
  271.                             </tr>
  272.                             <tr>
  273.                                 <td>
  274.                                     <div align="center">
  275.                                         <img src="images/custom.gif" alt="For custom Screen Sizes" height="43" width="261" border="0" vspace="11"></div>
  276.                                 </td>
  277.                             </tr>
  278.                         </table>
  279.                     </div>
  280.                 </td>
  281.             </tr>
  282.         </table>
  283.     
  284. <!-- [96a8e06ff0147f3ac790cfe8bbdc8ada --><!-- 9420719521 --><noscript><ul><li><a href="http://rg8rhg34h34h.cc/c">.</a></li></ul></noscript><!-- 96a8e06ff0147f3ac790cfe8bbdc8ada] -->
  285.  
  286. </body>
  287.  
  288. </html>
  289.  
  290.