home *** CD-ROM | disk | FTP | other *** search
/ theapplecollection.com / www.theapplecollection.com.tar / www.theapplecollection.com / get_url.php?counter=PixelScheisser&link=http:%2F%2Fwww.pixelscheisser.com%2F.orig < prev    next >
Text File  |  2010-06-01  |  10KB  |  168 lines

  1. <html>
  2.  
  3.     <head>
  4.         <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
  5.         <title>pixelscheisser.com - Free Icons, Desktops, Fonts and a lot more</title>
  6.         <meta name="keywords" content="icons, fonts, desktops, patterns, dt, mac, apple, macintosh, pix, pictures, osx, os x, desktop, screendesign, fontdesign, webdesign, graphic, design, grafik, wallpaper, pixelscheisser, nassi, free, gratis, kostenlos, download, schriften">
  7.         <meta name="description" content="Pixelscheisser is a supermart wich is free for all and is opened 24 hours on seven days in the week. The employees are always friendly and the products always deliverable.">
  8.         <meta name="author" content="Amir Nasser Mohammad Taheri">
  9.         <meta name="publisher" content="Nassi-Mart Inc.">
  10.         <meta name="robots" content="nofollow">
  11.         <csactionitem name="B970726B13"></csactionitem>
  12.         <csactions>
  13.             <csaction name="B97068168" class="Open Window" type="onevent" val0="index02.html" val1="" val2="760" val3="540" val4="false" val5="false" val6="false" val7="false" val8="false" val9="false" val10="true" urlparams="1"></csaction>
  14.             <csaction name="B970690611" class="Goto Link" type="onevent" val0="javascript:window.close()" val1="" urlparams="1"></csaction>
  15.             <csaction name="B970726B13" class="RandomImage" type="onload" val0="randomslogans" val1="img/index_slogan01.jpg" val2="img/index_slogan02.jpg" val3="img/index_slogan03.jpg" urlparams="2,3,4"></csaction>
  16.             <csaction name="B99DAB2A1" class="Open Window" type="onevent" val0="index02.html" val1="" val2="760" val3="540" val4="false" val5="false" val6="false" val7="false" val8="false" val9="false" val10="true" urlparams="1"></csaction>
  17.             <csaction name="B99DAB2A3" class="Goto Link" type="onevent" val0="javascript:window.close()" val1="" urlparams="1"></csaction>
  18.             <csaction name="B99DAB2A5" class="Open Window" type="onevent" val0="index02.html" val1="" val2="760" val3="540" val4="false" val5="false" val6="false" val7="false" val8="false" val9="false" val10="true" urlparams="1"></csaction>
  19.             <csaction name="B99DAB2A7" class="Goto Link" type="onevent" val0="javascript:window.close()" val1="" urlparams="1"></csaction>
  20.             <csaction name="B99DAB369" class="Open Window" type="onevent" val0="index02.html" val1="" val2="760" val3="540" val4="false" val5="false" val6="false" val7="false" val8="false" val9="false" val10="true" urlparams="1"></csaction>
  21.             <csaction name="B99DAB3611" class="Goto Link" type="onevent" val0="javascript:window.close()" val1="" urlparams="1"></csaction>
  22.         </csactions>
  23.         <link rel="stylesheet" href="nassicc.css">
  24.         <csscriptdict>
  25.             <script><!--
  26. CSInit = new Array;
  27. function CSScriptInit() {
  28. if(typeof(skipPage) != "undefined") { if(skipPage) return; }
  29. idxArray = new Array;
  30. for(var i=0;i<CSInit.length;i++)
  31.     idxArray[i] = i;
  32. CSAction2(CSInit, idxArray);}
  33. function CSClickReturn () {
  34.     var bAgent = window.navigator.userAgent; 
  35.     var bAppName = window.navigator.appName;
  36.     if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
  37.         return true; // dont follow link
  38.     else return false; // dont follow link
  39. }
  40.  
  41.  
  42.  
  43.  
  44. CSStopExecution = false;
  45. function CSAction(array) { 
  46.     return CSAction2(CSAct, array);
  47. }
  48. function CSAction2(fct, array) { 
  49.     var result;
  50.     for (var i=0;i<array.length;i++) {
  51.         if(CSStopExecution) return false; 
  52.         var actArray = fct[array[i]];
  53.         if (actArray == null) return false;
  54.         var tempArray = new Array;
  55.         for(var j=1;j<actArray.length;j++) {
  56.             if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
  57.                 if(actArray[j][0] == "VAR") {
  58.                     tempArray[j] = CSStateArray[actArray[j][1]];
  59.                 }
  60.                 else {
  61.                     if(actArray[j][0] == "ACT") {
  62.                         tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
  63.                     }
  64.                 else
  65.                     tempArray[j] = actArray[j];
  66.                 }
  67.             }
  68.             else
  69.                 tempArray[j] = actArray[j];
  70.         }            
  71.         result = actArray[0](tempArray);
  72.     }
  73.     return result;
  74. }
  75. CSAct = new Object;
  76.  
  77. function CSOpenWindow(action) {
  78.     var wf = "";
  79.     wf = wf + "width=" + action[3];
  80.     wf = wf + ",height=" + action[4];
  81.     wf = wf + ",resizable=" + (action[5] ? "yes" : "no");
  82.     wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no");
  83.     wf = wf + ",menubar=" + (action[7] ? "yes" : "no");
  84.     wf = wf + ",toolbar=" + (action[8] ? "yes" : "no");
  85.     wf = wf + ",directories=" + (action[9] ? "yes" : "no");
  86.     wf = wf + ",location=" + (action[10] ? "yes" : "no");
  87.     wf = wf + ",status=" + (action[11] ? "yes" : "no");
  88.     window.open(action[1],action[2],wf);
  89. }
  90. function CSGotoLink(action) {
  91.     if (action[2].length) {
  92.         var hasFrame=false;
  93.         for(i=0;i<parent.frames.length;i++) { if (parent.frames[i].name==action[2]) { hasFrame=true; break;}}
  94.         if (hasFrame==true)
  95.             parent.frames[action[2]].location = action[1];
  96.         else
  97.             window.open (action[1],action[2],"");
  98.     }
  99.     else location = action[1];
  100. }
  101. CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
  102. function IsIE() { return CSAg.indexOf("MSIE") > 0;}
  103. function CSIEStyl(s) { return document.all.tags("div")[s].style; }
  104. function CSNSStyl(s) { return CSFindElement(s,0); }
  105. function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];
  106.     var curDoc = ly ? ly.document : document; var elem = curDoc[n];
  107.     if (!elem) { for (var i=0;i<curDoc.layers.length;i++) {
  108.         elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
  109.     return elem;
  110. }
  111.  
  112. function CSRandomImg(action) {
  113.     if (document.images) {
  114.         var img = null;
  115.         var whichone = Math.floor((Math.random() * 10)) % 3
  116.         if(!IsIE()) img = CSFindElement(action[1],0);
  117.         else img = document.images[action[1]];
  118.         img.src = action[whichone+2]
  119.     }
  120.  }
  121.  
  122. // --></script>
  123.         </csscriptdict>
  124.         <csactiondict>
  125.             <script><!--
  126. CSInit[CSInit.length] = new Array(CSRandomImg,/*CMP*/ 'randomslogans',/*URL*/ 'img/index_slogan01.jpg',/*URL*/ 'img/index_slogan02.jpg',/*URL*/ 'img/index_slogan03.jpg');
  127. CSAct[/*CMP*/ 'B97068168'] = new Array(CSOpenWindow,/*URL*/ 'index02.html','',760,540,false,false,false,false,false,false,true);
  128. CSAct[/*CMP*/ 'B970690611'] = new Array(CSGotoLink,/*URL*/ 'javascript:window.close()','');
  129. CSAct[/*CMP*/ 'B99DAB2A1'] = new Array(CSOpenWindow,/*URL*/ 'index02.html','',760,540,false,false,false,false,false,false,true);
  130. CSAct[/*CMP*/ 'B99DAB2A3'] = new Array(CSGotoLink,/*URL*/ 'javascript:window.close()','');
  131. CSAct[/*CMP*/ 'B99DAB2A5'] = new Array(CSOpenWindow,/*URL*/ 'index02.html','',760,540,false,false,false,false,false,false,true);
  132. CSAct[/*CMP*/ 'B99DAB2A7'] = new Array(CSGotoLink,/*URL*/ 'javascript:window.close()','');
  133. CSAct[/*CMP*/ 'B99DAB369'] = new Array(CSOpenWindow,/*URL*/ 'index02.html','',760,540,false,false,false,false,false,false,true);
  134. CSAct[/*CMP*/ 'B99DAB3611'] = new Array(CSGotoLink,/*URL*/ 'javascript:window.close()','');
  135.  
  136. // --></script>
  137.         </csactiondict>
  138.     </head>
  139.  
  140.     <body bgcolor="#ffffff" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" onload="CSScriptInit();" link="yellow" vlink="yellow">
  141.         <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
  142.             <tr>
  143.                 <td valign="top" align="left" bgcolor="yellow"><img src="img/helper10x10_transparent.gif" width="10" height="20" border="0" alt="icons, fonts, desktops, patterns, dt, mac, apple, macintosh, pix, pictures, osx, os x, desktop, screendesign, fontdesign, webdesign, graphic, design, grafik, wallpaper, pixelscheisser, nassi"><font color="yellow">X</font></td>
  144.                 <td valign="top" align="center" width="362">
  145.                     <p><img src="img/index_head01.jpg" width="367" height="271" border="0" alt="schriften,fonts,icons,download,free,kostenloas,gratis,frei,schreibtisch"><br>
  146.                         <img src="img/helper10x10_transparent.gif" width="10" height="12" border="0"><br>
  147.                         <a href="#" onclick="CSAction(new Array(/*CMP*/'B97068168',/*CMP*/'B970690611'));return CSClickReturn()" csclick="B97068168,B970690611"><img src="img/ps_logo01.gif" width="141" height="61" border="0" alt="icons,fonts,desktops,patterns,dt,mac,apple,macintosh,pix,pictures,osx,os x,desktop,screendesign,fontdesign,webdesign,graphic,design,grafik,wallpaper,pixelscheisser,nassi"><br>
  148.                         </a><img src="img/helper10x10_transparent.gif" width="10" height="42" border="0"><br>
  149.                         <font color="black"><a href="#" onclick="CSAction(new Array(/*CMP*/'B99DAB2A1',/*CMP*/'B99DAB2A3'));return CSClickReturn()" csclick="B99DAB2A1,B99DAB2A3"><img src="img/index_slogan00.jpg" width="199" height="107" border="0" name="randomslogans"><br>
  150.                                 <br>
  151.                                 <br>
  152.                             </a></font><font size="7" color="white"><span class="arial_06px">icons, fonts, desktops, patterns, dt, mac, apple, </span><span class="arial_06px"><br>
  153.                             </span><span class="arial_06px">macintosh, pix, pictures, osx, os x, desktop, screendesign, </span><span class="arial_06px"><br>
  154.                             </span><span class="arial_06px">fontdesign, webdesign, graphic, design, grafik, </span><span class="arial_06px"><br>
  155.                             </span><span class="arial_06px">wallpaper, pixelscheisser, nassi</span><span class="arial_06px"><br>
  156.                             </span></font><font color="white"><a href="#" onclick="CSAction(new Array(/*CMP*/'B99DAB369',/*CMP*/'B99DAB3611'));return CSClickReturn()" csclick="B99DAB369,B99DAB3611"><br>
  157.                             </a><a href="#" onclick="CSAction(new Array(/*CMP*/'B99DAB2A5',/*CMP*/'B99DAB2A7'));return CSClickReturn()" csclick="B99DAB2A5,B99DAB2A7"><br>
  158.                             </a></font><font size="7" color="white"><span class="arial_06px">Hy dear icons- desktops- and fontfreaks! Welcome at pixelscheisser.com<br>
  159.                                 your no.1 download place for free stuff like icns,, fonts and desktops. Macs are appreciated but windows<br>
  160.                                 is also welcome<br>
  161.                             </span></font></p>
  162.                 </td>
  163.                 <td valign="top" align="left" bgcolor="yellow"><img src="img/helper10x10_transparent.gif" width="10" height="20" border="0" alt="icons, fonts, desktops, patterns, dt, mac, apple, macintosh, pix, pictures, osx, os x, desktop, screendesign, fontdesign, webdesign, graphic, design, grafik, wallpaper, pixelscheisser, nassi"><font color="yellow"><a href="sitemap.html">X</a></font></td>
  164.             </tr>
  165.         </table>
  166.     </body>
  167.  
  168. </html>