Mercurial > laserkard
changeset 29:7742910e0479 laserkard
[svn r30] implemented drawing text on the picture dynamically. still need to center stuff
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/BASE.pl Sat Jan 16 12:25:43 2010 -0500 1.3 @@ -0,0 +1,93 @@ 1.4 +#!/usr/bin/perl 1.5 + 1.6 + 1.7 +use List::Util qw(first max maxstr min minstr reduce shuffle sum); 1.8 +use Storable; 1.9 +use CGI::Ajax; 1.10 +use CGI; 1.11 + 1.12 + 1.13 + 1.14 +my $q = new CGI; 1.15 + 1.16 + 1.17 + 1.18 +my %hash = ( 1.19 + 1.20 +'material' => \&material, 1.21 +'pokedex' => \&pokedex, 1.22 +'template' => \&template, 1.23 +'inputbox' => \&inputbox, 1.24 +'display' => \&display, 1.25 +'change_rules' => \&change_rules, 1.26 +'vanish' => \&vanish 1.27 +); 1.28 + 1.29 + 1.30 + 1.31 +my $pjx = CGI::Ajax->new(%hash); 1.32 +#$pjx->JSDEBUG(1); 1.33 +#$pjx->DEBUG(1); 1.34 + 1.35 +print $pjx->build_html($q,\&gen,{-Cache_Control => 'no-store, no-cache, must-revalidate', -Pragma => 'no-cache'}); # this outputs the html for the page 1.36 + 1.37 + 1.38 + 1.39 + 1.40 + 1.41 + 1.42 + 1.43 + 1.44 + 1.45 + 1.46 + 1.47 + 1.48 + 1.49 + 1.50 + 1.51 + 1.52 + 1.53 + 1.54 + 1.55 +sub gen 1.56 +{ 1.57 + 1.58 +$a = <<HERE; 1.59 + 1.60 + 1.61 +<html> 1.62 + 1.63 + 1.64 +<TABLE border="2"> 1.65 + <TR bgcolor="#FFFFFF" onMouseOver="this.bgColor='gold';" onMouseOut="this.bgColor='#FFFFFF';"> 1.66 + <TD>Mauritania</td> 1.67 + <TD>21N</TD> 1.68 + <TD>24N</TD> 1.69 + <TD> </TD> 1.70 + <TD> </TD> 1.71 + </TR> 1.72 + <TR bgcolor="#FFFFFF" onMouseOver="this.bgColor='gold';" onMouseOut="this.bgColor='#FFFFFF';"> 1.73 + <TD>Myanmar</td> 1.74 + <TD> </TD> 1.75 + <TD>M TBA</TD> 1.76 + <TD>M TBA</TD> 1.77 + <TD> </TD> 1.78 + </TR> 1.79 + <TR bgcolor="#FFFFFF" onClick="parent.location='index.html'" onMouseOver="this.bgColor='gold';" onMouseOut="this.bgColor='#FFFFFF';" > 1.80 + <TD>Nepal</td> 1.81 + <TD> </TD> 1.82 + <TD> </TD> 1.83 + <TD> </TD> 1.84 + <TD>M TBA</TD> 1.85 + </TR> 1.86 +</TABLE> 1.87 +</html> 1.88 +HERE 1.89 + 1.90 +return $a; 1.91 + 1.92 + 1.93 +} 1.94 + 1.95 + 1.96 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/awesome_js/HelveticaNeue_LT_55_Roman_700-HelveticaNeue_LT_55_Roman_700-HelveticaNeue_LT_55_Roman_italic_700-HelveticaNeue_LT_55_Roman_italic_700.font.js Sat Jan 16 12:25:43 2010 -0500 2.3 @@ -0,0 +1,161 @@ 2.4 +/*! 2.5 + * The following copyright notice may not be removed under any circumstances. 2.6 + * 2.7 + * Copyright: 2.8 + * The digitally encoded machine readable software for producing the Typefaces 2.9 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 2.10 + * Reserved. This software is the property of Adobe Systems Incorporated and its 2.11 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 2.12 + * transferred without the express written approval of Adobe. The digitally 2.13 + * encoded machine readable outline data for producing the Typefaces licensed to 2.14 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 2.15 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 2.16 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 2.17 + * transferred without the express written approval of Linotype-Hell AG and/or 2.18 + * its subsidiaries. 12 pt. Helvetica* 75 Bold 07472 2.19 + * 2.20 + * Trademark: 2.21 + * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated. All Rights 2.22 + * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. 2.23 + * 2.24 + * Description: 2.25 + * The digitally encoded machine readable software for producing the Typefaces 2.26 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 2.27 + * Reserved. This software is the property of Adobe Systems Incorporated and its 2.28 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 2.29 + * transferred without the express written approval of Adobe. The digitally 2.30 + * encoded machine readable outline data for producing the Typefaces licensed to 2.31 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 2.32 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 2.33 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 2.34 + * transferred without the express written approval of Linotype-Hell AG and/or 2.35 + * its subsidiaries. 12 pt. Helvetica* 75 Bold 07472 2.36 + * 2.37 + * Vendor URL: 2.38 + * http://www.Linotypelibrary.com 2.39 + * 2.40 + * License information: 2.41 + * http://www.Linotypelibrary.com 2.42 + */ 2.43 +Cufon.registerFont(Raphael.registerFont( 2.44 +{"w":200,"face":{"font-family":"HelveticaNeue LT 55 Roman","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-17 -291 339 77","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"22,-55r56,0r0,55r-56,0r0,-55xm77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0","w":100},"\"":{"d":"31,-257r38,0r0,116r-38,0r0,-116xm98,-257r38,0r0,116r-38,0r0,-116","w":166},"#":{"d":"87,-148r-6,44r35,0r6,-44r-35,0xm42,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0"},"$":{"d":"170,-135v62,45,20,146,-59,141r0,31r-22,0r0,-31v-55,-4,-84,-35,-89,-90r51,0v0,26,16,44,38,48r0,-75v-39,-11,-84,-22,-83,-75v1,-51,36,-72,83,-77r0,-28r22,0r0,28v46,6,78,28,81,77r-52,0v1,-17,-13,-35,-29,-35r0,64v22,4,47,12,59,22xm111,-36v34,3,55,-50,18,-63v-5,-2,-11,-4,-18,-6r0,69xm89,-221v-26,-3,-42,30,-25,48v5,4,13,8,25,11r0,-59"},"%":{"d":"274,-108v-27,0,-26,31,-24,56v1,17,6,30,23,30v33,0,34,-86,1,-86xm272,5v-42,-1,-59,-28,-59,-71v0,-42,19,-68,61,-69v43,-1,59,29,59,71v0,41,-18,69,-61,69xm240,-260r31,0r-148,268r-32,0xm88,-230v-25,1,-26,30,-24,58v1,15,5,29,23,28v25,-1,25,-30,23,-54v-2,-15,-5,-33,-22,-32xm86,-117v-43,0,-60,-27,-59,-69v1,-41,19,-71,61,-71v43,0,59,30,59,73v0,43,-19,66,-61,67","w":360},"&":{"d":"223,-124v-3,25,-12,47,-25,63r53,61r-63,0r-21,-26v-40,50,-160,39,-155,-46v2,-42,29,-60,57,-75v-12,-16,-25,-29,-24,-54v1,-39,29,-59,67,-59v41,0,69,20,70,62v0,34,-23,51,-46,64r34,40v6,-9,7,-19,9,-30r44,0xm60,-71v0,43,65,41,80,11r-44,-53v-17,8,-36,18,-36,42xm111,-165v28,-7,39,-57,3,-61v-35,3,-21,49,-3,61","w":246},"\u2019":{"d":"24,-257r52,0v3,56,1,110,-52,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55","w":100,"k":{"t":6,"s":27,"\u2019":23}},"(":{"d":"66,66v-60,-81,-61,-250,0,-329r43,0v-52,85,-51,244,0,329r-43,0","w":106},")":{"d":"88,-101v0,67,-20,125,-48,167r-43,0v52,-86,51,-241,1,-329r42,0v27,44,48,98,48,162","w":106},"*":{"d":"87,-212r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0r0,45","w":146},"+":{"d":"127,-110r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0r0,72","w":216},",":{"d":"22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"-":{"d":"19,-120r108,0r0,44r-108,0r0,-44","w":146},"\u00ad":{"d":"19,-120r108,0r0,44r-108,0r0,-44","w":146},".":{"d":"22,-55r56,0r0,55r-56,0r0,-55","w":100},"\/":{"d":"96,-263r42,0r-101,269r-41,0","w":133},"0":{"d":"100,-215v-47,0,-41,64,-41,114v0,30,9,64,41,64v44,0,41,-58,41,-106v-1,-35,-7,-72,-41,-72xm100,5v-71,0,-92,-56,-92,-132v0,-75,21,-130,92,-130v70,0,93,56,93,130v0,75,-22,132,-93,132"},"1":{"d":"27,-202v40,0,69,-13,73,-50r41,0r0,252r-51,0r0,-163r-63,0r0,-39"},"2":{"d":"102,-213v-31,2,-39,28,-40,58r-49,0v0,-63,31,-98,92,-102v78,-6,113,94,59,141v-29,25,-68,41,-91,72r120,0r0,44r-185,0v0,-94,91,-98,127,-154v16,-25,-3,-61,-33,-59"},"3":{"d":"140,-77v0,-34,-24,-38,-58,-37r0,-36v30,2,52,-5,54,-31v1,-21,-17,-34,-36,-34v-25,-1,-39,20,-39,45r-48,0v3,-53,32,-87,87,-87v47,0,82,24,84,70v1,28,-15,44,-35,52v26,5,44,27,45,57v4,96,-156,110,-181,30v-4,-11,-7,-25,-7,-39r49,0v1,29,15,49,44,50v23,1,41,-16,41,-40"},"4":{"d":"112,-100r-1,-88r-65,88r66,0xm112,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0r0,-58"},"5":{"d":"143,-86v4,-47,-63,-62,-83,-27r-46,0r25,-139r141,0r0,42r-104,0v-2,19,-9,41,-9,58v12,-13,26,-19,49,-19v52,0,75,36,78,85v7,94,-140,122,-179,46v-5,-10,-9,-22,-9,-35r52,0v1,21,19,38,41,38v28,-1,42,-21,44,-49"},"6":{"d":"141,-83v0,-27,-12,-48,-38,-48v-28,0,-41,20,-41,47v0,26,14,47,41,47v25,0,38,-20,38,-46xm8,-125v0,-72,27,-130,99,-132v45,-1,77,28,81,70r-48,0v-4,-15,-16,-32,-34,-32v-36,0,-48,39,-48,78v37,-56,142,-20,135,54v-5,55,-33,92,-89,92v-74,0,-96,-57,-96,-130"},"7":{"d":"49,0v6,-83,41,-153,85,-204r-120,0r0,-48r172,0r0,44v-48,45,-79,118,-82,208r-55,0"},"8":{"d":"100,-219v-20,0,-38,13,-38,35v0,24,17,33,38,34v21,1,38,-13,38,-34v-1,-23,-14,-35,-38,-35xm53,-136v-72,-29,-29,-121,47,-121v50,0,85,25,85,68v0,26,-15,45,-37,53v28,6,47,29,47,62v0,54,-41,79,-94,79v-54,0,-96,-24,-96,-79v0,-33,20,-55,48,-62xm101,-116v-24,0,-46,14,-45,40v2,26,19,43,45,43v25,0,43,-16,43,-43v0,-25,-18,-39,-43,-40"},"9":{"d":"59,-169v0,27,12,48,38,48v28,0,41,-20,41,-47v0,-26,-14,-47,-41,-47v-25,0,-38,20,-38,46xm193,-127v0,70,-28,130,-99,132v-46,1,-77,-28,-82,-70r48,0v3,25,35,42,57,23v15,-13,27,-43,25,-69v-36,55,-141,22,-134,-54v5,-56,33,-92,88,-92v74,0,97,59,97,130"},":":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0r0,55r-56,0r0,-55","w":100},";":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"\u037e":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"<":{"d":"199,-144r-132,53r132,52r0,42r-182,-73r0,-42r182,-73r0,41","w":216},"=":{"d":"199,-33r-182,0r0,-39r182,0r0,39xm199,-110r-182,0r0,-39r182,0r0,39","w":216},">":{"d":"17,-39r132,-52r-132,-53r0,-41r182,73r0,42r-182,73r0,-42","w":216},"?":{"d":"69,-55r57,0r0,55r-57,0r0,-55xm102,-221v-27,1,-37,21,-38,47r-52,0v1,-55,33,-84,87,-89v82,-8,118,86,59,130v-17,13,-38,22,-35,56r-48,0v-7,-57,34,-67,55,-99v6,-23,-3,-46,-28,-45"},"@":{"d":"68,-110v-7,-68,81,-125,121,-67r5,-19r30,0r-26,108v0,3,2,9,6,8v31,-3,43,-33,43,-66v0,-57,-38,-89,-98,-88v-65,1,-101,41,-101,106v0,67,39,103,106,105v32,1,61,-12,77,-29r30,0v-22,34,-58,58,-109,58v-83,0,-139,-52,-139,-135v0,-81,55,-134,137,-134v70,0,125,38,125,110v0,59,-35,97,-85,104v-15,2,-24,-10,-27,-20v-27,42,-101,11,-95,-41xm149,-168v-43,0,-65,85,-16,85v28,0,42,-25,44,-54v0,-17,-12,-31,-28,-31","w":288},"A":{"d":"90,-99r66,0r-33,-95xm95,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":6,"V":17,"T":27,"\u2019":27}},"B":{"d":"173,-184v-1,-40,-54,-27,-92,-29r0,60v39,-2,93,11,92,-31xm240,-75v0,96,-122,72,-215,75r0,-257v83,6,204,-26,203,64v0,28,-15,43,-35,53v29,9,46,30,47,65xm184,-78v0,-48,-58,-34,-103,-36r0,70v44,-2,103,12,103,-34","w":253},"C":{"d":"14,-127v-11,-129,163,-184,225,-83v7,11,10,24,12,39r-55,0v-5,-27,-26,-45,-56,-45v-50,0,-70,39,-70,89v0,49,21,84,70,86v35,1,55,-25,58,-58r55,0v-7,64,-44,105,-113,105v-81,0,-119,-53,-126,-133","w":266},"D":{"d":"196,-125v3,-70,-41,-92,-115,-85r0,162r51,0v46,0,62,-32,64,-77xm252,-130v0,79,-38,130,-116,130r-111,0r0,-257r111,0v76,3,116,47,116,127","w":266},"E":{"d":"25,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0r0,-257","w":233},"F":{"d":"25,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0r0,-257","w":213,"k":{"A":20,".":46,",":46}},"G":{"d":"70,-127v-10,87,119,123,131,30r-57,0r0,-42r108,0r0,139r-36,0r-5,-29v-17,22,-39,35,-71,35v-81,0,-121,-52,-126,-133v-7,-111,111,-173,198,-113v20,14,34,37,36,68r-54,0v-4,-27,-25,-44,-54,-44v-50,0,-64,40,-70,89","w":273},"H":{"d":"25,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0r0,-257","w":266},"I":{"d":"25,-257r56,0r0,257r-56,0r0,-257","w":106},"J":{"d":"56,-84v-10,46,61,59,62,15r1,-188r56,0v-8,108,38,268,-85,263v-60,-2,-91,-35,-85,-102r51,0r0,12"},"K":{"d":"25,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0r0,-257","w":259},"L":{"d":"25,-257r56,0r0,209r126,0r0,48r-182,0r0,-257","w":213,"k":{"y":13,"Y":40,"W":20,"V":33,"T":40,"\u2019":27}},"M":{"d":"25,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0r0,-257","w":326},"N":{"d":"25,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0r0,-257","w":266},"O":{"d":"140,-216v-50,0,-70,39,-70,89v0,49,21,86,70,86v49,0,70,-37,70,-86v0,-50,-20,-89,-70,-89xm140,6v-81,0,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,126,54,126,136v0,81,-45,133,-126,133","w":280},"P":{"d":"175,-175v0,-46,-50,-38,-94,-38r0,77v44,-1,94,7,94,-39xm230,-175v2,76,-66,89,-149,83r0,92r-56,0r0,-257r116,0v56,0,88,30,89,82","w":240,"k":{"A":27,".":46,",":46}},"Q":{"d":"70,-127v-1,56,35,98,93,82r-24,-22r26,-28r29,27v32,-47,17,-152,-54,-148v-50,3,-69,39,-70,89xm266,-127v1,41,-13,72,-33,94r32,29r-26,28r-37,-33v-16,9,-37,15,-62,15v-81,-2,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,124,54,126,136","w":280},"R":{"d":"182,-177v0,-48,-57,-34,-101,-36r0,72v44,-2,101,13,101,-36xm190,0v-14,-37,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v80,-8,102,112,35,135v47,10,30,83,48,122r-56,0","w":259,"k":{"Y":13,"W":-2,"V":-2,"T":6}},"S":{"d":"177,-143v86,37,41,161,-59,149v-62,-8,-108,-27,-109,-91r54,0v1,33,23,47,57,47v44,8,71,-45,26,-60v-53,-18,-127,-18,-129,-87v-3,-93,157,-100,191,-33v5,10,8,23,8,38r-54,0v5,-47,-88,-55,-90,-10v9,40,67,30,105,47","w":233},"T":{"d":"82,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0r0,-210","w":219,"k":{"y":33,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":27,";":31,":":31,".":40,"-":46,",":40}},"U":{"d":"133,-41v39,0,53,-17,53,-56r0,-160r57,0r0,160v1,70,-41,103,-110,103v-70,0,-110,-33,-109,-103r0,-160r56,0r0,160v0,36,16,56,53,56","w":266},"V":{"d":"144,0r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":18,":":18,".":46,"-":20,",":46}},"W":{"d":"270,0r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"u":6,"r":6,"o":13,"e":13,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"88,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0r0,-100","w":240,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":5,"e":33,"a":33,"A":27,";":24,":":29,".":40,"-":40,",":40}},"Z":{"d":"8,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0r0,-45","w":233},"[":{"d":"24,-263r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0r0,-329","w":119},"\\":{"d":"138,6r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,66r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0r0,329","w":119},"^":{"d":"84,-252r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"76,-141r-52,0v-3,-56,0,-110,52,-116r0,24v-17,6,-23,16,-24,36r24,0r0,56","w":100,"k":{"\u2018":23}},"a":{"d":"102,-157v-20,2,-32,9,-34,28r-51,0v4,-46,40,-62,88,-62v42,0,80,10,81,53v1,46,-6,103,7,138r-52,0v-1,-6,-3,-12,-3,-18v-31,35,-126,34,-126,-33v0,-66,76,-47,118,-69v14,-19,-3,-40,-28,-37xm94,-29v36,1,44,-25,41,-62v-20,16,-71,0,-72,38v-1,19,13,24,31,24","w":206},"b":{"d":"112,-33v32,0,44,-28,44,-60v0,-32,-12,-60,-44,-60v-32,0,-43,26,-43,60v0,33,11,60,43,60xm130,5v-30,0,-50,-10,-62,-29r0,24r-49,0r0,-257r52,0r0,94v11,-18,34,-28,59,-28v52,0,77,42,77,98v0,56,-25,98,-77,98","w":219},"c":{"d":"14,-90v-10,-98,124,-136,173,-62v5,9,8,19,9,31r-50,0v-3,-21,-16,-32,-38,-32v-58,0,-58,119,-1,120v24,-1,37,-16,41,-38r49,0v-6,47,-39,76,-89,76v-59,0,-88,-37,-94,-95","w":206},"d":{"d":"108,-33v33,0,44,-28,44,-61v0,-32,-11,-59,-44,-59v-33,0,-45,26,-45,60v0,34,13,60,45,60xm94,-191v25,-1,44,14,56,28r0,-94r51,0r0,257r-49,0r0,-24v-11,18,-30,29,-57,29v-58,-1,-83,-43,-83,-100v0,-55,26,-94,82,-96","w":219},"e":{"d":"145,-113v1,-47,-70,-52,-81,-12v-1,5,-2,8,-2,12r83,0xm62,-81v-7,54,72,61,86,23r45,0v-13,40,-41,63,-88,63v-61,0,-90,-38,-95,-98v-9,-110,163,-133,182,-29v3,13,5,27,4,41r-134,0","w":206},"f":{"d":"120,-217v-24,-6,-44,0,-38,31r35,0r0,34r-35,0r0,152r-51,0r0,-152r-31,0r0,-34r31,0v-6,-58,30,-76,89,-70r0,39","w":119,"k":{"f":6,"\u2019":-6}},"g":{"d":"65,-100v1,31,10,56,41,56v29,0,44,-22,44,-51v0,-33,-12,-58,-44,-58v-28,0,-42,22,-41,53xm94,-191v28,-1,43,12,56,30r0,-25r48,0r0,174v11,89,-126,108,-169,50v-5,-8,-8,-16,-9,-27r51,0v13,44,86,26,79,-21v-1,-7,2,-18,-1,-24v-10,18,-31,29,-56,29v-55,-2,-79,-38,-79,-94v0,-53,26,-91,80,-92","w":219},"h":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-257r52,0r1,97v9,-19,29,-30,54,-31v93,-6,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"i":{"d":"72,-215r-51,0r0,-42r51,0r0,42xm21,-186r51,0r0,186r-51,0r0,-186","w":92},"j":{"d":"75,-215r-51,0r0,-42r51,0r0,42xm75,9v4,49,-35,62,-82,55r0,-42v13,2,31,2,31,-15r0,-193r51,0r0,195","w":100},"k":{"d":"24,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0r0,-257","w":206},"l":{"d":"21,-257r51,0r0,257r-51,0r0,-257","w":92},"m":{"d":"69,-161v20,-35,96,-43,112,1v12,-15,29,-31,56,-31v93,0,64,109,68,191r-51,0r-1,-123v-1,-18,-11,-28,-30,-28v-58,0,-26,97,-34,151r-51,0r-1,-121v-1,-19,-9,-31,-30,-30v-56,4,-29,96,-35,151r-51,0r0,-186r48,0r0,25","w":326},"n":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-186r49,0v1,8,-2,20,1,26v10,-19,31,-29,57,-31v93,-5,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"o":{"d":"110,-153v-33,0,-45,26,-45,60v0,34,12,60,45,60v33,0,45,-26,45,-60v0,-34,-12,-60,-45,-60xm110,5v-62,0,-96,-37,-96,-98v0,-61,34,-98,96,-98v62,0,96,37,96,98v0,61,-34,98,-96,98","w":219},"p":{"d":"69,-93v0,34,12,60,44,60v32,0,45,-25,45,-60v-1,-32,-13,-60,-45,-60v-32,0,-44,26,-44,60xm127,5v-25,0,-46,-12,-56,-28r0,89r-52,0r0,-252r49,0v1,7,-2,18,1,24v11,-17,29,-29,55,-29v59,1,85,42,85,100v0,55,-26,94,-82,96","w":219},"q":{"d":"108,-153v-33,0,-45,27,-45,60v0,34,12,60,44,60v33,0,45,-26,45,-59v0,-32,-12,-61,-44,-61xm95,-191v27,0,47,10,57,29r0,-24r49,0r0,252r-51,0r-1,-89v-10,19,-34,28,-59,28v-52,0,-79,-39,-78,-97v1,-57,25,-99,83,-99","w":219},"r":{"d":"139,-142v-43,-9,-68,15,-68,58r0,84r-52,0r0,-186r49,0v1,11,-2,25,1,34v9,-25,37,-43,70,-37r0,47","w":140,"k":{"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"165,-96v47,41,-4,107,-67,101v-49,-5,-84,-19,-88,-65r49,0v-3,38,70,43,73,7v-17,-44,-112,-10,-117,-78v-5,-75,125,-75,154,-29v5,8,8,16,9,28r-49,0v0,-23,-22,-24,-44,-24v-26,0,-22,29,-1,34v28,7,61,9,81,26","w":193},"t":{"d":"122,0v-43,6,-89,3,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0r0,56r38,0r0,34r-38,0r0,92v-3,25,19,24,38,20r0,40","w":126},"u":{"d":"103,-35v63,0,33,-94,40,-151r51,0r0,186r-49,0v-1,-8,2,-20,-1,-26v-11,19,-32,30,-57,31v-92,5,-64,-108,-68,-191r52,0r0,105v0,28,6,46,32,46","w":213},"v":{"d":"122,0r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{".":20,",":20}},"w":{"d":"232,0r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{".":20,",":20}},"x":{"d":"67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"16,22v28,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0r-78,209v-11,38,-45,48,-95,41r0,-42","w":186,"k":{".":20,",":20}},"z":{"d":"8,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0r0,-39","w":186},"{":{"d":"30,-147v0,-54,-6,-114,44,-116r46,0r0,40v-24,-2,-40,2,-39,26v3,47,3,95,-36,99v46,1,37,61,37,106v0,18,19,18,38,17r0,41v-49,4,-89,-4,-90,-49v-2,-42,12,-101,-33,-100r0,-31v19,-2,33,-13,33,-33","w":119},"|":{"d":"21,-283r38,0r0,360r-38,0r0,-360","w":80},"}":{"d":"90,-53v0,55,6,116,-44,119r-46,0r0,-41v24,2,40,-2,39,-26v-2,-46,-5,-95,36,-98v-45,-1,-35,-61,-37,-107v0,-18,-19,-18,-38,-17r0,-40v49,-4,89,3,90,48v1,43,-11,101,33,101r0,31v-19,1,-33,11,-33,30","w":119},"~":{"d":"69,-122v40,2,86,49,108,-2r15,34v-12,14,-20,31,-45,31v-37,0,-91,-51,-108,1r-15,-33v8,-16,20,-32,45,-31","w":216},"'":{"d":"31,-257r38,0r0,116r-38,0r0,-116","w":100},"\u201c":{"d":"71,-141r-52,0v-3,-56,-1,-110,52,-116r0,24v-17,6,-23,16,-24,36r24,0r0,56xm147,-141r-51,0v-3,-56,-1,-110,51,-116r0,24v-17,6,-22,17,-24,36r24,0r0,56","w":166},"\u2013":{"d":"0,-120r180,0r0,44r-180,0r0,-44","w":180},"\u201d":{"d":"19,-257r52,0v3,56,1,110,-52,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55xm96,-257r51,0v3,55,2,110,-51,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55","w":166},"\u2026":{"d":"271,-55r57,0r0,55r-57,0r0,-55xm152,-55r56,0r0,55r-56,0r0,-55xm32,-55r56,0r0,55r-56,0r0,-55","w":360},"`":{"d":"-17,-260r56,0r35,51r-36,0","w":93},"\u2014":{"d":"47,-120r266,0r0,44r-266,0r0,-44","w":360},"\u00d7":{"d":"23,-33r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58r-58,58","w":216},"\u2122":{"d":"143,-228r-42,0r0,119r-37,0r0,-119r-42,0r0,-29r121,0r0,29xm334,-109r-34,0r-1,-105r-38,105r-25,0r-39,-105r0,105r-35,0r0,-148r49,0r37,98r37,-98r49,0r0,148","w":360},"\u00a0":{"w":100}}})); 2.45 +/*! 2.46 + * The following copyright notice may not be removed under any circumstances. 2.47 + * 2.48 + * Copyright: 2.49 + * The digitally encoded machine readable software for producing the Typefaces 2.50 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 2.51 + * Reserved. This software is the property of Adobe Systems Incorporated and its 2.52 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 2.53 + * transferred without the express written approval of Adobe. The digitally 2.54 + * encoded machine readable outline data for producing the Typefaces licensed to 2.55 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 2.56 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 2.57 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 2.58 + * transferred without the express written approval of Linotype-Hell AG and/or 2.59 + * its subsidiaries. 12 pt. Helvetica* 75 Bold 07472 2.60 + * 2.61 + * Trademark: 2.62 + * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated. All Rights 2.63 + * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. 2.64 + * 2.65 + * Description: 2.66 + * The digitally encoded machine readable software for producing the Typefaces 2.67 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 2.68 + * Reserved. This software is the property of Adobe Systems Incorporated and its 2.69 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 2.70 + * transferred without the express written approval of Adobe. The digitally 2.71 + * encoded machine readable outline data for producing the Typefaces licensed to 2.72 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 2.73 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 2.74 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 2.75 + * transferred without the express written approval of Linotype-Hell AG and/or 2.76 + * its subsidiaries. 12 pt. Helvetica* 75 Bold 07472 2.77 + * 2.78 + * Vendor URL: 2.79 + * http://www.Linotypelibrary.com 2.80 + * 2.81 + * License information: 2.82 + * http://www.Linotypelibrary.com 2.83 + */ 2.84 +Cufon.registerFont(Raphael.registerFont({"w":200,"face":{"font-family":"HelveticaNeue LT 55 Roman","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-17 -291 339 77","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"22,-55r56,0r0,55r-56,0r0,-55xm77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0","w":100},"\"":{"d":"31,-257r38,0r0,116r-38,0r0,-116xm98,-257r38,0r0,116r-38,0r0,-116","w":166},"#":{"d":"87,-148r-6,44r35,0r6,-44r-35,0xm42,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0"},"$":{"d":"170,-135v62,45,20,146,-59,141r0,31r-22,0r0,-31v-55,-4,-84,-35,-89,-90r51,0v0,26,16,44,38,48r0,-75v-39,-11,-84,-22,-83,-75v1,-51,36,-72,83,-77r0,-28r22,0r0,28v46,6,78,28,81,77r-52,0v1,-17,-13,-35,-29,-35r0,64v22,4,47,12,59,22xm111,-36v34,3,55,-50,18,-63v-5,-2,-11,-4,-18,-6r0,69xm89,-221v-26,-3,-42,30,-25,48v5,4,13,8,25,11r0,-59"},"%":{"d":"274,-108v-27,0,-26,31,-24,56v1,17,6,30,23,30v33,0,34,-86,1,-86xm272,5v-42,-1,-59,-28,-59,-71v0,-42,19,-68,61,-69v43,-1,59,29,59,71v0,41,-18,69,-61,69xm240,-260r31,0r-148,268r-32,0xm88,-230v-25,1,-26,30,-24,58v1,15,5,29,23,28v25,-1,25,-30,23,-54v-2,-15,-5,-33,-22,-32xm86,-117v-43,0,-60,-27,-59,-69v1,-41,19,-71,61,-71v43,0,59,30,59,73v0,43,-19,66,-61,67","w":360},"&":{"d":"223,-124v-3,25,-12,47,-25,63r53,61r-63,0r-21,-26v-40,50,-160,39,-155,-46v2,-42,29,-60,57,-75v-12,-16,-25,-29,-24,-54v1,-39,29,-59,67,-59v41,0,69,20,70,62v0,34,-23,51,-46,64r34,40v6,-9,7,-19,9,-30r44,0xm60,-71v0,43,65,41,80,11r-44,-53v-17,8,-36,18,-36,42xm111,-165v28,-7,39,-57,3,-61v-35,3,-21,49,-3,61","w":246},"\u2019":{"d":"24,-257r52,0v3,56,1,110,-52,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55","w":100,"k":{"t":6,"s":27,"\u2019":23}},"(":{"d":"66,66v-60,-81,-61,-250,0,-329r43,0v-52,85,-51,244,0,329r-43,0","w":106},")":{"d":"88,-101v0,67,-20,125,-48,167r-43,0v52,-86,51,-241,1,-329r42,0v27,44,48,98,48,162","w":106},"*":{"d":"87,-212r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0r0,45","w":146},"+":{"d":"127,-110r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0r0,72","w":216},",":{"d":"22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"-":{"d":"19,-120r108,0r0,44r-108,0r0,-44","w":146},"\u00ad":{"d":"19,-120r108,0r0,44r-108,0r0,-44","w":146},".":{"d":"22,-55r56,0r0,55r-56,0r0,-55","w":100},"\/":{"d":"96,-263r42,0r-101,269r-41,0","w":133},"0":{"d":"100,-215v-47,0,-41,64,-41,114v0,30,9,64,41,64v44,0,41,-58,41,-106v-1,-35,-7,-72,-41,-72xm100,5v-71,0,-92,-56,-92,-132v0,-75,21,-130,92,-130v70,0,93,56,93,130v0,75,-22,132,-93,132"},"1":{"d":"27,-202v40,0,69,-13,73,-50r41,0r0,252r-51,0r0,-163r-63,0r0,-39"},"2":{"d":"102,-213v-31,2,-39,28,-40,58r-49,0v0,-63,31,-98,92,-102v78,-6,113,94,59,141v-29,25,-68,41,-91,72r120,0r0,44r-185,0v0,-94,91,-98,127,-154v16,-25,-3,-61,-33,-59"},"3":{"d":"140,-77v0,-34,-24,-38,-58,-37r0,-36v30,2,52,-5,54,-31v1,-21,-17,-34,-36,-34v-25,-1,-39,20,-39,45r-48,0v3,-53,32,-87,87,-87v47,0,82,24,84,70v1,28,-15,44,-35,52v26,5,44,27,45,57v4,96,-156,110,-181,30v-4,-11,-7,-25,-7,-39r49,0v1,29,15,49,44,50v23,1,41,-16,41,-40"},"4":{"d":"112,-100r-1,-88r-65,88r66,0xm112,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0r0,-58"},"5":{"d":"143,-86v4,-47,-63,-62,-83,-27r-46,0r25,-139r141,0r0,42r-104,0v-2,19,-9,41,-9,58v12,-13,26,-19,49,-19v52,0,75,36,78,85v7,94,-140,122,-179,46v-5,-10,-9,-22,-9,-35r52,0v1,21,19,38,41,38v28,-1,42,-21,44,-49"},"6":{"d":"141,-83v0,-27,-12,-48,-38,-48v-28,0,-41,20,-41,47v0,26,14,47,41,47v25,0,38,-20,38,-46xm8,-125v0,-72,27,-130,99,-132v45,-1,77,28,81,70r-48,0v-4,-15,-16,-32,-34,-32v-36,0,-48,39,-48,78v37,-56,142,-20,135,54v-5,55,-33,92,-89,92v-74,0,-96,-57,-96,-130"},"7":{"d":"49,0v6,-83,41,-153,85,-204r-120,0r0,-48r172,0r0,44v-48,45,-79,118,-82,208r-55,0"},"8":{"d":"100,-219v-20,0,-38,13,-38,35v0,24,17,33,38,34v21,1,38,-13,38,-34v-1,-23,-14,-35,-38,-35xm53,-136v-72,-29,-29,-121,47,-121v50,0,85,25,85,68v0,26,-15,45,-37,53v28,6,47,29,47,62v0,54,-41,79,-94,79v-54,0,-96,-24,-96,-79v0,-33,20,-55,48,-62xm101,-116v-24,0,-46,14,-45,40v2,26,19,43,45,43v25,0,43,-16,43,-43v0,-25,-18,-39,-43,-40"},"9":{"d":"59,-169v0,27,12,48,38,48v28,0,41,-20,41,-47v0,-26,-14,-47,-41,-47v-25,0,-38,20,-38,46xm193,-127v0,70,-28,130,-99,132v-46,1,-77,-28,-82,-70r48,0v3,25,35,42,57,23v15,-13,27,-43,25,-69v-36,55,-141,22,-134,-54v5,-56,33,-92,88,-92v74,0,97,59,97,130"},":":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0r0,55r-56,0r0,-55","w":100},";":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"\u037e":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"<":{"d":"199,-144r-132,53r132,52r0,42r-182,-73r0,-42r182,-73r0,41","w":216},"=":{"d":"199,-33r-182,0r0,-39r182,0r0,39xm199,-110r-182,0r0,-39r182,0r0,39","w":216},">":{"d":"17,-39r132,-52r-132,-53r0,-41r182,73r0,42r-182,73r0,-42","w":216},"?":{"d":"69,-55r57,0r0,55r-57,0r0,-55xm102,-221v-27,1,-37,21,-38,47r-52,0v1,-55,33,-84,87,-89v82,-8,118,86,59,130v-17,13,-38,22,-35,56r-48,0v-7,-57,34,-67,55,-99v6,-23,-3,-46,-28,-45"},"@":{"d":"68,-110v-7,-68,81,-125,121,-67r5,-19r30,0r-26,108v0,3,2,9,6,8v31,-3,43,-33,43,-66v0,-57,-38,-89,-98,-88v-65,1,-101,41,-101,106v0,67,39,103,106,105v32,1,61,-12,77,-29r30,0v-22,34,-58,58,-109,58v-83,0,-139,-52,-139,-135v0,-81,55,-134,137,-134v70,0,125,38,125,110v0,59,-35,97,-85,104v-15,2,-24,-10,-27,-20v-27,42,-101,11,-95,-41xm149,-168v-43,0,-65,85,-16,85v28,0,42,-25,44,-54v0,-17,-12,-31,-28,-31","w":288},"A":{"d":"90,-99r66,0r-33,-95xm95,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":6,"V":17,"T":27,"\u2019":27}},"B":{"d":"173,-184v-1,-40,-54,-27,-92,-29r0,60v39,-2,93,11,92,-31xm240,-75v0,96,-122,72,-215,75r0,-257v83,6,204,-26,203,64v0,28,-15,43,-35,53v29,9,46,30,47,65xm184,-78v0,-48,-58,-34,-103,-36r0,70v44,-2,103,12,103,-34","w":253},"C":{"d":"14,-127v-11,-129,163,-184,225,-83v7,11,10,24,12,39r-55,0v-5,-27,-26,-45,-56,-45v-50,0,-70,39,-70,89v0,49,21,84,70,86v35,1,55,-25,58,-58r55,0v-7,64,-44,105,-113,105v-81,0,-119,-53,-126,-133","w":266},"D":{"d":"196,-125v3,-70,-41,-92,-115,-85r0,162r51,0v46,0,62,-32,64,-77xm252,-130v0,79,-38,130,-116,130r-111,0r0,-257r111,0v76,3,116,47,116,127","w":266},"E":{"d":"25,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0r0,-257","w":233},"F":{"d":"25,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0r0,-257","w":213,"k":{"A":20,".":46,",":46}},"G":{"d":"70,-127v-10,87,119,123,131,30r-57,0r0,-42r108,0r0,139r-36,0r-5,-29v-17,22,-39,35,-71,35v-81,0,-121,-52,-126,-133v-7,-111,111,-173,198,-113v20,14,34,37,36,68r-54,0v-4,-27,-25,-44,-54,-44v-50,0,-64,40,-70,89","w":273},"H":{"d":"25,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0r0,-257","w":266},"I":{"d":"25,-257r56,0r0,257r-56,0r0,-257","w":106},"J":{"d":"56,-84v-10,46,61,59,62,15r1,-188r56,0v-8,108,38,268,-85,263v-60,-2,-91,-35,-85,-102r51,0r0,12"},"K":{"d":"25,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0r0,-257","w":259},"L":{"d":"25,-257r56,0r0,209r126,0r0,48r-182,0r0,-257","w":213,"k":{"y":13,"Y":40,"W":20,"V":33,"T":40,"\u2019":27}},"M":{"d":"25,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0r0,-257","w":326},"N":{"d":"25,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0r0,-257","w":266},"O":{"d":"140,-216v-50,0,-70,39,-70,89v0,49,21,86,70,86v49,0,70,-37,70,-86v0,-50,-20,-89,-70,-89xm140,6v-81,0,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,126,54,126,136v0,81,-45,133,-126,133","w":280},"P":{"d":"175,-175v0,-46,-50,-38,-94,-38r0,77v44,-1,94,7,94,-39xm230,-175v2,76,-66,89,-149,83r0,92r-56,0r0,-257r116,0v56,0,88,30,89,82","w":240,"k":{"A":27,".":46,",":46}},"Q":{"d":"70,-127v-1,56,35,98,93,82r-24,-22r26,-28r29,27v32,-47,17,-152,-54,-148v-50,3,-69,39,-70,89xm266,-127v1,41,-13,72,-33,94r32,29r-26,28r-37,-33v-16,9,-37,15,-62,15v-81,-2,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,124,54,126,136","w":280},"R":{"d":"182,-177v0,-48,-57,-34,-101,-36r0,72v44,-2,101,13,101,-36xm190,0v-14,-37,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v80,-8,102,112,35,135v47,10,30,83,48,122r-56,0","w":259,"k":{"Y":13,"W":-2,"V":-2,"T":6}},"S":{"d":"177,-143v86,37,41,161,-59,149v-62,-8,-108,-27,-109,-91r54,0v1,33,23,47,57,47v44,8,71,-45,26,-60v-53,-18,-127,-18,-129,-87v-3,-93,157,-100,191,-33v5,10,8,23,8,38r-54,0v5,-47,-88,-55,-90,-10v9,40,67,30,105,47","w":233},"T":{"d":"82,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0r0,-210","w":219,"k":{"y":33,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":27,";":31,":":31,".":40,"-":46,",":40}},"U":{"d":"133,-41v39,0,53,-17,53,-56r0,-160r57,0r0,160v1,70,-41,103,-110,103v-70,0,-110,-33,-109,-103r0,-160r56,0r0,160v0,36,16,56,53,56","w":266},"V":{"d":"144,0r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":18,":":18,".":46,"-":20,",":46}},"W":{"d":"270,0r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"u":6,"r":6,"o":13,"e":13,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"88,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0r0,-100","w":240,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":5,"e":33,"a":33,"A":27,";":24,":":29,".":40,"-":40,",":40}},"Z":{"d":"8,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0r0,-45","w":233},"[":{"d":"24,-263r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0r0,-329","w":119},"\\":{"d":"138,6r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,66r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0r0,329","w":119},"^":{"d":"84,-252r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"76,-141r-52,0v-3,-56,0,-110,52,-116r0,24v-17,6,-23,16,-24,36r24,0r0,56","w":100,"k":{"\u2018":23}},"a":{"d":"102,-157v-20,2,-32,9,-34,28r-51,0v4,-46,40,-62,88,-62v42,0,80,10,81,53v1,46,-6,103,7,138r-52,0v-1,-6,-3,-12,-3,-18v-31,35,-126,34,-126,-33v0,-66,76,-47,118,-69v14,-19,-3,-40,-28,-37xm94,-29v36,1,44,-25,41,-62v-20,16,-71,0,-72,38v-1,19,13,24,31,24","w":206},"b":{"d":"112,-33v32,0,44,-28,44,-60v0,-32,-12,-60,-44,-60v-32,0,-43,26,-43,60v0,33,11,60,43,60xm130,5v-30,0,-50,-10,-62,-29r0,24r-49,0r0,-257r52,0r0,94v11,-18,34,-28,59,-28v52,0,77,42,77,98v0,56,-25,98,-77,98","w":219},"c":{"d":"14,-90v-10,-98,124,-136,173,-62v5,9,8,19,9,31r-50,0v-3,-21,-16,-32,-38,-32v-58,0,-58,119,-1,120v24,-1,37,-16,41,-38r49,0v-6,47,-39,76,-89,76v-59,0,-88,-37,-94,-95","w":206},"d":{"d":"108,-33v33,0,44,-28,44,-61v0,-32,-11,-59,-44,-59v-33,0,-45,26,-45,60v0,34,13,60,45,60xm94,-191v25,-1,44,14,56,28r0,-94r51,0r0,257r-49,0r0,-24v-11,18,-30,29,-57,29v-58,-1,-83,-43,-83,-100v0,-55,26,-94,82,-96","w":219},"e":{"d":"145,-113v1,-47,-70,-52,-81,-12v-1,5,-2,8,-2,12r83,0xm62,-81v-7,54,72,61,86,23r45,0v-13,40,-41,63,-88,63v-61,0,-90,-38,-95,-98v-9,-110,163,-133,182,-29v3,13,5,27,4,41r-134,0","w":206},"f":{"d":"120,-217v-24,-6,-44,0,-38,31r35,0r0,34r-35,0r0,152r-51,0r0,-152r-31,0r0,-34r31,0v-6,-58,30,-76,89,-70r0,39","w":119,"k":{"f":6,"\u2019":-6}},"g":{"d":"65,-100v1,31,10,56,41,56v29,0,44,-22,44,-51v0,-33,-12,-58,-44,-58v-28,0,-42,22,-41,53xm94,-191v28,-1,43,12,56,30r0,-25r48,0r0,174v11,89,-126,108,-169,50v-5,-8,-8,-16,-9,-27r51,0v13,44,86,26,79,-21v-1,-7,2,-18,-1,-24v-10,18,-31,29,-56,29v-55,-2,-79,-38,-79,-94v0,-53,26,-91,80,-92","w":219},"h":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-257r52,0r1,97v9,-19,29,-30,54,-31v93,-6,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"i":{"d":"72,-215r-51,0r0,-42r51,0r0,42xm21,-186r51,0r0,186r-51,0r0,-186","w":92},"j":{"d":"75,-215r-51,0r0,-42r51,0r0,42xm75,9v4,49,-35,62,-82,55r0,-42v13,2,31,2,31,-15r0,-193r51,0r0,195","w":100},"k":{"d":"24,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0r0,-257","w":206},"l":{"d":"21,-257r51,0r0,257r-51,0r0,-257","w":92},"m":{"d":"69,-161v20,-35,96,-43,112,1v12,-15,29,-31,56,-31v93,0,64,109,68,191r-51,0r-1,-123v-1,-18,-11,-28,-30,-28v-58,0,-26,97,-34,151r-51,0r-1,-121v-1,-19,-9,-31,-30,-30v-56,4,-29,96,-35,151r-51,0r0,-186r48,0r0,25","w":326},"n":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-186r49,0v1,8,-2,20,1,26v10,-19,31,-29,57,-31v93,-5,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"o":{"d":"110,-153v-33,0,-45,26,-45,60v0,34,12,60,45,60v33,0,45,-26,45,-60v0,-34,-12,-60,-45,-60xm110,5v-62,0,-96,-37,-96,-98v0,-61,34,-98,96,-98v62,0,96,37,96,98v0,61,-34,98,-96,98","w":219},"p":{"d":"69,-93v0,34,12,60,44,60v32,0,45,-25,45,-60v-1,-32,-13,-60,-45,-60v-32,0,-44,26,-44,60xm127,5v-25,0,-46,-12,-56,-28r0,89r-52,0r0,-252r49,0v1,7,-2,18,1,24v11,-17,29,-29,55,-29v59,1,85,42,85,100v0,55,-26,94,-82,96","w":219},"q":{"d":"108,-153v-33,0,-45,27,-45,60v0,34,12,60,44,60v33,0,45,-26,45,-59v0,-32,-12,-61,-44,-61xm95,-191v27,0,47,10,57,29r0,-24r49,0r0,252r-51,0r-1,-89v-10,19,-34,28,-59,28v-52,0,-79,-39,-78,-97v1,-57,25,-99,83,-99","w":219},"r":{"d":"139,-142v-43,-9,-68,15,-68,58r0,84r-52,0r0,-186r49,0v1,11,-2,25,1,34v9,-25,37,-43,70,-37r0,47","w":140,"k":{"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"165,-96v47,41,-4,107,-67,101v-49,-5,-84,-19,-88,-65r49,0v-3,38,70,43,73,7v-17,-44,-112,-10,-117,-78v-5,-75,125,-75,154,-29v5,8,8,16,9,28r-49,0v0,-23,-22,-24,-44,-24v-26,0,-22,29,-1,34v28,7,61,9,81,26","w":193},"t":{"d":"122,0v-43,6,-89,3,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0r0,56r38,0r0,34r-38,0r0,92v-3,25,19,24,38,20r0,40","w":126},"u":{"d":"103,-35v63,0,33,-94,40,-151r51,0r0,186r-49,0v-1,-8,2,-20,-1,-26v-11,19,-32,30,-57,31v-92,5,-64,-108,-68,-191r52,0r0,105v0,28,6,46,32,46","w":213},"v":{"d":"122,0r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{".":20,",":20}},"w":{"d":"232,0r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{".":20,",":20}},"x":{"d":"67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"16,22v28,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0r-78,209v-11,38,-45,48,-95,41r0,-42","w":186,"k":{".":20,",":20}},"z":{"d":"8,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0r0,-39","w":186},"{":{"d":"30,-147v0,-54,-6,-114,44,-116r46,0r0,40v-24,-2,-40,2,-39,26v3,47,3,95,-36,99v46,1,37,61,37,106v0,18,19,18,38,17r0,41v-49,4,-89,-4,-90,-49v-2,-42,12,-101,-33,-100r0,-31v19,-2,33,-13,33,-33","w":119},"|":{"d":"21,-283r38,0r0,360r-38,0r0,-360","w":80},"}":{"d":"90,-53v0,55,6,116,-44,119r-46,0r0,-41v24,2,40,-2,39,-26v-2,-46,-5,-95,36,-98v-45,-1,-35,-61,-37,-107v0,-18,-19,-18,-38,-17r0,-40v49,-4,89,3,90,48v1,43,-11,101,33,101r0,31v-19,1,-33,11,-33,30","w":119},"~":{"d":"69,-122v40,2,86,49,108,-2r15,34v-12,14,-20,31,-45,31v-37,0,-91,-51,-108,1r-15,-33v8,-16,20,-32,45,-31","w":216},"'":{"d":"31,-257r38,0r0,116r-38,0r0,-116","w":100},"\u201c":{"d":"71,-141r-52,0v-3,-56,-1,-110,52,-116r0,24v-17,6,-23,16,-24,36r24,0r0,56xm147,-141r-51,0v-3,-56,-1,-110,51,-116r0,24v-17,6,-22,17,-24,36r24,0r0,56","w":166},"\u2013":{"d":"0,-120r180,0r0,44r-180,0r0,-44","w":180},"\u201d":{"d":"19,-257r52,0v3,56,1,110,-52,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55xm96,-257r51,0v3,55,2,110,-51,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55","w":166},"\u2026":{"d":"271,-55r57,0r0,55r-57,0r0,-55xm152,-55r56,0r0,55r-56,0r0,-55xm32,-55r56,0r0,55r-56,0r0,-55","w":360},"`":{"d":"-17,-260r56,0r35,51r-36,0","w":93},"\u2014":{"d":"47,-120r266,0r0,44r-266,0r0,-44","w":360},"\u00d7":{"d":"23,-33r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58r-58,58","w":216},"\u2122":{"d":"143,-228r-42,0r0,119r-37,0r0,-119r-42,0r0,-29r121,0r0,29xm334,-109r-34,0r-1,-105r-38,105r-25,0r-39,-105r0,105r-35,0r0,-148r49,0r37,98r37,-98r49,0r0,148","w":360},"\u00a0":{"w":100}}})); 2.85 +/*! 2.86 + * The following copyright notice may not be removed under any circumstances. 2.87 + * 2.88 + * Copyright: 2.89 + * The digitally encoded machine readable software for producing the Typefaces 2.90 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 2.91 + * Reserved. This software is the property of Adobe Systems Incorporated and its 2.92 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 2.93 + * transferred without the express written approval of Adobe. The digitally 2.94 + * encoded machine readable outline data for producing the Typefaces licensed to 2.95 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 2.96 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 2.97 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 2.98 + * transferred without the express written approval of Linotype-Hell AG and/or 2.99 + * its subsidiaries. 12 pt. Helvetica* 76 Bold Italic 14472 2.100 + * 2.101 + * Trademark: 2.102 + * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated. All Rights 2.103 + * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. 2.104 + * 2.105 + * Description: 2.106 + * The digitally encoded machine readable software for producing the Typefaces 2.107 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 2.108 + * Reserved. This software is the property of Adobe Systems Incorporated and its 2.109 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 2.110 + * transferred without the express written approval of Adobe. The digitally 2.111 + * encoded machine readable outline data for producing the Typefaces licensed to 2.112 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 2.113 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 2.114 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 2.115 + * transferred without the express written approval of Linotype-Hell AG and/or 2.116 + * its subsidiaries. 12 pt. Helvetica* 76 Bold Italic 14472 2.117 + * 2.118 + * Vendor URL: 2.119 + * http://www.Linotypelibrary.com 2.120 + * 2.121 + * License information: 2.122 + * http://www.Linotypelibrary.com 2.123 + */ 2.124 +Cufon.registerFont(Raphael.registerFont({"w":200,"face":{"font-family":"HelveticaNeue LT 55 Roman","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 5 0 0 9 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-48 -292 365 77","underline-thickness":"18","underline-position":"-27","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"108,-257v-11,66,-33,122,-53,180r-25,0v5,-63,9,-127,24,-180r54,0xm10,-55r57,0r-12,55r-56,0","w":106},"\"":{"d":"46,-257r38,0r0,116r-38,0r0,-116xm113,-257r38,0r0,116r-38,0r0,-116","w":173},"#":{"d":"85,-148r-7,44r35,0r7,-44r-35,0xm39,-71r-30,0r4,-33r31,0r6,-44r-30,0r4,-33r30,0r10,-71r35,0r-10,71r35,0r10,-71r35,0r-10,71r30,0r-3,33r-32,0r-6,44r31,0r-4,33r-31,0r-10,71r-35,0r10,-71r-35,0r-10,71r-35,0"},"$":{"d":"190,-80v0,58,-42,84,-99,86r-6,31r-18,0r6,-32v-49,-6,-71,-35,-71,-91r49,0v0,29,7,43,30,48r15,-74v-36,-12,-70,-25,-70,-73v0,-55,42,-78,99,-78r5,-29r18,0r-7,31v38,9,65,31,62,79r-50,0v1,-19,-8,-30,-20,-36r-12,64v37,11,69,26,69,74xm116,-221v-30,-4,-53,29,-32,51v6,4,13,7,21,10xm99,-36v40,5,57,-50,23,-66v-3,-2,-7,-4,-10,-5"},"%":{"d":"248,5v-35,1,-53,-23,-53,-57v1,-48,22,-81,70,-83v36,0,57,17,56,54v-1,50,-24,84,-73,86xm267,-108v-28,2,-34,33,-35,63v0,14,6,22,19,23v26,-4,34,-38,34,-66v0,-10,-7,-21,-18,-20xm257,-260r30,0r-193,268r-31,0xm99,-230v-29,2,-34,34,-36,63v0,14,5,24,19,23v27,-2,34,-38,34,-66v0,-10,-6,-20,-17,-20xm79,-117v-35,1,-53,-24,-53,-57v0,-46,22,-83,70,-83v36,0,58,19,57,55v-2,49,-24,83,-74,85","w":346},"&":{"d":"131,-226v-33,-1,-31,44,-14,63v15,-9,35,-17,37,-38v1,-15,-10,-25,-23,-25xm229,-123v-6,30,-20,55,-40,73r32,50r-56,0r-11,-20v-43,43,-152,30,-148,-46v2,-47,34,-67,69,-82v-34,-43,-11,-112,54,-112v58,0,88,63,48,101v-12,11,-26,19,-40,27r28,45v10,-10,15,-21,19,-36r45,0xm55,-66v0,39,59,32,76,10r-35,-57v-20,11,-41,19,-41,47","w":246},"\u2019":{"d":"51,-257r57,0v-12,54,-14,117,-81,116r5,-26v23,-3,27,-14,32,-35r-24,0","w":100,"k":{"s":13,"\u2019":14}},"(":{"d":"139,-263v-64,74,-104,203,-68,329r-39,0v-12,-31,-23,-74,-23,-116v0,-99,40,-156,85,-213r45,0","w":106},")":{"d":"90,-148v1,100,-42,155,-85,214r-45,0v64,-74,104,-203,68,-329r39,0v13,30,22,74,23,115","w":106},"*":{"d":"104,-210r44,-8r5,29r-44,6r21,38r-26,14r-20,-39r-31,35r-21,-21r32,-33r-38,-18r12,-27r39,20r6,-43r30,1","w":146},"+":{"d":"17,-110r72,0r0,-72r38,0r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38","w":216},",":{"d":"7,-55r57,0v-11,54,-16,114,-81,115r5,-25v23,-3,27,-14,32,-35r-25,0","w":100},"-":{"d":"19,-120r108,0r-9,44r-108,0","w":146},"\u00ad":{"d":"19,-120r108,0r-9,44r-108,0","w":146},".":{"d":"7,-55r57,0r-12,55r-57,0","w":100},"\/":{"d":"100,-263r41,0r-101,269r-41,0","w":140},"0":{"d":"114,-215v-54,10,-60,75,-64,134v-1,27,10,43,35,44v55,-9,66,-75,66,-133v0,-26,-11,-44,-37,-45xm78,5v-56,0,-79,-40,-79,-97v0,-87,33,-165,119,-165v57,0,84,37,84,95v0,88,-37,167,-124,167"},"1":{"d":"43,-202v44,-1,70,-18,85,-50r42,0r-54,252r-54,0r34,-163r-61,0"},"2":{"d":"111,-213v-30,2,-44,23,-47,52r-48,0v6,-59,38,-96,101,-96v52,0,84,25,84,76v0,84,-99,89,-143,137r124,0r-10,44r-187,0v7,-97,111,-99,158,-156v19,-24,0,-59,-32,-57"},"3":{"d":"132,-83v0,-29,-24,-33,-54,-31r7,-36v32,1,63,-3,63,-34v0,-20,-13,-31,-34,-31v-31,0,-42,16,-48,43r-49,0v7,-51,41,-85,97,-85v48,0,82,20,84,66v1,32,-24,51,-48,59v24,7,33,23,35,51v7,87,-121,108,-172,63v-16,-14,-21,-38,-19,-68r48,0v-4,30,12,49,41,49v28,0,49,-17,49,-46"},"4":{"d":"162,-100r33,0r-9,42r-33,0r-13,58r-49,0r13,-58r-117,0r9,-47r148,-147r50,0xm113,-100r20,-97r-95,97r75,0"},"5":{"d":"136,-90v4,-49,-65,-55,-83,-22r-46,0r44,-140r149,0r-9,42r-107,0v-4,17,-14,38,-16,54v45,-34,120,-6,120,60v0,89,-105,128,-169,82v-17,-12,-24,-32,-25,-59r49,0v0,24,19,36,43,36v31,0,47,-22,50,-53"},"6":{"d":"5,-98v0,-99,52,-176,154,-155v29,6,48,29,49,66r-50,0v0,-45,-62,-34,-76,-6v-7,14,-18,36,-21,50v11,-16,31,-26,56,-26v48,1,74,29,74,77v0,59,-39,97,-97,97v-63,0,-88,-40,-89,-103xm100,-131v-55,-3,-62,94,-7,94v29,0,46,-23,47,-51v0,-27,-15,-42,-40,-43"},"7":{"d":"203,-208v-57,51,-101,124,-124,208r-55,0v24,-80,69,-154,124,-204r-124,0r10,-48r179,0"},"8":{"d":"112,-219v-25,0,-42,12,-42,36v1,23,20,33,41,33v22,0,41,-11,41,-34v0,-24,-17,-35,-40,-35xm56,-136v-16,-8,-32,-25,-32,-47v0,-51,43,-74,96,-74v46,0,78,24,78,68v0,31,-24,48,-49,57v24,6,39,28,40,56v2,102,-196,111,-196,7v0,-42,29,-58,63,-67xm93,-116v-31,-1,-49,16,-49,44v0,25,19,38,44,39v28,1,50,-17,50,-43v0,-26,-19,-39,-45,-40"},"9":{"d":"199,-154v0,97,-53,177,-155,155v-28,-6,-47,-30,-48,-66r49,0v0,45,64,36,76,6v9,-12,19,-35,21,-50v-10,17,-30,26,-55,26v-49,-1,-75,-28,-75,-77v0,-58,39,-97,97,-97v63,0,90,40,90,103xm103,-121v30,0,46,-22,46,-51v0,-26,-13,-42,-38,-43v-30,-1,-47,22,-48,51v0,27,15,43,40,43"},":":{"d":"79,-127r-57,0r12,-56r57,0xm7,-55r57,0r-12,55r-57,0","w":100},";":{"d":"34,-183r57,0r-12,56r-57,0xm7,-55r57,0v-11,54,-16,114,-81,115r5,-25v23,-3,27,-14,32,-35r-25,0","w":100},"\u037e":{"d":"34,-183r57,0r-12,56r-57,0xm7,-55r57,0v-11,54,-16,114,-81,115r5,-25v23,-3,27,-14,32,-35r-25,0","w":100},"<":{"d":"199,-144r-132,53r132,52r0,42r-182,-73r0,-42r182,-73r0,41","w":216},"=":{"d":"199,-33r-182,0r0,-39r182,0r0,39xm199,-110r-182,0r0,-39r182,0r0,39","w":216},">":{"d":"17,-39r132,-52r-132,-53r0,-41r182,73r0,42r-182,73r0,-42","w":216},"?":{"d":"56,-55r57,0r-12,55r-57,0xm120,-221v-26,2,-39,19,-42,44r-51,0v4,-57,40,-86,100,-86v45,0,77,20,78,66v1,70,-81,59,-91,118r-47,0v2,-56,48,-65,77,-93v19,-18,3,-51,-24,-49","w":206},"@":{"d":"68,-110v-7,-68,81,-125,121,-67r5,-19r30,0r-26,108v0,3,2,9,6,8v30,-3,42,-33,42,-66v0,-58,-38,-88,-97,-88v-65,0,-101,41,-101,106v0,67,39,103,106,105v32,1,61,-12,77,-29r30,0v-22,34,-58,58,-109,58v-83,0,-139,-52,-139,-135v0,-81,55,-134,137,-134v70,0,125,38,125,110v0,59,-35,97,-85,104v-15,2,-24,-10,-27,-20v-27,42,-101,11,-95,-41xm149,-168v-43,0,-65,85,-16,85v28,0,42,-25,44,-54v0,-17,-12,-31,-28,-31","w":288},"A":{"d":"124,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0xm87,-99r69,0r-14,-103","w":246,"k":{"Y":20,"W":6,"V":13,"T":20,"\u2019":28}},"B":{"d":"188,-187v0,-39,-54,-23,-90,-26r-13,60v45,-1,103,11,103,-34xm234,-84v-1,105,-131,82,-235,84r54,-257v79,6,193,-25,191,60v0,35,-21,53,-48,61v22,5,38,26,38,52xm133,-44v46,9,63,-70,15,-70r-71,0r-15,70r71,0","w":259},"C":{"d":"13,-108v0,-117,119,-198,215,-131v19,13,29,39,29,71r-57,0v1,-30,-18,-48,-46,-48v-58,0,-82,50,-84,108v-1,40,19,67,58,67v34,0,54,-23,61,-52r56,0v-18,56,-46,98,-118,99v-72,1,-114,-42,-114,-114","w":266},"D":{"d":"198,-147v2,-56,-39,-68,-98,-63r-35,162v85,8,131,-24,133,-99xm255,-157v0,97,-51,157,-149,157r-107,0r54,-257r93,0v69,-1,109,35,109,100","w":266},"E":{"d":"53,-257r196,0r-10,47r-140,0r-11,56r129,0r-9,43r-130,0r-13,63r142,0r-10,48r-198,0","w":240},"F":{"d":"53,-257r183,0r-11,47r-126,0r-12,60r110,0r-9,44r-110,0r-23,106r-56,0","w":213,"k":{"A":20,".":46,",":46}},"G":{"d":"70,-108v-7,73,92,87,120,34v4,-7,7,-15,9,-23r-59,0r9,-42r109,0r-29,139r-36,0v-1,-8,2,-20,-1,-26v-14,21,-35,32,-65,32v-72,1,-114,-42,-114,-114v0,-118,117,-196,218,-133v20,12,32,36,32,69r-57,0v-1,-32,-19,-45,-52,-44v-58,2,-78,51,-84,108","w":273},"H":{"d":"53,-257r57,0r-21,99r104,0r21,-99r57,0r-55,257r-57,0r24,-111r-104,0r-24,111r-56,0","w":266},"I":{"d":"53,-257r57,0r-55,257r-56,0","w":106},"J":{"d":"49,-96v-21,40,24,75,51,41v24,-59,30,-136,47,-202r56,0r-38,184v-10,49,-36,77,-94,79v-62,2,-89,-42,-73,-102r51,0"},"K":{"d":"52,-257r57,0r-22,108r117,-108r75,0r-124,106r79,151r-64,0r-58,-116r-40,35r-17,81r-56,0","w":259},"L":{"d":"53,-257r56,0r-43,209r124,0r-10,48r-181,0","w":206,"k":{"y":6,"Y":33,"W":20,"V":27,"T":33,"\u2019":40}},"M":{"d":"53,-257r78,0r21,186r99,-186r78,0r-54,257r-53,0r46,-204r-109,204r-43,0r-25,-204r-39,204r-53,0","w":326},"N":{"d":"53,-257r58,0r71,183r37,-183r51,0r-54,257r-57,0r-71,-180r-37,180r-52,0","w":266},"O":{"d":"127,6v-72,2,-116,-42,-114,-114v3,-90,49,-155,141,-155v72,0,114,37,114,110v0,91,-47,156,-141,159xm154,-216v-58,0,-82,50,-84,108v-1,40,19,67,58,67v58,0,83,-51,83,-108v0,-40,-18,-67,-57,-67","w":280},"P":{"d":"244,-182v-3,83,-78,96,-169,90r-20,92r-56,0r53,-257v88,2,196,-19,192,75xm188,-181v0,-40,-48,-31,-88,-32r-16,77v0,0,104,8,104,-45","w":240,"k":{"A":27,".":55,",":55}},"Q":{"d":"268,-153v0,53,-20,98,-50,125r28,31r-31,25r-30,-34v-80,35,-180,-7,-172,-102v7,-90,49,-155,141,-155v72,0,114,37,114,110xm70,-108v-2,48,34,77,80,63r-20,-23r31,-25r22,26v35,-36,48,-151,-29,-149v-58,2,-81,50,-84,108","w":280},"R":{"d":"195,-181v2,-45,-55,-29,-95,-32r-15,72v49,-1,108,9,110,-40xm166,0v-8,-44,20,-104,-36,-100r-54,0r-21,100r-56,0r54,-257v84,5,203,-26,199,67v-2,41,-26,61,-59,70v42,12,19,76,28,120r-55,0","w":259,"k":{"Y":6,"W":6,"V":6,"T":6}},"S":{"d":"172,-142v82,39,28,148,-63,148v-68,0,-107,-25,-107,-91r53,0v-1,35,21,47,56,47v42,0,68,-46,28,-62v-46,-18,-106,-19,-109,-83v-4,-94,159,-106,190,-35v5,10,8,23,8,38r-53,0v1,-29,-19,-36,-46,-39v-43,-5,-63,46,-22,58","w":233},"T":{"d":"100,-210r-81,0r11,-47r214,0r-10,47r-77,0r-44,210r-57,0","w":219,"k":{"y":20,"w":27,"u":27,"s":27,"r":27,"o":27,"i":9,"e":27,"c":27,"a":27,"A":20,";":18,":":18,".":33,"-":35,",":33}},"U":{"d":"76,-108v-31,57,48,89,88,50v11,-11,13,-28,17,-47r32,-152r57,0v-33,107,-11,263,-155,263v-69,0,-112,-38,-96,-114r31,-149r57,0","w":266},"V":{"d":"119,0r-64,0r-29,-257r56,0r18,193r98,-193r58,0","w":226,"k":{"u":6,"r":6,"o":13,"i":2,"e":9,"a":13,"A":13,";":11,":":11,".":33,"-":13,",":33}},"W":{"d":"244,0r-56,0r-7,-184r-80,184r-57,0r-18,-257r57,0r4,188r81,-188r54,0r8,188r78,-188r57,0","w":339,"k":{"u":6,"r":6,"o":13,"i":2,"e":13,"a":13,"A":6,";":15,":":11,".":27,"-":13,",":27}},"X":{"d":"92,-135r-60,-122r61,0r37,85r65,-85r67,0r-106,124r63,133r-62,0r-40,-92r-74,92r-68,0","w":240},"Y":{"d":"84,-100r-62,-157r58,0r38,109r80,-109r67,0r-125,160r-20,97r-57,0","w":233,"k":{"v":6,"u":13,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":13,":":13,".":35,"-":22,",":35}},"Z":{"d":"-6,-47r172,-163r-132,0r11,-47r203,0r-10,45r-173,164r145,0r-9,48r-216,0","w":233},"[":{"d":"56,-263r93,0r-9,40r-45,0r-52,248r45,0r-8,41r-93,0","w":119},"\\":{"d":"141,6r-41,0r-101,-269r41,0","w":140},"]":{"d":"53,66r-93,0r8,-41r45,0r53,-248r-46,0r9,-40r93,0","w":119},"^":{"d":"84,-252r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"85,-141r-57,0v12,-54,14,-116,81,-116r-5,25v-23,3,-27,14,-32,35r24,0","w":100,"k":{"\u2018":14}},"a":{"d":"140,-134v0,-36,-69,-27,-71,4r-47,0v6,-44,39,-60,88,-61v52,-1,87,22,73,80v-9,36,-20,74,-17,111r-51,0r0,-18v-28,35,-118,31,-118,-26v0,-61,70,-63,125,-70v11,-4,18,-7,18,-20xm130,-89v-25,17,-82,-3,-81,39v0,29,50,24,61,7v12,-11,15,-29,20,-46","w":206},"b":{"d":"108,5v-30,1,-49,-12,-59,-34r-6,29r-47,0r54,-257r51,0r-19,91v16,-16,28,-25,56,-25v47,0,67,31,66,79v-2,65,-31,114,-96,117xm153,-111v0,-24,-11,-43,-36,-42v-41,2,-54,40,-55,80v-1,24,13,41,37,40v39,-2,52,-38,54,-78","w":219},"c":{"d":"4,-75v0,-91,85,-146,163,-100v16,10,24,28,25,53r-51,0v0,-22,-13,-31,-34,-31v-39,0,-51,39,-52,79v0,25,11,40,35,41v23,1,35,-18,41,-35r52,0v-15,42,-44,73,-97,73v-52,0,-82,-26,-82,-80"},"d":{"d":"147,-112v0,-24,-12,-41,-36,-41v-39,0,-55,38,-56,78v0,25,13,42,36,42v39,0,56,-39,56,-79xm105,-191v26,0,44,12,53,30r21,-96r51,0r-55,257r-49,0v1,-8,6,-17,4,-24v-29,53,-133,30,-126,-44v7,-68,31,-122,101,-123","w":219},"e":{"d":"144,-113v6,-50,-64,-49,-79,-15v-3,5,-5,10,-7,15r86,0xm106,-191v65,-2,98,44,84,110r-137,0v-3,31,12,48,41,48v20,-1,29,-14,38,-26r51,0v-15,40,-42,65,-97,64v-53,0,-82,-29,-82,-81v0,-66,35,-113,102,-115","w":206},"f":{"d":"46,-186v5,-55,39,-85,106,-70r-8,36v-30,-5,-47,6,-47,34r36,0r-7,34r-37,0r-32,152r-51,0r32,-152r-30,0r7,-34r31,0","w":126},"g":{"d":"100,-191v30,-1,47,13,58,33r5,-28r49,0v-17,70,-25,149,-49,213v-22,59,-171,63,-170,-17r51,0v0,34,56,31,68,8v6,-13,16,-31,17,-47v-38,52,-129,21,-123,-50v5,-62,32,-108,94,-112xm146,-112v0,-24,-13,-41,-37,-41v-52,0,-77,112,-17,112v37,0,52,-33,54,-71","w":219},"h":{"d":"141,-109v18,-42,-36,-55,-57,-26v-25,33,-24,90,-37,135r-51,0r53,-257r51,0r-18,92v28,-43,129,-34,114,40r-26,125r-52,0","w":219},"i":{"d":"93,-215r-52,0r9,-42r52,0xm35,-186r52,0r-40,186r-51,0","w":93},"j":{"d":"93,-215r-52,0r9,-42r52,0xm-39,23v26,5,33,-11,38,-33r37,-176r51,0r-48,219v-11,29,-46,37,-87,31","w":93},"k":{"d":"50,-257r51,0r-29,140r73,-69r63,0r-83,70r48,116r-56,0r-31,-83r-27,23r-12,60r-51,0"},"l":{"d":"50,-257r52,0r-55,257r-51,0","w":93},"m":{"d":"136,-118v11,-26,-18,-42,-39,-28v-40,26,-35,96,-50,146r-51,0r39,-186r49,0r-6,26v19,-33,100,-48,111,1v23,-47,133,-44,117,32r-26,127r-51,0r26,-131v-9,-39,-63,-10,-65,14v-13,35,-17,78,-27,117r-51,0","w":326},"n":{"d":"141,-109v18,-42,-36,-55,-57,-26v-25,33,-24,90,-37,135r-51,0r39,-186r49,0r-6,26v32,-51,133,-39,118,35r-26,125r-52,0","w":219},"o":{"d":"109,-153v-55,-2,-80,120,-18,120v40,0,53,-39,55,-79v1,-26,-12,-40,-37,-41xm89,5v-52,0,-86,-26,-85,-80v1,-69,37,-116,107,-116v53,0,86,25,86,79v0,70,-38,117,-108,117","w":213},"p":{"d":"103,5v-28,0,-43,-13,-54,-30r-19,91r-51,0r53,-252r50,0r-5,24v11,-18,30,-29,56,-29v45,0,71,28,71,73v0,69,-33,120,-101,123xm153,-111v0,-24,-13,-42,-37,-42v-40,0,-54,40,-56,79v-1,25,13,41,37,41v40,0,56,-39,56,-78","w":219},"q":{"d":"148,-113v0,-24,-13,-40,-37,-40v-40,0,-56,38,-56,78v0,26,12,42,38,42v38,0,55,-40,55,-80xm100,-191v30,-1,50,11,59,34r6,-29r47,0r-53,252r-51,0r17,-81v-13,12,-27,21,-53,20v-48,0,-68,-32,-68,-79v0,-65,31,-114,96,-117","w":219},"r":{"d":"146,-140v-84,-24,-84,75,-99,140r-51,0r39,-186r48,0r-7,33v12,-26,42,-43,80,-37","w":140,"k":{"y":-6,"v":-6,".":27,"-":13,",":27}},"s":{"d":"39,-91v-55,-36,-3,-111,59,-100v45,-1,76,14,76,59r-47,0v0,-17,-11,-23,-29,-25v-21,-2,-41,13,-26,29v33,19,93,17,93,70v0,82,-166,87,-168,5r0,-7r47,0v-1,23,17,28,37,31v31,5,45,-33,14,-43","w":186},"t":{"d":"99,1v-44,9,-89,-1,-78,-53r21,-100r-34,0r8,-34r33,0r11,-57r52,0r-12,57r37,0r-8,34r-36,0r-21,101v-1,17,20,15,36,13","w":133},"u":{"d":"66,-77v-16,29,14,53,41,37v43,-24,37,-96,53,-146r51,0r-39,186r-49,0v1,-8,6,-19,5,-26v-31,50,-133,41,-117,-36r26,-124r51,0","w":219},"v":{"d":"94,0r-59,0r-24,-186r52,0r13,132r65,-132r54,0","w":186,"k":{".":20,",":20}},"w":{"d":"203,0r-53,0r-7,-131r-58,131r-54,0r-20,-186r52,0r8,131r57,-131r52,0r6,130r60,-130r54,0","w":293,"k":{".":13,",":13}},"x":{"d":"114,-97r47,97r-54,0r-27,-61r-50,61r-58,0r87,-100r-42,-86r54,0r21,54r42,-54r57,0","w":186},"y":{"d":"-14,21v27,6,49,-3,55,-23r-33,-184r52,0r17,133r64,-133r54,0r-131,232v-16,21,-52,22,-87,18","w":186,"k":{".":20,",":20}},"z":{"d":"-10,-38r116,-110r-89,0r8,-38r156,0r-8,38r-117,109r103,0r-9,39r-168,0","w":180},"{":{"d":"34,66v-83,-10,25,-142,-47,-149r7,-31v76,-8,17,-139,108,-149r46,0r-8,40v-81,-12,-20,110,-101,125v49,7,14,71,14,111v0,13,19,13,35,12r-8,41r-46,0","w":119},"|":{"d":"21,-283r38,0r0,360r-38,0r0,-360","w":79},"}":{"d":"75,-263v84,9,-26,141,46,149r-7,31v-76,8,-17,138,-108,149r-46,0r9,-41v81,12,18,-110,100,-124v-49,-7,-16,-70,-14,-111v1,-15,-18,-13,-34,-13r8,-40r46,0","w":119},"~":{"d":"69,-122v40,2,86,49,108,-2r15,34v-12,14,-20,31,-45,31v-37,0,-91,-51,-108,1r-15,-33v8,-16,20,-32,45,-31","w":216},"'":{"d":"40,-257r38,0r0,116r-38,0r0,-116","w":100},"\u201c":{"d":"157,-141r-57,0v10,-56,14,-116,81,-116r-6,25v-22,3,-26,15,-32,35r25,0xm81,-141r-57,0v10,-56,14,-116,81,-116r-6,25v-22,3,-26,15,-32,35r25,0","w":173},"\u2013":{"d":"-1,-120r180,0r-9,44r-180,0","w":180},"\u201d":{"d":"47,-257r57,0v-12,54,-14,116,-81,116r5,-26v23,-3,27,-14,32,-35r-25,0xm123,-257r57,0v-12,54,-15,116,-81,116r5,-26v23,-3,27,-14,32,-35r-25,0","w":173},"\u2026":{"d":"18,-55r57,0r-12,55r-57,0xm257,-55r57,0r-12,55r-56,0xm138,-55r56,0r-11,55r-57,0","w":360},"`":{"d":"95,-209r-36,0r-50,-51r54,0","w":93},"\u2014":{"d":"46,-120r266,0r-9,44r-267,0","w":360},"\u00d7":{"d":"23,-33r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58r-58,58","w":216},"\u2122":{"d":"143,-228r-42,0r0,119r-37,0r0,-119r-42,0r0,-29r121,0r0,29xm334,-109r-34,0r-1,-105r-38,105r-25,0r-39,-105r0,105r-35,0r0,-148r49,0r37,98r37,-98r49,0r0,148","w":356},"\u00a0":{"w":100}}})); 2.125 +/*! 2.126 + * The following copyright notice may not be removed under any circumstances. 2.127 + * 2.128 + * Copyright: 2.129 + * The digitally encoded machine readable software for producing the Typefaces 2.130 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 2.131 + * Reserved. This software is the property of Adobe Systems Incorporated and its 2.132 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 2.133 + * transferred without the express written approval of Adobe. The digitally 2.134 + * encoded machine readable outline data for producing the Typefaces licensed to 2.135 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 2.136 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 2.137 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 2.138 + * transferred without the express written approval of Linotype-Hell AG and/or 2.139 + * its subsidiaries. 12 pt. Helvetica* 76 Bold Italic 14472 2.140 + * 2.141 + * Trademark: 2.142 + * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated. All Rights 2.143 + * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. 2.144 + * 2.145 + * Description: 2.146 + * The digitally encoded machine readable software for producing the Typefaces 2.147 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 2.148 + * Reserved. This software is the property of Adobe Systems Incorporated and its 2.149 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 2.150 + * transferred without the express written approval of Adobe. The digitally 2.151 + * encoded machine readable outline data for producing the Typefaces licensed to 2.152 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 2.153 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 2.154 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 2.155 + * transferred without the express written approval of Linotype-Hell AG and/or 2.156 + * its subsidiaries. 12 pt. Helvetica* 76 Bold Italic 14472 2.157 + * 2.158 + * Vendor URL: 2.159 + * http://www.Linotypelibrary.com 2.160 + * 2.161 + * License information: 2.162 + * http://www.Linotypelibrary.com 2.163 + */ 2.164 +Cufon.registerFont(Raphael.registerFont({"w":200,"face":{"font-family":"HelveticaNeue LT 55 Roman","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 5 0 0 9 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-48 -292 365 77","underline-thickness":"18","underline-position":"-27","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"108,-257v-11,66,-33,122,-53,180r-25,0v5,-63,9,-127,24,-180r54,0xm10,-55r57,0r-12,55r-56,0","w":106},"\"":{"d":"46,-257r38,0r0,116r-38,0r0,-116xm113,-257r38,0r0,116r-38,0r0,-116","w":173},"#":{"d":"85,-148r-7,44r35,0r7,-44r-35,0xm39,-71r-30,0r4,-33r31,0r6,-44r-30,0r4,-33r30,0r10,-71r35,0r-10,71r35,0r10,-71r35,0r-10,71r30,0r-3,33r-32,0r-6,44r31,0r-4,33r-31,0r-10,71r-35,0r10,-71r-35,0r-10,71r-35,0"},"$":{"d":"190,-80v0,58,-42,84,-99,86r-6,31r-18,0r6,-32v-49,-6,-71,-35,-71,-91r49,0v0,29,7,43,30,48r15,-74v-36,-12,-70,-25,-70,-73v0,-55,42,-78,99,-78r5,-29r18,0r-7,31v38,9,65,31,62,79r-50,0v1,-19,-8,-30,-20,-36r-12,64v37,11,69,26,69,74xm116,-221v-30,-4,-53,29,-32,51v6,4,13,7,21,10xm99,-36v40,5,57,-50,23,-66v-3,-2,-7,-4,-10,-5"},"%":{"d":"248,5v-35,1,-53,-23,-53,-57v1,-48,22,-81,70,-83v36,0,57,17,56,54v-1,50,-24,84,-73,86xm267,-108v-28,2,-34,33,-35,63v0,14,6,22,19,23v26,-4,34,-38,34,-66v0,-10,-7,-21,-18,-20xm257,-260r30,0r-193,268r-31,0xm99,-230v-29,2,-34,34,-36,63v0,14,5,24,19,23v27,-2,34,-38,34,-66v0,-10,-6,-20,-17,-20xm79,-117v-35,1,-53,-24,-53,-57v0,-46,22,-83,70,-83v36,0,58,19,57,55v-2,49,-24,83,-74,85","w":346},"&":{"d":"131,-226v-33,-1,-31,44,-14,63v15,-9,35,-17,37,-38v1,-15,-10,-25,-23,-25xm229,-123v-6,30,-20,55,-40,73r32,50r-56,0r-11,-20v-43,43,-152,30,-148,-46v2,-47,34,-67,69,-82v-34,-43,-11,-112,54,-112v58,0,88,63,48,101v-12,11,-26,19,-40,27r28,45v10,-10,15,-21,19,-36r45,0xm55,-66v0,39,59,32,76,10r-35,-57v-20,11,-41,19,-41,47","w":246},"\u2019":{"d":"51,-257r57,0v-12,54,-14,117,-81,116r5,-26v23,-3,27,-14,32,-35r-24,0","w":100,"k":{"s":13,"\u2019":14}},"(":{"d":"139,-263v-64,74,-104,203,-68,329r-39,0v-12,-31,-23,-74,-23,-116v0,-99,40,-156,85,-213r45,0","w":106},")":{"d":"90,-148v1,100,-42,155,-85,214r-45,0v64,-74,104,-203,68,-329r39,0v13,30,22,74,23,115","w":106},"*":{"d":"104,-210r44,-8r5,29r-44,6r21,38r-26,14r-20,-39r-31,35r-21,-21r32,-33r-38,-18r12,-27r39,20r6,-43r30,1","w":146},"+":{"d":"17,-110r72,0r0,-72r38,0r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38","w":216},",":{"d":"7,-55r57,0v-11,54,-16,114,-81,115r5,-25v23,-3,27,-14,32,-35r-25,0","w":100},"-":{"d":"19,-120r108,0r-9,44r-108,0","w":146},"\u00ad":{"d":"19,-120r108,0r-9,44r-108,0","w":146},".":{"d":"7,-55r57,0r-12,55r-57,0","w":100},"\/":{"d":"100,-263r41,0r-101,269r-41,0","w":140},"0":{"d":"114,-215v-54,10,-60,75,-64,134v-1,27,10,43,35,44v55,-9,66,-75,66,-133v0,-26,-11,-44,-37,-45xm78,5v-56,0,-79,-40,-79,-97v0,-87,33,-165,119,-165v57,0,84,37,84,95v0,88,-37,167,-124,167"},"1":{"d":"43,-202v44,-1,70,-18,85,-50r42,0r-54,252r-54,0r34,-163r-61,0"},"2":{"d":"111,-213v-30,2,-44,23,-47,52r-48,0v6,-59,38,-96,101,-96v52,0,84,25,84,76v0,84,-99,89,-143,137r124,0r-10,44r-187,0v7,-97,111,-99,158,-156v19,-24,0,-59,-32,-57"},"3":{"d":"132,-83v0,-29,-24,-33,-54,-31r7,-36v32,1,63,-3,63,-34v0,-20,-13,-31,-34,-31v-31,0,-42,16,-48,43r-49,0v7,-51,41,-85,97,-85v48,0,82,20,84,66v1,32,-24,51,-48,59v24,7,33,23,35,51v7,87,-121,108,-172,63v-16,-14,-21,-38,-19,-68r48,0v-4,30,12,49,41,49v28,0,49,-17,49,-46"},"4":{"d":"162,-100r33,0r-9,42r-33,0r-13,58r-49,0r13,-58r-117,0r9,-47r148,-147r50,0xm113,-100r20,-97r-95,97r75,0"},"5":{"d":"136,-90v4,-49,-65,-55,-83,-22r-46,0r44,-140r149,0r-9,42r-107,0v-4,17,-14,38,-16,54v45,-34,120,-6,120,60v0,89,-105,128,-169,82v-17,-12,-24,-32,-25,-59r49,0v0,24,19,36,43,36v31,0,47,-22,50,-53"},"6":{"d":"5,-98v0,-99,52,-176,154,-155v29,6,48,29,49,66r-50,0v0,-45,-62,-34,-76,-6v-7,14,-18,36,-21,50v11,-16,31,-26,56,-26v48,1,74,29,74,77v0,59,-39,97,-97,97v-63,0,-88,-40,-89,-103xm100,-131v-55,-3,-62,94,-7,94v29,0,46,-23,47,-51v0,-27,-15,-42,-40,-43"},"7":{"d":"203,-208v-57,51,-101,124,-124,208r-55,0v24,-80,69,-154,124,-204r-124,0r10,-48r179,0"},"8":{"d":"112,-219v-25,0,-42,12,-42,36v1,23,20,33,41,33v22,0,41,-11,41,-34v0,-24,-17,-35,-40,-35xm56,-136v-16,-8,-32,-25,-32,-47v0,-51,43,-74,96,-74v46,0,78,24,78,68v0,31,-24,48,-49,57v24,6,39,28,40,56v2,102,-196,111,-196,7v0,-42,29,-58,63,-67xm93,-116v-31,-1,-49,16,-49,44v0,25,19,38,44,39v28,1,50,-17,50,-43v0,-26,-19,-39,-45,-40"},"9":{"d":"199,-154v0,97,-53,177,-155,155v-28,-6,-47,-30,-48,-66r49,0v0,45,64,36,76,6v9,-12,19,-35,21,-50v-10,17,-30,26,-55,26v-49,-1,-75,-28,-75,-77v0,-58,39,-97,97,-97v63,0,90,40,90,103xm103,-121v30,0,46,-22,46,-51v0,-26,-13,-42,-38,-43v-30,-1,-47,22,-48,51v0,27,15,43,40,43"},":":{"d":"79,-127r-57,0r12,-56r57,0xm7,-55r57,0r-12,55r-57,0","w":100},";":{"d":"34,-183r57,0r-12,56r-57,0xm7,-55r57,0v-11,54,-16,114,-81,115r5,-25v23,-3,27,-14,32,-35r-25,0","w":100},"\u037e":{"d":"34,-183r57,0r-12,56r-57,0xm7,-55r57,0v-11,54,-16,114,-81,115r5,-25v23,-3,27,-14,32,-35r-25,0","w":100},"<":{"d":"199,-144r-132,53r132,52r0,42r-182,-73r0,-42r182,-73r0,41","w":216},"=":{"d":"199,-33r-182,0r0,-39r182,0r0,39xm199,-110r-182,0r0,-39r182,0r0,39","w":216},">":{"d":"17,-39r132,-52r-132,-53r0,-41r182,73r0,42r-182,73r0,-42","w":216},"?":{"d":"56,-55r57,0r-12,55r-57,0xm120,-221v-26,2,-39,19,-42,44r-51,0v4,-57,40,-86,100,-86v45,0,77,20,78,66v1,70,-81,59,-91,118r-47,0v2,-56,48,-65,77,-93v19,-18,3,-51,-24,-49","w":206},"@":{"d":"68,-110v-7,-68,81,-125,121,-67r5,-19r30,0r-26,108v0,3,2,9,6,8v30,-3,42,-33,42,-66v0,-58,-38,-88,-97,-88v-65,0,-101,41,-101,106v0,67,39,103,106,105v32,1,61,-12,77,-29r30,0v-22,34,-58,58,-109,58v-83,0,-139,-52,-139,-135v0,-81,55,-134,137,-134v70,0,125,38,125,110v0,59,-35,97,-85,104v-15,2,-24,-10,-27,-20v-27,42,-101,11,-95,-41xm149,-168v-43,0,-65,85,-16,85v28,0,42,-25,44,-54v0,-17,-12,-31,-28,-31","w":288},"A":{"d":"124,-257r58,0r43,257r-56,0r-8,-57r-97,0r-32,57r-60,0xm87,-99r69,0r-14,-103","w":246,"k":{"Y":20,"W":6,"V":13,"T":20,"\u2019":28}},"B":{"d":"188,-187v0,-39,-54,-23,-90,-26r-13,60v45,-1,103,11,103,-34xm234,-84v-1,105,-131,82,-235,84r54,-257v79,6,193,-25,191,60v0,35,-21,53,-48,61v22,5,38,26,38,52xm133,-44v46,9,63,-70,15,-70r-71,0r-15,70r71,0","w":259},"C":{"d":"13,-108v0,-117,119,-198,215,-131v19,13,29,39,29,71r-57,0v1,-30,-18,-48,-46,-48v-58,0,-82,50,-84,108v-1,40,19,67,58,67v34,0,54,-23,61,-52r56,0v-18,56,-46,98,-118,99v-72,1,-114,-42,-114,-114","w":266},"D":{"d":"198,-147v2,-56,-39,-68,-98,-63r-35,162v85,8,131,-24,133,-99xm255,-157v0,97,-51,157,-149,157r-107,0r54,-257r93,0v69,-1,109,35,109,100","w":266},"E":{"d":"53,-257r196,0r-10,47r-140,0r-11,56r129,0r-9,43r-130,0r-13,63r142,0r-10,48r-198,0","w":240},"F":{"d":"53,-257r183,0r-11,47r-126,0r-12,60r110,0r-9,44r-110,0r-23,106r-56,0","w":213,"k":{"A":20,".":46,",":46}},"G":{"d":"70,-108v-7,73,92,87,120,34v4,-7,7,-15,9,-23r-59,0r9,-42r109,0r-29,139r-36,0v-1,-8,2,-20,-1,-26v-14,21,-35,32,-65,32v-72,1,-114,-42,-114,-114v0,-118,117,-196,218,-133v20,12,32,36,32,69r-57,0v-1,-32,-19,-45,-52,-44v-58,2,-78,51,-84,108","w":273},"H":{"d":"53,-257r57,0r-21,99r104,0r21,-99r57,0r-55,257r-57,0r24,-111r-104,0r-24,111r-56,0","w":266},"I":{"d":"53,-257r57,0r-55,257r-56,0","w":106},"J":{"d":"49,-96v-21,40,24,75,51,41v24,-59,30,-136,47,-202r56,0r-38,184v-10,49,-36,77,-94,79v-62,2,-89,-42,-73,-102r51,0"},"K":{"d":"52,-257r57,0r-22,108r117,-108r75,0r-124,106r79,151r-64,0r-58,-116r-40,35r-17,81r-56,0","w":259},"L":{"d":"53,-257r56,0r-43,209r124,0r-10,48r-181,0","w":206,"k":{"y":6,"Y":33,"W":20,"V":27,"T":33,"\u2019":40}},"M":{"d":"53,-257r78,0r21,186r99,-186r78,0r-54,257r-53,0r46,-204r-109,204r-43,0r-25,-204r-39,204r-53,0","w":326},"N":{"d":"53,-257r58,0r71,183r37,-183r51,0r-54,257r-57,0r-71,-180r-37,180r-52,0","w":266},"O":{"d":"127,6v-72,2,-116,-42,-114,-114v3,-90,49,-155,141,-155v72,0,114,37,114,110v0,91,-47,156,-141,159xm154,-216v-58,0,-82,50,-84,108v-1,40,19,67,58,67v58,0,83,-51,83,-108v0,-40,-18,-67,-57,-67","w":280},"P":{"d":"244,-182v-3,83,-78,96,-169,90r-20,92r-56,0r53,-257v88,2,196,-19,192,75xm188,-181v0,-40,-48,-31,-88,-32r-16,77v0,0,104,8,104,-45","w":240,"k":{"A":27,".":55,",":55}},"Q":{"d":"268,-153v0,53,-20,98,-50,125r28,31r-31,25r-30,-34v-80,35,-180,-7,-172,-102v7,-90,49,-155,141,-155v72,0,114,37,114,110xm70,-108v-2,48,34,77,80,63r-20,-23r31,-25r22,26v35,-36,48,-151,-29,-149v-58,2,-81,50,-84,108","w":280},"R":{"d":"195,-181v2,-45,-55,-29,-95,-32r-15,72v49,-1,108,9,110,-40xm166,0v-8,-44,20,-104,-36,-100r-54,0r-21,100r-56,0r54,-257v84,5,203,-26,199,67v-2,41,-26,61,-59,70v42,12,19,76,28,120r-55,0","w":259,"k":{"Y":6,"W":6,"V":6,"T":6}},"S":{"d":"172,-142v82,39,28,148,-63,148v-68,0,-107,-25,-107,-91r53,0v-1,35,21,47,56,47v42,0,68,-46,28,-62v-46,-18,-106,-19,-109,-83v-4,-94,159,-106,190,-35v5,10,8,23,8,38r-53,0v1,-29,-19,-36,-46,-39v-43,-5,-63,46,-22,58","w":233},"T":{"d":"100,-210r-81,0r11,-47r214,0r-10,47r-77,0r-44,210r-57,0","w":219,"k":{"y":20,"w":27,"u":27,"s":27,"r":27,"o":27,"i":9,"e":27,"c":27,"a":27,"A":20,";":18,":":18,".":33,"-":35,",":33}},"U":{"d":"76,-108v-31,57,48,89,88,50v11,-11,13,-28,17,-47r32,-152r57,0v-33,107,-11,263,-155,263v-69,0,-112,-38,-96,-114r31,-149r57,0","w":266},"V":{"d":"119,0r-64,0r-29,-257r56,0r18,193r98,-193r58,0","w":226,"k":{"u":6,"r":6,"o":13,"i":2,"e":9,"a":13,"A":13,";":11,":":11,".":33,"-":13,",":33}},"W":{"d":"244,0r-56,0r-7,-184r-80,184r-57,0r-18,-257r57,0r4,188r81,-188r54,0r8,188r78,-188r57,0","w":339,"k":{"u":6,"r":6,"o":13,"i":2,"e":13,"a":13,"A":6,";":15,":":11,".":27,"-":13,",":27}},"X":{"d":"92,-135r-60,-122r61,0r37,85r65,-85r67,0r-106,124r63,133r-62,0r-40,-92r-74,92r-68,0","w":240},"Y":{"d":"84,-100r-62,-157r58,0r38,109r80,-109r67,0r-125,160r-20,97r-57,0","w":233,"k":{"v":6,"u":13,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":13,":":13,".":35,"-":22,",":35}},"Z":{"d":"-6,-47r172,-163r-132,0r11,-47r203,0r-10,45r-173,164r145,0r-9,48r-216,0","w":233},"[":{"d":"56,-263r93,0r-9,40r-45,0r-52,248r45,0r-8,41r-93,0","w":119},"\\":{"d":"141,6r-41,0r-101,-269r41,0","w":140},"]":{"d":"53,66r-93,0r8,-41r45,0r53,-248r-46,0r9,-40r93,0","w":119},"^":{"d":"84,-252r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"85,-141r-57,0v12,-54,14,-116,81,-116r-5,25v-23,3,-27,14,-32,35r24,0","w":100,"k":{"\u2018":14}},"a":{"d":"140,-134v0,-36,-69,-27,-71,4r-47,0v6,-44,39,-60,88,-61v52,-1,87,22,73,80v-9,36,-20,74,-17,111r-51,0r0,-18v-28,35,-118,31,-118,-26v0,-61,70,-63,125,-70v11,-4,18,-7,18,-20xm130,-89v-25,17,-82,-3,-81,39v0,29,50,24,61,7v12,-11,15,-29,20,-46","w":206},"b":{"d":"108,5v-30,1,-49,-12,-59,-34r-6,29r-47,0r54,-257r51,0r-19,91v16,-16,28,-25,56,-25v47,0,67,31,66,79v-2,65,-31,114,-96,117xm153,-111v0,-24,-11,-43,-36,-42v-41,2,-54,40,-55,80v-1,24,13,41,37,40v39,-2,52,-38,54,-78","w":219},"c":{"d":"4,-75v0,-91,85,-146,163,-100v16,10,24,28,25,53r-51,0v0,-22,-13,-31,-34,-31v-39,0,-51,39,-52,79v0,25,11,40,35,41v23,1,35,-18,41,-35r52,0v-15,42,-44,73,-97,73v-52,0,-82,-26,-82,-80"},"d":{"d":"147,-112v0,-24,-12,-41,-36,-41v-39,0,-55,38,-56,78v0,25,13,42,36,42v39,0,56,-39,56,-79xm105,-191v26,0,44,12,53,30r21,-96r51,0r-55,257r-49,0v1,-8,6,-17,4,-24v-29,53,-133,30,-126,-44v7,-68,31,-122,101,-123","w":219},"e":{"d":"144,-113v6,-50,-64,-49,-79,-15v-3,5,-5,10,-7,15r86,0xm106,-191v65,-2,98,44,84,110r-137,0v-3,31,12,48,41,48v20,-1,29,-14,38,-26r51,0v-15,40,-42,65,-97,64v-53,0,-82,-29,-82,-81v0,-66,35,-113,102,-115","w":206},"f":{"d":"46,-186v5,-55,39,-85,106,-70r-8,36v-30,-5,-47,6,-47,34r36,0r-7,34r-37,0r-32,152r-51,0r32,-152r-30,0r7,-34r31,0","w":126},"g":{"d":"100,-191v30,-1,47,13,58,33r5,-28r49,0v-17,70,-25,149,-49,213v-22,59,-171,63,-170,-17r51,0v0,34,56,31,68,8v6,-13,16,-31,17,-47v-38,52,-129,21,-123,-50v5,-62,32,-108,94,-112xm146,-112v0,-24,-13,-41,-37,-41v-52,0,-77,112,-17,112v37,0,52,-33,54,-71","w":219},"h":{"d":"141,-109v18,-42,-36,-55,-57,-26v-25,33,-24,90,-37,135r-51,0r53,-257r51,0r-18,92v28,-43,129,-34,114,40r-26,125r-52,0","w":219},"i":{"d":"93,-215r-52,0r9,-42r52,0xm35,-186r52,0r-40,186r-51,0","w":93},"j":{"d":"93,-215r-52,0r9,-42r52,0xm-39,23v26,5,33,-11,38,-33r37,-176r51,0r-48,219v-11,29,-46,37,-87,31","w":93},"k":{"d":"50,-257r51,0r-29,140r73,-69r63,0r-83,70r48,116r-56,0r-31,-83r-27,23r-12,60r-51,0"},"l":{"d":"50,-257r52,0r-55,257r-51,0","w":93},"m":{"d":"136,-118v11,-26,-18,-42,-39,-28v-40,26,-35,96,-50,146r-51,0r39,-186r49,0r-6,26v19,-33,100,-48,111,1v23,-47,133,-44,117,32r-26,127r-51,0r26,-131v-9,-39,-63,-10,-65,14v-13,35,-17,78,-27,117r-51,0","w":326},"n":{"d":"141,-109v18,-42,-36,-55,-57,-26v-25,33,-24,90,-37,135r-51,0r39,-186r49,0r-6,26v32,-51,133,-39,118,35r-26,125r-52,0","w":219},"o":{"d":"109,-153v-55,-2,-80,120,-18,120v40,0,53,-39,55,-79v1,-26,-12,-40,-37,-41xm89,5v-52,0,-86,-26,-85,-80v1,-69,37,-116,107,-116v53,0,86,25,86,79v0,70,-38,117,-108,117","w":213},"p":{"d":"103,5v-28,0,-43,-13,-54,-30r-19,91r-51,0r53,-252r50,0r-5,24v11,-18,30,-29,56,-29v45,0,71,28,71,73v0,69,-33,120,-101,123xm153,-111v0,-24,-13,-42,-37,-42v-40,0,-54,40,-56,79v-1,25,13,41,37,41v40,0,56,-39,56,-78","w":219},"q":{"d":"148,-113v0,-24,-13,-40,-37,-40v-40,0,-56,38,-56,78v0,26,12,42,38,42v38,0,55,-40,55,-80xm100,-191v30,-1,50,11,59,34r6,-29r47,0r-53,252r-51,0r17,-81v-13,12,-27,21,-53,20v-48,0,-68,-32,-68,-79v0,-65,31,-114,96,-117","w":219},"r":{"d":"146,-140v-84,-24,-84,75,-99,140r-51,0r39,-186r48,0r-7,33v12,-26,42,-43,80,-37","w":140,"k":{"y":-6,"v":-6,".":27,"-":13,",":27}},"s":{"d":"39,-91v-55,-36,-3,-111,59,-100v45,-1,76,14,76,59r-47,0v0,-17,-11,-23,-29,-25v-21,-2,-41,13,-26,29v33,19,93,17,93,70v0,82,-166,87,-168,5r0,-7r47,0v-1,23,17,28,37,31v31,5,45,-33,14,-43","w":186},"t":{"d":"99,1v-44,9,-89,-1,-78,-53r21,-100r-34,0r8,-34r33,0r11,-57r52,0r-12,57r37,0r-8,34r-36,0r-21,101v-1,17,20,15,36,13","w":133},"u":{"d":"66,-77v-16,29,14,53,41,37v43,-24,37,-96,53,-146r51,0r-39,186r-49,0v1,-8,6,-19,5,-26v-31,50,-133,41,-117,-36r26,-124r51,0","w":219},"v":{"d":"94,0r-59,0r-24,-186r52,0r13,132r65,-132r54,0","w":186,"k":{".":20,",":20}},"w":{"d":"203,0r-53,0r-7,-131r-58,131r-54,0r-20,-186r52,0r8,131r57,-131r52,0r6,130r60,-130r54,0","w":293,"k":{".":13,",":13}},"x":{"d":"114,-97r47,97r-54,0r-27,-61r-50,61r-58,0r87,-100r-42,-86r54,0r21,54r42,-54r57,0","w":186},"y":{"d":"-14,21v27,6,49,-3,55,-23r-33,-184r52,0r17,133r64,-133r54,0r-131,232v-16,21,-52,22,-87,18","w":186,"k":{".":20,",":20}},"z":{"d":"-10,-38r116,-110r-89,0r8,-38r156,0r-8,38r-117,109r103,0r-9,39r-168,0","w":180},"{":{"d":"34,66v-83,-10,25,-142,-47,-149r7,-31v76,-8,17,-139,108,-149r46,0r-8,40v-81,-12,-20,110,-101,125v49,7,14,71,14,111v0,13,19,13,35,12r-8,41r-46,0","w":119},"|":{"d":"21,-283r38,0r0,360r-38,0r0,-360","w":79},"}":{"d":"75,-263v84,9,-26,141,46,149r-7,31v-76,8,-17,138,-108,149r-46,0r9,-41v81,12,18,-110,100,-124v-49,-7,-16,-70,-14,-111v1,-15,-18,-13,-34,-13r8,-40r46,0","w":119},"~":{"d":"69,-122v40,2,86,49,108,-2r15,34v-12,14,-20,31,-45,31v-37,0,-91,-51,-108,1r-15,-33v8,-16,20,-32,45,-31","w":216},"'":{"d":"40,-257r38,0r0,116r-38,0r0,-116","w":100},"\u201c":{"d":"157,-141r-57,0v10,-56,14,-116,81,-116r-6,25v-22,3,-26,15,-32,35r25,0xm81,-141r-57,0v10,-56,14,-116,81,-116r-6,25v-22,3,-26,15,-32,35r25,0","w":173},"\u2013":{"d":"-1,-120r180,0r-9,44r-180,0","w":180},"\u201d":{"d":"47,-257r57,0v-12,54,-14,116,-81,116r5,-26v23,-3,27,-14,32,-35r-25,0xm123,-257r57,0v-12,54,-15,116,-81,116r5,-26v23,-3,27,-14,32,-35r-25,0","w":173},"\u2026":{"d":"18,-55r57,0r-12,55r-57,0xm257,-55r57,0r-12,55r-56,0xm138,-55r56,0r-11,55r-57,0","w":360},"`":{"d":"95,-209r-36,0r-50,-51r54,0","w":93},"\u2014":{"d":"46,-120r266,0r-9,44r-267,0","w":360},"\u00d7":{"d":"23,-33r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58r-58,58","w":216},"\u2122":{"d":"143,-228r-42,0r0,119r-37,0r0,-119r-42,0r0,-29r121,0r0,29xm334,-109r-34,0r-1,-105r-38,105r-25,0r-39,-105r0,105r-35,0r0,-148r49,0r37,98r37,-98r49,0r0,148","w":356},"\u00a0":{"w":100}}}));
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/awesome_js/HelveticaNeue_LT_75_BdOutline_400.font.js Sat Jan 16 12:25:43 2010 -0500 3.3 @@ -0,0 +1,21 @@ 3.4 +/*! 3.5 + * The following copyright notice may not be removed under any circumstances. 3.6 + * 3.7 + * Copyright: 3.8 + * Copyright (c) 1991 Adobe Systems Incorporated. All Rights Reserved.Helvetica 3.9 + * is a trademark of Linotype AG and/or its subsidiaries. 3.10 + * 3.11 + * Description: 3.12 + * The digitally encoded machine readable software for producing the Typefaces 3.13 + * licensed to you is copyrighted (c) 1991 Adobe Systems. All Rights Reserved. 3.14 + * This software is the property of Adobe Systems Incorporated and its licensors, 3.15 + * and may not be reproduced, used, displayed, modified, disclosed or transferred 3.16 + * without the express written approval of Adobe. The digitally encoded 3.17 + * machine readable outline data for producing the Typefaces licensed to you is 3.18 + * copyrighted (c) 1981 Linotype AG and/or its subsidiaries. All Rights Reserved. 3.19 + * This data is the property of Linotype AG and/or its subsidiaries and may not be 3.20 + * reproduced, used, displayed, modified, disclosed or transferred without the 3.21 + * express written approval of Linotype AG and/or its subsidiaries. 18 3.22 + * Helvetica* 75 Bold Outline 61472 3.23 + */ 3.24 +Cufon.registerFont(Raphael.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"1,-189r59,0r31,108r27,-108r57,0r28,108r30,-108r59,0r-60,189r-60,0r-26,-103r-25,103r-60,0xm67,-8r48,0r32,-125r31,125r48,0r56,-173r-43,0r-37,131r-34,-131r-43,0r-34,131r-37,-131r-42,0","w":293,"k":{".":36,",":36}},{"d":"15,-8r156,0r0,-31r-105,0r100,-111r0,-31r-144,0r0,29r92,0r-99,112r0,32xm7,-42r90,-102r-83,0r0,-45r160,0r0,41r-89,101r95,0r0,47r-173,0r0,-42","w":186},{"d":"189,-81v0,51,-65,35,-113,38r0,-75v48,3,113,-14,113,37xm180,-81v0,-43,-57,-27,-96,-30r0,60v38,-4,96,13,96,-30xm178,-180v0,46,-60,30,-102,33r0,-67v42,4,102,-13,102,34xm170,-180v1,-38,-50,-23,-86,-26r0,51v33,-4,86,12,86,-25xm221,-191v-1,-82,-113,-52,-190,-58r0,241v87,-3,201,21,201,-69v0,-34,-20,-52,-44,-61v17,-13,33,-25,33,-53xm240,-77v2,100,-122,74,-217,77r0,-257v86,5,207,-24,207,65v0,24,-14,42,-29,52v22,11,39,30,39,63","w":253,"k":{".":9,",":9}},{"d":"112,-32v-34,0,-48,-26,-48,-62v0,-36,14,-63,48,-63v33,0,48,25,48,63v0,37,-15,62,-48,62xm112,-149v-30,0,-39,22,-39,55v0,32,9,54,39,54v30,0,40,-23,40,-54v0,-32,-10,-55,-40,-55xm130,5v-26,1,-44,-9,-55,-20r0,78r-56,0r0,-252r54,0r0,15v13,-13,29,-20,53,-20v56,0,84,43,84,100v0,57,-27,95,-80,99xm123,-186v-30,0,-45,17,-59,32r0,-27r-37,0r0,236r39,0r0,-87v17,16,32,31,64,29v47,-3,71,-37,71,-91v0,-52,-24,-91,-78,-92","w":219,"k":{".":9,",":9}},{"d":"114,4v-67,0,-97,-55,-97,-130v0,-75,30,-129,97,-129v67,0,97,54,97,129v0,75,-30,130,-97,130xm114,-247v-65,0,-89,53,-89,121v0,68,24,122,89,122v65,0,88,-53,88,-122v0,-69,-23,-121,-88,-121xm114,-35v-42,0,-50,-40,-50,-91v0,-51,8,-90,50,-90v42,0,49,39,49,90v0,51,-7,91,-49,91xm114,-208v-39,0,-41,41,-41,82v0,41,2,83,41,83v39,0,41,-42,41,-83v0,-41,-2,-82,-41,-82"},{"d":"146,-61v-17,39,-109,26,-83,-29v7,-14,23,-21,36,-30xm86,-103v-28,12,-22,62,13,59v17,0,27,-8,36,-17r-39,-48xm115,-227v38,0,33,56,5,63v-5,3,-5,4,-8,6v-10,-11,-25,-23,-25,-42v0,-15,12,-27,28,-27xm115,-219v-29,2,-17,39,-2,51v20,-6,35,-48,2,-51xm20,-74v-4,80,113,89,147,39r23,27r49,0r-47,-53v12,-18,20,-38,24,-59v-25,-3,-41,1,-42,27v-1,3,-3,5,-4,6r-40,-48v22,-14,46,-27,46,-62v0,-35,-24,-54,-59,-55v-39,-1,-64,19,-64,55v0,24,15,37,25,52v-25,15,-56,31,-58,71xm226,-127v-3,25,-13,49,-25,66r55,61r-70,0r-20,-23v-42,48,-154,34,-154,-51v0,-41,30,-58,55,-74v-41,-35,-19,-118,50,-112v41,3,67,24,67,62v0,32,-21,52,-42,65r27,32v3,-9,6,-15,5,-26r52,0","w":246},{"d":"126,-212v-21,1,-47,-8,-40,23r34,0r0,41r-34,0r0,148r-56,0r0,-148r-29,0r0,-41r29,0v-6,-62,35,-72,96,-68r0,45xm118,-249v-56,-5,-87,9,-79,68r-30,0r0,25r30,0r0,148r39,0r0,-148r34,0r0,-25r-34,0v0,-21,-3,-42,20,-39r20,0r0,-29","w":126,"k":{".":33,",":33}},{"w":113,"k":{"\u201c":13,"\u2018":13,"Y":13,"W":13,"V":13,"T":13,"A":13}},{"d":"199,-94v0,-58,-32,-92,-89,-92v-57,0,-89,34,-89,92v0,58,32,91,89,91v57,0,88,-33,89,-91xm13,-94v0,-63,35,-100,97,-100v62,0,98,38,98,100v0,61,-35,99,-98,99v-63,0,-97,-37,-97,-99xm150,-94v0,-28,-10,-55,-40,-55v-30,0,-40,27,-40,55v0,28,9,54,40,54v31,0,40,-26,40,-54xm62,-94v0,-35,13,-63,48,-63v36,0,48,27,48,63v0,35,-12,62,-48,62v-35,0,-48,-27,-48,-62","w":220,"k":{".":13,",":13}},{"d":"108,-157v34,0,48,27,48,63v-1,36,-15,62,-48,62v-34,0,-48,-25,-48,-62v-1,-38,14,-63,48,-63xm108,-40v30,0,39,-22,39,-54v0,-33,-9,-55,-39,-55v-30,0,-40,23,-40,55v0,31,10,54,40,54xm10,-94v-5,-79,81,-128,137,-80r0,-15r54,0r0,252r-56,0r0,-78v-12,12,-29,21,-55,20v-53,-2,-76,-42,-80,-99xm19,-94v-8,87,92,117,135,62r0,87r39,0r0,-236r-37,0v-1,8,2,21,-1,27v-13,-16,-29,-32,-58,-32v-54,0,-73,40,-78,92","w":219},{"d":"116,-35v-30,0,-47,-20,-48,-50v-1,-29,20,-50,48,-50v31,0,47,20,47,50v0,31,-18,50,-47,50xm116,-127v-25,0,-39,17,-39,42v0,25,15,42,39,42v24,0,39,-17,39,-42v0,-25,-14,-42,-39,-42xm64,-134v0,-46,14,-84,56,-84v20,0,33,9,39,28r39,0v-7,-35,-33,-57,-77,-57v-70,2,-96,54,-96,127v0,69,26,116,92,116v50,0,81,-30,85,-82v6,-79,-100,-101,-138,-48xm17,-122v0,-108,94,-170,170,-107v11,11,19,28,19,47r-54,0v-1,-36,-54,-34,-66,-10v-8,9,-11,25,-13,40v50,-45,143,-8,138,65v-4,57,-38,91,-95,91v-68,0,-99,-50,-99,-126"},{"d":"87,55r0,-310r-81,0r0,31r45,0r0,248r-45,0r0,31r81,0xm-2,-263r97,0r0,326r-97,0r0,-46r45,0r0,-233r-45,0r0,-47","w":119},{"d":"96,-194v45,1,84,18,82,66r-53,0v4,-28,-49,-34,-56,-11v24,37,112,7,115,79v3,82,-157,86,-172,16v-2,-8,-3,-16,-3,-22r54,0v0,22,13,30,37,30v20,4,39,-18,21,-30v-43,-16,-108,-11,-108,-68v0,-40,36,-61,83,-60xm94,-161v21,0,35,8,38,25r38,0v-3,-68,-149,-69,-148,2v0,60,79,39,112,69v9,27,-15,41,-45,36v-18,-3,-33,-10,-34,-29r-37,0v2,41,36,55,78,55v74,0,113,-82,39,-102v-24,-7,-56,-8,-72,-23v-7,-20,8,-34,31,-33","w":193,"k":{".":9,",":9}},{"d":"23,-257r61,0r0,202r122,0r0,55r-183,0r0,-257xm31,-8r167,0r0,-40r-122,0r0,-201r-45,0r0,241","w":213,"k":{"\u201d":36,"y":18,"Y":63,"W":36,"V":36,"T":54,"\u2019":45}},{"d":"133,-41v32,-2,31,-55,0,-57r0,57xm125,-109v44,-1,56,61,16,74v-5,2,-10,2,-16,2r0,-76xm95,-210v-25,3,-26,45,0,49r0,-49xm104,-150v-48,0,-50,-70,0,-68r0,68xm215,-77v0,51,-35,75,-82,81r0,38r-38,0r0,-38v-55,-6,-82,-32,-83,-89r58,0v0,26,7,36,25,44r0,-67v-41,-11,-76,-24,-76,-73v0,-47,32,-69,76,-74r0,-35r38,0r0,35v46,7,74,26,74,78r-56,0v0,-17,-5,-29,-18,-33r0,58v43,9,82,24,82,75xm104,-33v-27,0,-42,-17,-42,-44r-41,0v1,49,35,71,83,73r0,39r21,0r0,-39v47,-4,82,-24,82,-72v0,-50,-39,-60,-82,-70r0,-72v20,1,33,13,34,33r40,0v-2,-41,-31,-60,-74,-62r0,-35r-21,0r0,35v-45,2,-77,23,-77,67v0,46,39,54,77,66r0,81"},{"d":"278,-8r44,0r0,-45r-44,0r0,45xm269,-61r61,0r0,61r-61,0r0,-61xm158,-8r44,0r0,-45r-44,0r0,45xm149,-61r62,0r0,61r-62,0r0,-61xm38,-8r44,0r0,-45r-44,0r0,45xm30,-61r61,0r0,61r-61,0r0,-61","w":360},{"d":"79,-247v-42,10,-47,49,-44,101r44,0r0,-46r-25,0v1,-23,9,-32,25,-39r0,-16xm26,-138v-4,-64,5,-111,61,-119r0,31v-13,3,-22,14,-24,27r24,0r0,61r-61,0","w":113,"k":{"\u2018":34,"A":13}},{"d":"66,-8v2,-67,-15,-147,63,-140r0,-37v-33,-5,-49,18,-64,36r0,-32r-38,0r0,173r39,0xm137,-138v-74,-18,-63,67,-62,138r-56,0r0,-189r54,0r0,19v13,-15,35,-29,64,-22r0,54","w":140,"k":{"t":-4,".":36,"-":18,",":36}},{"d":"112,-32v-34,0,-48,-26,-48,-62v0,-36,14,-63,48,-63v33,0,48,25,48,63v0,37,-15,62,-48,62xm112,-149v-30,0,-39,22,-39,55v0,32,9,54,39,54v30,0,40,-23,40,-54v0,-32,-10,-55,-40,-55xm126,5v-25,0,-41,-7,-53,-20r0,15r-54,0r0,-257r56,0r0,84v12,-13,29,-23,55,-21v53,3,80,42,80,100v0,56,-27,97,-84,99xm201,-94v8,-87,-91,-118,-135,-63r0,-92r-39,0r0,241r37,0v1,-8,-2,-20,1,-26v12,17,28,31,58,31v54,-1,73,-40,78,-91","w":219,"k":{".":9,",":9}},{"d":"105,-145v-52,5,-24,93,-31,145r-56,0r0,-189r56,0r0,17v28,-31,88,-27,105,5v30,-46,123,-31,123,40r0,127r-56,0r0,-119v-1,-15,-10,-27,-28,-26v-52,4,-23,94,-30,145r-56,0r0,-113v0,-20,-6,-34,-27,-32xm127,-186v-29,0,-46,15,-61,32r0,-27r-40,0r0,173r40,0v4,-56,-18,-144,39,-145v60,-2,27,92,35,145r40,0v6,-55,-22,-145,38,-145v60,0,30,91,37,145r39,0v-4,-74,23,-181,-59,-178v-30,1,-43,16,-58,31v-10,-17,-23,-31,-50,-31","w":320},{"d":"19,-189r56,0r0,189r-56,0r0,-189xm27,-8r39,0r0,-173r-39,0r0,173xm19,-257r56,0r0,49r-56,0r0,-49xm27,-216r39,0r0,-33r-39,0r0,33","w":93},{"d":"25,-117r0,36r97,0r0,-36r-97,0xm17,-125r113,0r0,52r-113,0r0,-52","w":146},{"d":"23,-257r55,0r0,49r-55,0r0,-49xm31,-216r39,0r0,-33r-39,0r0,33xm-8,19v18,0,31,2,31,-18r0,-190r55,0r0,197v4,50,-33,62,-86,58r0,-47xm0,58v45,3,70,-8,70,-51r0,-188r-39,0r0,189v1,16,-14,20,-31,19r0,31","w":100},{"d":"57,-99v-57,-11,14,-129,-62,-117r0,-47v47,-1,92,-6,88,45v5,38,-13,100,26,104r0,29v-61,2,12,143,-58,148r-56,0r0,-46v70,18,7,-107,62,-116xm75,15v0,-42,-11,-101,26,-108r0,-14v-38,-6,-26,-67,-26,-108v0,-45,-32,-41,-72,-40r0,31v70,-16,8,111,62,124v-27,11,-28,50,-26,91v2,27,-9,37,-36,33r0,31v40,1,72,4,72,-40","w":119},{"d":"125,0v-46,5,-93,6,-93,-45r0,-103r-31,0r0,-41r31,0r0,-55r55,0r0,55r38,0r0,41r-38,0r0,86v-3,24,19,16,38,17r0,45xm117,-37v-24,2,-38,-1,-38,-25r0,-94r38,0r0,-25r-38,0r0,-55r-39,0r0,55r-31,0r0,25r31,0r0,108v-5,44,37,45,77,40r0,-29","w":133},{"d":"70,-58r57,0r0,58r-57,0r0,-58xm78,-50r0,42r41,0r0,-42r-41,0xm102,-214v-23,2,-33,16,-33,44r-58,0v1,-59,35,-93,93,-93v50,0,82,26,85,77v3,61,-68,50,-63,111r-54,0v-6,-57,28,-69,54,-98v8,-19,0,-43,-24,-41xm181,-186v0,-69,-95,-88,-137,-48v-14,14,-23,33,-25,57r41,0v-7,-50,78,-63,78,-11v0,49,-65,44,-58,105r37,0v-1,-54,64,-49,64,-103","w":200},{"d":"0,-125r360,0r0,52r-360,0r0,-52xm352,-117r-344,0r0,36r344,0r0,-36","w":360},{"d":"35,47v43,-9,47,-48,44,-100r-44,0r0,45r24,0v0,24,-8,33,-24,40r0,15xm26,-61r61,0v4,64,-4,111,-61,119r0,-31v14,-3,23,-13,25,-27r-25,0r0,-61xm26,-189r61,0r0,62r-61,0r0,-62xm35,-135r44,0r0,-46r-44,0r0,46","w":113,"k":{" ":13}},{"d":"31,-8r189,0r0,-40r-144,0r0,-67r126,0r0,-35r-126,0r0,-62r141,0r0,-37r-186,0r0,241xm23,-257r202,0r0,53r-141,0r0,46r126,0r0,51r-126,0r0,52r145,0r0,55r-206,0r0,-257","w":233},{"d":"128,-186v-29,1,-47,15,-62,32r0,-95r-39,0r0,241r39,0v4,-59,-18,-145,45,-145v60,1,28,91,36,145r39,0v-5,-74,24,-181,-58,-178xm111,-145v-58,2,-30,91,-36,145r-56,0r0,-257r56,0r0,85v40,-42,120,-21,120,45r0,127r-56,0r0,-119v-1,-15,-10,-26,-28,-26","w":213},{"d":"270,0r-62,0r-38,-169r-40,169r-62,0r-69,-257r63,0r38,162r40,-162r61,0r39,162r38,-162r63,0xm330,-249r-45,0r-46,186r-45,-186r-47,0r-47,187r-45,-187r-45,0r64,241r51,0r45,-195r45,195r48,0","w":339,"k":{"u":6,"o":18,"e":18,"a":18,"O":6,"A":18,";":18,":":18,".":36,"-":18,",":36}},{"d":"19,-94v-10,105,156,123,168,25r-39,0v-4,23,-17,37,-43,37v-38,-1,-49,-34,-45,-76v2,-26,15,-50,48,-49v21,1,35,12,38,32r41,0v-7,-39,-35,-61,-79,-61v-57,0,-84,36,-89,92xm10,-94v-11,-113,178,-140,185,-23r-56,0v-1,-18,-10,-33,-31,-32v-32,0,-39,25,-40,56v0,30,9,51,37,53v27,2,33,-16,37,-37r54,0v-4,52,-37,82,-91,82v-61,0,-89,-39,-95,-99","w":206,"k":{".":9,",":9}},{"d":"31,-151r15,12r27,-38r27,38r15,-12r-26,-35r42,-15r-7,-18r-40,15r0,-45r-21,0r0,45r-41,-15r-7,18r43,15xm92,-257r0,42r38,-14r11,34r-39,13r24,33r-28,21r-25,-35r-25,35r-28,-21r25,-33r-40,-13r12,-34r37,14r0,-42r38,0","w":146},{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},{"d":"19,-93v-9,96,138,122,170,41r-41,0v-17,35,-91,19,-87,-19v-1,-6,-1,-11,-1,-14r135,0v-3,-58,-25,-101,-86,-101v-56,0,-85,36,-90,93xm68,-77v-4,39,63,51,75,17r57,0v-11,39,-41,65,-91,65v-64,0,-99,-38,-99,-96v0,-62,38,-103,99,-103v68,0,93,49,94,117r-135,0xm145,-118v-2,-35,-62,-42,-73,-10v-2,4,-3,7,-4,10r77,0xm60,-110v-4,-53,85,-64,91,-12v1,5,3,9,3,12r-94,0","w":213,"k":{".":13,",":13}},{"d":"15,-101v0,-74,80,-120,132,-73r0,-15r54,0r0,180v7,84,-142,101,-174,37v-4,-8,-5,-16,-6,-25r56,0v0,17,16,23,32,24v32,1,40,-18,38,-51v-14,11,-35,22,-63,18v-45,-6,-69,-40,-69,-95xm109,58v57,0,84,-27,84,-85r0,-154r-38,0r0,27v-13,-16,-29,-33,-56,-32v-50,2,-72,37,-76,89v-6,79,89,107,132,57v2,44,-3,76,-46,75v-21,0,-34,-9,-39,-24r-39,0v5,36,34,47,78,47xm63,-100v0,-33,14,-57,46,-57v32,0,46,25,46,57v0,32,-13,58,-46,58v-32,0,-46,-24,-46,-58xm147,-100v0,-27,-10,-49,-38,-49v-28,0,-38,22,-38,49v0,28,11,50,38,50v27,0,38,-23,38,-50","w":219,"k":{".":9,",":9}},{"d":"153,-257r35,0r50,115r49,-115r36,0r0,161r-28,0r-1,-110r-46,110r-20,0r-48,-110r0,110r-27,0r0,-161xm64,-103r14,0r0,-133r51,0r0,-15r-115,0r0,15r50,0r0,133xm159,-103r15,0r0,-133r58,133r11,0r59,-133r0,133r14,0r0,-148r-25,0r-53,125r-54,-125r-25,0r0,148xm58,-230r-51,0r0,-27r128,0r0,27r-50,0r0,134r-27,0r0,-134","w":356},{"d":"-3,-189r61,0r36,118r38,-118r58,0r-66,189r-61,0xm179,-181r-41,0r-44,133r-41,-133r-45,0r61,173r49,0","w":187,"k":{".":36,",":36}},{"d":"38,-253r-42,0r44,42r25,0xm-24,-261r66,0r38,58r-43,0","w":93},{"d":"30,-149v39,-9,41,-51,39,-100r-39,0r0,45r23,0v-1,22,-6,34,-23,41r0,14xm77,-257v3,59,0,112,-55,119r0,-30v13,-3,20,-15,23,-28r-23,0r0,-61r55,0xm104,-149v39,-9,41,-51,39,-100r-39,0r0,45r23,0v-1,22,-6,34,-23,41r0,14xm152,-257v3,60,-2,112,-56,119r0,-30v13,-2,21,-14,23,-28r-23,0r0,-61r56,0","w":173,"k":{" ":13}},{"d":"128,-186v-29,1,-47,15,-62,32r0,-27r-39,0r0,173r39,0v4,-59,-18,-145,45,-145v60,1,28,91,36,145r39,0v-5,-74,24,-181,-58,-178xm111,-145v-58,2,-30,91,-36,145r-56,0r0,-189r56,0r0,17v40,-42,120,-21,120,45r0,127r-56,0r0,-119v-1,-15,-10,-26,-28,-26","w":213},{"d":"153,-87v0,-46,-64,-54,-81,-22r-49,0r25,-142r149,0r0,49r-107,0r-7,41v58,-28,127,4,127,75v0,99,-150,119,-187,44v-5,-10,-8,-22,-8,-37r56,0v0,23,16,35,38,36v27,1,44,-18,44,-44xm202,-87v5,-71,-78,-95,-130,-60r12,-63r105,0r0,-33r-135,0r-22,126r36,0v23,-34,99,-22,93,30v7,60,-91,69,-99,16r-39,0v4,44,37,69,88,67v54,-2,87,-28,91,-83"},{"d":"188,-175v0,52,-62,38,-111,40r0,-79v47,3,111,-13,111,39xm180,-175v0,-43,-54,-28,-94,-31r0,63v39,-3,94,12,94,-32xm233,-181v2,-91,-114,-64,-200,-68r0,241r44,0r0,-96v58,-1,110,-11,110,67v0,15,2,20,5,29r46,0v-13,-27,0,-88,-29,-103v-4,-3,-9,-6,-15,-10v19,-11,39,-29,39,-60xm187,0v-16,-32,4,-109,-58,-96r-43,0r0,96r-62,0r0,-257v93,4,217,-24,217,73v-1,31,-15,51,-34,62v44,14,20,92,46,122r-66,0","w":259,"k":{"Y":6}},{"d":"118,-247v-9,33,-28,51,-71,50r0,29r60,0r0,160r43,0r0,-239r-32,0xm39,-205v42,1,68,-13,72,-50r48,0r0,255r-60,0r0,-161r-60,0r0,-44"},{"d":"68,63v-66,-6,2,-144,-57,-148r0,-29v59,-5,-10,-142,57,-149r57,0r0,47v-70,-17,-8,105,-62,117v30,6,28,49,26,86v-1,26,9,33,36,30r0,46r-57,0xm77,-255v-69,3,1,142,-58,148r0,14v37,7,26,67,26,108v0,44,32,42,72,40r0,-31v-43,9,-37,-28,-36,-67v0,-28,-8,-48,-26,-57v27,-10,28,-51,26,-90v-1,-27,8,-38,36,-34r0,-31r-40,0","w":119},{"d":"116,-206v-32,0,-41,23,-41,54r-54,0v-2,-66,31,-98,95,-103v82,-6,119,91,63,141v-24,22,-65,40,-88,63r117,0r0,51r-193,0v-3,-89,83,-103,127,-150v18,-19,3,-56,-26,-56xm116,-247v-56,2,-88,30,-87,87r37,0v1,-32,17,-53,50,-54v37,-2,54,43,32,69v-39,45,-123,55,-125,137r177,0r0,-35r-122,0v25,-56,121,-53,121,-133v0,-45,-34,-73,-83,-71"},{"d":"153,-79v1,-30,-30,-34,-63,-32r0,-43v30,0,55,-1,56,-27v0,-17,-14,-28,-32,-27v-27,0,-39,15,-39,43r-54,0v1,-59,35,-90,93,-90v50,0,88,22,88,71v0,25,-12,39,-28,49v22,7,36,27,36,55v0,57,-40,84,-97,84v-63,0,-101,-32,-98,-97r56,0v-10,59,81,64,82,14xm154,-181v1,29,-24,37,-56,35r0,27v35,-1,64,6,63,40v-1,27,-19,41,-49,42v-33,0,-48,-17,-50,-48r-39,0v1,53,34,82,90,81v51,-1,89,-23,89,-76v0,-30,-18,-46,-43,-55v22,-10,33,-22,35,-49v3,-67,-103,-79,-142,-43v-13,13,-20,31,-22,54r37,0v-4,-51,86,-59,87,-8"},{"d":"1,-189r66,0r30,44r30,-44r64,0r-62,89r69,100r-66,0r-36,-54r-36,54r-65,0r68,-99xm73,-99r-62,91r45,0r40,-61r41,61r46,0r-64,-92r57,-81r-44,0r-35,51r-36,-51r-44,0","w":192},{"d":"23,-257r60,0r101,154r0,-154r59,0r0,257r-61,0r-99,-156r0,156r-60,0r0,-257xm32,-8r43,0r0,-176r112,176r48,0r0,-241r-43,0r0,174r-113,-174r-47,0r0,241","w":266,"k":{".":9,",":9}},{"d":"27,-8r39,0r0,-241r-39,0r0,241xm19,-257r56,0r0,257r-56,0r0,-257","w":93},{"d":"-5,-257r63,0r56,171r54,-171r64,0r-87,257r-67,0xm84,-8r56,0r81,-241r-47,0r-61,189r-60,-189r-47,0","w":226,"k":{"u":9,"o":18,"e":18,"a":18,"O":6,"G":6,"A":18,";":18,":":18,".":45,"-":27,",":45}},{"d":"172,-81r0,-36r-164,0r0,36r164,0xm0,-125r180,0r0,52r-180,0r0,-52","w":180},{"d":"33,-255r0,310r81,0r0,-31r-45,0r0,-248r45,0r0,-31r-81,0xm24,-263r98,0r0,47r-45,0r0,233r45,0r0,46r-98,0r0,-326","w":119},{"d":"140,-220v74,-4,93,105,54,157r-29,-26r-19,21r25,23v-57,26,-108,-20,-105,-84v2,-53,25,-88,74,-91xm75,-129v0,55,30,92,82,81r-22,-20r30,-32r28,25v27,-49,11,-141,-53,-137v-44,3,-65,34,-65,83xm22,-129v-4,100,93,155,178,111r35,32r20,-21r-31,-29v21,-22,34,-51,34,-93v-1,-78,-44,-126,-118,-126v-74,0,-115,49,-118,126xm267,-129v1,40,-13,70,-32,93r31,29r-30,33r-37,-34v-92,42,-191,-19,-186,-121v3,-81,47,-134,127,-134v80,0,125,53,127,134","w":280},{"d":"25,-117r0,36r97,0r0,-36r-97,0xm17,-125r113,0r0,52r-113,0r0,-52","w":146},{"d":"27,-61v-6,71,96,71,120,26r0,27r39,0r0,-173r-39,0v-4,59,19,146,-44,145v-61,-1,-30,-91,-37,-145r-39,0r0,120xm103,-44v58,-2,30,-91,36,-145r56,0r0,189r-56,0r0,-17v-40,41,-120,23,-120,-44r0,-128r56,0r0,120v1,15,10,26,28,25","w":213},{"d":"23,-63r108,0r0,55r41,0r0,-55r32,0r0,-35r-32,0r0,-149r-42,0r-107,140r0,44xm15,-109r111,-146r55,0r0,149r32,0r0,51r-32,0r0,55r-58,0r0,-55r-108,0r0,-54xm123,-106v-1,-23,2,-49,-1,-70r-51,70r52,0xm54,-98r77,-104r0,104r-77,0"},{"d":"24,-257r62,0r0,96r93,-96r79,0r-102,103r109,154r-77,0r-74,-110r-28,26r0,84r-62,0r0,-257xm33,-8r44,0r0,-78r38,-36r77,114r58,0r-105,-147r94,-94r-56,0r-106,109r0,-109r-44,0r0,241","w":259,"k":{"y":9,"u":6,"o":6,"e":6}},{"d":"35,-8r44,0r0,-45r-44,0r0,45xm26,-61r61,0r0,61r-61,0r0,-61xm26,-189r61,0r0,62r-61,0r0,-62xm35,-135r44,0r0,-46r-44,0r0,46","w":113,"k":{" ":13}},{"d":"24,-58r58,0r0,58r-58,0r0,-58xm33,-50r0,42r41,0r0,-42r-41,0xm37,-75v-7,-58,-17,-114,-14,-182r60,0v3,68,-7,124,-14,182r-32,0xm62,-83v6,-53,16,-104,13,-166r-43,0v-2,62,6,113,12,166r18,0","w":106},{"d":"35,-8r44,0r0,-45r-44,0r0,45xm26,-61r61,0r0,61r-61,0r0,-61","w":113,"k":{"\u201d":13,"\u2019":13," ":13}},{"d":"105,-194v49,0,84,13,84,62v0,44,-7,100,7,132r-58,0v-2,-2,-4,-10,-4,-14v-34,32,-125,25,-125,-37v0,-64,68,-57,118,-69v20,-14,-3,-33,-22,-33v-22,0,-33,9,-34,29r-54,0v0,-50,36,-70,88,-70xm184,-8v-8,-33,-4,-83,-4,-123v0,-44,-29,-55,-76,-55v-44,1,-75,16,-79,54r38,0v0,-35,80,-42,80,-1v0,55,-126,-4,-126,80v-1,67,96,57,126,24v0,7,-1,17,2,21r39,0xm58,-54v1,-41,53,-28,83,-43v4,43,-10,71,-48,71v-21,1,-35,-9,-35,-28xm93,-34v28,0,45,-19,40,-52v-24,11,-66,0,-67,32v0,14,12,20,27,20","w":206},{"d":"35,47v43,-9,47,-48,44,-100r-44,0r0,45r24,0v0,24,-8,33,-24,40r0,15xm26,-61r61,0v4,64,-4,111,-61,119r0,-31v14,-3,23,-13,25,-27r-25,0r0,-61","w":113,"k":{"\u201d":13,"\u2019":13," ":13}},{"d":"24,-257r84,0r57,156r55,-156r82,0r0,257r-61,0r-1,-153r-52,153r-49,0r-54,-153r0,153r-61,0r0,-257xm32,-8r45,0r1,-193r67,193r38,0r66,-193r0,193r45,0r0,-241r-69,0r-60,173r-62,-173r-71,0r0,241","w":326},{"d":"69,-15v9,29,-12,44,-47,39r0,31v45,4,72,-5,86,-42r72,-194r-41,0r-45,135r-44,-135r-44,0xm14,17v29,3,58,-2,46,-34r-65,-172r61,0r39,118r39,-118r58,0v-31,76,-51,164,-91,232v-14,24,-48,21,-87,20r0,-46","w":186,"k":{".":36,",":36}},{"d":"31,-8r45,0r0,-241r-45,0r0,241xm23,-257r61,0r0,257r-61,0r0,-257","w":106},{"d":"215,-68v0,40,17,65,55,65v38,0,55,-25,55,-65v0,-40,-17,-65,-55,-65v-38,0,-55,25,-55,65xm332,-68v0,43,-22,72,-62,72v-40,0,-62,-29,-62,-72v0,-43,22,-72,62,-72v40,0,62,29,62,72xm249,-68v0,23,1,41,21,41v20,0,21,-18,21,-41v0,-23,-1,-41,-21,-41v-20,0,-21,18,-21,41xm298,-68v0,26,-4,48,-28,48v-24,0,-28,-22,-28,-48v0,-26,4,-48,28,-48v24,0,28,22,28,48xm35,-183v0,40,17,65,55,65v38,0,55,-25,55,-65v-1,-40,-16,-65,-55,-65v-39,0,-54,25,-55,65xm152,-183v0,43,-21,71,-62,71v-41,0,-62,-28,-62,-71v0,-43,21,-72,62,-72v41,0,62,29,62,72xm127,-1r135,-255r-25,0r-136,255r26,0xm91,6r142,-269r40,0r-143,269r-39,0xm69,-183v0,23,1,41,21,41v20,0,21,-18,21,-41v1,-24,-2,-40,-21,-42v-19,2,-22,19,-21,42xm118,-183v0,26,-5,48,-28,48v-39,0,-40,-96,0,-96v24,1,28,22,28,48","w":360},{"d":"112,-263v-54,80,-55,247,0,326r-49,0v-63,-77,-64,-250,0,-326r49,0xm98,55v-47,-85,-47,-225,0,-310r-32,0v-56,77,-57,233,0,310r32,0","w":106},{"d":"-5,63v54,-80,54,-246,0,-326r49,0v27,41,49,99,49,163v0,64,-22,122,-49,163r-49,0xm9,-255v47,85,48,225,0,310r31,0v25,-43,44,-89,44,-155v0,-66,-19,-111,-44,-155r-31,0","w":106},{"d":"108,-157v34,0,48,27,48,63v-1,36,-15,62,-48,62v-34,0,-48,-25,-48,-62v-1,-38,14,-63,48,-63xm108,-40v30,0,39,-22,39,-54v0,-33,-9,-55,-39,-55v-30,0,-40,23,-40,55v0,31,10,54,40,54xm10,-94v-7,-81,82,-128,135,-79r0,-84r56,0r0,257r-54,0r0,-15v-13,13,-28,20,-53,20v-57,-2,-79,-43,-84,-99xm97,-3v31,1,44,-17,59,-31r0,26r37,0r0,-241r-39,0r0,92v-17,-17,-33,-29,-64,-29v-47,0,-71,38,-71,92v0,51,24,90,78,91","w":219},{"d":"253,-129v0,83,-42,129,-123,129r-106,0r0,-257r106,0v80,2,123,45,123,128xm245,-129v0,-76,-39,-120,-115,-120r-97,0r0,241r97,0v76,-1,115,-44,115,-121xm201,-129v0,52,-23,85,-76,84r-48,0r0,-167r48,0v53,-1,76,31,76,83xm192,-129v0,-63,-40,-81,-106,-75r0,151v65,5,106,-11,106,-76","w":266,"k":{"Y":18,".":13,",":13}},{"d":"98,-8r44,0r0,-92r90,-149r-50,0r-62,105r-62,-105r-50,0r90,148r0,93xm89,-99r-95,-158r68,0r58,98r57,-98r69,0r-96,158r0,99r-61,0r0,-99","w":239,"k":{"u":18,"o":27,"e":27,"a":27,"O":18,"A":36,";":27,":":27,".":54,"-":45,",":54}},{"d":"112,-117v-30,0,-48,-20,-48,-49v0,-30,18,-50,48,-50v29,0,47,19,47,50v-1,30,-18,49,-47,49xm112,-208v-24,0,-39,17,-39,42v0,25,15,41,39,41v24,0,39,-16,39,-41v0,-25,-15,-42,-39,-42xm163,-116v0,46,-14,81,-55,83v-20,0,-33,-9,-39,-28r-39,0v7,35,33,58,77,57v69,-2,94,-54,95,-127v0,-69,-26,-116,-91,-116v-51,0,-83,30,-86,82v-4,75,96,98,138,49xm211,-129v0,107,-96,172,-171,107v-12,-11,-17,-29,-19,-47r54,0v3,34,52,34,67,11v7,-10,11,-24,13,-40v-53,38,-143,7,-138,-66v3,-57,37,-91,94,-91v69,0,100,50,100,126"},{"d":"143,-247v-39,9,-41,52,-39,101r39,0r0,-46r-23,0v1,-21,6,-34,23,-40r0,-15xm96,-138v-3,-60,0,-113,56,-119r0,30v-13,2,-21,14,-23,28r23,0r0,61r-56,0xm69,-247v-39,9,-41,52,-39,101r39,0r0,-46r-23,0v1,-21,6,-34,23,-40r0,-15xm22,-138v-3,-59,0,-112,55,-119r0,30v-13,3,-20,15,-23,28r23,0r0,61r-55,0","w":173,"k":{"A":13}},{"w":113,"k":{"\u201c":13,"\u2018":13,"Y":13,"W":13,"V":13,"T":13,"A":13}},{"d":"121,-35v-36,0,-55,-18,-60,-47r-45,0v6,54,42,73,102,80v92,11,139,-107,52,-137v-33,-12,-78,-14,-100,-38v-8,-28,16,-45,43,-45v31,0,46,14,51,38r44,0v-5,-48,-39,-66,-90,-71v-91,-10,-128,106,-40,132v35,10,95,8,95,49v0,29,-23,39,-52,39xm189,-140v76,43,23,156,-71,146v-66,-7,-107,-30,-110,-96r61,0v0,31,19,45,52,47v35,2,57,-27,35,-47v-49,-27,-136,-16,-139,-93v-3,-95,162,-105,191,-31v5,11,8,23,9,38r-60,0v-3,-23,-15,-39,-44,-38v-32,-6,-52,37,-16,46v31,8,66,13,92,28","w":233,"k":{".":6,",":6}},{"d":"22,-129v-8,109,124,168,190,90r8,31r26,0r0,-126r-96,0r0,32r57,0v0,41,-26,67,-67,65v-50,-2,-74,-38,-74,-92v0,-53,25,-91,74,-91v31,0,52,17,58,44r45,0v-7,-48,-48,-79,-103,-79v-74,0,-112,49,-118,126xm75,-129v0,76,80,112,119,56v3,-6,4,-13,4,-21r-56,0r0,-47r112,0r0,141r-41,0r-6,-24v-20,20,-37,30,-72,30v-78,0,-116,-56,-122,-135v-11,-130,170,-179,229,-77v6,12,10,24,10,38r-60,0v-5,-26,-23,-44,-52,-44v-44,0,-65,34,-65,83","w":273,"k":{".":9,",":9}},{"d":"35,47v43,-9,47,-48,44,-100r-44,0r0,45r24,0v0,24,-8,33,-24,40r0,15xm26,-61r61,0v4,64,-4,111,-61,119r0,-31v14,-3,23,-13,25,-27r-25,0r0,-61xm26,-189r61,0r0,62r-61,0r0,-62xm35,-135r44,0r0,-46r-44,0r0,46","w":113},{"d":"31,-8r39,0r0,-58r26,-25r52,83r48,0r-73,-110r63,-63r-46,0r-70,72r0,-140r-39,0r0,241xm22,-257r56,0r0,130r59,-62r69,0r-72,72r78,117r-69,0r-49,-79r-16,16r0,63r-56,0r0,-257","w":206},{"d":"214,-129v0,54,-24,92,-74,92v-50,0,-74,-38,-74,-92v0,-53,25,-91,74,-91v49,0,74,38,74,91xm75,-129v0,50,21,84,65,84v44,0,66,-35,66,-84v0,-49,-22,-83,-66,-83v-44,0,-65,34,-65,83xm22,-129v0,78,43,127,118,127v75,0,118,-49,118,-127v0,-78,-44,-126,-118,-126v-74,0,-118,49,-118,126xm13,-129v0,-81,47,-134,127,-134v80,0,127,53,127,134v0,82,-46,135,-127,135v-81,0,-127,-53,-127,-135","w":280,"k":{"Y":18,"X":6,"W":6,"V":6,"T":6,"A":6,".":13,",":13}},{"d":"16,-8r201,0r0,-40r-145,0r141,-161r0,-40r-189,0r0,39r134,0r-142,164r0,38xm8,-50r132,-152r-124,0r0,-55r205,0r0,51r-131,151r136,0r0,55r-218,0r0,-50","w":233},{"d":"148,-135r80,-114r-53,0r-55,84r-52,-84r-54,0r79,116r-87,125r54,0r60,-92r58,92r56,0xm249,0r-75,0r-54,-86r-55,86r-74,0r92,-133r-84,-124r73,0r49,77r50,-77r73,0r-86,122","w":240},{"d":"57,0v7,-85,39,-149,84,-198r-118,0r0,-53r181,0r0,47v-48,49,-80,113,-84,204r-63,0xm111,-8v4,-87,40,-153,85,-200r0,-35r-164,0r0,37r125,0v-47,51,-83,116,-91,198r45,0"},{"d":"23,-257r192,0r0,55r-131,0r0,48r110,0r0,54r-110,0r0,100r-61,0r0,-257xm31,-8r45,0r0,-100r110,0r0,-38r-110,0r0,-64r131,0r0,-39r-176,0r0,241","w":213,"k":{"o":6,"e":6,"a":9,".":40,",":40}},{"d":"162,-96r-79,0r40,-108xm123,-182r-28,78r56,0xm8,-8r45,0r20,-57r98,0r20,57r48,0r-91,-241r-49,0xm93,-257r61,0r97,257r-66,0r-19,-57r-87,0r-20,57r-63,0","w":246,"k":{"\u201d":13,"y":18,"w":18,"v":18,"p":-4,"Y":36,"W":18,"V":18,"U":6,"T":27,"Q":6,"O":6,"G":6,"C":6,"\u2019":13}},{"d":"133,6v-76,0,-111,-35,-110,-112r0,-151r61,0r0,152v0,38,11,60,49,60v39,0,50,-22,50,-60r0,-152r61,0r0,151v0,77,-34,112,-111,112xm133,-37v-42,0,-57,-23,-57,-68r0,-144r-45,0r0,143v-1,71,31,104,102,104v71,0,102,-32,102,-104r0,-143r-44,0r0,144v0,43,-15,68,-58,68","w":266,"k":{"A":6,".":13,",":13}},{"d":"24,-257r62,0r0,94r95,0r0,-94r61,0r0,257r-61,0r0,-107r-95,0r0,107r-62,0r0,-257xm33,-8r44,0r0,-107r112,0r0,107r45,0r0,-241r-45,0r0,94r-112,0r0,-94r-44,0r0,241","w":266},{"d":"88,-8r44,0r0,-202r78,0r0,-39r-200,0r0,39r78,0r0,202xm80,-202r-78,0r0,-55r216,0r0,55r-77,0r0,202r-61,0r0,-202","w":220,"k":{"y":20,"w":20,"u":27,"r":27,"o":27,"e":27,"a":27,"O":6,"A":27,";":18,":":18,".":45,"-":45,",":45}},{"d":"95,-48v23,0,26,-15,26,-37r0,-172r61,0v-7,110,36,268,-87,263v-63,-2,-89,-40,-85,-108r58,0v0,28,-3,54,27,54xm95,-2v115,0,70,-146,79,-247r-45,0r0,164v0,27,-6,45,-34,45v-31,0,-36,-24,-36,-54r-41,0v-2,58,19,92,77,92","w":206,"k":{"A":6,".":13,",":13}},{"d":"114,4v-58,0,-100,-23,-100,-78v0,-31,16,-50,39,-61v-16,-12,-29,-24,-29,-50v0,-47,38,-70,90,-70v51,0,89,23,89,70v0,26,-13,38,-29,50v23,11,40,29,40,61v0,53,-42,78,-100,78xm114,-247v-46,3,-81,20,-81,63v0,27,17,39,35,50v-82,32,-43,136,46,130v53,-4,92,-22,92,-70v0,-31,-19,-50,-47,-60v66,-30,29,-118,-45,-113xm114,-33v-29,0,-51,-14,-51,-44v0,-29,22,-44,51,-44v30,0,51,16,51,44v0,28,-21,44,-51,44xm114,-113v-24,0,-43,12,-43,36v0,24,18,36,43,36v24,0,42,-12,42,-36v0,-24,-18,-36,-42,-36xm159,-182v0,48,-91,47,-91,0v0,-24,20,-36,46,-36v26,0,45,11,45,36xm114,-210v-21,0,-37,8,-37,28v0,20,17,28,37,28v20,0,37,-8,37,-28v0,-20,-16,-28,-37,-28"},{"d":"138,-45v35,0,53,-24,54,-59r61,0v-4,69,-44,110,-115,110v-80,0,-119,-54,-125,-135v-10,-130,170,-179,229,-77v6,12,9,24,9,38r-59,0v-6,-25,-23,-44,-52,-44v-44,0,-65,34,-65,83v0,49,20,84,63,84xm22,-129v-13,144,211,173,223,33r-44,0v-6,30,-24,59,-63,59v-48,0,-72,-39,-72,-92v0,-53,25,-91,74,-91v31,0,51,18,58,44r45,0v-8,-48,-48,-79,-103,-79v-74,0,-111,49,-118,126","w":266,"k":{".":13,",":13}},{"d":"180,-172v0,50,-57,39,-104,40r0,-80v47,1,104,-10,104,40xm172,-172v0,-43,-49,-30,-88,-32r0,64v38,-3,88,10,88,-32xm224,-173v-1,-52,-31,-76,-84,-76r-109,0r0,241r45,0r0,-89v78,3,150,1,148,-76xm232,-173v0,77,-66,89,-148,84r0,89r-61,0r0,-257v97,1,209,-18,209,84","w":240,"k":{"o":6,"e":6,"a":6,"A":18,".":45,",":45}},{"d":"35,-149v43,-9,47,-48,44,-100r-44,0r0,45r24,0v0,24,-8,33,-24,40r0,15xm26,-257r61,0v4,64,-4,111,-61,119r0,-31v14,-3,23,-13,25,-27r-25,0r0,-61","w":113,"k":{"s":18,"r":9,"d":18,"\u2019":34}},{"d":"2,-2r35,0r94,-253r-35,0xm90,-263r53,0r-100,269r-53,0","w":133}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+333-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("Bc5Vd1|#^KEOBMQy31It%c%E*)|V51EO*):t^K[R5b=AGu#H3qNM$zU15Q0V.zC}.cE0|QVu-M[$3-%s.n5$3-%s.-}tG1VNfKNE3zE$3-%s.-jy[K}*GtNv5K3$3-%0.n:)GI0V.nU05cFVTnIy.n|F-10K*8Tt.zauKVI$3-UsGK[V|aA9%]L}faVL]]T{BK[aK-Q$3-%s.K.&T#3$3-Uu|)b`-VNG|#5CbT}T]n}zTI0V.nU07bs;%HLu$c0N3M&H%H2A^-#sf8UEGHLsfcsE$MLA5KLR3c&A5uVHf1GO5)0L$c}ue*4E7)Q1Bc%Od)AEfVF{euNq3q3$UCMzaIc8%:Bf.|7ej[]-TbK*G5^d$3pv&}Hn2Q1R{NZ`A4O;s0tu#V)qFL9y=EYifH2iBz=9dcIu5*:`G*:2*MLtdcVn^KL#p*:Q*MLnd)#N:MENfR[Q$qj{dcEnG*[Nd)FO^cEu3cL}dKTNBK5;$H&y^-0A7tA`^]QRK)|d^bV3e*Cd^bVEB]&N")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":227,"face":{"font-family":"HelveticaNeue LT 75 BdOutline","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 3 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-24 -290 360 66.8366","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"}})));
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/awesome_js/cufon-yui.js Sat Jan 16 12:25:43 2010 -0500 4.3 @@ -0,0 +1,7 @@ 4.4 +/* 4.5 + * Copyright (c) 2009 Simo Kinnunen. 4.6 + * Licensed under the MIT license. 4.7 + * 4.8 + * @version 1.09 4.9 + */ 4.10 +var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})()); 4.11 \ No newline at end of file
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/awesome_js/jquery-1.3.2.min.js Sat Jan 16 12:25:43 2010 -0500 5.3 @@ -0,0 +1,19 @@ 5.4 +/* 5.5 + * jQuery JavaScript Library v1.3.2 5.6 + * http://jquery.com/ 5.7 + * 5.8 + * Copyright (c) 2009 John Resig 5.9 + * Dual licensed under the MIT and GPL licenses. 5.10 + * http://docs.jquery.com/License 5.11 + * 5.12 + * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009) 5.13 + * Revision: 6246 5.14 + */ 5.15 +(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}}); 5.16 +/* 5.17 + * Sizzle CSS Selector Engine - v0.9.3 5.18 + * Copyright 2009, The Dojo Foundation 5.19 + * Released under the MIT, BSD, and GPL Licenses. 5.20 + * More information: http://sizzlejs.com/ 5.21 + */ 5.22 +(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML=' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})(); 5.23 \ No newline at end of file
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/awesome_js/raphael.js Sat Jan 16 12:25:43 2010 -0500 6.3 @@ -0,0 +1,3215 @@ 6.4 +/*! 6.5 + * Raphael 1.3.0 - JavaScript Vector Library 6.6 + * 6.7 + * Copyright (c) 2008 - 2009 Dmitry Baranovskiy (http://raphaeljs.com) 6.8 + * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. 6.9 + */ 6.10 + 6.11 + 6.12 +window.Raphael = (function () { 6.13 + var separator = /[, ]+/, 6.14 + elements = /^(circle|rect|path|ellipse|text|image)$/, 6.15 + doc = document, 6.16 + win = window, 6.17 + oldRaphael = { 6.18 + was: "Raphael" in win, 6.19 + is: win.Raphael 6.20 + }, 6.21 + R = function () { 6.22 + if (R.is(arguments[0], "array")) { 6.23 + var a = arguments[0], 6.24 + cnv = create[apply](R, a.splice(0, 3 + R.is(a[0], nu))), 6.25 + res = cnv.set(); 6.26 + for (var i = 0, ii = a[length]; i < ii; i++) { 6.27 + var j = a[i] || {}; 6.28 + elements.test(j.type) && res[push](cnv[j.type]().attr(j)); 6.29 + } 6.30 + return res; 6.31 + } 6.32 + return create[apply](R, arguments); 6.33 + }, 6.34 + Paper = function () {}, 6.35 + appendChild = "appendChild", 6.36 + apply = "apply", 6.37 + concat = "concat", 6.38 + E = "", 6.39 + S = " ", 6.40 + split = "split", 6.41 + events = "click dblclick mousedown mousemove mouseout mouseover mouseup"[split](S), 6.42 + has = "hasOwnProperty", 6.43 + join = "join", 6.44 + length = "length", 6.45 + proto = "prototype", 6.46 + lowerCase = String[proto].toLowerCase, 6.47 + math = Math, 6.48 + mmax = math.max, 6.49 + mmin = math.min, 6.50 + nu = "number", 6.51 + toString = "toString", 6.52 + objectToString = Object[proto][toString], 6.53 + paper = {}, 6.54 + pow = math.pow, 6.55 + push = "push", 6.56 + rg = /^(?=[\da-f]$)/, 6.57 + ISURL = /^url\(['"]?([^\)]+)['"]?\)$/i, 6.58 + colourRegExp = /^\s*((#[a-f\d]{6})|(#[a-f\d]{3})|rgb\(\s*([\d\.]+\s*,\s*[\d\.]+\s*,\s*[\d\.]+)\s*\)|rgb\(\s*([\d\.]+%\s*,\s*[\d\.]+%\s*,\s*[\d\.]+%)\s*\)|hs[bl]\(\s*([\d\.]+\s*,\s*[\d\.]+\s*,\s*[\d\.]+)\s*\)|hs[bl]\(\s*([\d\.]+%\s*,\s*[\d\.]+%\s*,\s*[\d\.]+%)\s*\))\s*$/i, 6.59 + round = math.round, 6.60 + setAttribute = "setAttribute", 6.61 + toFloat = parseFloat, 6.62 + toInt = parseInt, 6.63 + upperCase = String[proto].toUpperCase, 6.64 + availableAttrs = {"clip-rect": "0 0 1e9 1e9", cursor: "default", cx: 0, cy: 0, fill: "#fff", "fill-opacity": 1, font: '10px "Arial"', "font-family": '"Arial"', "font-size": "10", "font-style": "normal", "font-weight": 400, gradient: 0, height: 0, href: "http://raphaeljs.com/", opacity: 1, path: "M0,0", r: 0, rotation: 0, rx: 0, ry: 0, scale: "1 1", src: "", stroke: "#000", "stroke-dasharray": "", "stroke-linecap": "butt", "stroke-linejoin": "butt", "stroke-miterlimit": 0, "stroke-opacity": 1, "stroke-width": 1, target: "_blank", "text-anchor": "middle", title: "Raphael", translation: "0 0", width: 0, x: 0, y: 0}, 6.65 + availableAnimAttrs = {along: "along", "clip-rect": "csv", cx: nu, cy: nu, fill: "colour", "fill-opacity": nu, "font-size": nu, height: nu, opacity: nu, path: "path", r: nu, rotation: "csv", rx: nu, ry: nu, scale: "csv", stroke: "colour", "stroke-opacity": nu, "stroke-width": nu, translation: "csv", width: nu, x: nu, y: nu}, 6.66 + rp = "replace"; 6.67 + R.version = "1.3.0"; 6.68 + R.type = (win.SVGAngle || doc.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1") ? "SVG" : "VML"); 6.69 + if (R.type == "VML") { 6.70 + var d = document.createElement("div"); 6.71 + d.innerHTML = '<!--[if vml]><br><br><![endif]-->'; 6.72 + if (d.childNodes[length] != 2) { 6.73 + return null; 6.74 + } 6.75 + } 6.76 + R.svg = !(R.vml = R.type == "VML"); 6.77 + Paper[proto] = R[proto]; 6.78 + R._id = 0; 6.79 + R._oid = 0; 6.80 + R.fn = {}; 6.81 + R.is = function (o, type) { 6.82 + type = lowerCase.call(type); 6.83 + return ((type == "object" || type == "undefined") && typeof o == type) || (o == null && type == "null") || lowerCase.call(objectToString.call(o).slice(8, -1)) == type; 6.84 + }; 6.85 + R.setWindow = function (newwin) { 6.86 + win = newwin; 6.87 + doc = win.document; 6.88 + }; 6.89 + // colour utilities 6.90 + var toHex = function (color) { 6.91 + if (R.vml) { 6.92 + // http://dean.edwards.name/weblog/2009/10/convert-any-colour-value-to-hex-in-msie/ 6.93 + var trim = /^\s+|\s+$/g; 6.94 + toHex = cacher(function (color) { 6.95 + var bod; 6.96 + color = (color + E)[rp](trim, E); 6.97 + try { 6.98 + var docum = new ActiveXObject("htmlfile"); 6.99 + docum.write("<body>"); 6.100 + docum.close(); 6.101 + bod = docum.body; 6.102 + } catch(e) { 6.103 + bod = createPopup().document.body; 6.104 + } 6.105 + var range = bod.createTextRange(); 6.106 + try { 6.107 + bod.style.color = color; 6.108 + var value = range.queryCommandValue("ForeColor"); 6.109 + value = ((value & 255) << 16) | (value & 65280) | ((value & 16711680) >>> 16); 6.110 + return "#" + ("000000" + value[toString](16)).slice(-6); 6.111 + } catch(e) { 6.112 + return "none"; 6.113 + } 6.114 + }); 6.115 + } else { 6.116 + var i = doc.createElement("i"); 6.117 + i.title = "Rapha\xebl Colour Picker"; 6.118 + i.style.display = "none"; 6.119 + doc.body[appendChild](i); 6.120 + toHex = cacher(function (color) { 6.121 + i.style.color = color; 6.122 + return doc.defaultView.getComputedStyle(i, E).getPropertyValue("color"); 6.123 + }); 6.124 + } 6.125 + return toHex(color); 6.126 + }; 6.127 + R.hsb2rgb = cacher(function (hue, saturation, brightness) { 6.128 + if (R.is(hue, "object") && "h" in hue && "s" in hue && "b" in hue) { 6.129 + brightness = hue.b; 6.130 + saturation = hue.s; 6.131 + hue = hue.h; 6.132 + } 6.133 + var red, 6.134 + green, 6.135 + blue; 6.136 + if (brightness == 0) { 6.137 + return {r: 0, g: 0, b: 0, hex: "#000"}; 6.138 + } 6.139 + if (hue > 1 || saturation > 1 || brightness > 1) { 6.140 + hue /= 255; 6.141 + saturation /= 255; 6.142 + brightness /= 255; 6.143 + } 6.144 + var i = ~~(hue * 6), 6.145 + f = (hue * 6) - i, 6.146 + p = brightness * (1 - saturation), 6.147 + q = brightness * (1 - (saturation * f)), 6.148 + t = brightness * (1 - (saturation * (1 - f))); 6.149 + red = [brightness, q, p, p, t, brightness, brightness][i]; 6.150 + green = [t, brightness, brightness, q, p, p, t][i]; 6.151 + blue = [p, p, t, brightness, brightness, q, p][i]; 6.152 + red *= 255; 6.153 + green *= 255; 6.154 + blue *= 255; 6.155 + var rgb = {r: red, g: green, b: blue}, 6.156 + r = (~~red)[toString](16), 6.157 + g = (~~green)[toString](16), 6.158 + b = (~~blue)[toString](16); 6.159 + r = r[rp](rg, "0"); 6.160 + g = g[rp](rg, "0"); 6.161 + b = b[rp](rg, "0"); 6.162 + rgb.hex = "#" + r + g + b; 6.163 + return rgb; 6.164 + }, R); 6.165 + R.rgb2hsb = cacher(function (red, green, blue) { 6.166 + if (R.is(red, "object") && "r" in red && "g" in red && "b" in red) { 6.167 + blue = red.b; 6.168 + green = red.g; 6.169 + red = red.r; 6.170 + } 6.171 + if (R.is(red, "string")) { 6.172 + var clr = R.getRGB(red); 6.173 + red = clr.r; 6.174 + green = clr.g; 6.175 + blue = clr.b; 6.176 + } 6.177 + if (red > 1 || green > 1 || blue > 1) { 6.178 + red /= 255; 6.179 + green /= 255; 6.180 + blue /= 255; 6.181 + } 6.182 + var max = mmax(red, green, blue), 6.183 + min = mmin(red, green, blue), 6.184 + hue, 6.185 + saturation, 6.186 + brightness = max; 6.187 + if (min == max) { 6.188 + return {h: 0, s: 0, b: max}; 6.189 + } else { 6.190 + var delta = (max - min); 6.191 + saturation = delta / max; 6.192 + if (red == max) { 6.193 + hue = (green - blue) / delta; 6.194 + } else if (green == max) { 6.195 + hue = 2 + ((blue - red) / delta); 6.196 + } else { 6.197 + hue = 4 + ((red - green) / delta); 6.198 + } 6.199 + hue /= 6; 6.200 + hue < 0 && hue++; 6.201 + hue > 1 && hue--; 6.202 + } 6.203 + return {h: hue, s: saturation, b: brightness}; 6.204 + }, R); 6.205 + var p2s = /,?([achlmqrstvxz]),?/gi; 6.206 + R._path2string = function () { 6.207 + return this.join(",")[rp](p2s, "$1"); 6.208 + }; 6.209 + function cacher(f, scope, postprocessor) { 6.210 + function newf() { 6.211 + var arg = Array[proto].slice.call(arguments, 0), 6.212 + args = arg[join]("\u25ba"), 6.213 + cache = newf.cache = newf.cache || {}, 6.214 + count = newf.count = newf.count || []; 6.215 + if (cache[has](args)) { 6.216 + return postprocessor ? postprocessor(cache[args]) : cache[args]; 6.217 + } 6.218 + count[length] >= 1e3 && delete cache[count.shift()]; 6.219 + count[push](args); 6.220 + cache[args] = f[apply](scope, arg); 6.221 + return postprocessor ? postprocessor(cache[args]) : cache[args]; 6.222 + } 6.223 + return newf; 6.224 + } 6.225 + 6.226 + R.getRGB = cacher(function (colour) { 6.227 + if (!colour || !!((colour = colour + E).indexOf("-") + 1)) { 6.228 + return {r: -1, g: -1, b: -1, hex: "none", error: 1}; 6.229 + } 6.230 + if (colour == "none") { 6.231 + return {r: -1, g: -1, b: -1, hex: "none"}; 6.232 + } 6.233 + !(({hs: 1, rg: 1})[has](colour.substring(0, 2)) || colour.charAt() == "#") && (colour = toHex(colour)); 6.234 + var res, 6.235 + red, 6.236 + green, 6.237 + blue, 6.238 + t, 6.239 + rgb = colour.match(colourRegExp); 6.240 + if (rgb) { 6.241 + if (rgb[2]) { 6.242 + blue = toInt(rgb[2].substring(5), 16); 6.243 + green = toInt(rgb[2].substring(3, 5), 16); 6.244 + red = toInt(rgb[2].substring(1, 3), 16); 6.245 + } 6.246 + if (rgb[3]) { 6.247 + blue = toInt((t = rgb[3].charAt(3)) + t, 16); 6.248 + green = toInt((t = rgb[3].charAt(2)) + t, 16); 6.249 + red = toInt((t = rgb[3].charAt(1)) + t, 16); 6.250 + } 6.251 + if (rgb[4]) { 6.252 + rgb = rgb[4][split](/\s*,\s*/); 6.253 + red = toFloat(rgb[0]); 6.254 + green = toFloat(rgb[1]); 6.255 + blue = toFloat(rgb[2]); 6.256 + } 6.257 + if (rgb[5]) { 6.258 + rgb = rgb[5][split](/\s*,\s*/); 6.259 + red = toFloat(rgb[0]) * 2.55; 6.260 + green = toFloat(rgb[1]) * 2.55; 6.261 + blue = toFloat(rgb[2]) * 2.55; 6.262 + } 6.263 + if (rgb[6]) { 6.264 + rgb = rgb[6][split](/\s*,\s*/); 6.265 + red = toFloat(rgb[0]); 6.266 + green = toFloat(rgb[1]); 6.267 + blue = toFloat(rgb[2]); 6.268 + return R.hsb2rgb(red, green, blue); 6.269 + } 6.270 + if (rgb[7]) { 6.271 + rgb = rgb[7][split](/\s*,\s*/); 6.272 + red = toFloat(rgb[0]) * 2.55; 6.273 + green = toFloat(rgb[1]) * 2.55; 6.274 + blue = toFloat(rgb[2]) * 2.55; 6.275 + return R.hsb2rgb(red, green, blue); 6.276 + } 6.277 + rgb = {r: red, g: green, b: blue}; 6.278 + var r = (~~red)[toString](16), 6.279 + g = (~~green)[toString](16), 6.280 + b = (~~blue)[toString](16); 6.281 + r = r[rp](rg, "0"); 6.282 + g = g[rp](rg, "0"); 6.283 + b = b[rp](rg, "0"); 6.284 + rgb.hex = "#" + r + g + b; 6.285 + return rgb; 6.286 + } 6.287 + return {r: -1, g: -1, b: -1, hex: "none", error: 1}; 6.288 + }, R); 6.289 + R.getColor = function (value) { 6.290 + var start = this.getColor.start = this.getColor.start || {h: 0, s: 1, b: value || .75}, 6.291 + rgb = this.hsb2rgb(start.h, start.s, start.b); 6.292 + start.h += .075; 6.293 + if (start.h > 1) { 6.294 + start.h = 0; 6.295 + start.s -= .2; 6.296 + start.s <= 0 && (this.getColor.start = {h: 0, s: 1, b: start.b}); 6.297 + } 6.298 + return rgb.hex; 6.299 + }; 6.300 + R.getColor.reset = function () { 6.301 + delete this.start; 6.302 + }; 6.303 + // path utilities 6.304 + R.parsePathString = cacher(function (pathString) { 6.305 + if (!pathString) { 6.306 + return null; 6.307 + } 6.308 + var paramCounts = {a: 7, c: 6, h: 1, l: 2, m: 2, q: 4, s: 4, t: 2, v: 1, z: 0}, 6.309 + data = []; 6.310 + if (R.is(pathString, "array") && R.is(pathString[0], "array")) { // rough assumption 6.311 + data = pathClone(pathString); 6.312 + } 6.313 + if (!data[length]) { 6.314 + (pathString + E)[rp](/([achlmqstvz])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?\s*,?\s*)+)/ig, function (a, b, c) { 6.315 + var params = [], 6.316 + name = lowerCase.call(b); 6.317 + c[rp](/(-?\d*\.?\d*(?:e[-+]?\d+)?)\s*,?\s*/ig, function (a, b) { 6.318 + b && params[push](+b); 6.319 + }); 6.320 + while (params[length] >= paramCounts[name]) { 6.321 + data[push]([b][concat](params.splice(0, paramCounts[name]))); 6.322 + if (!paramCounts[name]) { 6.323 + break; 6.324 + }; 6.325 + } 6.326 + }); 6.327 + } 6.328 + data[toString] = R._path2string; 6.329 + return data; 6.330 + }); 6.331 + R.findDotsAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { 6.332 + var t1 = 1 - t, 6.333 + x = pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x, 6.334 + y = pow(t1, 3) * p1y + pow(t1, 2) * 3 * t * c1y + t1 * 3 * t * t * c2y + pow(t, 3) * p2y, 6.335 + mx = p1x + 2 * t * (c1x - p1x) + t * t * (c2x - 2 * c1x + p1x), 6.336 + my = p1y + 2 * t * (c1y - p1y) + t * t * (c2y - 2 * c1y + p1y), 6.337 + nx = c1x + 2 * t * (c2x - c1x) + t * t * (p2x - 2 * c2x + c1x), 6.338 + ny = c1y + 2 * t * (c2y - c1y) + t * t * (p2y - 2 * c2y + c1y), 6.339 + ax = (1 - t) * p1x + t * c1x, 6.340 + ay = (1 - t) * p1y + t * c1y, 6.341 + cx = (1 - t) * c2x + t * p2x, 6.342 + cy = (1 - t) * c2y + t * p2y, 6.343 + alpha = (90 - math.atan((mx - nx) / (my - ny)) * 180 / math.PI); 6.344 + (mx > nx || my < ny) && (alpha += 180); 6.345 + return {x: x, y: y, m: {x: mx, y: my}, n: {x: nx, y: ny}, start: {x: ax, y: ay}, end: {x: cx, y: cy}, alpha: alpha}; 6.346 + }; 6.347 + var pathDimensions = cacher(function (path) { 6.348 + if (!path) { 6.349 + return {x: 0, y: 0, width: 0, height: 0}; 6.350 + } 6.351 + path = path2curve(path); 6.352 + var x = 0, 6.353 + y = 0, 6.354 + X = [], 6.355 + Y = [], 6.356 + p; 6.357 + for (var i = 0, ii = path[length]; i < ii; i++) { 6.358 + p = path[i]; 6.359 + if (p[0] == "M") { 6.360 + x = p[1]; 6.361 + y = p[2]; 6.362 + X[push](x); 6.363 + Y[push](y); 6.364 + } else { 6.365 + var dim = curveDim(x, y, p[1], p[2], p[3], p[4], p[5], p[6]); 6.366 + X = X[concat](dim.min.x, dim.max.x); 6.367 + Y = Y[concat](dim.min.y, dim.max.y); 6.368 + x = p[5]; 6.369 + y = p[6]; 6.370 + } 6.371 + } 6.372 + var xmin = mmin[apply](0, X), 6.373 + ymin = mmin[apply](0, Y); 6.374 + return { 6.375 + x: xmin, 6.376 + y: ymin, 6.377 + width: mmax[apply](0, X) - xmin, 6.378 + height: mmax[apply](0, Y) - ymin 6.379 + }; 6.380 + }), 6.381 + pathClone = function (pathArray) { 6.382 + var res = []; 6.383 + if (!R.is(pathArray, "array") || !R.is(pathArray && pathArray[0], "array")) { // rough assumption 6.384 + pathArray = R.parsePathString(pathArray); 6.385 + } 6.386 + for (var i = 0, ii = pathArray[length]; i < ii; i++) { 6.387 + res[i] = []; 6.388 + for (var j = 0, jj = pathArray[i][length]; j < jj; j++) { 6.389 + res[i][j] = pathArray[i][j]; 6.390 + } 6.391 + } 6.392 + res[toString] = R._path2string; 6.393 + return res; 6.394 + }, 6.395 + pathToRelative = cacher(function (pathArray) { 6.396 + if (!R.is(pathArray, "array") || !R.is(pathArray && pathArray[0], "array")) { // rough assumption 6.397 + pathArray = R.parsePathString(pathArray); 6.398 + } 6.399 + var res = [], 6.400 + x = 0, 6.401 + y = 0, 6.402 + mx = 0, 6.403 + my = 0, 6.404 + start = 0; 6.405 + if (pathArray[0][0] == "M") { 6.406 + x = pathArray[0][1]; 6.407 + y = pathArray[0][2]; 6.408 + mx = x; 6.409 + my = y; 6.410 + start++; 6.411 + res[push](["M", x, y]); 6.412 + } 6.413 + for (var i = start, ii = pathArray[length]; i < ii; i++) { 6.414 + var r = res[i] = [], 6.415 + pa = pathArray[i]; 6.416 + if (pa[0] != lowerCase.call(pa[0])) { 6.417 + r[0] = lowerCase.call(pa[0]); 6.418 + switch (r[0]) { 6.419 + case "a": 6.420 + r[1] = pa[1]; 6.421 + r[2] = pa[2]; 6.422 + r[3] = pa[3]; 6.423 + r[4] = pa[4]; 6.424 + r[5] = pa[5]; 6.425 + r[6] = +(pa[6] - x).toFixed(3); 6.426 + r[7] = +(pa[7] - y).toFixed(3); 6.427 + break; 6.428 + case "v": 6.429 + r[1] = +(pa[1] - y).toFixed(3); 6.430 + break; 6.431 + case "m": 6.432 + mx = pa[1]; 6.433 + my = pa[2]; 6.434 + default: 6.435 + for (var j = 1, jj = pa[length]; j < jj; j++) { 6.436 + r[j] = +(pa[j] - ((j % 2) ? x : y)).toFixed(3); 6.437 + } 6.438 + } 6.439 + } else { 6.440 + r = res[i] = []; 6.441 + if (pa[0] == "m") { 6.442 + mx = pa[1] + x; 6.443 + my = pa[2] + y; 6.444 + } 6.445 + for (var k = 0, kk = pa[length]; k < kk; k++) { 6.446 + res[i][k] = pa[k]; 6.447 + } 6.448 + } 6.449 + var len = res[i][length]; 6.450 + switch (res[i][0]) { 6.451 + case "z": 6.452 + x = mx; 6.453 + y = my; 6.454 + break; 6.455 + case "h": 6.456 + x += +res[i][len - 1]; 6.457 + break; 6.458 + case "v": 6.459 + y += +res[i][len - 1]; 6.460 + break; 6.461 + default: 6.462 + x += +res[i][len - 2]; 6.463 + y += +res[i][len - 1]; 6.464 + } 6.465 + } 6.466 + res[toString] = R._path2string; 6.467 + return res; 6.468 + }, 0, pathClone), 6.469 + pathToAbsolute = cacher(function (pathArray) { 6.470 + if (!R.is(pathArray, "array") || !R.is(pathArray && pathArray[0], "array")) { // rough assumption 6.471 + pathArray = R.parsePathString(pathArray); 6.472 + } 6.473 + var res = [], 6.474 + x = 0, 6.475 + y = 0, 6.476 + mx = 0, 6.477 + my = 0, 6.478 + start = 0; 6.479 + if (pathArray[0][0] == "M") { 6.480 + x = +pathArray[0][1]; 6.481 + y = +pathArray[0][2]; 6.482 + mx = x; 6.483 + my = y; 6.484 + start++; 6.485 + res[0] = ["M", x, y]; 6.486 + } 6.487 + for (var i = start, ii = pathArray[length]; i < ii; i++) { 6.488 + var r = res[i] = [], 6.489 + pa = pathArray[i]; 6.490 + if (pa[0] != upperCase.call(pa[0])) { 6.491 + r[0] = upperCase.call(pa[0]); 6.492 + switch (r[0]) { 6.493 + case "A": 6.494 + r[1] = pa[1]; 6.495 + r[2] = pa[2]; 6.496 + r[3] = pa[3]; 6.497 + r[4] = pa[4]; 6.498 + r[5] = pa[5]; 6.499 + r[6] = +(pa[6] + x); 6.500 + r[7] = +(pa[7] + y); 6.501 + break; 6.502 + case "V": 6.503 + r[1] = +pa[1] + y; 6.504 + break; 6.505 + case "H": 6.506 + r[1] = +pa[1] + x; 6.507 + break; 6.508 + case "M": 6.509 + mx = +pa[1] + x; 6.510 + my = +pa[2] + y; 6.511 + default: 6.512 + for (var j = 1, jj = pa[length]; j < jj; j++) { 6.513 + r[j] = +pa[j] + ((j % 2) ? x : y); 6.514 + } 6.515 + } 6.516 + } else { 6.517 + for (var k = 0, kk = pa[length]; k < kk; k++) { 6.518 + res[i][k] = pa[k]; 6.519 + } 6.520 + } 6.521 + switch (r[0]) { 6.522 + case "Z": 6.523 + x = mx; 6.524 + y = my; 6.525 + break; 6.526 + case "H": 6.527 + x = r[1]; 6.528 + break; 6.529 + case "V": 6.530 + y = r[1]; 6.531 + break; 6.532 + default: 6.533 + x = res[i][res[i][length] - 2]; 6.534 + y = res[i][res[i][length] - 1]; 6.535 + } 6.536 + } 6.537 + res[toString] = R._path2string; 6.538 + return res; 6.539 + }, null, pathClone), 6.540 + l2c = function (x1, y1, x2, y2) { 6.541 + return [x1, y1, x2, y2, x2, y2]; 6.542 + }, 6.543 + q2c = function (x1, y1, ax, ay, x2, y2) { 6.544 + var _13 = 1 / 3, 6.545 + _23 = 2 / 3; 6.546 + return [ 6.547 + _13 * x1 + _23 * ax, 6.548 + _13 * y1 + _23 * ay, 6.549 + _13 * x2 + _23 * ax, 6.550 + _13 * y2 + _23 * ay, 6.551 + x2, 6.552 + y2 6.553 + ]; 6.554 + }, 6.555 + a2c = function (x1, y1, rx, ry, angle, large_arc_flag, sweep_flag, x2, y2, recursive) { 6.556 + // for more information of where this math came from visit: 6.557 + // http://www.w3.org/TR/SVG11/implnote.html#ArcImplementationNotes 6.558 + var PI = math.PI, 6.559 + _120 = PI * 120 / 180, 6.560 + rad = PI / 180 * (+angle || 0), 6.561 + res = [], 6.562 + xy, 6.563 + rotate = cacher(function (x, y, rad) { 6.564 + var X = x * math.cos(rad) - y * math.sin(rad), 6.565 + Y = x * math.sin(rad) + y * math.cos(rad); 6.566 + return {x: X, y: Y}; 6.567 + }); 6.568 + if (!recursive) { 6.569 + xy = rotate(x1, y1, -rad); 6.570 + x1 = xy.x; 6.571 + y1 = xy.y; 6.572 + xy = rotate(x2, y2, -rad); 6.573 + x2 = xy.x; 6.574 + y2 = xy.y; 6.575 + var cos = math.cos(PI / 180 * angle), 6.576 + sin = math.sin(PI / 180 * angle), 6.577 + x = (x1 - x2) / 2, 6.578 + y = (y1 - y2) / 2; 6.579 + rx = mmax(rx, math.abs(x)); 6.580 + ry = mmax(ry, math.abs(y)); 6.581 + var rx2 = rx * rx, 6.582 + ry2 = ry * ry, 6.583 + k = (large_arc_flag == sweep_flag ? -1 : 1) * 6.584 + math.sqrt(math.abs((rx2 * ry2 - rx2 * y * y - ry2 * x * x) / (rx2 * y * y + ry2 * x * x))), 6.585 + cx = k * rx * y / ry + (x1 + x2) / 2, 6.586 + cy = k * -ry * x / rx + (y1 + y2) / 2, 6.587 + f1 = math.asin(((y1 - cy) / ry).toFixed(7)), 6.588 + f2 = math.asin(((y2 - cy) / ry).toFixed(7)); 6.589 + 6.590 + f1 = x1 < cx ? PI - f1 : f1; 6.591 + f2 = x2 < cx ? PI - f2 : f2; 6.592 + f1 < 0 && (f1 = PI * 2 + f1); 6.593 + f2 < 0 && (f2 = PI * 2 + f2); 6.594 + if (sweep_flag && f1 > f2) { 6.595 + f1 = f1 - PI * 2; 6.596 + } 6.597 + if (!sweep_flag && f2 > f1) { 6.598 + f2 = f2 - PI * 2; 6.599 + } 6.600 + } else { 6.601 + f1 = recursive[0]; 6.602 + f2 = recursive[1]; 6.603 + cx = recursive[2]; 6.604 + cy = recursive[3]; 6.605 + } 6.606 + var df = f2 - f1; 6.607 + if (math.abs(df) > _120) { 6.608 + var f2old = f2, 6.609 + x2old = x2, 6.610 + y2old = y2; 6.611 + f2 = f1 + _120 * (sweep_flag && f2 > f1 ? 1 : -1); 6.612 + x2 = cx + rx * math.cos(f2); 6.613 + y2 = cy + ry * math.sin(f2); 6.614 + res = a2c(x2, y2, rx, ry, angle, 0, sweep_flag, x2old, y2old, [f2, f2old, cx, cy]); 6.615 + } 6.616 + df = f2 - f1; 6.617 + var c1 = math.cos(f1), 6.618 + s1 = math.sin(f1), 6.619 + c2 = math.cos(f2), 6.620 + s2 = math.sin(f2), 6.621 + t = math.tan(df / 4), 6.622 + hx = 4 / 3 * rx * t, 6.623 + hy = 4 / 3 * ry * t, 6.624 + m1 = [x1, y1], 6.625 + m2 = [x1 + hx * s1, y1 - hy * c1], 6.626 + m3 = [x2 + hx * s2, y2 - hy * c2], 6.627 + m4 = [x2, y2]; 6.628 + m2[0] = 2 * m1[0] - m2[0]; 6.629 + m2[1] = 2 * m1[1] - m2[1]; 6.630 + if (recursive) { 6.631 + return [m2, m3, m4][concat](res); 6.632 + } else { 6.633 + res = [m2, m3, m4][concat](res)[join]()[split](","); 6.634 + var newres = []; 6.635 + for (var i = 0, ii = res[length]; i < ii; i++) { 6.636 + newres[i] = i % 2 ? rotate(res[i - 1], res[i], rad).y : rotate(res[i], res[i + 1], rad).x; 6.637 + } 6.638 + return newres; 6.639 + } 6.640 + }, 6.641 + findDotAtSegment = function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t) { 6.642 + var t1 = 1 - t; 6.643 + return { 6.644 + x: pow(t1, 3) * p1x + pow(t1, 2) * 3 * t * c1x + t1 * 3 * t * t * c2x + pow(t, 3) * p2x, 6.645 + y: pow(t1, 3) * p1y + pow(t1, 2) * 3 * t * c1y + t1 * 3 * t * t * c2y + pow(t, 3) * p2y 6.646 + }; 6.647 + }, 6.648 + curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { 6.649 + var a = (c2x - 2 * c1x + p1x) - (p2x - 2 * c2x + c1x), 6.650 + b = 2 * (c1x - p1x) - 2 * (c2x - c1x), 6.651 + c = p1x - c1x, 6.652 + t1 = (-b + math.sqrt(b * b - 4 * a * c)) / 2 / a, 6.653 + t2 = (-b - math.sqrt(b * b - 4 * a * c)) / 2 / a, 6.654 + y = [p1y, p2y], 6.655 + x = [p1x, p2x], 6.656 + dot; 6.657 + math.abs(t1) > 1e12 && (t1 = .5); 6.658 + math.abs(t2) > 1e12 && (t2 = .5); 6.659 + if (t1 > 0 && t1 < 1) { 6.660 + dot = findDotAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t1); 6.661 + x[push](dot.x); 6.662 + y[push](dot.y); 6.663 + } 6.664 + if (t2 > 0 && t2 < 1) { 6.665 + dot = findDotAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t2); 6.666 + x[push](dot.x); 6.667 + y[push](dot.y); 6.668 + } 6.669 + a = (c2y - 2 * c1y + p1y) - (p2y - 2 * c2y + c1y); 6.670 + b = 2 * (c1y - p1y) - 2 * (c2y - c1y); 6.671 + c = p1y - c1y; 6.672 + t1 = (-b + math.sqrt(b * b - 4 * a * c)) / 2 / a; 6.673 + t2 = (-b - math.sqrt(b * b - 4 * a * c)) / 2 / a; 6.674 + math.abs(t1) > 1e12 && (t1 = .5); 6.675 + math.abs(t2) > 1e12 && (t2 = .5); 6.676 + if (t1 > 0 && t1 < 1) { 6.677 + dot = findDotAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t1); 6.678 + x[push](dot.x); 6.679 + y[push](dot.y); 6.680 + } 6.681 + if (t2 > 0 && t2 < 1) { 6.682 + dot = findDotAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t2); 6.683 + x[push](dot.x); 6.684 + y[push](dot.y); 6.685 + } 6.686 + return { 6.687 + min: {x: mmin[apply](0, x), y: mmin[apply](0, y)}, 6.688 + max: {x: mmax[apply](0, x), y: mmax[apply](0, y)} 6.689 + }; 6.690 + }), 6.691 + path2curve = cacher(function (path, path2) { 6.692 + var p = pathToAbsolute(path), 6.693 + p2 = path2 && pathToAbsolute(path2), 6.694 + attrs = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, 6.695 + attrs2 = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, 6.696 + processPath = function (path, d) { 6.697 + var nx, ny; 6.698 + if (!path) { 6.699 + return ["C", d.x, d.y, d.x, d.y, d.x, d.y]; 6.700 + } 6.701 + !(path[0] in {T:1, Q:1}) && (d.qx = d.qy = null); 6.702 + switch (path[0]) { 6.703 + case "M": 6.704 + d.X = path[1]; 6.705 + d.Y = path[2]; 6.706 + break; 6.707 + case "A": 6.708 + path = ["C"][concat](a2c[apply](0, [d.x, d.y][concat](path.slice(1)))); 6.709 + break; 6.710 + case "S": 6.711 + nx = d.x + (d.x - (d.bx || d.x)); 6.712 + ny = d.y + (d.y - (d.by || d.y)); 6.713 + path = ["C", nx, ny][concat](path.slice(1)); 6.714 + break; 6.715 + case "T": 6.716 + d.qx = d.x + (d.x - (d.qx || d.x)); 6.717 + d.qy = d.y + (d.y - (d.qy || d.y)); 6.718 + path = ["C"][concat](q2c(d.x, d.y, d.qx, d.qy, path[1], path[2])); 6.719 + break; 6.720 + case "Q": 6.721 + d.qx = path[1]; 6.722 + d.qy = path[2]; 6.723 + path = ["C"][concat](q2c(d.x, d.y, path[1], path[2], path[3], path[4])); 6.724 + break; 6.725 + case "L": 6.726 + path = ["C"][concat](l2c(d.x, d.y, path[1], path[2])); 6.727 + break; 6.728 + case "H": 6.729 + path = ["C"][concat](l2c(d.x, d.y, path[1], d.y)); 6.730 + break; 6.731 + case "V": 6.732 + path = ["C"][concat](l2c(d.x, d.y, d.x, path[1])); 6.733 + break; 6.734 + case "Z": 6.735 + path = ["C"][concat](l2c(d.x, d.y, d.X, d.Y)); 6.736 + break; 6.737 + } 6.738 + return path; 6.739 + }, 6.740 + fixArc = function (pp, i) { 6.741 + if (pp[i][length] > 7) { 6.742 + pp[i].shift(); 6.743 + var pi = pp[i]; 6.744 + while (pi[length]) { 6.745 + pp.splice(i++, 0, ["C"][concat](pi.splice(0, 6))); 6.746 + } 6.747 + pp.splice(i, 1); 6.748 + ii = mmax(p[length], p2 && p2[length] || 0); 6.749 + } 6.750 + }, 6.751 + fixM = function (path1, path2, a1, a2, i) { 6.752 + if (path1 && path2 && path1[i][0] == "M" && path2[i][0] != "M") { 6.753 + path2.splice(i, 0, ["M", a2.x, a2.y]); 6.754 + a1.bx = 0; 6.755 + a1.by = 0; 6.756 + a1.x = path1[i][1]; 6.757 + a1.y = path1[i][2]; 6.758 + ii = mmax(p[length], p2 && p2[length] || 0); 6.759 + } 6.760 + }; 6.761 + for (var i = 0, ii = mmax(p[length], p2 && p2[length] || 0); i < ii; i++) { 6.762 + p[i] = processPath(p[i], attrs); 6.763 + fixArc(p, i); 6.764 + p2 && (p2[i] = processPath(p2[i], attrs2)); 6.765 + p2 && fixArc(p2, i); 6.766 + fixM(p, p2, attrs, attrs2, i); 6.767 + fixM(p2, p, attrs2, attrs, i); 6.768 + var seg = p[i], 6.769 + seg2 = p2 && p2[i], 6.770 + seglen = seg[length], 6.771 + seg2len = p2 && seg2[length]; 6.772 + attrs.x = seg[seglen - 2]; 6.773 + attrs.y = seg[seglen - 1]; 6.774 + attrs.bx = toFloat(seg[seglen - 4]) || attrs.x; 6.775 + attrs.by = toFloat(seg[seglen - 3]) || attrs.y; 6.776 + attrs2.bx = p2 && (toFloat(seg2[seg2len - 4]) || attrs2.x); 6.777 + attrs2.by = p2 && (toFloat(seg2[seg2len - 3]) || attrs2.y); 6.778 + attrs2.x = p2 && seg2[seg2len - 2]; 6.779 + attrs2.y = p2 && seg2[seg2len - 1]; 6.780 + } 6.781 + return p2 ? [p, p2] : p; 6.782 + }, null, pathClone), 6.783 + parseDots = cacher(function (gradient) { 6.784 + var dots = []; 6.785 + for (var i = 0, ii = gradient[length]; i < ii; i++) { 6.786 + var dot = {}, 6.787 + par = gradient[i].match(/^([^:]*):?([\d\.]*)/); 6.788 + dot.color = R.getRGB(par[1]); 6.789 + if (dot.color.error) { 6.790 + return null; 6.791 + } 6.792 + dot.color = dot.color.hex; 6.793 + par[2] && (dot.offset = par[2] + "%"); 6.794 + dots[push](dot); 6.795 + } 6.796 + for (var i = 1, ii = dots[length] - 1; i < ii; i++) { 6.797 + if (!dots[i].offset) { 6.798 + var start = toFloat(dots[i - 1].offset || 0), 6.799 + end = 0; 6.800 + for (var j = i + 1; j < ii; j++) { 6.801 + if (dots[j].offset) { 6.802 + end = dots[j].offset; 6.803 + break; 6.804 + } 6.805 + } 6.806 + if (!end) { 6.807 + end = 100; 6.808 + j = ii; 6.809 + } 6.810 + end = toFloat(end); 6.811 + var d = (end - start) / (j - i + 1); 6.812 + for (; i < j; i++) { 6.813 + start += d; 6.814 + dots[i].offset = start + "%"; 6.815 + } 6.816 + } 6.817 + } 6.818 + return dots; 6.819 + }), 6.820 + getContainer = function () { 6.821 + var container, 6.822 + x, 6.823 + y, 6.824 + width, 6.825 + height; 6.826 + if (R.is(arguments[0], "string") || R.is(arguments[0], "object")) { 6.827 + if (R.is(arguments[0], "string")) { 6.828 + container = doc.getElementById(arguments[0]); 6.829 + } else { 6.830 + container = arguments[0]; 6.831 + } 6.832 + if (container.tagName) { 6.833 + if (arguments[1] == null) { 6.834 + return { 6.835 + container: container, 6.836 + width: container.style.pixelWidth || container.offsetWidth, 6.837 + height: container.style.pixelHeight || container.offsetHeight 6.838 + }; 6.839 + } else { 6.840 + return {container: container, width: arguments[1], height: arguments[2]}; 6.841 + } 6.842 + } 6.843 + } else if (R.is(arguments[0], nu) && arguments[length] > 3) { 6.844 + return {container: 1, x: arguments[0], y: arguments[1], width: arguments[2], height: arguments[3]}; 6.845 + } 6.846 + }, 6.847 + plugins = function (con, add) { 6.848 + var that = this; 6.849 + for (var prop in add) if (add[has](prop) && !(prop in con)) { 6.850 + switch (typeof add[prop]) { 6.851 + case "function": 6.852 + (function (f) { 6.853 + con[prop] = con === that ? f : function () { return f[apply](that, arguments); }; 6.854 + })(add[prop]); 6.855 + break; 6.856 + case "object": 6.857 + con[prop] = con[prop] || {}; 6.858 + plugins.call(this, con[prop], add[prop]); 6.859 + break; 6.860 + default: 6.861 + con[prop] = add[prop]; 6.862 + break; 6.863 + } 6.864 + } 6.865 + }, 6.866 + tear = function (el, paper) { 6.867 + el == paper.top && (paper.top = el.prev); 6.868 + el == paper.bottom && (paper.bottom = el.next); 6.869 + el.next && (el.next.prev = el.prev); 6.870 + el.prev && (el.prev.next = el.next); 6.871 + }, 6.872 + tofront = function (el, paper) { 6.873 + if (paper.top === el) { 6.874 + return; 6.875 + } 6.876 + tear(el, paper); 6.877 + el.next = null; 6.878 + el.prev = paper.top; 6.879 + paper.top.next = el; 6.880 + paper.top = el; 6.881 + }, 6.882 + toback = function (el, paper) { 6.883 + if (paper.bottom === el) { 6.884 + return; 6.885 + } 6.886 + tear(el, paper); 6.887 + el.next = paper.bottom; 6.888 + el.prev = null; 6.889 + paper.bottom.prev = el; 6.890 + paper.bottom = el; 6.891 + }, 6.892 + insertafter = function (el, el2, paper) { 6.893 + tear(el, paper); 6.894 + el2 == paper.top && (paper.top = el); 6.895 + el2.next && (el2.next.prev = el); 6.896 + el.next = el2.next; 6.897 + el.prev = el2; 6.898 + el2.next = el; 6.899 + }, 6.900 + insertbefore = function (el, el2, paper) { 6.901 + tear(el, paper); 6.902 + el2 == paper.bottom && (paper.bottom = el); 6.903 + el2.prev && (el2.prev.next = el); 6.904 + el.prev = el2.prev; 6.905 + el2.prev = el; 6.906 + el.next = el2; 6.907 + }, 6.908 + removed = function (methodname) { 6.909 + return function () { 6.910 + throw new Error("Rapha\xebl: you are calling to method \u201c" + methodname + "\u201d of removed object"); 6.911 + }; 6.912 + }, 6.913 + radial_gradient = /^r(?:\(([^,]+?)\s*,\s*([^\)]+?)\))?/; 6.914 + 6.915 + // SVG 6.916 + if (R.svg) { 6.917 + Paper[proto].svgns = "http://www.w3.org/2000/svg"; 6.918 + Paper[proto].xlink = "http://www.w3.org/1999/xlink"; 6.919 + var round = function (num) { 6.920 + return +num + (~~num === num) * .5; 6.921 + }, 6.922 + roundPath = function (path) { 6.923 + for (var i = 0, ii = path[length]; i < ii; i++) { 6.924 + if (lowerCase.call(path[i][0]) != "a") { 6.925 + for (var j = 1, jj = path[i][length]; j < jj; j++) { 6.926 + path[i][j] = round(path[i][j]); 6.927 + } 6.928 + } else { 6.929 + path[i][6] = round(path[i][6]); 6.930 + path[i][7] = round(path[i][7]); 6.931 + } 6.932 + } 6.933 + return path; 6.934 + }, 6.935 + $ = function (el, attr) { 6.936 + if (attr) { 6.937 + for (var key in attr) if (attr[has](key)) { 6.938 + el[setAttribute](key, attr[key]); 6.939 + } 6.940 + } else { 6.941 + return doc.createElementNS(Paper[proto].svgns, el); 6.942 + } 6.943 + }; 6.944 + R[toString] = function () { 6.945 + return "Your browser supports SVG.\nYou are running Rapha\xebl " + this.version; 6.946 + }; 6.947 + var thePath = function (pathString, SVG) { 6.948 + var el = $("path"); 6.949 + SVG.canvas && SVG.canvas[appendChild](el); 6.950 + var p = new Element(el, SVG); 6.951 + p.type = "path"; 6.952 + setFillAndStroke(p, {fill: "none", stroke: "#000", path: pathString}); 6.953 + return p; 6.954 + }; 6.955 + var addGradientFill = function (o, gradient, SVG) { 6.956 + var type = "linear", 6.957 + fx = .5, fy = .5, 6.958 + s = o.style; 6.959 + gradient = (gradient + E)[rp](radial_gradient, function (all, _fx, _fy) { 6.960 + type = "radial"; 6.961 + if (_fx && _fy) { 6.962 + fx = toFloat(_fx); 6.963 + fy = toFloat(_fy); 6.964 + var dir = ((fy > .5) * 2 - 1); 6.965 + pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && 6.966 + (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) && 6.967 + fy != .5 && 6.968 + (fy = fy.toFixed(5) - 1e-5 * dir); 6.969 + } 6.970 + return E; 6.971 + }); 6.972 + gradient = gradient[split](/\s*\-\s*/); 6.973 + if (type == "linear") { 6.974 + var angle = gradient.shift(); 6.975 + angle = -toFloat(angle); 6.976 + if (isNaN(angle)) { 6.977 + return null; 6.978 + } 6.979 + var vector = [0, 0, math.cos(angle * math.PI / 180), math.sin(angle * math.PI / 180)], 6.980 + max = 1 / (mmax(math.abs(vector[2]), math.abs(vector[3])) || 1); 6.981 + vector[2] *= max; 6.982 + vector[3] *= max; 6.983 + if (vector[2] < 0) { 6.984 + vector[0] = -vector[2]; 6.985 + vector[2] = 0; 6.986 + } 6.987 + if (vector[3] < 0) { 6.988 + vector[1] = -vector[3]; 6.989 + vector[3] = 0; 6.990 + } 6.991 + } 6.992 + var dots = parseDots(gradient); 6.993 + if (!dots) { 6.994 + return null; 6.995 + } 6.996 + var el = $(type + "Gradient"); 6.997 + el.id = "r" + (R._id++)[toString](36); 6.998 + $(el, type == "radial" ? {fx: fx, fy: fy} : {x1: vector[0], y1: vector[1], x2: vector[2], y2: vector[3]}); 6.999 + SVG.defs[appendChild](el); 6.1000 + for (var i = 0, ii = dots[length]; i < ii; i++) { 6.1001 + var stop = $("stop"); 6.1002 + $(stop, { 6.1003 + offset: dots[i].offset ? dots[i].offset : !i ? "0%" : "100%", 6.1004 + "stop-color": dots[i].color || "#fff" 6.1005 + }); 6.1006 + el[appendChild](stop); 6.1007 + }; 6.1008 + $(o, { 6.1009 + fill: "url(#" + el.id + ")", 6.1010 + opacity: 1, 6.1011 + "fill-opacity": 1 6.1012 + }); 6.1013 + s.fill = E; 6.1014 + s.opacity = 1; 6.1015 + s.fillOpacity = 1; 6.1016 + return 1; 6.1017 + }; 6.1018 + var updatePosition = function (o) { 6.1019 + var bbox = o.getBBox(); 6.1020 + $(o.pattern, {patternTransform: R.format("translate({0},{1})", bbox.x, bbox.y)}); 6.1021 + }; 6.1022 + var setFillAndStroke = function (o, params) { 6.1023 + var dasharray = { 6.1024 + "": [0], 6.1025 + "none": [0], 6.1026 + "-": [3, 1], 6.1027 + ".": [1, 1], 6.1028 + "-.": [3, 1, 1, 1], 6.1029 + "-..": [3, 1, 1, 1, 1, 1], 6.1030 + ". ": [1, 3], 6.1031 + "- ": [4, 3], 6.1032 + "--": [8, 3], 6.1033 + "- .": [4, 3, 1, 3], 6.1034 + "--.": [8, 3, 1, 3], 6.1035 + "--..": [8, 3, 1, 3, 1, 3] 6.1036 + }, 6.1037 + node = o.node, 6.1038 + attrs = o.attrs, 6.1039 + rot = o.rotate(), 6.1040 + addDashes = function (o, value) { 6.1041 + value = dasharray[lowerCase.call(value)]; 6.1042 + if (value) { 6.1043 + var width = o.attrs["stroke-width"] || "1", 6.1044 + butt = {round: width, square: width, butt: 0}[o.attrs["stroke-linecap"] || params["stroke-linecap"]] || 0, 6.1045 + dashes = []; 6.1046 + var i = value[length]; 6.1047 + while (i--) { 6.1048 + dashes[i] = value[i] * width + ((i % 2) ? 1 : -1) * butt; 6.1049 + } 6.1050 + $(node, {"stroke-dasharray": dashes[join](",")}); 6.1051 + } 6.1052 + }; 6.1053 + params[has]("rotation") && (rot = params.rotation); 6.1054 + var rotxy = (rot + E)[split](separator); 6.1055 + if (!(rotxy.length - 1)) { 6.1056 + rotxy = null; 6.1057 + } else { 6.1058 + rotxy[1] = +rotxy[1]; 6.1059 + rotxy[2] = +rotxy[2]; 6.1060 + } 6.1061 + toFloat(rot) && o.rotate(0, true); 6.1062 + for (var att in params) if (params[has](att)) { 6.1063 + if (!availableAttrs[has](att)) { 6.1064 + continue; 6.1065 + } 6.1066 + var value = params[att]; 6.1067 + attrs[att] = value; 6.1068 + switch (att) { 6.1069 + case "rotation": 6.1070 + o.rotate(value, true); 6.1071 + break; 6.1072 + // Hyperlink 6.1073 + case "href": 6.1074 + case "title": 6.1075 + case "target": 6.1076 + var pn = node.parentNode; 6.1077 + if (lowerCase.call(pn.tagName) != "a") { 6.1078 + var hl = $("a"); 6.1079 + pn.insertBefore(hl, node); 6.1080 + hl[appendChild](node); 6.1081 + pn = hl; 6.1082 + } 6.1083 + pn.setAttributeNS(o.Paper[proto].xlink, att, value); 6.1084 + break; 6.1085 + case "cursor": 6.1086 + node.style.cursor = value; 6.1087 + break; 6.1088 + case "clip-rect": 6.1089 + var rect = (value + E)[split](separator); 6.1090 + if (rect[length] == 4) { 6.1091 + o.clip && o.clip.parentNode.parentNode.removeChild(o.clip.parentNode); 6.1092 + var el = $("clipPath"), 6.1093 + rc = $("rect"); 6.1094 + el.id = "r" + (R._id++)[toString](36); 6.1095 + $(rc, { 6.1096 + x: rect[0], 6.1097 + y: rect[1], 6.1098 + width: rect[2], 6.1099 + height: rect[3] 6.1100 + }); 6.1101 + el[appendChild](rc); 6.1102 + o.paper.defs[appendChild](el); 6.1103 + $(node, {"clip-path": "url(#" + el.id + ")"}); 6.1104 + o.clip = rc; 6.1105 + } 6.1106 + if (!value) { 6.1107 + var clip = doc.getElementById(node.getAttribute("clip-path")[rp](/(^url\(#|\)$)/g, E)); 6.1108 + clip && clip.parentNode.removeChild(clip); 6.1109 + $(node, {"clip-path": E}); 6.1110 + delete o.clip; 6.1111 + } 6.1112 + break; 6.1113 + case "path": 6.1114 + if (value && o.type == "path") { 6.1115 + attrs.path = roundPath(pathToAbsolute(value)); 6.1116 + $(node, {d: attrs.path}); 6.1117 + } 6.1118 + break; 6.1119 + case "width": 6.1120 + node[setAttribute](att, value); 6.1121 + if (attrs.fx) { 6.1122 + att = "x"; 6.1123 + value = attrs.x; 6.1124 + } else { 6.1125 + break; 6.1126 + } 6.1127 + case "x": 6.1128 + if (attrs.fx) { 6.1129 + value = -attrs.x - (attrs.width || 0); 6.1130 + } 6.1131 + case "rx": 6.1132 + if (att == "rx" && o.type == "rect") { 6.1133 + break; 6.1134 + } 6.1135 + case "cx": 6.1136 + rotxy && (att == "x" || att == "cx") && (rotxy[1] += value - attrs[att]); 6.1137 + node[setAttribute](att, round(value)); 6.1138 + o.pattern && updatePosition(o); 6.1139 + break; 6.1140 + case "height": 6.1141 + node[setAttribute](att, value); 6.1142 + if (attrs.fy) { 6.1143 + att = "y"; 6.1144 + value = attrs.y; 6.1145 + } else { 6.1146 + break; 6.1147 + } 6.1148 + case "y": 6.1149 + if (attrs.fy) { 6.1150 + value = -attrs.y - (attrs.height || 0); 6.1151 + } 6.1152 + case "ry": 6.1153 + if (att == "ry" && o.type == "rect") { 6.1154 + break; 6.1155 + } 6.1156 + case "cy": 6.1157 + rotxy && (att == "y" || att == "cy") && (rotxy[2] += value - attrs[att]); 6.1158 + node[setAttribute](att, round(value)); 6.1159 + o.pattern && updatePosition(o); 6.1160 + break; 6.1161 + case "r": 6.1162 + if (o.type == "rect") { 6.1163 + $(node, {rx: value, ry: value}); 6.1164 + } else { 6.1165 + node[setAttribute](att, value); 6.1166 + } 6.1167 + break; 6.1168 + case "src": 6.1169 + if (o.type == "image") { 6.1170 + node.setAttributeNS(o.paper.xlink, "href", value); 6.1171 + } 6.1172 + break; 6.1173 + case "stroke-width": 6.1174 + node.style.strokeWidth = value; 6.1175 + // Need following line for Firefox 6.1176 + node[setAttribute](att, value); 6.1177 + if (attrs["stroke-dasharray"]) { 6.1178 + addDashes(o, attrs["stroke-dasharray"]); 6.1179 + } 6.1180 + break; 6.1181 + case "stroke-dasharray": 6.1182 + addDashes(o, value); 6.1183 + break; 6.1184 + case "translation": 6.1185 + var xy = (value + E)[split](separator); 6.1186 + xy[0] = +xy[0] || 0; 6.1187 + xy[1] = +xy[1] || 0; 6.1188 + if (rotxy) { 6.1189 + rotxy[1] += xy[0]; 6.1190 + rotxy[2] += xy[1]; 6.1191 + } 6.1192 + translate.call(o, xy[0], xy[1]); 6.1193 + break; 6.1194 + case "scale": 6.1195 + var xy = (value + E)[split](separator); 6.1196 + o.scale(+xy[0] || 1, +xy[1] || +xy[0] || 1, +xy[2] || null, +xy[3] || null); 6.1197 + break; 6.1198 + case "fill": 6.1199 + var isURL = (value + E).match(ISURL); 6.1200 + if (isURL) { 6.1201 + var el = $("pattern"), 6.1202 + ig = $("image"); 6.1203 + el.id = "r" + (R._id++)[toString](36); 6.1204 + $(el, {x: 0, y: 0, patternUnits: "userSpaceOnUse", height: 1, width: 1}); 6.1205 + $(ig, {x: 0, y: 0}); 6.1206 + ig.setAttributeNS(o.paper.xlink, "href", isURL[1]); 6.1207 + el[appendChild](ig); 6.1208 + 6.1209 + var img = doc.createElement("img"); 6.1210 + img.style.cssText = "position:absolute;left:-9999em;top-9999em"; 6.1211 + img.onload = function () { 6.1212 + $(el, {width: this.offsetWidth, height: this.offsetHeight}); 6.1213 + $(ig, {width: this.offsetWidth, height: this.offsetHeight}); 6.1214 + doc.body.removeChild(this); 6.1215 + o.paper.safari(); 6.1216 + }; 6.1217 + doc.body[appendChild](img); 6.1218 + img.src = isURL[1]; 6.1219 + o.paper.defs[appendChild](el); 6.1220 + node.style.fill = "url(#" + el.id + ")"; 6.1221 + $(node, {fill: "url(#" + el.id + ")"}); 6.1222 + o.pattern = el; 6.1223 + o.pattern && updatePosition(o); 6.1224 + break; 6.1225 + } 6.1226 + if (!R.getRGB(value).error) { 6.1227 + delete params.gradient; 6.1228 + delete attrs.gradient; 6.1229 + !R.is(attrs.opacity, "undefined") && 6.1230 + R.is(params.opacity, "undefined") && 6.1231 + $(node, {opacity: attrs.opacity}); 6.1232 + !R.is(attrs["fill-opacity"], "undefined") && 6.1233 + R.is(params["fill-opacity"], "undefined") && 6.1234 + $(node, {"fill-opacity": attrs["fill-opacity"]}); 6.1235 + } else if ((({circle: 1, ellipse: 1})[has](o.type) || (value + E).charAt() != "r") && addGradientFill(node, value, o.paper)) { 6.1236 + attrs.gradient = value; 6.1237 + attrs.fill = "none"; 6.1238 + break; 6.1239 + } 6.1240 + case "stroke": 6.1241 + node[setAttribute](att, R.getRGB(value).hex); 6.1242 + break; 6.1243 + case "gradient": 6.1244 + (({circle: 1, ellipse: 1})[has](o.type) || (value + E).charAt() != "r") && addGradientFill(node, value, o.paper); 6.1245 + break; 6.1246 + case "opacity": 6.1247 + case "fill-opacity": 6.1248 + if (attrs.gradient) { 6.1249 + var gradient = doc.getElementById(node.getAttribute("fill")[rp](/^url\(#|\)$/g, E)); 6.1250 + if (gradient) { 6.1251 + var stops = gradient.getElementsByTagName("stop"); 6.1252 + stops[stops[length] - 1][setAttribute]("stop-opacity", value); 6.1253 + } 6.1254 + break; 6.1255 + } 6.1256 + default: 6.1257 + att == "font-size" && (value = toInt(value, 10) + "px"); 6.1258 + var cssrule = att[rp](/(\-.)/g, function (w) { 6.1259 + return upperCase.call(w.substring(1)); 6.1260 + }); 6.1261 + node.style[cssrule] = value; 6.1262 + // Need following line for Firefox 6.1263 + node[setAttribute](att, value); 6.1264 + break; 6.1265 + } 6.1266 + } 6.1267 + 6.1268 + tuneText(o, params); 6.1269 + if (rotxy) { 6.1270 + o.rotate(rotxy.join(S)); 6.1271 + } else { 6.1272 + toFloat(rot) && o.rotate(rot, true); 6.1273 + } 6.1274 + }; 6.1275 + var leading = 1.2; 6.1276 + var tuneText = function (el, params) { 6.1277 + if (el.type != "text" || !(params[has]("text") || params[has]("font") || params[has]("font-size") || params[has]("x") || params[has]("y"))) { 6.1278 + return; 6.1279 + } 6.1280 + var a = el.attrs, 6.1281 + node = el.node, 6.1282 + fontSize = node.firstChild ? toInt(doc.defaultView.getComputedStyle(node.firstChild, E).getPropertyValue("font-size"), 10) : 10; 6.1283 + 6.1284 + if (params[has]("text")) { 6.1285 + a.text = params.text; 6.1286 + while (node.firstChild) { 6.1287 + node.removeChild(node.firstChild); 6.1288 + } 6.1289 + var texts = (params.text + E)[split]("\n"); 6.1290 + for (var i = 0, ii = texts[length]; i < ii; i++) if (texts[i]) { 6.1291 + var tspan = $("tspan"); 6.1292 + i && $(tspan, {dy: fontSize * leading, x: a.x}); 6.1293 + tspan[appendChild](doc.createTextNode(texts[i])); 6.1294 + node[appendChild](tspan); 6.1295 + } 6.1296 + } else { 6.1297 + var texts = node.getElementsByTagName("tspan"); 6.1298 + for (var i = 0, ii = texts[length]; i < ii; i++) { 6.1299 + i && $(texts[i], {dy: fontSize * leading, x: a.x}); 6.1300 + } 6.1301 + } 6.1302 + $(node, {y: a.y}); 6.1303 + var bb = el.getBBox(), 6.1304 + dif = a.y - (bb.y + bb.height / 2); 6.1305 + dif && isFinite(dif) && $(node, {y: a.y + dif}); 6.1306 + }; 6.1307 + var Element = function (node, svg) { 6.1308 + var X = 0, 6.1309 + Y = 0; 6.1310 + this[0] = node; 6.1311 + this.id = R._oid++; 6.1312 + this.node = node; 6.1313 + node.raphael = this; 6.1314 + this.paper = svg; 6.1315 + this.attrs = this.attrs || {}; 6.1316 + this.transformations = []; // rotate, translate, scale 6.1317 + this._ = { 6.1318 + tx: 0, 6.1319 + ty: 0, 6.1320 + rt: {deg: 0, cx: 0, cy: 0}, 6.1321 + sx: 1, 6.1322 + sy: 1 6.1323 + }; 6.1324 + !svg.bottom && (svg.bottom = this); 6.1325 + this.prev = svg.top; 6.1326 + svg.top && (svg.top.next = this); 6.1327 + svg.top = this; 6.1328 + this.next = null; 6.1329 + }; 6.1330 + Element[proto].rotate = function (deg, cx, cy) { 6.1331 + if (this.removed) { 6.1332 + return this; 6.1333 + } 6.1334 + if (deg == null) { 6.1335 + if (this._.rt.cx) { 6.1336 + return [this._.rt.deg, this._.rt.cx, this._.rt.cy][join](S); 6.1337 + } 6.1338 + return this._.rt.deg; 6.1339 + } 6.1340 + var bbox = this.getBBox(); 6.1341 + deg = (deg + E)[split](separator); 6.1342 + if (deg[length] - 1) { 6.1343 + cx = toFloat(deg[1]); 6.1344 + cy = toFloat(deg[2]); 6.1345 + } 6.1346 + deg = toFloat(deg[0]); 6.1347 + if (cx != null) { 6.1348 + this._.rt.deg = deg; 6.1349 + } else { 6.1350 + this._.rt.deg += deg; 6.1351 + } 6.1352 + (cy == null) && (cx = null); 6.1353 + this._.rt.cx = cx; 6.1354 + this._.rt.cy = cy; 6.1355 + cx = cx == null ? bbox.x + bbox.width / 2 : cx; 6.1356 + cy = cy == null ? bbox.y + bbox.height / 2 : cy; 6.1357 + if (this._.rt.deg) { 6.1358 + this.transformations[0] = R.format("rotate({0} {1} {2})", this._.rt.deg, cx, cy); 6.1359 + this.clip && $(this.clip, {transform: R.format("rotate({0} {1} {2})", -this._.rt.deg, cx, cy)}); 6.1360 + } else { 6.1361 + this.transformations[0] = E; 6.1362 + this.clip && $(this.clip, {transform: E}); 6.1363 + } 6.1364 + $(this.node, {transform: this.transformations[join](S)}); 6.1365 + return this; 6.1366 + }; 6.1367 + Element[proto].hide = function () { 6.1368 + !this.removed && (this.node.style.display = "none"); 6.1369 + return this; 6.1370 + }; 6.1371 + Element[proto].show = function () { 6.1372 + !this.removed && (this.node.style.display = ""); 6.1373 + return this; 6.1374 + }; 6.1375 + Element[proto].remove = function () { 6.1376 + if (this.removed) { 6.1377 + return; 6.1378 + } 6.1379 + tear(this, this.paper); 6.1380 + this.node.parentNode.removeChild(this.node); 6.1381 + for (var i in this) { 6.1382 + delete this[i]; 6.1383 + } 6.1384 + this.removed = true; 6.1385 + }; 6.1386 + Element[proto].getBBox = function () { 6.1387 + if (this.removed) { 6.1388 + return this; 6.1389 + } 6.1390 + if (this.type == "path") { 6.1391 + return pathDimensions(this.attrs.path); 6.1392 + } 6.1393 + if (this.node.style.display == "none") { 6.1394 + this.show(); 6.1395 + var hide = true; 6.1396 + } 6.1397 + var bbox = {}; 6.1398 + try { 6.1399 + bbox = this.node.getBBox(); 6.1400 + } catch(e) { 6.1401 + // Firefox 3.0.x plays badly here 6.1402 + } finally { 6.1403 + bbox = bbox || {}; 6.1404 + } 6.1405 + if (this.type == "text") { 6.1406 + bbox = {x: bbox.x, y: Infinity, width: 0, height: 0}; 6.1407 + for (var i = 0, ii = this.node.getNumberOfChars(); i < ii; i++) { 6.1408 + var bb = this.node.getExtentOfChar(i); 6.1409 + (bb.y < bbox.y) && (bbox.y = bb.y); 6.1410 + (bb.y + bb.height - bbox.y > bbox.height) && (bbox.height = bb.y + bb.height - bbox.y); 6.1411 + (bb.x + bb.width - bbox.x > bbox.width) && (bbox.width = bb.x + bb.width - bbox.x); 6.1412 + } 6.1413 + } 6.1414 + hide && this.hide(); 6.1415 + return bbox; 6.1416 + }; 6.1417 + Element[proto].attr = function () { 6.1418 + if (this.removed) { 6.1419 + return this; 6.1420 + } 6.1421 + if (arguments[length] == 0) { 6.1422 + var res = {}; 6.1423 + for (var i in this.attrs) if (this.attrs[has](i)) { 6.1424 + res[i] = this.attrs[i]; 6.1425 + } 6.1426 + this._.rt.deg && (res.rotation = this.rotate()); 6.1427 + (this._.sx != 1 || this._.sy != 1) && (res.scale = this.scale()); 6.1428 + res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient; 6.1429 + return res; 6.1430 + } 6.1431 + if (arguments[length] == 1 && R.is(arguments[0], "string")) { 6.1432 + if (arguments[0] == "translation") { 6.1433 + return translate.call(this); 6.1434 + } 6.1435 + if (arguments[0] == "rotation") { 6.1436 + return this.rotate(); 6.1437 + } 6.1438 + if (arguments[0] == "scale") { 6.1439 + return this.scale(); 6.1440 + } 6.1441 + if (arguments[0] == "fill" && this.attrs.fill == "none" && this.attrs.gradient) { 6.1442 + return this.attrs.gradient; 6.1443 + } 6.1444 + return this.attrs[arguments[0]]; 6.1445 + } 6.1446 + if (arguments[length] == 1 && R.is(arguments[0], "array")) { 6.1447 + var values = {}; 6.1448 + for (var j in arguments[0]) if (arguments[0][has](j)) { 6.1449 + values[arguments[0][j]] = this.attrs[arguments[0][j]]; 6.1450 + } 6.1451 + return values; 6.1452 + } 6.1453 + if (arguments[length] == 2) { 6.1454 + var params = {}; 6.1455 + params[arguments[0]] = arguments[1]; 6.1456 + setFillAndStroke(this, params); 6.1457 + } else if (arguments[length] == 1 && R.is(arguments[0], "object")) { 6.1458 + setFillAndStroke(this, arguments[0]); 6.1459 + } 6.1460 + return this; 6.1461 + }; 6.1462 + Element[proto].toFront = function () { 6.1463 + if (this.removed) { 6.1464 + return this; 6.1465 + } 6.1466 + this.node.parentNode[appendChild](this.node); 6.1467 + var svg = this.paper; 6.1468 + svg.top != this && tofront(this, svg); 6.1469 + return this; 6.1470 + }; 6.1471 + Element[proto].toBack = function () { 6.1472 + if (this.removed) { 6.1473 + return this; 6.1474 + } 6.1475 + if (this.node.parentNode.firstChild != this.node) { 6.1476 + this.node.parentNode.insertBefore(this.node, this.node.parentNode.firstChild); 6.1477 + toback(this, this.paper); 6.1478 + var svg = this.paper; 6.1479 + } 6.1480 + return this; 6.1481 + }; 6.1482 + Element[proto].insertAfter = function (element) { 6.1483 + if (this.removed) { 6.1484 + return this; 6.1485 + } 6.1486 + var node = element.node; 6.1487 + if (node.nextSibling) { 6.1488 + node.parentNode.insertBefore(this.node, node.nextSibling); 6.1489 + } else { 6.1490 + node.parentNode[appendChild](this.node); 6.1491 + } 6.1492 + insertafter(this, element, this.paper); 6.1493 + return this; 6.1494 + }; 6.1495 + Element[proto].insertBefore = function (element) { 6.1496 + if (this.removed) { 6.1497 + return this; 6.1498 + } 6.1499 + var node = element.node; 6.1500 + node.parentNode.insertBefore(this.node, node); 6.1501 + insertbefore(this, element, this.paper); 6.1502 + return this; 6.1503 + }; 6.1504 + var theCircle = function (svg, x, y, r) { 6.1505 + x = round(x); 6.1506 + y = round(y); 6.1507 + var el = $("circle"); 6.1508 + svg.canvas && svg.canvas[appendChild](el); 6.1509 + var res = new Element(el, svg); 6.1510 + res.attrs = {cx: x, cy: y, r: r, fill: "none", stroke: "#000"}; 6.1511 + res.type = "circle"; 6.1512 + $(el, res.attrs); 6.1513 + return res; 6.1514 + }; 6.1515 + var theRect = function (svg, x, y, w, h, r) { 6.1516 + x = round(x); 6.1517 + y = round(y); 6.1518 + var el = $("rect"); 6.1519 + svg.canvas && svg.canvas[appendChild](el); 6.1520 + var res = new Element(el, svg); 6.1521 + res.attrs = {x: x, y: y, width: w, height: h, r: r || 0, rx: r || 0, ry: r || 0, fill: "none", stroke: "#000"}; 6.1522 + res.type = "rect"; 6.1523 + $(el, res.attrs); 6.1524 + return res; 6.1525 + }; 6.1526 + var theEllipse = function (svg, x, y, rx, ry) { 6.1527 + x = round(x); 6.1528 + y = round(y); 6.1529 + var el = $("ellipse"); 6.1530 + svg.canvas && svg.canvas[appendChild](el); 6.1531 + var res = new Element(el, svg); 6.1532 + res.attrs = {cx: x, cy: y, rx: rx, ry: ry, fill: "none", stroke: "#000"}; 6.1533 + res.type = "ellipse"; 6.1534 + $(el, res.attrs); 6.1535 + return res; 6.1536 + }; 6.1537 + var theImage = function (svg, src, x, y, w, h) { 6.1538 + var el = $("image"); 6.1539 + $(el, {x: x, y: y, width: w, height: h, preserveAspectRatio: "none"}); 6.1540 + el.setAttributeNS(svg.xlink, "href", src); 6.1541 + svg.canvas && svg.canvas[appendChild](el); 6.1542 + var res = new Element(el, svg); 6.1543 + res.attrs = {x: x, y: y, width: w, height: h, src: src}; 6.1544 + res.type = "image"; 6.1545 + return res; 6.1546 + }; 6.1547 + var theText = function (svg, x, y, text) { 6.1548 + var el = $("text"); 6.1549 + $(el, {x: x, y: y, "text-anchor": "middle"}); 6.1550 + svg.canvas && svg.canvas[appendChild](el); 6.1551 + var res = new Element(el, svg); 6.1552 + res.attrs = {x: x, y: y, "text-anchor": "middle", text: text, font: availableAttrs.font, stroke: "none", fill: "#000"}; 6.1553 + res.type = "text"; 6.1554 + setFillAndStroke(res, res.attrs); 6.1555 + return res; 6.1556 + }; 6.1557 + var setSize = function (width, height) { 6.1558 + this.width = width || this.width; 6.1559 + this.height = height || this.height; 6.1560 + this.canvas[setAttribute]("width", this.width); 6.1561 + this.canvas[setAttribute]("height", this.height); 6.1562 + return this; 6.1563 + }; 6.1564 + var create = function () { 6.1565 + var con = getContainer[apply](null, arguments), 6.1566 + container = con && con.container, 6.1567 + x = con.x, 6.1568 + y = con.y, 6.1569 + width = con.width, 6.1570 + height = con.height; 6.1571 + if (!container) { 6.1572 + throw new Error("SVG container not found."); 6.1573 + } 6.1574 + var cnvs = $("svg"); 6.1575 + width = width || 512; 6.1576 + height = height || 342; 6.1577 + $(cnvs, { 6.1578 + xmlns: "http://www.w3.org/2000/svg", 6.1579 + version: 1.1, 6.1580 + width: width, 6.1581 + height: height 6.1582 + }); 6.1583 + if (container == 1) { 6.1584 + cnvs.style.cssText = "position:absolute;left:" + x + "px;top:" + y + "px"; 6.1585 + doc.body[appendChild](cnvs); 6.1586 + } else { 6.1587 + if (container.firstChild) { 6.1588 + container.insertBefore(cnvs, container.firstChild); 6.1589 + } else { 6.1590 + container[appendChild](cnvs); 6.1591 + } 6.1592 + } 6.1593 + container = new Paper; 6.1594 + container.width = width; 6.1595 + container.height = height; 6.1596 + container.canvas = cnvs; 6.1597 + plugins.call(container, container, R.fn); 6.1598 + container.clear(); 6.1599 + return container; 6.1600 + }; 6.1601 + Paper[proto].clear = function () { 6.1602 + var c = this.canvas; 6.1603 + while (c.firstChild) { 6.1604 + c.removeChild(c.firstChild); 6.1605 + } 6.1606 + this.bottom = this.top = null; 6.1607 + (this.desc = $("desc"))[appendChild](doc.createTextNode("Created with Rapha\xebl")); 6.1608 + c[appendChild](this.desc); 6.1609 + c[appendChild](this.defs = $("defs")); 6.1610 + }; 6.1611 + Paper[proto].remove = function () { 6.1612 + this.canvas.parentNode && this.canvas.parentNode.removeChild(this.canvas); 6.1613 + for (var i in this) { 6.1614 + this[i] = removed(i); 6.1615 + } 6.1616 + }; 6.1617 + } 6.1618 + 6.1619 + // VML 6.1620 + if (R.vml) { 6.1621 + var path2vml = function (path) { 6.1622 + var total = /[ahqstv]/ig, 6.1623 + command = pathToAbsolute; 6.1624 + (path + E).match(total) && (command = path2curve); 6.1625 + total = /[clmz]/g; 6.1626 + if (command == pathToAbsolute && !(path + E).match(total)) { 6.1627 + var map = {M: "m", L: "l", C: "c", Z: "x", m: "t", l: "r", c: "v", z: "x"}, 6.1628 + bites = /([clmz]),?([^clmz]*)/gi, 6.1629 + val = /-?[^,\s-]+/g; 6.1630 + var res = (path + E)[rp](bites, function (all, command, args) { 6.1631 + var vals = []; 6.1632 + args[rp](val, function (value) { 6.1633 + vals[push](round(value)); 6.1634 + }); 6.1635 + return map[command] + vals; 6.1636 + }); 6.1637 + return res; 6.1638 + } 6.1639 + var pa = command(path), p, res = [], r; 6.1640 + for (var i = 0, ii = pa[length]; i < ii; i++) { 6.1641 + p = pa[i]; 6.1642 + r = lowerCase.call(pa[i][0]); 6.1643 + r == "z" && (r = "x"); 6.1644 + for (var j = 1, jj = p[length]; j < jj; j++) { 6.1645 + r += round(p[j]) + (j != jj - 1 ? "," : E); 6.1646 + } 6.1647 + res[push](r); 6.1648 + } 6.1649 + return res[join](S); 6.1650 + }; 6.1651 + 6.1652 + R[toString] = function () { 6.1653 + return "Your browser doesn\u2019t support SVG. Falling down to VML.\nYou are running Rapha\xebl " + this.version; 6.1654 + }; 6.1655 + var thePath = function (pathString, VML) { 6.1656 + var g = createNode("group"); 6.1657 + g.style.cssText = "position:absolute;left:0;top:0;width:" + VML.width + "px;height:" + VML.height + "px"; 6.1658 + g.coordsize = VML.coordsize; 6.1659 + g.coordorigin = VML.coordorigin; 6.1660 + var el = createNode("shape"), ol = el.style; 6.1661 + ol.width = VML.width + "px"; 6.1662 + ol.height = VML.height + "px"; 6.1663 + el.coordsize = this.coordsize; 6.1664 + el.coordorigin = this.coordorigin; 6.1665 + g[appendChild](el); 6.1666 + var p = new Element(el, g, VML); 6.1667 + p.isAbsolute = true; 6.1668 + p.type = "path"; 6.1669 + p.path = []; 6.1670 + p.Path = E; 6.1671 + pathString && setFillAndStroke(p, {fill: "none", stroke: "#000", path: pathString}); 6.1672 + VML.canvas[appendChild](g); 6.1673 + return p; 6.1674 + }; 6.1675 + var setFillAndStroke = function (o, params) { 6.1676 + o.attrs = o.attrs || {}; 6.1677 + var node = o.node, 6.1678 + a = o.attrs, 6.1679 + s = node.style, 6.1680 + xy, 6.1681 + res = o; 6.1682 + for (var par in params) if (params[has](par)) { 6.1683 + a[par] = params[par]; 6.1684 + } 6.1685 + params.href && (node.href = params.href); 6.1686 + params.title && (node.title = params.title); 6.1687 + params.target && (node.target = params.target); 6.1688 + params.cursor && (s.cursor = params.cursor); 6.1689 + if (params.path && o.type == "path") { 6.1690 + a.path = params.path; 6.1691 + node.path = path2vml(a.path); 6.1692 + } 6.1693 + if (params.rotation != null) { 6.1694 + o.rotate(params.rotation, true); 6.1695 + } 6.1696 + if (params.translation) { 6.1697 + xy = (params.translation + E)[split](separator); 6.1698 + translate.call(o, xy[0], xy[1]); 6.1699 + if (o._.rt.cx != null) { 6.1700 + o._.rt.cx +=+ xy[0]; 6.1701 + o._.rt.cy +=+ xy[1]; 6.1702 + o.setBox(o.attrs, xy[0], xy[1]); 6.1703 + } 6.1704 + } 6.1705 + if (params.scale) { 6.1706 + xy = (params.scale + E)[split](separator); 6.1707 + o.scale(+xy[0] || 1, +xy[1] || +xy[0] || 1, +xy[2] || null, +xy[3] || null); 6.1708 + } 6.1709 + if ("clip-rect" in params) { 6.1710 + var rect = (params["clip-rect"] + E)[split](separator); 6.1711 + if (rect[length] == 4) { 6.1712 + rect[2] = +rect[2] + (+rect[0]); 6.1713 + rect[3] = +rect[3] + (+rect[1]); 6.1714 + var div = node.clipRect || doc.createElement("div"), 6.1715 + dstyle = div.style, 6.1716 + group = node.parentNode; 6.1717 + dstyle.clip = R.format("rect({1}px {2}px {3}px {0}px)", rect); 6.1718 + if (!node.clipRect) { 6.1719 + dstyle.position = "absolute"; 6.1720 + dstyle.top = 0; 6.1721 + dstyle.left = 0; 6.1722 + dstyle.width = o.paper.width + "px"; 6.1723 + dstyle.height = o.paper.height + "px"; 6.1724 + group.parentNode.insertBefore(div, group); 6.1725 + div[appendChild](group); 6.1726 + node.clipRect = div; 6.1727 + } 6.1728 + } 6.1729 + if (!params["clip-rect"]) { 6.1730 + node.clipRect && (node.clipRect.style.clip = E); 6.1731 + } 6.1732 + } 6.1733 + if (o.type == "image" && params.src) { 6.1734 + node.src = params.src; 6.1735 + } 6.1736 + if (o.type == "image" && params.opacity) { 6.1737 + node.filterOpacity = " progid:DXImageTransform.Microsoft.Alpha(opacity=" + (params.opacity * 100) + ")"; 6.1738 + s.filter = (node.filterMatrix || E) + (node.filterOpacity || E); 6.1739 + } 6.1740 + params.font && (s.font = params.font); 6.1741 + params["font-family"] && (s.fontFamily = '"' + params["font-family"][split](",")[0][rp](/^['"]+|['"]+$/g, E) + '"'); 6.1742 + params["font-size"] && (s.fontSize = params["font-size"]); 6.1743 + params["font-weight"] && (s.fontWeight = params["font-weight"]); 6.1744 + params["font-style"] && (s.fontStyle = params["font-style"]); 6.1745 + if (params.opacity != null || 6.1746 + params["stroke-width"] != null || 6.1747 + params.fill != null || 6.1748 + params.stroke != null || 6.1749 + params["stroke-width"] != null || 6.1750 + params["stroke-opacity"] != null || 6.1751 + params["fill-opacity"] != null || 6.1752 + params["stroke-dasharray"] != null || 6.1753 + params["stroke-miterlimit"] != null || 6.1754 + params["stroke-linejoin"] != null || 6.1755 + params["stroke-linecap"] != null) { 6.1756 + node = o.shape || node; 6.1757 + var fill = (node.getElementsByTagName("fill") && node.getElementsByTagName("fill")[0]), 6.1758 + newfill = false; 6.1759 + !fill && (newfill = fill = createNode("fill")); 6.1760 + if ("fill-opacity" in params || "opacity" in params) { 6.1761 + var opacity = ((+a["fill-opacity"] + 1 || 2) - 1) * ((+a.opacity + 1 || 2) - 1); 6.1762 + opacity < 0 && (opacity = 0); 6.1763 + opacity > 1 && (opacity = 1); 6.1764 + fill.opacity = opacity; 6.1765 + } 6.1766 + params.fill && (fill.on = true); 6.1767 + if (fill.on == null || params.fill == "none") { 6.1768 + fill.on = false; 6.1769 + } 6.1770 + if (fill.on && params.fill) { 6.1771 + var isURL = params.fill.match(ISURL); 6.1772 + if (isURL) { 6.1773 + fill.src = isURL[1]; 6.1774 + fill.type = "tile"; 6.1775 + } else { 6.1776 + fill.color = R.getRGB(params.fill).hex; 6.1777 + fill.src = E; 6.1778 + fill.type = "solid"; 6.1779 + if (R.getRGB(params.fill).error && (res.type in {circle: 1, ellipse: 1} || (params.fill + E).charAt() != "r") && addGradientFill(res, params.fill)) { 6.1780 + a.fill = "none"; 6.1781 + a.gradient = params.fill; 6.1782 + } 6.1783 + } 6.1784 + } 6.1785 + newfill && node[appendChild](fill); 6.1786 + var stroke = (node.getElementsByTagName("stroke") && node.getElementsByTagName("stroke")[0]), 6.1787 + newstroke = false; 6.1788 + !stroke && (newstroke = stroke = createNode("stroke")); 6.1789 + if ((params.stroke && params.stroke != "none") || 6.1790 + params["stroke-width"] || 6.1791 + params["stroke-opacity"] != null || 6.1792 + params["stroke-dasharray"] || 6.1793 + params["stroke-miterlimit"] || 6.1794 + params["stroke-linejoin"] || 6.1795 + params["stroke-linecap"]) { 6.1796 + stroke.on = true; 6.1797 + } 6.1798 + (params.stroke == "none" || stroke.on == null || params.stroke == 0 || params["stroke-width"] == 0) && (stroke.on = false); 6.1799 + stroke.on && params.stroke && (stroke.color = R.getRGB(params.stroke).hex); 6.1800 + var opacity = ((+a["stroke-opacity"] + 1 || 2) - 1) * ((+a.opacity + 1 || 2) - 1), 6.1801 + width = (toFloat(params["stroke-width"]) || 1) * .75; 6.1802 + opacity < 0 && (opacity = 0); 6.1803 + opacity > 1 && (opacity = 1); 6.1804 + params["stroke-width"] == null && (width = a["stroke-width"]); 6.1805 + params["stroke-width"] && (stroke.weight = width); 6.1806 + width && width < 1 && (opacity *= width) && (stroke.weight = 1); 6.1807 + stroke.opacity = opacity; 6.1808 + 6.1809 + params["stroke-linejoin"] && (stroke.joinstyle = params["stroke-linejoin"] || "miter"); 6.1810 + stroke.miterlimit = params["stroke-miterlimit"] || 8; 6.1811 + params["stroke-linecap"] && (stroke.endcap = params["stroke-linecap"] == "butt" ? "flat" : params["stroke-linecap"] == "square" ? "square" : "round"); 6.1812 + if (params["stroke-dasharray"]) { 6.1813 + var dasharray = { 6.1814 + "-": "shortdash", 6.1815 + ".": "shortdot", 6.1816 + "-.": "shortdashdot", 6.1817 + "-..": "shortdashdotdot", 6.1818 + ". ": "dot", 6.1819 + "- ": "dash", 6.1820 + "--": "longdash", 6.1821 + "- .": "dashdot", 6.1822 + "--.": "longdashdot", 6.1823 + "--..": "longdashdotdot" 6.1824 + }; 6.1825 + stroke.dashstyle = dasharray[has](params["stroke-dasharray"]) ? dasharray[params["stroke-dasharray"]] : E; 6.1826 + } 6.1827 + newstroke && node[appendChild](stroke); 6.1828 + } 6.1829 + if (res.type == "text") { 6.1830 + var s = res.paper.span.style; 6.1831 + a.font && (s.font = a.font); 6.1832 + a["font-family"] && (s.fontFamily = a["font-family"]); 6.1833 + a["font-size"] && (s.fontSize = a["font-size"]); 6.1834 + a["font-weight"] && (s.fontWeight = a["font-weight"]); 6.1835 + a["font-style"] && (s.fontStyle = a["font-style"]); 6.1836 + res.node.string && (res.paper.span.innerHTML = (res.node.string + E)[rp](/</g, "<")[rp](/&/g, "&")[rp](/\n/g, "<br>")); 6.1837 + res.W = a.w = res.paper.span.offsetWidth; 6.1838 + res.H = a.h = res.paper.span.offsetHeight; 6.1839 + res.X = a.x; 6.1840 + res.Y = a.y + round(res.H / 2); 6.1841 + 6.1842 + // text-anchor emulationm 6.1843 + switch (a["text-anchor"]) { 6.1844 + case "start": 6.1845 + res.node.style["v-text-align"] = "left"; 6.1846 + res.bbx = round(res.W / 2); 6.1847 + break; 6.1848 + case "end": 6.1849 + res.node.style["v-text-align"] = "right"; 6.1850 + res.bbx = -round(res.W / 2); 6.1851 + break; 6.1852 + default: 6.1853 + res.node.style["v-text-align"] = "center"; 6.1854 + break; 6.1855 + } 6.1856 + } 6.1857 + }; 6.1858 + var addGradientFill = function (o, gradient) { 6.1859 + o.attrs = o.attrs || {}; 6.1860 + var attrs = o.attrs, 6.1861 + fill = o.node.getElementsByTagName("fill"), 6.1862 + type = "linear", 6.1863 + fxfy = ".5 .5"; 6.1864 + o.attrs.gradient = gradient; 6.1865 + gradient = (gradient + E)[rp](radial_gradient, function (all, fx, fy) { 6.1866 + type = "radial"; 6.1867 + if (fx && fy) { 6.1868 + fx = toFloat(fx); 6.1869 + fy = toFloat(fy); 6.1870 + pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && (fy = math.sqrt(.25 - pow(fx - .5, 2)) * ((fy > .5) * 2 - 1) + .5); 6.1871 + fxfy = fx + S + fy; 6.1872 + } 6.1873 + return E; 6.1874 + }); 6.1875 + gradient = gradient[split](/\s*\-\s*/); 6.1876 + if (type == "linear") { 6.1877 + var angle = gradient.shift(); 6.1878 + angle = -toFloat(angle); 6.1879 + if (isNaN(angle)) { 6.1880 + return null; 6.1881 + } 6.1882 + } 6.1883 + var dots = parseDots(gradient); 6.1884 + if (!dots) { 6.1885 + return null; 6.1886 + } 6.1887 + o = o.shape || o.node; 6.1888 + fill = fill[0] || createNode("fill"); 6.1889 + if (dots[length]) { 6.1890 + fill.on = true; 6.1891 + fill.method = "none"; 6.1892 + fill.type = (type == "radial") ? "gradientradial" : "gradient"; 6.1893 + fill.color = dots[0].color; 6.1894 + fill.color2 = dots[dots[length] - 1].color; 6.1895 + var clrs = []; 6.1896 + for (var i = 0, ii = dots[length]; i < ii; i++) { 6.1897 + dots[i].offset && clrs[push](dots[i].offset + S + dots[i].color); 6.1898 + } 6.1899 + fill.colors && (fill.colors.value = clrs[length] ? clrs[join](",") : "0% " + fill.color); 6.1900 + if (type == "radial") { 6.1901 + fill.focus = "100%"; 6.1902 + fill.focussize = fxfy; 6.1903 + fill.focusposition = fxfy; 6.1904 + } else { 6.1905 + fill.angle = (270 - angle) % 360; 6.1906 + } 6.1907 + } 6.1908 + return 1; 6.1909 + }; 6.1910 + var Element = function (node, group, vml) { 6.1911 + var Rotation = 0, 6.1912 + RotX = 0, 6.1913 + RotY = 0, 6.1914 + Scale = 1; 6.1915 + this[0] = node; 6.1916 + this.id = R._oid++; 6.1917 + this.node = node; 6.1918 + node.raphael = this; 6.1919 + this.X = 0; 6.1920 + this.Y = 0; 6.1921 + this.attrs = {}; 6.1922 + this.Group = group; 6.1923 + this.paper = vml; 6.1924 + this._ = { 6.1925 + tx: 0, 6.1926 + ty: 0, 6.1927 + rt: {deg:0}, 6.1928 + sx: 1, 6.1929 + sy: 1 6.1930 + }; 6.1931 + !vml.bottom && (vml.bottom = this); 6.1932 + this.prev = vml.top; 6.1933 + vml.top && (vml.top.next = this); 6.1934 + vml.top = this; 6.1935 + this.next = null; 6.1936 + }; 6.1937 + Element[proto].rotate = function (deg, cx, cy) { 6.1938 + if (this.removed) { 6.1939 + return this; 6.1940 + } 6.1941 + if (deg == null) { 6.1942 + if (this._.rt.cx) { 6.1943 + return [this._.rt.deg, this._.rt.cx, this._.rt.cy][join](S); 6.1944 + } 6.1945 + return this._.rt.deg; 6.1946 + } 6.1947 + deg = (deg + E)[split](separator); 6.1948 + if (deg[length] - 1) { 6.1949 + cx = toFloat(deg[1]); 6.1950 + cy = toFloat(deg[2]); 6.1951 + } 6.1952 + deg = toFloat(deg[0]); 6.1953 + if (cx != null) { 6.1954 + this._.rt.deg = deg; 6.1955 + } else { 6.1956 + this._.rt.deg += deg; 6.1957 + } 6.1958 + cy == null && (cx = null); 6.1959 + this._.rt.cx = cx; 6.1960 + this._.rt.cy = cy; 6.1961 + this.setBox(this.attrs, cx, cy); 6.1962 + this.Group.style.rotation = this._.rt.deg; 6.1963 + // gradient fix for rotation. TODO 6.1964 + // var fill = (this.shape || this.node).getElementsByTagName("fill"); 6.1965 + // fill = fill[0] || {}; 6.1966 + // var b = ((360 - this._.rt.deg) - 270) % 360; 6.1967 + // !R.is(fill.angle, "undefined") && (fill.angle = b); 6.1968 + return this; 6.1969 + }; 6.1970 + Element[proto].setBox = function (params, cx, cy) { 6.1971 + if (this.removed) { 6.1972 + return this; 6.1973 + } 6.1974 + var gs = this.Group.style, 6.1975 + os = (this.shape && this.shape.style) || this.node.style; 6.1976 + params = params || {}; 6.1977 + for (var i in params) if (params[has](i)) { 6.1978 + this.attrs[i] = params[i]; 6.1979 + } 6.1980 + cx = cx || this._.rt.cx; 6.1981 + cy = cy || this._.rt.cy; 6.1982 + var attr = this.attrs, 6.1983 + x, 6.1984 + y, 6.1985 + w, 6.1986 + h; 6.1987 + switch (this.type) { 6.1988 + case "circle": 6.1989 + x = attr.cx - attr.r; 6.1990 + y = attr.cy - attr.r; 6.1991 + w = h = attr.r * 2; 6.1992 + break; 6.1993 + case "ellipse": 6.1994 + x = attr.cx - attr.rx; 6.1995 + y = attr.cy - attr.ry; 6.1996 + w = attr.rx * 2; 6.1997 + h = attr.ry * 2; 6.1998 + break; 6.1999 + case "rect": 6.2000 + case "image": 6.2001 + x = +attr.x; 6.2002 + y = +attr.y; 6.2003 + w = attr.width || 0; 6.2004 + h = attr.height || 0; 6.2005 + break; 6.2006 + case "text": 6.2007 + this.textpath.v = ["m", round(attr.x), ", ", round(attr.y - 2), "l", round(attr.x) + 1, ", ", round(attr.y - 2)][join](E); 6.2008 + x = attr.x - round(this.W / 2); 6.2009 + y = attr.y - this.H / 2; 6.2010 + w = this.W; 6.2011 + h = this.H; 6.2012 + break; 6.2013 + case "path": 6.2014 + if (!this.attrs.path) { 6.2015 + x = 0; 6.2016 + y = 0; 6.2017 + w = this.paper.width; 6.2018 + h = this.paper.height; 6.2019 + } else { 6.2020 + var dim = pathDimensions(this.attrs.path); 6.2021 + x = dim.x; 6.2022 + y = dim.y; 6.2023 + w = dim.width; 6.2024 + h = dim.height; 6.2025 + } 6.2026 + break; 6.2027 + default: 6.2028 + x = 0; 6.2029 + y = 0; 6.2030 + w = this.paper.width; 6.2031 + h = this.paper.height; 6.2032 + break; 6.2033 + } 6.2034 + cx = (cx == null) ? x + w / 2 : cx; 6.2035 + cy = (cy == null) ? y + h / 2 : cy; 6.2036 + var left = cx - this.paper.width / 2, 6.2037 + top = cy - this.paper.height / 2; 6.2038 + if (this.type == "path" || this.type == "text") { 6.2039 + (gs.left != left + "px") && (gs.left = left + "px"); 6.2040 + (gs.top != top + "px") && (gs.top = top + "px"); 6.2041 + this.X = this.type == "text" ? x : -left; 6.2042 + this.Y = this.type == "text" ? y : -top; 6.2043 + this.W = w; 6.2044 + this.H = h; 6.2045 + (os.left != -left + "px") && (os.left = -left + "px"); 6.2046 + (os.top != -top + "px") && (os.top = -top + "px"); 6.2047 + } else { 6.2048 + (gs.left != left + "px") && (gs.left = left + "px"); 6.2049 + (gs.top != top + "px") && (gs.top = top + "px"); 6.2050 + this.X = x; 6.2051 + this.Y = y; 6.2052 + this.W = w; 6.2053 + this.H = h; 6.2054 + (gs.width != this.paper.width + "px") && (gs.width = this.paper.width + "px"); 6.2055 + (gs.height != this.paper.height + "px") && (gs.height = this.paper.height + "px"); 6.2056 + (os.left != x - left + "px") && (os.left = x - left + "px"); 6.2057 + (os.top != y - top + "px") && (os.top = y - top + "px"); 6.2058 + (os.width != w + "px") && (os.width = w + "px"); 6.2059 + (os.height != h + "px") && (os.height = h + "px"); 6.2060 + var arcsize = (+params.r || 0) / mmin(w, h); 6.2061 + if (this.type == "rect" && this.arcsize.toFixed(4) != arcsize.toFixed(4) && (arcsize || this.arcsize)) { 6.2062 + // We should replace element with the new one 6.2063 + var o = createNode("roundrect"), 6.2064 + a = {}, 6.2065 + i = 0, 6.2066 + ii = this.events && this.events[length]; 6.2067 + o.arcsize = arcsize; 6.2068 + o.raphael = this; 6.2069 + this.Group[appendChild](o); 6.2070 + this.Group.removeChild(this.node); 6.2071 + this[0] = this.node = o; 6.2072 + this.arcsize = arcsize; 6.2073 + for (var i in attr) { 6.2074 + a[i] = attr[i]; 6.2075 + } 6.2076 + delete a.scale; 6.2077 + this.attr(a); 6.2078 + if (this.events) for (; i < ii; i++) { 6.2079 + this.events[i].unbind = addEvent(this.node, this.events[i].name, this.events[i].f, this); 6.2080 + } 6.2081 + } 6.2082 + } 6.2083 + }; 6.2084 + Element[proto].hide = function () { 6.2085 + !this.removed && (this.Group.style.display = "none"); 6.2086 + return this; 6.2087 + }; 6.2088 + Element[proto].show = function () { 6.2089 + !this.removed && (this.Group.style.display = "block"); 6.2090 + return this; 6.2091 + }; 6.2092 + Element[proto].getBBox = function () { 6.2093 + if (this.removed) { 6.2094 + return this; 6.2095 + } 6.2096 + if (this.type == "path") { 6.2097 + return pathDimensions(this.attrs.path); 6.2098 + } 6.2099 + return { 6.2100 + x: this.X + (this.bbx || 0), 6.2101 + y: this.Y, 6.2102 + width: this.W, 6.2103 + height: this.H 6.2104 + }; 6.2105 + }; 6.2106 + Element[proto].remove = function () { 6.2107 + if (this.removed) { 6.2108 + return; 6.2109 + } 6.2110 + tear(this, this.paper); 6.2111 + this.node.parentNode.removeChild(this.node); 6.2112 + this.Group.parentNode.removeChild(this.Group); 6.2113 + this.shape && this.shape.parentNode.removeChild(this.shape); 6.2114 + for (var i in this) { 6.2115 + delete this[i]; 6.2116 + } 6.2117 + this.removed = true; 6.2118 + }; 6.2119 + Element[proto].attr = function () { 6.2120 + if (this.removed) { 6.2121 + return this; 6.2122 + } 6.2123 + if (arguments[length] == 0) { 6.2124 + var res = {}; 6.2125 + for (var i in this.attrs) if (this.attrs[has](i)) { 6.2126 + res[i] = this.attrs[i]; 6.2127 + } 6.2128 + this._.rt.deg && (res.rotation = this.rotate()); 6.2129 + (this._.sx != 1 || this._.sy != 1) && (res.scale = this.scale()); 6.2130 + res.gradient && res.fill == "none" && (res.fill = res.gradient) && delete res.gradient; 6.2131 + return res; 6.2132 + } 6.2133 + if (arguments[length] == 1 && R.is(arguments[0], "string")) { 6.2134 + if (arguments[0] == "translation") { 6.2135 + return translate.call(this); 6.2136 + } 6.2137 + if (arguments[0] == "rotation") { 6.2138 + return this.rotate(); 6.2139 + } 6.2140 + if (arguments[0] == "scale") { 6.2141 + return this.scale(); 6.2142 + } 6.2143 + if (arguments[0] == "fill" && this.attrs.fill == "none" && this.attrs.gradient) { 6.2144 + return this.attrs.gradient; 6.2145 + } 6.2146 + return this.attrs[arguments[0]]; 6.2147 + } 6.2148 + if (this.attrs && arguments[length] == 1 && R.is(arguments[0], "array")) { 6.2149 + var values = {}; 6.2150 + for (var i = 0, ii = arguments[0][length]; i < ii; i++) { 6.2151 + values[arguments[0][i]] = this.attrs[arguments[0][i]]; 6.2152 + }; 6.2153 + return values; 6.2154 + } 6.2155 + var params; 6.2156 + if (arguments[length] == 2) { 6.2157 + params = {}; 6.2158 + params[arguments[0]] = arguments[1]; 6.2159 + } 6.2160 + arguments[length] == 1 && R.is(arguments[0], "object") && (params = arguments[0]); 6.2161 + if (params) { 6.2162 + if (params.text && this.type == "text") { 6.2163 + this.node.string = params.text; 6.2164 + } 6.2165 + setFillAndStroke(this, params); 6.2166 + if (params.gradient && (({circle: 1, ellipse: 1})[has](this.type) || (params.gradient + E).charAt() != "r")) { 6.2167 + addGradientFill(this, params.gradient); 6.2168 + } 6.2169 + (this.type != "path" || this._.rt.deg) && this.setBox(this.attrs); 6.2170 + } 6.2171 + return this; 6.2172 + }; 6.2173 + Element[proto].toFront = function () { 6.2174 + !this.removed && this.Group.parentNode[appendChild](this.Group); 6.2175 + this.paper.top != this && tofront(this, this.paper); 6.2176 + return this; 6.2177 + }; 6.2178 + Element[proto].toBack = function () { 6.2179 + if (this.removed) { 6.2180 + return this; 6.2181 + } 6.2182 + if (this.Group.parentNode.firstChild != this.Group) { 6.2183 + this.Group.parentNode.insertBefore(this.Group, this.Group.parentNode.firstChild); 6.2184 + toback(this, this.paper); 6.2185 + } 6.2186 + return this; 6.2187 + }; 6.2188 + Element[proto].insertAfter = function (element) { 6.2189 + if (this.removed) { 6.2190 + return this; 6.2191 + } 6.2192 + if (element.Group.nextSibling) { 6.2193 + element.Group.parentNode.insertBefore(this.Group, element.Group.nextSibling); 6.2194 + } else { 6.2195 + element.Group.parentNode[appendChild](this.Group); 6.2196 + } 6.2197 + insertafter(this, element, this.paper); 6.2198 + return this; 6.2199 + }; 6.2200 + Element[proto].insertBefore = function (element) { 6.2201 + if (this.removed) { 6.2202 + return this; 6.2203 + } 6.2204 + element.Group.parentNode.insertBefore(this.Group, element.Group); 6.2205 + insertbefore(this, element, this.paper); 6.2206 + return this; 6.2207 + }; 6.2208 + 6.2209 + var theCircle = function (vml, x, y, r) { 6.2210 + var g = createNode("group"), 6.2211 + o = createNode("oval"), 6.2212 + ol = o.style; 6.2213 + g.style.cssText = "position:absolute;left:0;top:0;width:" + vml.width + "px;height:" + vml.height + "px"; 6.2214 + g.coordsize = vml.coordsize; 6.2215 + g.coordorigin = vml.coordorigin; 6.2216 + g[appendChild](o); 6.2217 + var res = new Element(o, g, vml); 6.2218 + res.type = "circle"; 6.2219 + setFillAndStroke(res, {stroke: "#000", fill: "none"}); 6.2220 + res.attrs.cx = x; 6.2221 + res.attrs.cy = y; 6.2222 + res.attrs.r = r; 6.2223 + res.setBox({x: x - r, y: y - r, width: r * 2, height: r * 2}); 6.2224 + vml.canvas[appendChild](g); 6.2225 + return res; 6.2226 + }, 6.2227 + theRect = function (vml, x, y, w, h, r) { 6.2228 + var g = createNode("group"), 6.2229 + o = createNode("roundrect"), 6.2230 + arcsize = (+r || 0) / (mmin(w, h)); 6.2231 + g.style.cssText = "position:absolute;left:0;top:0;width:" + vml.width + "px;height:" + vml.height + "px"; 6.2232 + g.coordsize = vml.coordsize; 6.2233 + g.coordorigin = vml.coordorigin; 6.2234 + g[appendChild](o); 6.2235 + o.arcsize = arcsize; 6.2236 + var res = new Element(o, g, vml); 6.2237 + res.type = "rect"; 6.2238 + setFillAndStroke(res, {stroke: "#000"}); 6.2239 + res.arcsize = arcsize; 6.2240 + res.setBox({x: x, y: y, width: w, height: h, r: r}); 6.2241 + vml.canvas[appendChild](g); 6.2242 + return res; 6.2243 + }, 6.2244 + theEllipse = function (vml, x, y, rx, ry) { 6.2245 + var g = createNode("group"), 6.2246 + o = createNode("oval"), 6.2247 + ol = o.style; 6.2248 + g.style.cssText = "position:absolute;left:0;top:0;width:" + vml.width + "px;height:" + vml.height + "px"; 6.2249 + g.coordsize = vml.coordsize; 6.2250 + g.coordorigin = vml.coordorigin; 6.2251 + g[appendChild](o); 6.2252 + var res = new Element(o, g, vml); 6.2253 + res.type = "ellipse"; 6.2254 + setFillAndStroke(res, {stroke: "#000"}); 6.2255 + res.attrs.cx = x; 6.2256 + res.attrs.cy = y; 6.2257 + res.attrs.rx = rx; 6.2258 + res.attrs.ry = ry; 6.2259 + res.setBox({x: x - rx, y: y - ry, width: rx * 2, height: ry * 2}); 6.2260 + vml.canvas[appendChild](g); 6.2261 + return res; 6.2262 + }, 6.2263 + theImage = function (vml, src, x, y, w, h) { 6.2264 + var g = createNode("group"), 6.2265 + o = createNode("image"), 6.2266 + ol = o.style; 6.2267 + g.style.cssText = "position:absolute;left:0;top:0;width:" + vml.width + "px;height:" + vml.height + "px"; 6.2268 + g.coordsize = vml.coordsize; 6.2269 + g.coordorigin = vml.coordorigin; 6.2270 + o.src = src; 6.2271 + g[appendChild](o); 6.2272 + var res = new Element(o, g, vml); 6.2273 + res.type = "image"; 6.2274 + res.attrs.src = src; 6.2275 + res.attrs.x = x; 6.2276 + res.attrs.y = y; 6.2277 + res.attrs.w = w; 6.2278 + res.attrs.h = h; 6.2279 + res.setBox({x: x, y: y, width: w, height: h}); 6.2280 + vml.canvas[appendChild](g); 6.2281 + return res; 6.2282 + }, 6.2283 + theText = function (vml, x, y, text) { 6.2284 + var g = createNode("group"), 6.2285 + el = createNode("shape"), 6.2286 + ol = el.style, 6.2287 + path = createNode("path"), 6.2288 + ps = path.style, 6.2289 + o = createNode("textpath"); 6.2290 + g.style.cssText = "position:absolute;left:0;top:0;width:" + vml.width + "px;height:" + vml.height + "px"; 6.2291 + g.coordsize = vml.coordsize; 6.2292 + g.coordorigin = vml.coordorigin; 6.2293 + path.v = R.format("m{0},{1}l{2},{1}", round(x), round(y), round(x) + 1); 6.2294 + path.textpathok = true; 6.2295 + ol.width = vml.width; 6.2296 + ol.height = vml.height; 6.2297 + o.string = text + E; 6.2298 + o.on = true; 6.2299 + el[appendChild](o); 6.2300 + el[appendChild](path); 6.2301 + g[appendChild](el); 6.2302 + var res = new Element(o, g, vml); 6.2303 + res.shape = el; 6.2304 + res.textpath = path; 6.2305 + res.type = "text"; 6.2306 + res.attrs.text = text; 6.2307 + res.attrs.x = x; 6.2308 + res.attrs.y = y; 6.2309 + res.attrs.w = 1; 6.2310 + res.attrs.h = 1; 6.2311 + setFillAndStroke(res, {font: availableAttrs.font, stroke: "none", fill: "#000"}); 6.2312 + res.setBox(); 6.2313 + vml.canvas[appendChild](g); 6.2314 + return res; 6.2315 + }, 6.2316 + setSize = function (width, height) { 6.2317 + var cs = this.canvas.style; 6.2318 + width == +width && (width += "px"); 6.2319 + height == +height && (height += "px"); 6.2320 + cs.width = width; 6.2321 + cs.height = height; 6.2322 + cs.clip = "rect(0 " + width + " " + height + " 0)"; 6.2323 + return this; 6.2324 + }, 6.2325 + createNode; 6.2326 + doc.createStyleSheet().addRule(".rvml", "behavior:url(#default#VML)"); 6.2327 + try { 6.2328 + !doc.namespaces.rvml && doc.namespaces.add("rvml", "urn:schemas-microsoft-com:vml"); 6.2329 + createNode = function (tagName) { 6.2330 + return doc.createElement('<rvml:' + tagName + ' class="rvml">'); 6.2331 + }; 6.2332 + } catch (e) { 6.2333 + createNode = function (tagName) { 6.2334 + return doc.createElement('<' + tagName + ' xmlns="urn:schemas-microsoft.com:vml" class="rvml">'); 6.2335 + }; 6.2336 + } 6.2337 + var create = function () { 6.2338 + var con = getContainer[apply](null, arguments), 6.2339 + container = con.container, 6.2340 + height = con.height, 6.2341 + s, 6.2342 + width = con.width, 6.2343 + x = con.x, 6.2344 + y = con.y; 6.2345 + if (!container) { 6.2346 + throw new Error("VML container not found."); 6.2347 + } 6.2348 + var res = new Paper, 6.2349 + c = res.canvas = doc.createElement("div"), 6.2350 + cs = c.style; 6.2351 + width = width || 512; 6.2352 + height = height || 342; 6.2353 + width == +width && (width += "px"); 6.2354 + height == +height && (height += "px"); 6.2355 + res.width = 1e3; 6.2356 + res.height = 1e3; 6.2357 + res.coordsize = "1000 1000"; 6.2358 + res.coordorigin = "0 0"; 6.2359 + res.span = doc.createElement("span"); 6.2360 + res.span.style.cssText = "position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;"; 6.2361 + c[appendChild](res.span); 6.2362 + cs.cssText = R.format("width:{0};height:{1};position:absolute;clip:rect(0 {0} {1} 0);overflow:hidden", width, height); 6.2363 + if (container == 1) { 6.2364 + doc.body[appendChild](c); 6.2365 + cs.left = x + "px"; 6.2366 + cs.top = y + "px"; 6.2367 + } else { 6.2368 + container.style.width = width; 6.2369 + container.style.height = height; 6.2370 + if (container.firstChild) { 6.2371 + container.insertBefore(c, container.firstChild); 6.2372 + } else { 6.2373 + container[appendChild](c); 6.2374 + } 6.2375 + } 6.2376 + plugins.call(res, res, R.fn); 6.2377 + return res; 6.2378 + }; 6.2379 + Paper[proto].clear = function () { 6.2380 + this.canvas.innerHTML = E; 6.2381 + this.span = doc.createElement("span"); 6.2382 + this.span.style.cssText = "position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;"; 6.2383 + this.canvas[appendChild](this.span); 6.2384 + this.bottom = this.top = null; 6.2385 + }; 6.2386 + Paper[proto].remove = function () { 6.2387 + this.canvas.parentNode.removeChild(this.canvas); 6.2388 + for (var i in this) { 6.2389 + this[i] = removed(i); 6.2390 + } 6.2391 + }; 6.2392 + } 6.2393 + 6.2394 + // rest 6.2395 + // Safari or Chrome (WebKit) rendering bug workaround method 6.2396 + if ((/^Apple|^Google/).test(navigator.vendor) && !(navigator.userAgent.indexOf("Version/4.0") + 1)) { 6.2397 + Paper[proto].safari = function () { 6.2398 + var rect = this.rect(-99, -99, this.width + 99, this.height + 99); 6.2399 + setTimeout(function () {rect.remove();}); 6.2400 + }; 6.2401 + } else { 6.2402 + Paper[proto].safari = function () {}; 6.2403 + } 6.2404 + 6.2405 + // Events 6.2406 + var addEvent = (function () { 6.2407 + if (doc.addEventListener) { 6.2408 + return function (obj, type, fn, element) { 6.2409 + var f = function (e) { 6.2410 + return fn.call(element, e); 6.2411 + }; 6.2412 + obj.addEventListener(type, f, false); 6.2413 + return function () { 6.2414 + obj.removeEventListener(type, f, false); 6.2415 + return true; 6.2416 + }; 6.2417 + }; 6.2418 + } else if (doc.attachEvent) { 6.2419 + return function (obj, type, fn, element) { 6.2420 + var f = function (e) { 6.2421 + return fn.call(element, e || win.event); 6.2422 + }; 6.2423 + obj.attachEvent("on" + type, f); 6.2424 + var detacher = function () { 6.2425 + obj.detachEvent("on" + type, f); 6.2426 + return true; 6.2427 + }; 6.2428 + return detacher; 6.2429 + }; 6.2430 + } 6.2431 + })(); 6.2432 + for (var i = events[length]; i--;) { 6.2433 + (function (eventName) { 6.2434 + Element[proto][eventName] = function (fn) { 6.2435 + if (R.is(fn, "function")) { 6.2436 + this.events = this.events || []; 6.2437 + this.events.push({name: eventName, f: fn, unbind: addEvent(this.shape || this.node, eventName, fn, this)}); 6.2438 + } 6.2439 + return this; 6.2440 + }; 6.2441 + Element[proto]["un" + eventName] = function (fn) { 6.2442 + var events = this.events, 6.2443 + l = events[length]; 6.2444 + while (l--) if (events[l].name == eventName && events[l].f == fn) { 6.2445 + events[l].unbind(); 6.2446 + events.splice(l, 1); 6.2447 + !events.length && delete this.events; 6.2448 + return this; 6.2449 + } 6.2450 + return this; 6.2451 + }; 6.2452 + })(events[i]); 6.2453 + } 6.2454 + Element[proto].hover = function (f_in, f_out) { 6.2455 + return this.mouseover(f_in).mouseout(f_out); 6.2456 + }; 6.2457 + Element[proto].unhover = function (f_in, f_out) { 6.2458 + return this.unmouseover(f_in).unmouseout(f_out); 6.2459 + }; 6.2460 + Paper[proto].circle = function (x, y, r) { 6.2461 + return theCircle(this, x || 0, y || 0, r || 0); 6.2462 + }; 6.2463 + Paper[proto].rect = function (x, y, w, h, r) { 6.2464 + return theRect(this, x || 0, y || 0, w || 0, h || 0, r || 0); 6.2465 + }; 6.2466 + Paper[proto].ellipse = function (x, y, rx, ry) { 6.2467 + return theEllipse(this, x || 0, y || 0, rx || 0, ry || 0); 6.2468 + }; 6.2469 + Paper[proto].path = function (pathString) { 6.2470 + pathString && !R.is(pathString, "string") && !R.is(pathString[0], "array") && (pathString += E); 6.2471 + return thePath(R.format[apply](R, arguments), this); 6.2472 + }; 6.2473 + Paper[proto].image = function (src, x, y, w, h) { 6.2474 + return theImage(this, src || "about:blank", x || 0, y || 0, w || 0, h || 0); 6.2475 + }; 6.2476 + Paper[proto].text = function (x, y, text) { 6.2477 + return theText(this, x || 0, y || 0, text || E); 6.2478 + }; 6.2479 + Paper[proto].set = function (itemsArray) { 6.2480 + arguments[length] > 1 && (itemsArray = Array[proto].splice.call(arguments, 0, arguments[length])); 6.2481 + return new Set(itemsArray); 6.2482 + }; 6.2483 + Paper[proto].setSize = setSize; 6.2484 + Paper[proto].top = Paper[proto].bottom = null; 6.2485 + Paper[proto].raphael = R; 6.2486 + function x_y() { 6.2487 + return this.x + S + this.y; 6.2488 + }; 6.2489 + Element[proto].scale = function (x, y, cx, cy) { 6.2490 + if (x == null && y == null) { 6.2491 + return { 6.2492 + x: this._.sx, 6.2493 + y: this._.sy, 6.2494 + toString: x_y 6.2495 + }; 6.2496 + } 6.2497 + y = y || x; 6.2498 + !+y && (y = x); 6.2499 + var dx, 6.2500 + dy, 6.2501 + dcx, 6.2502 + dcy, 6.2503 + a = this.attrs; 6.2504 + if (x != 0) { 6.2505 + var bb = this.getBBox(), 6.2506 + rcx = bb.x + bb.width / 2, 6.2507 + rcy = bb.y + bb.height / 2, 6.2508 + kx = x / this._.sx, 6.2509 + ky = y / this._.sy; 6.2510 + cx = (+cx || cx == 0) ? cx : rcx; 6.2511 + cy = (+cy || cy == 0) ? cy : rcy; 6.2512 + var dirx = ~~(x / math.abs(x)), 6.2513 + diry = ~~(y / math.abs(y)), 6.2514 + s = this.node.style, 6.2515 + ncx = cx + (rcx - cx) * kx, 6.2516 + ncy = cy + (rcy - cy) * ky; 6.2517 + switch (this.type) { 6.2518 + case "rect": 6.2519 + case "image": 6.2520 + var neww = a.width * dirx * kx, 6.2521 + newh = a.height * diry * ky; 6.2522 + this.attr({ 6.2523 + height: newh, 6.2524 + r: a.r * mmin(dirx * kx, diry * ky), 6.2525 + width: neww, 6.2526 + x: ncx - neww / 2, 6.2527 + y: ncy - newh / 2 6.2528 + }); 6.2529 + break; 6.2530 + case "circle": 6.2531 + case "ellipse": 6.2532 + this.attr({ 6.2533 + rx: a.rx * dirx * kx, 6.2534 + ry: a.ry * diry * ky, 6.2535 + r: a.r * mmin(dirx * kx, diry * ky), 6.2536 + cx: ncx, 6.2537 + cy: ncy 6.2538 + }); 6.2539 + break; 6.2540 + case "path": 6.2541 + var path = pathToRelative(a.path), 6.2542 + skip = true; 6.2543 + for (var i = 0, ii = path[length]; i < ii; i++) { 6.2544 + var p = path[i], 6.2545 + j, 6.2546 + P0 = upperCase.call(p[0]); 6.2547 + if (P0 == "M" && skip) { 6.2548 + continue; 6.2549 + } else { 6.2550 + skip = false; 6.2551 + } 6.2552 + if (P0 == "A") { 6.2553 + p[path[i][length] - 2] *= kx; 6.2554 + p[path[i][length] - 1] *= ky; 6.2555 + p[1] *= dirx * kx; 6.2556 + p[2] *= diry * ky; 6.2557 + p[5] = +(dirx + diry ? !!+p[5] : !+p[5]); 6.2558 + } else if (P0 == "H") { 6.2559 + for (j = 1, jj = p[length]; j < jj; j++) { 6.2560 + p[j] *= kx; 6.2561 + } 6.2562 + } else if (P0 == "V") { 6.2563 + for (j = 1, jj = p[length]; j < jj; j++) { 6.2564 + p[j] *= ky; 6.2565 + } 6.2566 + } else { 6.2567 + for (j = 1, jj = p[length]; j < jj; j++) { 6.2568 + p[j] *= (j % 2) ? kx : ky; 6.2569 + } 6.2570 + } 6.2571 + } 6.2572 + var dim2 = pathDimensions(path), 6.2573 + dx = ncx - dim2.x - dim2.width / 2, 6.2574 + dy = ncy - dim2.y - dim2.height / 2; 6.2575 + path[0][1] += dx; 6.2576 + path[0][2] += dy; 6.2577 + this.attr({path: path}); 6.2578 + break; 6.2579 + } 6.2580 + if (this.type in {text: 1, image:1} && (dirx != 1 || diry != 1)) { 6.2581 + if (this.transformations) { 6.2582 + this.transformations[2] = "scale("[concat](dirx, ",", diry, ")"); 6.2583 + this.node[setAttribute]("transform", this.transformations[join](S)); 6.2584 + dx = (dirx == -1) ? -a.x - (neww || 0) : a.x; 6.2585 + dy = (diry == -1) ? -a.y - (newh || 0) : a.y; 6.2586 + this.attr({x: dx, y: dy}); 6.2587 + a.fx = dirx - 1; 6.2588 + a.fy = diry - 1; 6.2589 + } else { 6.2590 + this.node.filterMatrix = " progid:DXImageTransform.Microsoft.Matrix(M11="[concat](dirx, 6.2591 + ", M12=0, M21=0, M22=", diry, 6.2592 + ", Dx=0, Dy=0, sizingmethod='auto expand', filtertype='bilinear')"); 6.2593 + s.filter = (this.node.filterMatrix || E) + (this.node.filterOpacity || E); 6.2594 + } 6.2595 + } else { 6.2596 + if (this.transformations) { 6.2597 + this.transformations[2] = E; 6.2598 + this.node[setAttribute]("transform", this.transformations[join](S)); 6.2599 + a.fx = 0; 6.2600 + a.fy = 0; 6.2601 + } else { 6.2602 + this.node.filterMatrix = E; 6.2603 + s.filter = (this.node.filterMatrix || E) + (this.node.filterOpacity || E); 6.2604 + } 6.2605 + } 6.2606 + a.scale = [x, y, cx, cy][join](S); 6.2607 + this._.sx = x; 6.2608 + this._.sy = y; 6.2609 + } 6.2610 + return this; 6.2611 + }; 6.2612 + Element[proto].clone = function () { 6.2613 + var attr = this.attr(); 6.2614 + delete attr.scale; 6.2615 + delete attr.translation; 6.2616 + return this.paper[this.type]().attr(attr); 6.2617 + }; 6.2618 + var getLengthFactory = function (istotal, subpath) { 6.2619 + return function (path, length, onlystart) { 6.2620 + path = path2curve(path); 6.2621 + var x, y, p, l, sp = "", subpaths = {}, point, 6.2622 + len = 0; 6.2623 + for (var i = 0, ii = path.length; i < ii; i++) { 6.2624 + p = path[i]; 6.2625 + if (p[0] == "M") { 6.2626 + x = +p[1]; 6.2627 + y = +p[2]; 6.2628 + } else { 6.2629 + l = segmentLength(x, y, p[1], p[2], p[3], p[4], p[5], p[6]); 6.2630 + if (len + l > length) { 6.2631 + if (subpath && !subpaths.start) { 6.2632 + point = R.findDotsAtSegment(x, y, p[1], p[2], p[3], p[4], p[5], p[6], (length - len) / l); 6.2633 + sp += ["C", point.start.x, point.start.y, point.m.x, point.m.y, point.x, point.y]; 6.2634 + if (onlystart) { 6.2635 + return sp; 6.2636 + } 6.2637 + subpaths.start = sp; 6.2638 + sp = ["M", point.x, point.y, "C", point.n.x, point.n.y, point.end.x, point.end.y, p[5], p[6]][join](); 6.2639 + len += l; 6.2640 + x = +p[5]; 6.2641 + y = +p[6]; 6.2642 + continue; 6.2643 + } 6.2644 + if (!istotal && !subpath) { 6.2645 + point = R.findDotsAtSegment(x, y, p[1], p[2], p[3], p[4], p[5], p[6], (length - len) / l); 6.2646 + return {x: point.x, y: point.y, alpha: point.alpha}; 6.2647 + } 6.2648 + } 6.2649 + len += l; 6.2650 + x = +p[5]; 6.2651 + y = +p[6]; 6.2652 + } 6.2653 + sp += p; 6.2654 + } 6.2655 + subpaths.end = sp; 6.2656 + point = istotal ? len : subpath ? subpaths : R.findDotsAtSegment(x, y, p[1], p[2], p[3], p[4], p[5], p[6], 1); 6.2657 + point.alpha && (point = {x: point.x, y: point.y, alpha: point.alpha}); 6.2658 + return point; 6.2659 + }; 6.2660 + }, 6.2661 + segmentLength = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) { 6.2662 + var old = {x: 0, y: 0}, 6.2663 + len = 0; 6.2664 + for (var i = 0; i < 1.01; i+=.01) { 6.2665 + var dot = findDotAtSegment(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, i); 6.2666 + i && (len += math.sqrt(pow(old.x - dot.x, 2) + pow(old.y - dot.y, 2))); 6.2667 + old = dot; 6.2668 + } 6.2669 + return len; 6.2670 + }); 6.2671 + var getTotalLength = getLengthFactory(1), 6.2672 + getPointAtLength = getLengthFactory(), 6.2673 + getSubpathsAtLength = getLengthFactory(0, 1); 6.2674 + Element[proto].getTotalLength = function () { 6.2675 + if (this.type != "path") return; 6.2676 + return getTotalLength(this.attrs.path); 6.2677 + }; 6.2678 + Element[proto].getPointAtLength = function (length) { 6.2679 + if (this.type != "path") return; 6.2680 + return getPointAtLength(this.attrs.path, length); 6.2681 + }; 6.2682 + Element[proto].getSubpath = function (from, to) { 6.2683 + if (this.type != "path") return; 6.2684 + var a = getSubpathsAtLength(this.attrs.path, to, 1); 6.2685 + return from ? getSubpathsAtLength(a, from).end : a; 6.2686 + }; 6.2687 + 6.2688 + // animation easing formulas 6.2689 + R.easing_formulas = { 6.2690 + linear: function (n) { 6.2691 + return n; 6.2692 + }, 6.2693 + "<": function (n) { 6.2694 + return pow(n, 3); 6.2695 + }, 6.2696 + ">": function (n) { 6.2697 + return pow(n - 1, 3) + 1; 6.2698 + }, 6.2699 + "<>": function (n) { 6.2700 + n = n * 2; 6.2701 + if (n < 1) { 6.2702 + return pow(n, 3) / 2; 6.2703 + } 6.2704 + n -= 2; 6.2705 + return (pow(n, 3) + 2) / 2; 6.2706 + }, 6.2707 + backIn: function (n) { 6.2708 + var s = 1.70158; 6.2709 + return n * n * ((s + 1) * n - s); 6.2710 + }, 6.2711 + backOut: function (n) { 6.2712 + n = n - 1; 6.2713 + var s = 1.70158; 6.2714 + return n * n * ((s + 1) * n + s) + 1; 6.2715 + }, 6.2716 + elastic: function (n) { 6.2717 + if (n == 0 || n == 1) { 6.2718 + return n; 6.2719 + } 6.2720 + var p = .3, 6.2721 + s = p / 4; 6.2722 + return pow(2, -10 * n) * math.sin((n - s) * (2 * math.PI) / p) + 1; 6.2723 + }, 6.2724 + bounce: function (n) { 6.2725 + var s = 7.5625, 6.2726 + p = 2.75, 6.2727 + l; 6.2728 + if (n < (1 / p)) { 6.2729 + l = s * n * n; 6.2730 + } else { 6.2731 + if (n < (2 / p)) { 6.2732 + n -= (1.5 / p); 6.2733 + l = s * n * n + .75; 6.2734 + } else { 6.2735 + if (n < (2.5 / p)) { 6.2736 + n -= (2.25 / p); 6.2737 + l = s * n * n + .9375; 6.2738 + } else { 6.2739 + n -= (2.625 / p); 6.2740 + l = s * n * n + .984375; 6.2741 + } 6.2742 + } 6.2743 + } 6.2744 + return l; 6.2745 + } 6.2746 + }; 6.2747 + 6.2748 + var animationElements = {length : 0}, 6.2749 + animation = function () { 6.2750 + var Now = +new Date; 6.2751 + for (var l in animationElements) if (l != "length" && animationElements[has](l)) { 6.2752 + var e = animationElements[l]; 6.2753 + if (e.stop) { 6.2754 + delete animationElements[l]; 6.2755 + animationElements[length]--; 6.2756 + continue; 6.2757 + } 6.2758 + var time = Now - e.start, 6.2759 + ms = e.ms, 6.2760 + easing = e.easing, 6.2761 + from = e.from, 6.2762 + diff = e.diff, 6.2763 + to = e.to, 6.2764 + t = e.t, 6.2765 + prev = e.prev || 0, 6.2766 + that = e.el, 6.2767 + callback = e.callback, 6.2768 + set = {}, 6.2769 + now; 6.2770 + if (time < ms) { 6.2771 + var pos = R.easing_formulas[easing] ? R.easing_formulas[easing](time / ms) : time / ms; 6.2772 + for (var attr in from) if (from[has](attr)) { 6.2773 + switch (availableAnimAttrs[attr]) { 6.2774 + case "along": 6.2775 + now = pos * ms * diff[attr]; 6.2776 + to.back && (now = to.len - now); 6.2777 + var point = getPointAtLength(to[attr], now); 6.2778 + that.translate(diff.sx - diff.x || 0, diff.sy - diff.y || 0); 6.2779 + diff.x = point.x; 6.2780 + diff.y = point.y; 6.2781 + that.translate(point.x - diff.sx, point.y - diff.sy); 6.2782 + to.rot && that.rotate(diff.r + point.alpha, point.x, point.y); 6.2783 + break; 6.2784 + case "number": 6.2785 + now = +from[attr] + pos * ms * diff[attr]; 6.2786 + break; 6.2787 + case "colour": 6.2788 + now = "rgb(" + [ 6.2789 + upto255(round(from[attr].r + pos * ms * diff[attr].r)), 6.2790 + upto255(round(from[attr].g + pos * ms * diff[attr].g)), 6.2791 + upto255(round(from[attr].b + pos * ms * diff[attr].b)) 6.2792 + ][join](",") + ")"; 6.2793 + break; 6.2794 + case "path": 6.2795 + now = []; 6.2796 + for (var i = 0, ii = from[attr][length]; i < ii; i++) { 6.2797 + now[i] = [from[attr][i][0]]; 6.2798 + for (var j = 1, jj = from[attr][i][length]; j < jj; j++) { 6.2799 + now[i][j] = +from[attr][i][j] + pos * ms * diff[attr][i][j]; 6.2800 + } 6.2801 + now[i] = now[i][join](S); 6.2802 + } 6.2803 + now = now[join](S); 6.2804 + break; 6.2805 + case "csv": 6.2806 + switch (attr) { 6.2807 + case "translation": 6.2808 + var x = diff[attr][0] * (time - prev), 6.2809 + y = diff[attr][1] * (time - prev); 6.2810 + t.x += x; 6.2811 + t.y += y; 6.2812 + now = x + S + y; 6.2813 + break; 6.2814 + case "rotation": 6.2815 + now = +from[attr][0] + pos * ms * diff[attr][0]; 6.2816 + from[attr][1] && (now += "," + from[attr][1] + "," + from[attr][2]); 6.2817 + break; 6.2818 + case "scale": 6.2819 + now = [+from[attr][0] + pos * ms * diff[attr][0], +from[attr][1] + pos * ms * diff[attr][1], (2 in to[attr] ? to[attr][2] : E), (3 in to[attr] ? to[attr][3] : E)][join](S); 6.2820 + break; 6.2821 + case "clip-rect": 6.2822 + now = []; 6.2823 + var i = 4; 6.2824 + while (i--) { 6.2825 + now[i] = +from[attr][i] + pos * ms * diff[attr][i]; 6.2826 + } 6.2827 + break; 6.2828 + } 6.2829 + break; 6.2830 + } 6.2831 + set[attr] = now; 6.2832 + } 6.2833 + that.attr(set); 6.2834 + that._run && that._run.call(that); 6.2835 + } else { 6.2836 + if (to.along) { 6.2837 + var point = getPointAtLength(to.along, to.len * !to.back); 6.2838 + that.translate(diff.sx - (diff.x || 0) + point.x - diff.sx, diff.sy - (diff.y || 0) + point.y - diff.sy); 6.2839 + to.rot && that.rotate(diff.r + point.alpha, point.x, point.y); 6.2840 + } 6.2841 + (t.x || t.y) && that.translate(-t.x, -t.y); 6.2842 + to.scale && (to.scale = to.scale + E); 6.2843 + that.attr(to); 6.2844 + delete animationElements[l]; 6.2845 + animationElements[length]--; 6.2846 + that.in_animation = null; 6.2847 + R.is(callback, "function") && callback.call(that); 6.2848 + } 6.2849 + e.prev = time; 6.2850 + } 6.2851 + R.svg && that && that.paper.safari(); 6.2852 + animationElements[length] && setTimeout(animation); 6.2853 + }, 6.2854 + upto255 = function (color) { 6.2855 + return color > 255 ? 255 : (color < 0 ? 0 : color); 6.2856 + }, 6.2857 + translate = function (x, y) { 6.2858 + if (x == null) { 6.2859 + return {x: this._.tx, y: this._.ty, toString: x_y}; 6.2860 + } 6.2861 + this._.tx += +x; 6.2862 + this._.ty += +y; 6.2863 + switch (this.type) { 6.2864 + case "circle": 6.2865 + case "ellipse": 6.2866 + this.attr({cx: +x + this.attrs.cx, cy: +y + this.attrs.cy}); 6.2867 + break; 6.2868 + case "rect": 6.2869 + case "image": 6.2870 + case "text": 6.2871 + this.attr({x: +x + this.attrs.x, y: +y + this.attrs.y}); 6.2872 + break; 6.2873 + case "path": 6.2874 + var path = pathToRelative(this.attrs.path); 6.2875 + path[0][1] += +x; 6.2876 + path[0][2] += +y; 6.2877 + this.attr({path: path}); 6.2878 + break; 6.2879 + } 6.2880 + return this; 6.2881 + }; 6.2882 + Element[proto].animateWith = function (element, params, ms, easing, callback) { 6.2883 + animationElements[element.id] && (params.start = animationElements[element.id].start); 6.2884 + return this.animate(params, ms, easing, callback); 6.2885 + }; 6.2886 + Element[proto].animateAlong = along(); 6.2887 + Element[proto].animateAlongBack = along(1); 6.2888 + function along(isBack) { 6.2889 + return function (path, ms, rotate, callback) { 6.2890 + var params = {back: isBack}; 6.2891 + R.is(rotate, "function") ? (callback = rotate) : (params.rot = rotate); 6.2892 + path && path.constructor == Element && (path = path.attrs.path); 6.2893 + path && (params.along = path); 6.2894 + return this.animate(params, ms, callback); 6.2895 + }; 6.2896 + } 6.2897 + Element[proto].onAnimation = function (f) { 6.2898 + this._run = f || 0; 6.2899 + return this; 6.2900 + }; 6.2901 + Element[proto].animate = function (params, ms, easing, callback) { 6.2902 + if (R.is(easing, "function") || !easing) { 6.2903 + callback = easing || null; 6.2904 + } 6.2905 + var from = {}, 6.2906 + to = {}, 6.2907 + diff = {}; 6.2908 + for (var attr in params) if (params[has](attr)) { 6.2909 + if (availableAnimAttrs[has](attr)) { 6.2910 + from[attr] = this.attr(attr); 6.2911 + (from[attr] == null) && (from[attr] = availableAttrs[attr]); 6.2912 + to[attr] = params[attr]; 6.2913 + switch (availableAnimAttrs[attr]) { 6.2914 + case "along": 6.2915 + var len = getTotalLength(params[attr]), 6.2916 + point = getPointAtLength(params[attr], len * !!params.back), 6.2917 + bb = this.getBBox(); 6.2918 + diff[attr] = len / ms; 6.2919 + diff.tx = bb.x; 6.2920 + diff.ty = bb.y; 6.2921 + diff.sx = point.x; 6.2922 + diff.sy = point.y; 6.2923 + to.rot = params.rot; 6.2924 + to.back = params.back; 6.2925 + to.len = len; 6.2926 + params.rot && (diff.r = toFloat(this.rotate()) || 0); 6.2927 + break; 6.2928 + case "number": 6.2929 + diff[attr] = (to[attr] - from[attr]) / ms; 6.2930 + break; 6.2931 + case "colour": 6.2932 + from[attr] = R.getRGB(from[attr]); 6.2933 + var toColour = R.getRGB(to[attr]); 6.2934 + diff[attr] = { 6.2935 + r: (toColour.r - from[attr].r) / ms, 6.2936 + g: (toColour.g - from[attr].g) / ms, 6.2937 + b: (toColour.b - from[attr].b) / ms 6.2938 + }; 6.2939 + break; 6.2940 + case "path": 6.2941 + var pathes = path2curve(from[attr], to[attr]); 6.2942 + from[attr] = pathes[0]; 6.2943 + var toPath = pathes[1]; 6.2944 + diff[attr] = []; 6.2945 + for (var i = 0, ii = from[attr][length]; i < ii; i++) { 6.2946 + diff[attr][i] = [0]; 6.2947 + for (var j = 1, jj = from[attr][i][length]; j < jj; j++) { 6.2948 + diff[attr][i][j] = (toPath[i][j] - from[attr][i][j]) / ms; 6.2949 + } 6.2950 + } 6.2951 + break; 6.2952 + case "csv": 6.2953 + var values = (params[attr] + E)[split](separator), 6.2954 + from2 = (from[attr] + E)[split](separator); 6.2955 + switch (attr) { 6.2956 + case "translation": 6.2957 + from[attr] = [0, 0]; 6.2958 + diff[attr] = [values[0] / ms, values[1] / ms]; 6.2959 + break; 6.2960 + case "rotation": 6.2961 + from[attr] = (from2[1] == values[1] && from2[2] == values[2]) ? from2 : [0, values[1], values[2]]; 6.2962 + diff[attr] = [(values[0] - from[attr][0]) / ms, 0, 0]; 6.2963 + break; 6.2964 + case "scale": 6.2965 + params[attr] = values; 6.2966 + from[attr] = (from[attr] + E)[split](separator); 6.2967 + diff[attr] = [(values[0] - from[attr][0]) / ms, (values[1] - from[attr][1]) / ms, 0, 0]; 6.2968 + break; 6.2969 + case "clip-rect": 6.2970 + from[attr] = (from[attr] + E)[split](separator); 6.2971 + diff[attr] = []; 6.2972 + var i = 4; 6.2973 + while (i--) { 6.2974 + diff[attr][i] = (values[i] - from[attr][i]) / ms; 6.2975 + } 6.2976 + break; 6.2977 + } 6.2978 + to[attr] = values; 6.2979 + } 6.2980 + } 6.2981 + } 6.2982 + this.stop(); 6.2983 + this.in_animation = 1; 6.2984 + animationElements[this.id] = { 6.2985 + start: params.start || +new Date, 6.2986 + ms: ms, 6.2987 + easing: easing, 6.2988 + from: from, 6.2989 + diff: diff, 6.2990 + to: to, 6.2991 + el: this, 6.2992 + callback: callback, 6.2993 + t: {x: 0, y: 0} 6.2994 + }; 6.2995 + ++animationElements[length] == 1 && animation(); 6.2996 + return this; 6.2997 + }; 6.2998 + Element[proto].stop = function () { 6.2999 + animationElements[this.id] && animationElements[length]--; 6.3000 + delete animationElements[this.id]; 6.3001 + return this; 6.3002 + }; 6.3003 + Element[proto].translate = function (x, y) { 6.3004 + return this.attr({translation: x + " " + y}); 6.3005 + }; 6.3006 + Element[proto][toString] = function () { 6.3007 + return "Rapha\xebl\u2019s object"; 6.3008 + }; 6.3009 + R.ae = animationElements; 6.3010 + 6.3011 + // Set 6.3012 + var Set = function (items) { 6.3013 + this.items = []; 6.3014 + this[length] = 0; 6.3015 + if (items) { 6.3016 + for (var i = 0, ii = items[length]; i < ii; i++) { 6.3017 + if (items[i] && (items[i].constructor == Element || items[i].constructor == Set)) { 6.3018 + this[this.items[length]] = this.items[this.items[length]] = items[i]; 6.3019 + this[length]++; 6.3020 + } 6.3021 + } 6.3022 + } 6.3023 + }; 6.3024 + Set[proto][push] = function () { 6.3025 + var item, 6.3026 + len; 6.3027 + for (var i = 0, ii = arguments[length]; i < ii; i++) { 6.3028 + item = arguments[i]; 6.3029 + if (item && (item.constructor == Element || item.constructor == Set)) { 6.3030 + len = this.items[length]; 6.3031 + this[len] = this.items[len] = item; 6.3032 + this[length]++; 6.3033 + } 6.3034 + } 6.3035 + return this; 6.3036 + }; 6.3037 + Set[proto].pop = function () { 6.3038 + delete this[this[length]--]; 6.3039 + return this.items.pop(); 6.3040 + }; 6.3041 + for (var method in Element[proto]) if (Element[proto][has](method)) { 6.3042 + Set[proto][method] = (function (methodname) { 6.3043 + return function () { 6.3044 + for (var i = 0, ii = this.items[length]; i < ii; i++) { 6.3045 + this.items[i][methodname][apply](this.items[i], arguments); 6.3046 + } 6.3047 + return this; 6.3048 + }; 6.3049 + })(method); 6.3050 + } 6.3051 + Set[proto].attr = function (name, value) { 6.3052 + if (name && R.is(name, "array") && R.is(name[0], "object")) { 6.3053 + for (var j = 0, jj = name[length]; j < jj; j++) { 6.3054 + this.items[j].attr(name[j]); 6.3055 + } 6.3056 + } else { 6.3057 + for (var i = 0, ii = this.items[length]; i < ii; i++) { 6.3058 + this.items[i].attr[apply](this.items[i], arguments); 6.3059 + } 6.3060 + } 6.3061 + return this; 6.3062 + }; 6.3063 + Set[proto].animate = function (params, ms, easing, callback) { 6.3064 + (R.is(easing, "function") || !easing) && (callback = easing || null); 6.3065 + var len = this.items[length], 6.3066 + i = len, 6.3067 + set = this, 6.3068 + collector; 6.3069 + callback && (collector = function () { 6.3070 + !--len && callback.call(set); 6.3071 + }); 6.3072 + this.items[--i].animate(params, ms, easing || collector, collector); 6.3073 + while (i--) { 6.3074 + this.items[i].animateWith(this.items[len - 1], params, ms, easing || collector, collector); 6.3075 + } 6.3076 + return this; 6.3077 + }; 6.3078 + Set[proto].insertAfter = function (el) { 6.3079 + var i = this.items[length]; 6.3080 + while (i--) { 6.3081 + this.items[i].insertAfter(el); 6.3082 + } 6.3083 + return this; 6.3084 + }; 6.3085 + Set[proto].getBBox = function () { 6.3086 + var x = [], 6.3087 + y = [], 6.3088 + w = [], 6.3089 + h = []; 6.3090 + for (var i = this.items[length]; i--;) { 6.3091 + var box = this.items[i].getBBox(); 6.3092 + x[push](box.x); 6.3093 + y[push](box.y); 6.3094 + w[push](box.x + box.width); 6.3095 + h[push](box.y + box.height); 6.3096 + } 6.3097 + x = mmin[apply](0, x); 6.3098 + y = mmin[apply](0, y); 6.3099 + return { 6.3100 + x: x, 6.3101 + y: y, 6.3102 + width: mmax[apply](0, w) - x, 6.3103 + height: mmax[apply](0, h) - y 6.3104 + }; 6.3105 + }; 6.3106 + 6.3107 + R.registerFont = function (font) { 6.3108 + if (!font.face) { 6.3109 + return font; 6.3110 + } 6.3111 + this.fonts = this.fonts || {}; 6.3112 + var fontcopy = { 6.3113 + w: font.w, 6.3114 + face: {}, 6.3115 + glyphs: {} 6.3116 + }, 6.3117 + family = font.face["font-family"]; 6.3118 + for (var prop in font.face) if (font.face[has](prop)) { 6.3119 + fontcopy.face[prop] = font.face[prop]; 6.3120 + } 6.3121 + if (this.fonts[family]) { 6.3122 + this.fonts[family][push](fontcopy); 6.3123 + } else { 6.3124 + this.fonts[family] = [fontcopy]; 6.3125 + } 6.3126 + if (!font.svg) { 6.3127 + fontcopy.face["units-per-em"] = toInt(font.face["units-per-em"], 10); 6.3128 + for (var glyph in font.glyphs) if (font.glyphs[has](glyph)) { 6.3129 + var path = font.glyphs[glyph]; 6.3130 + fontcopy.glyphs[glyph] = { 6.3131 + w: path.w, 6.3132 + k: {}, 6.3133 + d: path.d && "M" + path.d[rp](/[mlcxtrv]/g, function (command) { 6.3134 + return {l: "L", c: "C", x: "z", t: "m", r: "l", v: "c"}[command] || "M"; 6.3135 + }) + "z" 6.3136 + }; 6.3137 + if (path.k) { 6.3138 + for (var k in path.k) if (path[has](k)) { 6.3139 + fontcopy.glyphs[glyph].k[k] = path.k[k]; 6.3140 + } 6.3141 + } 6.3142 + } 6.3143 + } 6.3144 + return font; 6.3145 + }; 6.3146 + Paper[proto].getFont = function (family, weight, style, stretch) { 6.3147 + stretch = stretch || "normal"; 6.3148 + style = style || "normal"; 6.3149 + weight = +weight || {normal: 400, bold: 700, lighter: 300, bolder: 800}[weight] || 400; 6.3150 + var font = R.fonts[family]; 6.3151 + if (!font) { 6.3152 + var name = new RegExp("(^|\\s)" + family[rp](/[^\w\d\s+!~.:_-]/g, E) + "(\\s|$)", "i"); 6.3153 + for (var fontName in R.fonts) if (R.fonts[has](fontName)) { 6.3154 + if (name.test(fontName)) { 6.3155 + font = R.fonts[fontName]; 6.3156 + break; 6.3157 + } 6.3158 + } 6.3159 + } 6.3160 + var thefont; 6.3161 + if (font) { 6.3162 + for (var i = 0, ii = font[length]; i < ii; i++) { 6.3163 + thefont = font[i]; 6.3164 + if (thefont.face["font-weight"] == weight && (thefont.face["font-style"] == style || !thefont.face["font-style"]) && thefont.face["font-stretch"] == stretch) { 6.3165 + break; 6.3166 + } 6.3167 + } 6.3168 + } 6.3169 + return thefont; 6.3170 + }; 6.3171 + Paper[proto].print = function (x, y, string, font, size, origin) { 6.3172 + origin = origin || "middle"; // baseline|middle 6.3173 + var out = this.set(), 6.3174 + letters = (string + E)[split](E), 6.3175 + shift = 0, 6.3176 + path = E, 6.3177 + scale; 6.3178 + R.is(font, "string") && (font = this.getFont(font)); 6.3179 + if (font) { 6.3180 + scale = (size || 16) / font.face["units-per-em"]; 6.3181 + var bb = font.face.bbox.split(separator), 6.3182 + top = +bb[0], 6.3183 + height = +bb[1] + (origin == "baseline" ? bb[3] - bb[1] + (+font.face.descent) : (bb[3] - bb[1]) / 2); 6.3184 + for (var i = 0, ii = letters[length]; i < ii; i++) { 6.3185 + var prev = i && font.glyphs[letters[i - 1]] || {}, 6.3186 + curr = font.glyphs[letters[i]]; 6.3187 + shift += i ? (prev.w || font.w) + (prev.k && prev.k[letters[i]] || 0) : 0; 6.3188 + curr && curr.d && out[push](this.path(curr.d).attr({fill: "#000", stroke: "none", translation: [shift, 0]})); 6.3189 + } 6.3190 + out.scale(scale, scale, top, height).translate(x - top, y - height); 6.3191 + } 6.3192 + return out; 6.3193 + }; 6.3194 + 6.3195 + R.format = function (token) { 6.3196 + var args = R.is(arguments[1], "array") ? [0][concat](arguments[1]) : arguments, 6.3197 + rg = /\{(\d+)\}/g; 6.3198 + token && R.is(token, "string") && args[length] - 1 && (token = token[rp](rg, function (str, i) { 6.3199 + return args[++i] == null ? E : args[i]; 6.3200 + })); 6.3201 + return token || E; 6.3202 + }; 6.3203 + R.ninja = function () { 6.3204 + var r = win.Raphael, u; 6.3205 + if (oldRaphael.was) { 6.3206 + win.Raphael = oldRaphael.is; 6.3207 + } else { 6.3208 + try { 6.3209 + delete win.Raphael; 6.3210 + } catch (e) { 6.3211 + win.Raphael = u; 6.3212 + } 6.3213 + } 6.3214 + return r; 6.3215 + }; 6.3216 + R.el = Element[proto]; 6.3217 + return R; 6.3218 +})();
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/awesome_js/robert.js Sat Jan 16 12:25:43 2010 -0500 7.3 @@ -0,0 +1,18 @@ 7.4 + 7.5 + 7.6 +var robert = (function process() 7.7 +{ 7.8 +// Creates canvas 320 × 200 at 10, 50 7.9 +var paper = Raphael(10, 50, 320, 200); 7.10 + 7.11 +// Creates circle at x = 50, y = 40, with radius 10 7.12 +var circle = paper.circle(50, 40, 10); 7.13 +// Sets the fill attribute of the circle to red (#f00) 7.14 +circle.attr("fill", "#f00"); 7.15 + 7.16 +// Sets the stroke attribute of the circle to white 7.17 +circle.attr("stroke", "#fff"); 7.18 + 7.19 +} 7.20 +) 7.21 +
8.1 --- a/buy.html Mon Jan 04 21:12:22 2010 -0500 8.2 +++ b/buy.html Sat Jan 16 12:25:43 2010 -0500 8.3 @@ -9,22 +9,60 @@ 8.4 <title>Laserkard | Design Studio</title> 8.5 8.6 <script type="text/javascript" src="./buycode.js"></script> 8.7 +<script type="text/javascript" src="./awesome_js/raphael.js"></script> 8.8 +<script type="text/javascript" src="./awesome_js/robert.js"></script> 8.9 +<script type="text/javascript" src="./awesome_js/cufon-yui.js"></script> 8.10 +<script type="text/javascript" src="./awesome_js/HelveticaNeue_LT_55_Roman_700-HelveticaNeue_LT_55_Roman_700-HelveticaNeue_LT_55_Roman_italic_700-HelveticaNeue_LT_55_Roman_italic_700.font.js"></script> 8.11 + 8.12 + 8.13 + 8.14 + 8.15 + 8.16 8.17 </head> 8.18 8.19 <body id = "buy"> 8.20 8.21 + 8.22 + 8.23 + 8.24 + 8.25 + 8.26 + 8.27 + 8.28 PERL-REPLACE::TOP_MENU 8.29 8.30 +<script type="text/javascript"> 8.31 +robert.process(); 8.32 +</script> 8.33 + 8.34 8.35 <div id="whole"> 8.36 8.37 <div id="templates" >PERL-REPLACE::TEMPLATES</div> 8.38 8.39 8.40 + 8.41 <div id = "centerbox" > 8.42 + 8.43 +<div id = "disp_contain"></div> 8.44 + 8.45 <div id="display">PERL-REPLACE::DISPLAY</div> 8.46 8.47 +<script language="javascript"> 8.48 + 8.49 + 8.50 +var raphe = Raphael("disp_contain", 518, 320); 8.51 + 8.52 +tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75); 8.53 + 8.54 +tt.attr("stroke", "#f00"); 8.55 +tt.attr("fill", "RED"); 8.56 + 8.57 +</script> 8.58 + 8.59 + 8.60 + 8.61 <div id= "trifold" > 8.62 8.63 <div id="trileft"> 8.64 @@ -58,6 +96,12 @@ 8.65 <div id="materials" onmouseover="pokedex(['args__materials'],['pokedex']);">PERL-REPLACE::MATERIALS</div> 8.66 8.67 8.68 + 8.69 + 8.70 + 8.71 + 8.72 + 8.73 + 8.74 </body> 8.75 8.76 </html>
9.1 --- a/buy.pl Mon Jan 04 21:12:22 2010 -0500 9.2 +++ b/buy.pl Sat Jan 16 12:25:43 2010 -0500 9.3 @@ -156,13 +156,20 @@ 9.4 9.5 9.6 $t = <<HERE; 9.7 - <input TYPE="image" src = "./images/display/PERL::PIC.jpg" onmouseover="pokedex(['args__PERL::PIC'],['pokedex']);"> 9.8 + <image src = "./images/display/PERL::PIC.jpg" onmouseover="pokedex(['args__PERL::PIC'],['pokedex']);"> 9.9 + 9.10 + <div id = overlay> 9.11 + 9.12 + 9.13 + </div> 9.14 + 9.15 HERE 9.16 9.17 9.18 + 9.19 $t =~ s/PERL::PIC/$all/g; 9.20 9.21 - 9.22 + 9.23 9.24 return $t; 9.25
10.1 Binary file fonts/Helvetica LT 75 Bold.ttf has changed
11.1 Binary file fonts/Helvetica LT 76 Bold Italic.ttf has changed
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/fonts/HelveticaNeue_LT_55_Roman_700.font.js Sat Jan 16 12:25:43 2010 -0500 12.3 @@ -0,0 +1,40 @@ 12.4 +/*! 12.5 + * The following copyright notice may not be removed under any circumstances. 12.6 + * 12.7 + * Copyright: 12.8 + * The digitally encoded machine readable software for producing the Typefaces 12.9 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 12.10 + * Reserved. This software is the property of Adobe Systems Incorporated and its 12.11 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 12.12 + * transferred without the express written approval of Adobe. The digitally 12.13 + * encoded machine readable outline data for producing the Typefaces licensed to 12.14 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 12.15 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 12.16 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 12.17 + * transferred without the express written approval of Linotype-Hell AG and/or 12.18 + * its subsidiaries. 12 pt. Helvetica* 75 Bold 07472 12.19 + * 12.20 + * Trademark: 12.21 + * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated. All Rights 12.22 + * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. 12.23 + * 12.24 + * Description: 12.25 + * The digitally encoded machine readable software for producing the Typefaces 12.26 + * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems. All Rights 12.27 + * Reserved. This software is the property of Adobe Systems Incorporated and its 12.28 + * licensors, and may not be reproduced, used, displayed, modified, disclosed or 12.29 + * transferred without the express written approval of Adobe. The digitally 12.30 + * encoded machine readable outline data for producing the Typefaces licensed to 12.31 + * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All 12.32 + * Rights Reserved. This data is the property of Linotype-Hell AG and/or its 12.33 + * subsidiaries and may not be reproduced, used, displayed, modified, disclosed or 12.34 + * transferred without the express written approval of Linotype-Hell AG and/or 12.35 + * its subsidiaries. 12 pt. Helvetica* 75 Bold 07472 12.36 + * 12.37 + * Vendor URL: 12.38 + * http://www.Linotypelibrary.com 12.39 + * 12.40 + * License information: 12.41 + * http://www.Linotypelibrary.com 12.42 + */ 12.43 +Cufon.registerFont(Raphael.registerFont({"w":200,"face":{"font-family":"HelveticaNeue LT 55 Roman","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-17 -291 339 77","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"22,-55r56,0r0,55r-56,0r0,-55xm77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0","w":100},"\"":{"d":"31,-257r38,0r0,116r-38,0r0,-116xm98,-257r38,0r0,116r-38,0r0,-116","w":166},"#":{"d":"87,-148r-6,44r35,0r6,-44r-35,0xm42,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0"},"$":{"d":"170,-135v62,45,20,146,-59,141r0,31r-22,0r0,-31v-55,-4,-84,-35,-89,-90r51,0v0,26,16,44,38,48r0,-75v-39,-11,-84,-22,-83,-75v1,-51,36,-72,83,-77r0,-28r22,0r0,28v46,6,78,28,81,77r-52,0v1,-17,-13,-35,-29,-35r0,64v22,4,47,12,59,22xm111,-36v34,3,55,-50,18,-63v-5,-2,-11,-4,-18,-6r0,69xm89,-221v-26,-3,-42,30,-25,48v5,4,13,8,25,11r0,-59"},"%":{"d":"274,-108v-27,0,-26,31,-24,56v1,17,6,30,23,30v33,0,34,-86,1,-86xm272,5v-42,-1,-59,-28,-59,-71v0,-42,19,-68,61,-69v43,-1,59,29,59,71v0,41,-18,69,-61,69xm240,-260r31,0r-148,268r-32,0xm88,-230v-25,1,-26,30,-24,58v1,15,5,29,23,28v25,-1,25,-30,23,-54v-2,-15,-5,-33,-22,-32xm86,-117v-43,0,-60,-27,-59,-69v1,-41,19,-71,61,-71v43,0,59,30,59,73v0,43,-19,66,-61,67","w":360},"&":{"d":"223,-124v-3,25,-12,47,-25,63r53,61r-63,0r-21,-26v-40,50,-160,39,-155,-46v2,-42,29,-60,57,-75v-12,-16,-25,-29,-24,-54v1,-39,29,-59,67,-59v41,0,69,20,70,62v0,34,-23,51,-46,64r34,40v6,-9,7,-19,9,-30r44,0xm60,-71v0,43,65,41,80,11r-44,-53v-17,8,-36,18,-36,42xm111,-165v28,-7,39,-57,3,-61v-35,3,-21,49,-3,61","w":246},"\u2019":{"d":"24,-257r52,0v3,56,1,110,-52,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55","w":100,"k":{"t":6,"s":27,"\u2019":23}},"(":{"d":"66,66v-60,-81,-61,-250,0,-329r43,0v-52,85,-51,244,0,329r-43,0","w":106},")":{"d":"88,-101v0,67,-20,125,-48,167r-43,0v52,-86,51,-241,1,-329r42,0v27,44,48,98,48,162","w":106},"*":{"d":"87,-212r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0r0,45","w":146},"+":{"d":"127,-110r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0r0,72","w":216},",":{"d":"22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"-":{"d":"19,-120r108,0r0,44r-108,0r0,-44","w":146},"\u00ad":{"d":"19,-120r108,0r0,44r-108,0r0,-44","w":146},".":{"d":"22,-55r56,0r0,55r-56,0r0,-55","w":100},"\/":{"d":"96,-263r42,0r-101,269r-41,0","w":133},"0":{"d":"100,-215v-47,0,-41,64,-41,114v0,30,9,64,41,64v44,0,41,-58,41,-106v-1,-35,-7,-72,-41,-72xm100,5v-71,0,-92,-56,-92,-132v0,-75,21,-130,92,-130v70,0,93,56,93,130v0,75,-22,132,-93,132"},"1":{"d":"27,-202v40,0,69,-13,73,-50r41,0r0,252r-51,0r0,-163r-63,0r0,-39"},"2":{"d":"102,-213v-31,2,-39,28,-40,58r-49,0v0,-63,31,-98,92,-102v78,-6,113,94,59,141v-29,25,-68,41,-91,72r120,0r0,44r-185,0v0,-94,91,-98,127,-154v16,-25,-3,-61,-33,-59"},"3":{"d":"140,-77v0,-34,-24,-38,-58,-37r0,-36v30,2,52,-5,54,-31v1,-21,-17,-34,-36,-34v-25,-1,-39,20,-39,45r-48,0v3,-53,32,-87,87,-87v47,0,82,24,84,70v1,28,-15,44,-35,52v26,5,44,27,45,57v4,96,-156,110,-181,30v-4,-11,-7,-25,-7,-39r49,0v1,29,15,49,44,50v23,1,41,-16,41,-40"},"4":{"d":"112,-100r-1,-88r-65,88r66,0xm112,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0r0,-58"},"5":{"d":"143,-86v4,-47,-63,-62,-83,-27r-46,0r25,-139r141,0r0,42r-104,0v-2,19,-9,41,-9,58v12,-13,26,-19,49,-19v52,0,75,36,78,85v7,94,-140,122,-179,46v-5,-10,-9,-22,-9,-35r52,0v1,21,19,38,41,38v28,-1,42,-21,44,-49"},"6":{"d":"141,-83v0,-27,-12,-48,-38,-48v-28,0,-41,20,-41,47v0,26,14,47,41,47v25,0,38,-20,38,-46xm8,-125v0,-72,27,-130,99,-132v45,-1,77,28,81,70r-48,0v-4,-15,-16,-32,-34,-32v-36,0,-48,39,-48,78v37,-56,142,-20,135,54v-5,55,-33,92,-89,92v-74,0,-96,-57,-96,-130"},"7":{"d":"49,0v6,-83,41,-153,85,-204r-120,0r0,-48r172,0r0,44v-48,45,-79,118,-82,208r-55,0"},"8":{"d":"100,-219v-20,0,-38,13,-38,35v0,24,17,33,38,34v21,1,38,-13,38,-34v-1,-23,-14,-35,-38,-35xm53,-136v-72,-29,-29,-121,47,-121v50,0,85,25,85,68v0,26,-15,45,-37,53v28,6,47,29,47,62v0,54,-41,79,-94,79v-54,0,-96,-24,-96,-79v0,-33,20,-55,48,-62xm101,-116v-24,0,-46,14,-45,40v2,26,19,43,45,43v25,0,43,-16,43,-43v0,-25,-18,-39,-43,-40"},"9":{"d":"59,-169v0,27,12,48,38,48v28,0,41,-20,41,-47v0,-26,-14,-47,-41,-47v-25,0,-38,20,-38,46xm193,-127v0,70,-28,130,-99,132v-46,1,-77,-28,-82,-70r48,0v3,25,35,42,57,23v15,-13,27,-43,25,-69v-36,55,-141,22,-134,-54v5,-56,33,-92,88,-92v74,0,97,59,97,130"},":":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0r0,55r-56,0r0,-55","w":100},";":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"\u037e":{"d":"78,-127r-56,0r0,-56r56,0r0,56xm22,-55r56,0v4,58,-1,110,-56,115r0,-26v17,-3,25,-16,26,-34r-26,0r0,-55","w":100},"<":{"d":"199,-144r-132,53r132,52r0,42r-182,-73r0,-42r182,-73r0,41","w":216},"=":{"d":"199,-33r-182,0r0,-39r182,0r0,39xm199,-110r-182,0r0,-39r182,0r0,39","w":216},">":{"d":"17,-39r132,-52r-132,-53r0,-41r182,73r0,42r-182,73r0,-42","w":216},"?":{"d":"69,-55r57,0r0,55r-57,0r0,-55xm102,-221v-27,1,-37,21,-38,47r-52,0v1,-55,33,-84,87,-89v82,-8,118,86,59,130v-17,13,-38,22,-35,56r-48,0v-7,-57,34,-67,55,-99v6,-23,-3,-46,-28,-45"},"@":{"d":"68,-110v-7,-68,81,-125,121,-67r5,-19r30,0r-26,108v0,3,2,9,6,8v31,-3,43,-33,43,-66v0,-57,-38,-89,-98,-88v-65,1,-101,41,-101,106v0,67,39,103,106,105v32,1,61,-12,77,-29r30,0v-22,34,-58,58,-109,58v-83,0,-139,-52,-139,-135v0,-81,55,-134,137,-134v70,0,125,38,125,110v0,59,-35,97,-85,104v-15,2,-24,-10,-27,-20v-27,42,-101,11,-95,-41xm149,-168v-43,0,-65,85,-16,85v28,0,42,-25,44,-54v0,-17,-12,-31,-28,-31","w":288},"A":{"d":"90,-99r66,0r-33,-95xm95,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":6,"V":17,"T":27,"\u2019":27}},"B":{"d":"173,-184v-1,-40,-54,-27,-92,-29r0,60v39,-2,93,11,92,-31xm240,-75v0,96,-122,72,-215,75r0,-257v83,6,204,-26,203,64v0,28,-15,43,-35,53v29,9,46,30,47,65xm184,-78v0,-48,-58,-34,-103,-36r0,70v44,-2,103,12,103,-34","w":253},"C":{"d":"14,-127v-11,-129,163,-184,225,-83v7,11,10,24,12,39r-55,0v-5,-27,-26,-45,-56,-45v-50,0,-70,39,-70,89v0,49,21,84,70,86v35,1,55,-25,58,-58r55,0v-7,64,-44,105,-113,105v-81,0,-119,-53,-126,-133","w":266},"D":{"d":"196,-125v3,-70,-41,-92,-115,-85r0,162r51,0v46,0,62,-32,64,-77xm252,-130v0,79,-38,130,-116,130r-111,0r0,-257r111,0v76,3,116,47,116,127","w":266},"E":{"d":"25,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0r0,-257","w":233},"F":{"d":"25,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0r0,-257","w":213,"k":{"A":20,".":46,",":46}},"G":{"d":"70,-127v-10,87,119,123,131,30r-57,0r0,-42r108,0r0,139r-36,0r-5,-29v-17,22,-39,35,-71,35v-81,0,-121,-52,-126,-133v-7,-111,111,-173,198,-113v20,14,34,37,36,68r-54,0v-4,-27,-25,-44,-54,-44v-50,0,-64,40,-70,89","w":273},"H":{"d":"25,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0r0,-257","w":266},"I":{"d":"25,-257r56,0r0,257r-56,0r0,-257","w":106},"J":{"d":"56,-84v-10,46,61,59,62,15r1,-188r56,0v-8,108,38,268,-85,263v-60,-2,-91,-35,-85,-102r51,0r0,12"},"K":{"d":"25,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0r0,-257","w":259},"L":{"d":"25,-257r56,0r0,209r126,0r0,48r-182,0r0,-257","w":213,"k":{"y":13,"Y":40,"W":20,"V":33,"T":40,"\u2019":27}},"M":{"d":"25,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0r0,-257","w":326},"N":{"d":"25,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0r0,-257","w":266},"O":{"d":"140,-216v-50,0,-70,39,-70,89v0,49,21,86,70,86v49,0,70,-37,70,-86v0,-50,-20,-89,-70,-89xm140,6v-81,0,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,126,54,126,136v0,81,-45,133,-126,133","w":280},"P":{"d":"175,-175v0,-46,-50,-38,-94,-38r0,77v44,-1,94,7,94,-39xm230,-175v2,76,-66,89,-149,83r0,92r-56,0r0,-257r116,0v56,0,88,30,89,82","w":240,"k":{"A":27,".":46,",":46}},"Q":{"d":"70,-127v-1,56,35,98,93,82r-24,-22r26,-28r29,27v32,-47,17,-152,-54,-148v-50,3,-69,39,-70,89xm266,-127v1,41,-13,72,-33,94r32,29r-26,28r-37,-33v-16,9,-37,15,-62,15v-81,-2,-126,-52,-126,-133v0,-82,44,-136,126,-136v82,0,124,54,126,136","w":280},"R":{"d":"182,-177v0,-48,-57,-34,-101,-36r0,72v44,-2,101,13,101,-36xm190,0v-14,-37,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v80,-8,102,112,35,135v47,10,30,83,48,122r-56,0","w":259,"k":{"Y":13,"W":-2,"V":-2,"T":6}},"S":{"d":"177,-143v86,37,41,161,-59,149v-62,-8,-108,-27,-109,-91r54,0v1,33,23,47,57,47v44,8,71,-45,26,-60v-53,-18,-127,-18,-129,-87v-3,-93,157,-100,191,-33v5,10,8,23,8,38r-54,0v5,-47,-88,-55,-90,-10v9,40,67,30,105,47","w":233},"T":{"d":"82,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0r0,-210","w":219,"k":{"y":33,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":27,";":31,":":31,".":40,"-":46,",":40}},"U":{"d":"133,-41v39,0,53,-17,53,-56r0,-160r57,0r0,160v1,70,-41,103,-110,103v-70,0,-110,-33,-109,-103r0,-160r56,0r0,160v0,36,16,56,53,56","w":266},"V":{"d":"144,0r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":18,":":18,".":46,"-":20,",":46}},"W":{"d":"270,0r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"u":6,"r":6,"o":13,"e":13,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"88,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0r0,-100","w":240,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":5,"e":33,"a":33,"A":27,";":24,":":29,".":40,"-":40,",":40}},"Z":{"d":"8,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0r0,-45","w":233},"[":{"d":"24,-263r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0r0,-329","w":119},"\\":{"d":"138,6r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,66r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0r0,329","w":119},"^":{"d":"84,-252r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"76,-141r-52,0v-3,-56,0,-110,52,-116r0,24v-17,6,-23,16,-24,36r24,0r0,56","w":100,"k":{"\u2018":23}},"a":{"d":"102,-157v-20,2,-32,9,-34,28r-51,0v4,-46,40,-62,88,-62v42,0,80,10,81,53v1,46,-6,103,7,138r-52,0v-1,-6,-3,-12,-3,-18v-31,35,-126,34,-126,-33v0,-66,76,-47,118,-69v14,-19,-3,-40,-28,-37xm94,-29v36,1,44,-25,41,-62v-20,16,-71,0,-72,38v-1,19,13,24,31,24","w":206},"b":{"d":"112,-33v32,0,44,-28,44,-60v0,-32,-12,-60,-44,-60v-32,0,-43,26,-43,60v0,33,11,60,43,60xm130,5v-30,0,-50,-10,-62,-29r0,24r-49,0r0,-257r52,0r0,94v11,-18,34,-28,59,-28v52,0,77,42,77,98v0,56,-25,98,-77,98","w":219},"c":{"d":"14,-90v-10,-98,124,-136,173,-62v5,9,8,19,9,31r-50,0v-3,-21,-16,-32,-38,-32v-58,0,-58,119,-1,120v24,-1,37,-16,41,-38r49,0v-6,47,-39,76,-89,76v-59,0,-88,-37,-94,-95","w":206},"d":{"d":"108,-33v33,0,44,-28,44,-61v0,-32,-11,-59,-44,-59v-33,0,-45,26,-45,60v0,34,13,60,45,60xm94,-191v25,-1,44,14,56,28r0,-94r51,0r0,257r-49,0r0,-24v-11,18,-30,29,-57,29v-58,-1,-83,-43,-83,-100v0,-55,26,-94,82,-96","w":219},"e":{"d":"145,-113v1,-47,-70,-52,-81,-12v-1,5,-2,8,-2,12r83,0xm62,-81v-7,54,72,61,86,23r45,0v-13,40,-41,63,-88,63v-61,0,-90,-38,-95,-98v-9,-110,163,-133,182,-29v3,13,5,27,4,41r-134,0","w":206},"f":{"d":"120,-217v-24,-6,-44,0,-38,31r35,0r0,34r-35,0r0,152r-51,0r0,-152r-31,0r0,-34r31,0v-6,-58,30,-76,89,-70r0,39","w":119,"k":{"f":6,"\u2019":-6}},"g":{"d":"65,-100v1,31,10,56,41,56v29,0,44,-22,44,-51v0,-33,-12,-58,-44,-58v-28,0,-42,22,-41,53xm94,-191v28,-1,43,12,56,30r0,-25r48,0r0,174v11,89,-126,108,-169,50v-5,-8,-8,-16,-9,-27r51,0v13,44,86,26,79,-21v-1,-7,2,-18,-1,-24v-10,18,-31,29,-56,29v-55,-2,-79,-38,-79,-94v0,-53,26,-91,80,-92","w":219},"h":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-257r52,0r1,97v9,-19,29,-30,54,-31v93,-6,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"i":{"d":"72,-215r-51,0r0,-42r51,0r0,42xm21,-186r51,0r0,186r-51,0r0,-186","w":92},"j":{"d":"75,-215r-51,0r0,-42r51,0r0,42xm75,9v4,49,-35,62,-82,55r0,-42v13,2,31,2,31,-15r0,-193r51,0r0,195","w":100},"k":{"d":"24,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0r0,-257","w":206},"l":{"d":"21,-257r51,0r0,257r-51,0r0,-257","w":92},"m":{"d":"69,-161v20,-35,96,-43,112,1v12,-15,29,-31,56,-31v93,0,64,109,68,191r-51,0r-1,-123v-1,-18,-11,-28,-30,-28v-58,0,-26,97,-34,151r-51,0r-1,-121v-1,-19,-9,-31,-30,-30v-56,4,-29,96,-35,151r-51,0r0,-186r48,0r0,25","w":326},"n":{"d":"110,-151v-62,0,-32,95,-39,151r-52,0r0,-186r49,0v1,8,-2,20,1,26v10,-19,31,-29,57,-31v93,-5,63,108,68,191r-51,0r0,-105v0,-28,-6,-47,-33,-46","w":213},"o":{"d":"110,-153v-33,0,-45,26,-45,60v0,34,12,60,45,60v33,0,45,-26,45,-60v0,-34,-12,-60,-45,-60xm110,5v-62,0,-96,-37,-96,-98v0,-61,34,-98,96,-98v62,0,96,37,96,98v0,61,-34,98,-96,98","w":219},"p":{"d":"69,-93v0,34,12,60,44,60v32,0,45,-25,45,-60v-1,-32,-13,-60,-45,-60v-32,0,-44,26,-44,60xm127,5v-25,0,-46,-12,-56,-28r0,89r-52,0r0,-252r49,0v1,7,-2,18,1,24v11,-17,29,-29,55,-29v59,1,85,42,85,100v0,55,-26,94,-82,96","w":219},"q":{"d":"108,-153v-33,0,-45,27,-45,60v0,34,12,60,44,60v33,0,45,-26,45,-59v0,-32,-12,-61,-44,-61xm95,-191v27,0,47,10,57,29r0,-24r49,0r0,252r-51,0r-1,-89v-10,19,-34,28,-59,28v-52,0,-79,-39,-78,-97v1,-57,25,-99,83,-99","w":219},"r":{"d":"139,-142v-43,-9,-68,15,-68,58r0,84r-52,0r0,-186r49,0v1,11,-2,25,1,34v9,-25,37,-43,70,-37r0,47","w":140,"k":{"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"165,-96v47,41,-4,107,-67,101v-49,-5,-84,-19,-88,-65r49,0v-3,38,70,43,73,7v-17,-44,-112,-10,-117,-78v-5,-75,125,-75,154,-29v5,8,8,16,9,28r-49,0v0,-23,-22,-24,-44,-24v-26,0,-22,29,-1,34v28,7,61,9,81,26","w":193},"t":{"d":"122,0v-43,6,-89,3,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0r0,56r38,0r0,34r-38,0r0,92v-3,25,19,24,38,20r0,40","w":126},"u":{"d":"103,-35v63,0,33,-94,40,-151r51,0r0,186r-49,0v-1,-8,2,-20,-1,-26v-11,19,-32,30,-57,31v-92,5,-64,-108,-68,-191r52,0r0,105v0,28,6,46,32,46","w":213},"v":{"d":"122,0r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{".":20,",":20}},"w":{"d":"232,0r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{".":20,",":20}},"x":{"d":"67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"16,22v28,6,58,-3,47,-34r-65,-174r55,0r42,127r41,-127r53,0r-78,209v-11,38,-45,48,-95,41r0,-42","w":186,"k":{".":20,",":20}},"z":{"d":"8,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0r0,-39","w":186},"{":{"d":"30,-147v0,-54,-6,-114,44,-116r46,0r0,40v-24,-2,-40,2,-39,26v3,47,3,95,-36,99v46,1,37,61,37,106v0,18,19,18,38,17r0,41v-49,4,-89,-4,-90,-49v-2,-42,12,-101,-33,-100r0,-31v19,-2,33,-13,33,-33","w":119},"|":{"d":"21,-283r38,0r0,360r-38,0r0,-360","w":80},"}":{"d":"90,-53v0,55,6,116,-44,119r-46,0r0,-41v24,2,40,-2,39,-26v-2,-46,-5,-95,36,-98v-45,-1,-35,-61,-37,-107v0,-18,-19,-18,-38,-17r0,-40v49,-4,89,3,90,48v1,43,-11,101,33,101r0,31v-19,1,-33,11,-33,30","w":119},"~":{"d":"69,-122v40,2,86,49,108,-2r15,34v-12,14,-20,31,-45,31v-37,0,-91,-51,-108,1r-15,-33v8,-16,20,-32,45,-31","w":216},"'":{"d":"31,-257r38,0r0,116r-38,0r0,-116","w":100},"\u201c":{"d":"71,-141r-52,0v-3,-56,-1,-110,52,-116r0,24v-17,6,-23,16,-24,36r24,0r0,56xm147,-141r-51,0v-3,-56,-1,-110,51,-116r0,24v-17,6,-22,17,-24,36r24,0r0,56","w":166},"\u2013":{"d":"0,-120r180,0r0,44r-180,0r0,-44","w":180},"\u201d":{"d":"19,-257r52,0v3,56,1,110,-52,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55xm96,-257r51,0v3,55,2,110,-51,116r0,-24v17,-6,23,-16,24,-37r-24,0r0,-55","w":166},"\u2026":{"d":"271,-55r57,0r0,55r-57,0r0,-55xm152,-55r56,0r0,55r-56,0r0,-55xm32,-55r56,0r0,55r-56,0r0,-55","w":360},"`":{"d":"-17,-260r56,0r35,51r-36,0","w":93},"\u2014":{"d":"47,-120r266,0r0,44r-266,0r0,-44","w":360},"\u00d7":{"d":"23,-33r58,-58r-57,-58r27,-27r57,58r58,-58r27,27r-58,58r58,58r-27,27r-58,-58r-58,58","w":216},"\u2122":{"d":"143,-228r-42,0r0,119r-37,0r0,-119r-42,0r0,-29r121,0r0,29xm334,-109r-34,0r-1,-105r-38,105r-25,0r-39,-105r0,105r-35,0r0,-148r49,0r37,98r37,-98r49,0r0,148","w":360},"\u00a0":{"w":100}}}));
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/js.html Sat Jan 16 12:25:43 2010 -0500 13.3 @@ -0,0 +1,107 @@ 13.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 13.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 13.6 +<head> 13.7 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 13.8 + 13.9 +<link href="./main.css" rel="stylesheet" type="text/css"> 13.10 +<link href="./sexy.css" rel="stylesheet" type="text/css"> 13.11 + 13.12 + 13.13 +<title>test Shiv!!!</title> 13.14 + 13.15 +<script type="text/javascript" src="./buycode.js"></script> 13.16 +<script type="text/javascript" src="./awesome_js/raphael.js"></script> 13.17 +<script type="text/javascript" src="./awesome_js/robert.js"></script> 13.18 +<script type="text/javascript" src="./awesome_js/cufon-yui.js"></script> 13.19 +<!--<script type="text/javascript" src="./awesome_js/HelveticaNeue_LT_75_BdOutline_400.font.js"></script>--> 13.20 + 13.21 +<script type="text/javascript" src="./awesome_js/HelveticaNeue_LT_55_Roman_700-HelveticaNeue_LT_55_Roman_700-HelveticaNeue_LT_55_Roman_italic_700-HelveticaNeue_LT_55_Roman_italic_700.font.js"></script> 13.22 +<script type="text/javascript"> 13.23 +Cufon.replace('h1'); 13.24 +</script> 13.25 + 13.26 + 13.27 + 13.28 +</head> 13.29 + 13.30 + 13.31 + 13.32 + 13.33 + 13.34 +<body> 13.35 + 13.36 + 13.37 + <div id ="overlay"> 13.38 + 13.39 + 13.40 + </div> 13.41 + 13.42 +</div> 13.43 + 13.44 + 13.45 + 13.46 + 13.47 + 13.48 +<script language="javascript"> 13.49 +// Creates canvas 320 × 200 at 10, 50 13.50 + 13.51 +var paper = Raphael("overlay", 518, 320); 13.52 + 13.53 + 13.54 +// Creates circle at x = 50, y = 40, with radius 10 13.55 +//var circle = paper.circle(50, 40, 10); 13.56 +// Sets the fill attribute of the circle to red (#f00) 13.57 +//circle.attr("fill", "#f00"); 13.58 + 13.59 +// Sets the stroke attribute of the circle to white 13.60 +//circle.attr("stroke", "#fff"); 13.61 + 13.62 +// regular rectangle 13.63 +//var c = paper.rect(10, 10, 50, 50); 13.64 +// rectangle with rounded corners 13.65 +//var c = paper.rect(40, 40, 50, 50, 10); 13.66 + 13.67 +//var c = paper.ellipse(50, 50, 40, 20); 13.68 + 13.69 +//var t = paper.text(50, 50, "Raphaël\nkicks\nbutt!"); 13.70 +//var c = paper.path("M10 10L90 90"); 13.71 + 13.72 +//var c = paper.circle(20, 20, 10); 13.73 +//c.node.onclick = function () { 13.74 +// c.attr("fill", "red"); 13.75 +//}; 13.76 + 13.77 +//var c = paper.circle(20, 20, 10); 13.78 +//c.animate({cx: 20, r: 20}, 2000); 13.79 +//c.animate({cx: 20, r: 20}, 2000, "bounce"); 13.80 + 13.81 + 13.82 +//var c = paper.circle(10, 10, 10), 13.83 +// r = paper.rect(10, 10, 10, 10); 13.84 +//c.animate({cx: 20, r: 20}, 2000); 13.85 +//r.animateWith(c, {x: 20}, 2000); 13.86 +//var tt = paper.print(10, 150, "Kevin Rustagi", paper.getFont("HelveticaNeue", 800), 75); 13.87 + 13.88 +tt = paper.print(10, 150, "Kevin Rustagi", paper.getFont("HelveticaNeue", 800), 75); 13.89 +tt.attr("stroke", "#f00"); 13.90 +tt.attr("fill", "transparent"); 13.91 +tt.remove(); 13.92 + 13.93 +tt = paper.print(10, 150, "Robert McIntyre", paper.getFont("HelveticaNeue", 800), 75); 13.94 +tt.attr("stroke", "#f00"); 13.95 +tt.attr("fill", "transparent"); 13.96 +//tt.show(); 13.97 + 13.98 +</script> 13.99 + 13.100 + 13.101 + 13.102 + 13.103 + 13.104 + 13.105 + 13.106 + 13.107 +</body> 13.108 + 13.109 + 13.110 +</html>
14.1 --- a/log/error_log.log Mon Jan 04 21:12:22 2010 -0500 14.2 +++ b/log/error_log.log Sat Jan 16 12:25:43 2010 -0500 14.3 @@ -1,2240 +1,2632 @@ 14.4 -[Wed Dec 30 03:47:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.5 -[Wed Dec 30 03:47:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.6 -[Wed Dec 30 03:47:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.7 -[Wed Dec 30 03:47:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.8 -[Wed Dec 30 03:55:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.9 -[Wed Dec 30 03:55:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.10 -[Wed Dec 30 03:55:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.11 -[Wed Dec 30 03:55:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.12 -[Wed Dec 30 03:55:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.13 -[Wed Dec 30 03:55:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.14 -[Wed Dec 30 03:55:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.15 -[Wed Dec 30 03:55:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.16 -[Wed Dec 30 03:55:42 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.17 -[Wed Dec 30 03:55:42 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.18 -[Wed Dec 30 03:55:44 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.19 -[Wed Dec 30 03:55:44 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.20 -[Wed Dec 30 03:56:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.21 -[Wed Dec 30 03:56:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.22 -[Wed Dec 30 03:56:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.23 -[Wed Dec 30 03:56:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.24 -[Wed Dec 30 03:56:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.25 -[Wed Dec 30 03:56:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.26 -[Wed Dec 30 03:56:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.27 -[Wed Dec 30 03:56:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.28 -[Wed Dec 30 03:56:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.29 -[Wed Dec 30 03:56:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.30 -[Wed Dec 30 04:35:15 2009] [error] [client 70.138.229.243] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.31 -[Wed Dec 30 04:35:18 2009] [error] [client 70.138.229.243] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.32 -[Wed Dec 30 04:36:24 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.33 -[Wed Dec 30 04:36:24 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.34 -[Wed Dec 30 04:36:28 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.35 -[Wed Dec 30 04:36:28 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.36 -[Wed Dec 30 14:18:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.37 -[Wed Dec 30 14:18:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.38 -[Wed Dec 30 21:22:34 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.39 -[Wed Dec 30 21:22:38 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.40 -[Wed Dec 30 21:25:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.41 -[Wed Dec 30 21:25:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.42 -[Wed Dec 30 21:25:50 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.43 -[Wed Dec 30 21:25:50 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.44 -[Wed Dec 30 21:25:53 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.45 -[Wed Dec 30 21:25:53 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.46 -[Thu Dec 31 01:08:44 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.47 -[Thu Dec 31 01:08:44 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.48 -[Thu Dec 31 01:08:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.49 -[Thu Dec 31 01:08:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.50 -[Thu Dec 31 01:08:47 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.51 -[Thu Dec 31 01:08:47 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.52 -[Thu Dec 31 01:09:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.53 -[Thu Dec 31 01:09:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.54 -[Thu Dec 31 01:09:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.55 -[Thu Dec 31 01:09:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.56 -[Thu Dec 31 01:09:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.57 -[Thu Dec 31 01:09:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.58 -[Thu Dec 31 01:09:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.59 -[Thu Dec 31 01:09:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.60 -[Thu Dec 31 01:09:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.61 -[Thu Dec 31 01:09:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.62 -[Thu Dec 31 01:09:37 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.63 -[Thu Dec 31 01:09:37 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.64 -[Thu Dec 31 01:09:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.65 -[Thu Dec 31 01:09:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.66 -[Thu Dec 31 01:09:39 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.67 -[Thu Dec 31 01:09:39 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.68 -[Thu Dec 31 01:11:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.69 -[Thu Dec 31 01:11:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.70 -[Thu Dec 31 01:11:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.71 -[Thu Dec 31 01:11:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.72 -[Thu Dec 31 01:11:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.73 -[Thu Dec 31 01:11:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.74 -[Thu Dec 31 01:12:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.75 -[Thu Dec 31 01:12:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.76 -[Thu Dec 31 01:12:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.77 -[Thu Dec 31 01:12:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.78 -[Thu Dec 31 01:12:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.79 -[Thu Dec 31 01:12:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.80 -[Thu Dec 31 01:12:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.81 -[Thu Dec 31 01:12:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.82 -[Thu Dec 31 01:13:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.83 -[Thu Dec 31 01:13:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.84 -[Thu Dec 31 01:13:42 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.85 -[Thu Dec 31 01:13:42 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.86 -[Thu Dec 31 01:13:42 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.87 -[Thu Dec 31 01:13:42 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.88 -[Thu Dec 31 01:28:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.89 -[Thu Dec 31 01:28:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.90 -[Thu Dec 31 01:28:14 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.91 -[Thu Dec 31 01:28:14 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.92 -[Thu Dec 31 01:28:14 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.93 -[Thu Dec 31 01:28:14 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.94 -[Thu Dec 31 01:28:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.95 -[Thu Dec 31 01:28:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.96 -[Thu Dec 31 01:28:16 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/big_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.97 -[Thu Dec 31 01:28:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.98 -[Thu Dec 31 01:28:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.99 -[Thu Dec 31 01:28:18 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/lines_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.100 -[Thu Dec 31 01:28:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.101 -[Thu Dec 31 01:28:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.102 -[Thu Dec 31 01:28:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.103 -[Thu Dec 31 01:28:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.104 -[Thu Dec 31 01:28:18 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/basic_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.105 -[Thu Dec 31 01:28:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.106 -[Thu Dec 31 01:28:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.107 -[Thu Dec 31 01:28:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.108 -[Thu Dec 31 01:28:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.109 -[Thu Dec 31 01:28:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/classic_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.110 -[Thu Dec 31 01:28:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.111 -[Thu Dec 31 01:28:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.112 -[Thu Dec 31 01:28:29 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_RED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.113 -[Thu Dec 31 01:28:29 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_RED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.114 -[Thu Dec 31 01:28:29 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_RED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.115 -[Thu Dec 31 01:28:29 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_RED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.116 -[Thu Dec 31 01:28:29 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/PERL::ACRYLIC_RED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.117 -[Thu Dec 31 01:28:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.118 -[Thu Dec 31 01:28:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.119 -[Thu Dec 31 01:28:31 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/PERL::ALUMINUM_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.120 -[Thu Dec 31 01:28:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.121 -[Thu Dec 31 01:28:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.122 -[Thu Dec 31 01:28:33 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/PERL::ACRYLIC_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.123 -[Thu Dec 31 01:28:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.124 -[Thu Dec 31 01:28:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.125 -[Thu Dec 31 01:28:35 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/PERL::ALUMINUM_BLACK.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.126 -[Thu Dec 31 01:28:35 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_BLACK.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.127 -[Thu Dec 31 01:28:35 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_BLACK.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.128 -[Thu Dec 31 01:28:35 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_BLACK.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.129 -[Thu Dec 31 01:28:35 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_BLACK.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.130 -[Thu Dec 31 01:29:05 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.131 -[Thu Dec 31 01:29:05 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.132 -[Thu Dec 31 01:29:05 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.133 -[Thu Dec 31 01:29:05 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_GREEN.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.134 -[Thu Dec 31 01:29:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.135 -[Thu Dec 31 01:29:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.136 -[Thu Dec 31 01:29:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.137 -[Thu Dec 31 01:29:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.138 -[Thu Dec 31 01:29:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.139 -[Thu Dec 31 01:29:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.140 -[Thu Dec 31 01:29:07 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_BLUE.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.141 -[Thu Dec 31 01:29:07 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_BLUE.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.142 -[Thu Dec 31 01:29:07 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_BLUE.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.143 -[Thu Dec 31 01:29:07 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_BLUE.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.144 -[Thu Dec 31 01:29:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.145 -[Thu Dec 31 01:29:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.146 -[Thu Dec 31 01:29:10 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/lines_BLUE.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.147 -[Thu Dec 31 01:29:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.148 -[Thu Dec 31 01:29:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.149 -[Thu Dec 31 01:29:11 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/basic_BLUE.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.150 -[Thu Dec 31 01:29:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.151 -[Thu Dec 31 01:29:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.152 -[Thu Dec 31 01:29:13 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/big_BLUE.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.153 -[Thu Dec 31 01:29:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.154 -[Thu Dec 31 01:29:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.155 -[Thu Dec 31 01:30:48 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.156 -[Thu Dec 31 01:30:48 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.157 -[Thu Dec 31 01:30:49 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.158 -[Thu Dec 31 01:30:49 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.159 -[Thu Dec 31 01:30:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.160 -[Thu Dec 31 01:30:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.161 -[Thu Dec 31 01:30:53 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.162 -[Thu Dec 31 01:30:53 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.163 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.164 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.165 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_acrylic_redCHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.166 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_acrylic_redCHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.167 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_acrylic_redCHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.168 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_acrylic_redCHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.169 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/classic_acrylic_redCHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.170 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.171 -[Thu Dec 31 01:30:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.172 -[Thu Dec 31 01:31:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.173 -[Thu Dec 31 01:31:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.174 -[Thu Dec 31 01:31:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.175 -[Thu Dec 31 01:31:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.176 -[Thu Dec 31 01:31:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.177 -[Thu Dec 31 01:31:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.178 -[Thu Dec 31 01:31:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.179 -[Thu Dec 31 01:31:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.180 -[Thu Dec 31 01:31:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.181 -[Thu Dec 31 01:31:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.182 -[Thu Dec 31 01:31:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.183 -[Thu Dec 31 01:31:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.184 -[Thu Dec 31 01:31:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.185 -[Thu Dec 31 01:31:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.186 -[Thu Dec 31 01:31:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.187 -[Thu Dec 31 01:31:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.188 -[Thu Dec 31 01:31:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.189 -[Thu Dec 31 01:31:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.190 -[Thu Dec 31 01:31:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.191 -[Thu Dec 31 01:31:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.192 -[Thu Dec 31 01:31:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.193 -[Thu Dec 31 01:31:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.194 -[Thu Dec 31 01:31:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.195 -[Thu Dec 31 01:31:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.196 -[Thu Dec 31 01:31:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.197 -[Thu Dec 31 01:31:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.198 -[Thu Dec 31 01:31:32 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.199 -[Thu Dec 31 01:31:32 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.200 -[Thu Dec 31 01:31:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.201 -[Thu Dec 31 01:31:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.202 -[Thu Dec 31 01:31:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.203 -[Thu Dec 31 01:31:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.204 -[Thu Dec 31 01:31:40 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.205 -[Thu Dec 31 01:31:40 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.206 -[Thu Dec 31 01:32:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.207 -[Thu Dec 31 01:32:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.208 -[Thu Dec 31 01:32:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.209 -[Thu Dec 31 01:32:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.210 -[Thu Dec 31 01:32:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.211 -[Thu Dec 31 01:32:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.212 -[Thu Dec 31 01:32:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.213 -[Thu Dec 31 01:32:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.214 -[Thu Dec 31 01:32:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.215 -[Thu Dec 31 01:32:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.216 -[Thu Dec 31 01:32:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.217 -[Thu Dec 31 01:32:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.218 -[Thu Dec 31 01:32:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.219 -[Thu Dec 31 01:32:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.220 -[Thu Dec 31 01:32:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.221 -[Thu Dec 31 01:32:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.222 -[Thu Dec 31 01:32:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.223 -[Thu Dec 31 01:32:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.224 -[Thu Dec 31 01:32:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.225 -[Thu Dec 31 01:32:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.226 -[Thu Dec 31 01:32:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.227 -[Thu Dec 31 01:32:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.228 -[Thu Dec 31 01:32:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.229 -[Thu Dec 31 01:32:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.230 -[Thu Dec 31 01:32:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.231 -[Thu Dec 31 01:32:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.232 -[Thu Dec 31 01:32:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.233 -[Thu Dec 31 01:32:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.234 -[Thu Dec 31 01:32:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.235 -[Thu Dec 31 01:32:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.236 -[Thu Dec 31 01:32:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.237 -[Thu Dec 31 01:32:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.238 -[Thu Dec 31 01:32:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.239 -[Thu Dec 31 01:32:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.240 -[Thu Dec 31 01:32:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.241 -[Thu Dec 31 01:32:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.242 -[Thu Dec 31 01:32:27 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/classic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.243 -[Thu Dec 31 01:32:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.244 -[Thu Dec 31 01:32:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.245 -[Thu Dec 31 01:32:28 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/big_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.246 -[Thu Dec 31 01:32:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.247 -[Thu Dec 31 01:32:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.248 -[Thu Dec 31 01:32:28 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/basic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.249 -[Thu Dec 31 01:32:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.250 -[Thu Dec 31 01:32:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.251 -[Thu Dec 31 01:32:29 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/lines_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.252 -[Thu Dec 31 01:32:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.253 -[Thu Dec 31 01:32:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.254 -[Thu Dec 31 01:32:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.255 -[Thu Dec 31 01:32:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.256 -[Thu Dec 31 01:32:39 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.257 -[Thu Dec 31 01:32:39 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.258 -[Thu Dec 31 01:32:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.259 -[Thu Dec 31 01:32:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.260 -[Thu Dec 31 01:32:44 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.261 -[Thu Dec 31 01:32:44 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.262 -[Thu Dec 31 01:32:46 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.263 -[Thu Dec 31 01:32:46 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.264 -[Thu Dec 31 01:32:47 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.265 -[Thu Dec 31 01:32:47 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.266 -[Thu Dec 31 01:32:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.267 -[Thu Dec 31 01:32:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.268 -[Thu Dec 31 01:33:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.269 -[Thu Dec 31 01:33:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.270 -[Thu Dec 31 01:33:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.271 -[Thu Dec 31 01:33:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.272 -[Thu Dec 31 01:33:04 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.273 -[Thu Dec 31 01:33:04 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.274 -[Thu Dec 31 01:33:04 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.275 -[Thu Dec 31 01:33:04 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.276 -[Thu Dec 31 01:33:04 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.277 -[Thu Dec 31 01:33:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.278 -[Thu Dec 31 01:33:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.279 -[Thu Dec 31 01:33:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.280 -[Thu Dec 31 01:33:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.281 -[Thu Dec 31 01:33:10 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.282 -[Thu Dec 31 01:33:10 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.283 -[Thu Dec 31 01:33:10 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.284 -[Thu Dec 31 01:33:10 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.285 -[Thu Dec 31 01:33:10 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.286 -[Thu Dec 31 01:33:12 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.287 -[Thu Dec 31 01:33:12 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.288 -[Thu Dec 31 01:33:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/basic_acrylic_green CHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.289 -[Thu Dec 31 01:33:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_acrylic_green CHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.290 -[Thu Dec 31 01:33:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_acrylic_green CHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.291 -[Thu Dec 31 01:33:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_acrylic_green CHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.292 -[Thu Dec 31 01:33:12 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_acrylic_green CHECKED.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.293 -[Thu Dec 31 01:33:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.294 -[Thu Dec 31 01:33:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.295 -[Thu Dec 31 01:33:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.296 -[Thu Dec 31 01:33:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.297 -[Thu Dec 31 01:33:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.298 -[Thu Dec 31 01:33:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.299 -[Thu Dec 31 01:33:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.300 -[Thu Dec 31 01:33:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.301 -[Thu Dec 31 01:33:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.302 -[Thu Dec 31 01:33:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.303 -[Thu Dec 31 01:33:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.304 -[Thu Dec 31 01:33:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.305 -[Thu Dec 31 01:33:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.306 -[Thu Dec 31 01:33:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.307 -[Thu Dec 31 01:33:32 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.308 -[Thu Dec 31 01:33:32 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.309 -[Thu Dec 31 01:33:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.310 -[Thu Dec 31 01:33:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.311 -[Thu Dec 31 01:33:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.312 -[Thu Dec 31 01:33:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.313 -[Thu Dec 31 01:33:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.314 -[Thu Dec 31 01:33:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.315 -[Thu Dec 31 01:33:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.316 -[Thu Dec 31 01:33:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.317 -[Thu Dec 31 01:33:37 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.318 -[Thu Dec 31 01:33:37 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.319 -[Thu Dec 31 01:33:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.320 -[Thu Dec 31 01:33:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.321 -[Thu Dec 31 01:33:46 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.322 -[Thu Dec 31 01:33:46 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.323 -[Thu Dec 31 01:34:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.324 -[Thu Dec 31 01:34:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.325 -[Thu Dec 31 01:34:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.326 -[Thu Dec 31 01:34:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.327 -[Thu Dec 31 01:34:25 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.328 -[Thu Dec 31 01:34:25 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.329 -[Thu Dec 31 01:34:25 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.330 -[Thu Dec 31 01:34:25 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.331 -[Thu Dec 31 01:34:25 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl 14.332 -[Thu Dec 31 01:34:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.333 -[Thu Dec 31 01:34:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.334 -[Thu Dec 31 01:34:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.335 -[Thu Dec 31 01:34:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.336 -[Thu Dec 31 01:40:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.337 -[Thu Dec 31 01:40:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.338 -[Thu Dec 31 01:40:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.339 -[Thu Dec 31 01:40:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.340 -[Thu Dec 31 01:40:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.341 -[Thu Dec 31 01:40:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.342 -[Thu Dec 31 01:40:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.343 -[Thu Dec 31 01:40:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.344 -[Thu Dec 31 01:40:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.345 -[Thu Dec 31 01:40:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.346 -[Thu Dec 31 01:40:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.347 -[Thu Dec 31 01:40:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.348 -[Thu Dec 31 01:41:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.349 -[Thu Dec 31 01:41:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.350 -[Thu Dec 31 01:41:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.351 -[Thu Dec 31 01:41:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.352 -[Thu Dec 31 01:41:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.353 -[Thu Dec 31 01:41:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.354 -[Thu Dec 31 01:41:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.355 -[Thu Dec 31 01:41:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.356 -[Thu Dec 31 01:41:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.357 -[Thu Dec 31 01:41:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.358 -[Thu Dec 31 01:41:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.359 -[Thu Dec 31 01:41:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.360 -[Thu Dec 31 01:41:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.361 -[Thu Dec 31 01:41:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.362 -[Thu Dec 31 01:41:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.363 -[Thu Dec 31 01:41:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.364 -[Thu Dec 31 01:41:12 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.365 -[Thu Dec 31 01:41:12 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.366 -[Thu Dec 31 01:41:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.367 -[Thu Dec 31 01:41:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.368 -[Thu Dec 31 01:41:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.369 -[Thu Dec 31 01:41:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.370 -[Thu Dec 31 01:41:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.371 -[Thu Dec 31 01:41:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.372 -[Thu Dec 31 01:41:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.373 -[Thu Dec 31 01:41:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.374 -[Thu Dec 31 01:41:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.375 -[Thu Dec 31 01:41:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.376 -[Thu Dec 31 01:41:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.377 -[Thu Dec 31 01:41:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.378 -[Thu Dec 31 01:41:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.379 -[Thu Dec 31 01:41:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.380 -[Thu Dec 31 01:41:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.381 -[Thu Dec 31 01:41:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.382 -[Thu Dec 31 01:41:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.383 -[Thu Dec 31 01:41:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.384 -[Thu Dec 31 01:41:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.385 -[Thu Dec 31 01:41:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.386 -[Thu Dec 31 01:41:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.387 -[Thu Dec 31 01:41:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.388 -[Thu Dec 31 01:41:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.389 -[Thu Dec 31 01:41:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.390 -[Thu Dec 31 01:41:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.391 -[Thu Dec 31 01:41:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.392 -[Thu Dec 31 01:41:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.393 -[Thu Dec 31 01:41:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.394 -[Thu Dec 31 01:41:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.395 -[Thu Dec 31 01:41:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.396 -[Thu Dec 31 01:41:27 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/\\, referer: http://laserkard.rlmcintyre.com/buy.pl 14.397 -[Thu Dec 31 01:41:31 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/\\, referer: http://laserkard.rlmcintyre.com/buy.pl 14.398 -[Thu Dec 31 01:43:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.399 -[Thu Dec 31 01:43:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.400 -[Thu Dec 31 01:43:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.401 -[Thu Dec 31 01:43:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.402 -[Thu Dec 31 01:43:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.403 -[Thu Dec 31 01:43:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.404 -[Thu Dec 31 01:43:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.405 -[Thu Dec 31 01:43:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.406 -[Thu Dec 31 01:43:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.407 -[Thu Dec 31 01:43:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.408 -[Thu Dec 31 01:43:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.409 -[Thu Dec 31 01:43:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.410 -[Thu Dec 31 01:43:47 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.411 -[Thu Dec 31 01:43:47 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.412 -[Thu Dec 31 01:45:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.413 -[Thu Dec 31 01:45:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.414 -[Thu Dec 31 01:45:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.415 -[Thu Dec 31 01:45:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.416 -[Thu Dec 31 01:45:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.417 -[Thu Dec 31 01:45:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.418 -[Thu Dec 31 01:45:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.419 -[Thu Dec 31 01:45:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.420 -[Thu Dec 31 01:45:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.421 -[Thu Dec 31 01:45:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.422 -[Thu Dec 31 01:45:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.423 -[Thu Dec 31 01:45:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.424 -[Thu Dec 31 01:45:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.425 -[Thu Dec 31 01:45:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.426 -[Thu Dec 31 01:45:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.427 -[Thu Dec 31 01:45:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.428 -[Thu Dec 31 01:45:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.429 -[Thu Dec 31 01:45:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.430 -[Thu Dec 31 01:45:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.431 -[Thu Dec 31 01:45:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.432 -[Thu Dec 31 01:46:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.433 -[Thu Dec 31 01:46:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.434 -[Thu Dec 31 01:46:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.435 -[Thu Dec 31 01:46:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.436 -[Thu Dec 31 01:46:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.437 -[Thu Dec 31 01:46:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.438 -[Thu Dec 31 01:46:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.439 -[Thu Dec 31 01:46:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.440 -[Thu Dec 31 01:46:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.441 -[Thu Dec 31 01:46:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.442 -[Thu Dec 31 01:46:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.443 -[Thu Dec 31 01:46:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.444 -[Thu Dec 31 01:46:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.445 -[Thu Dec 31 01:46:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.446 -[Thu Dec 31 01:46:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.447 -[Thu Dec 31 01:46:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.448 -[Thu Dec 31 01:46:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.449 -[Thu Dec 31 01:46:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.450 -[Thu Dec 31 01:46:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.451 -[Thu Dec 31 01:46:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.452 -[Thu Dec 31 01:46:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.453 -[Thu Dec 31 01:46:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.454 -[Thu Dec 31 01:46:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.455 -[Thu Dec 31 01:46:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.456 -[Thu Dec 31 01:46:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.457 -[Thu Dec 31 01:46:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.458 -[Thu Dec 31 01:46:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.459 -[Thu Dec 31 01:46:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.460 -[Thu Dec 31 01:46:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.461 -[Thu Dec 31 01:46:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.462 -[Thu Dec 31 01:46:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.463 -[Thu Dec 31 01:46:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.464 -[Thu Dec 31 01:46:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.465 -[Thu Dec 31 01:46:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.466 -[Thu Dec 31 01:46:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.467 -[Thu Dec 31 01:46:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.468 -[Thu Dec 31 01:46:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.469 -[Thu Dec 31 01:46:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.470 -[Thu Dec 31 01:46:32 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.471 -[Thu Dec 31 01:46:32 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.472 -[Thu Dec 31 01:46:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.473 -[Thu Dec 31 01:46:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.474 -[Thu Dec 31 01:46:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.475 -[Thu Dec 31 01:46:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.476 -[Thu Dec 31 01:46:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.477 -[Thu Dec 31 01:46:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.478 -[Thu Dec 31 01:46:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.479 -[Thu Dec 31 01:46:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.480 -[Thu Dec 31 01:46:39 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.481 -[Thu Dec 31 01:46:39 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.482 -[Thu Dec 31 01:47:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.483 -[Thu Dec 31 01:47:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.484 -[Thu Dec 31 01:47:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.485 -[Thu Dec 31 01:47:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.486 -[Thu Dec 31 01:47:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.487 -[Thu Dec 31 01:47:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.488 -[Thu Dec 31 01:47:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.489 -[Thu Dec 31 01:47:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.490 -[Thu Dec 31 01:47:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.491 -[Thu Dec 31 01:47:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.492 -[Thu Dec 31 01:47:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.493 -[Thu Dec 31 01:47:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.494 -[Thu Dec 31 01:47:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.495 -[Thu Dec 31 01:47:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.496 -[Thu Dec 31 01:47:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.497 -[Thu Dec 31 01:47:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.498 -[Thu Dec 31 01:49:32 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.499 -[Thu Dec 31 01:49:32 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.500 -[Thu Dec 31 01:49:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.501 -[Thu Dec 31 01:49:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.502 -[Thu Dec 31 01:49:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.503 -[Thu Dec 31 01:49:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.504 -[Thu Dec 31 01:49:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.505 -[Thu Dec 31 01:49:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.506 -[Thu Dec 31 01:49:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.507 -[Thu Dec 31 01:49:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.508 -[Thu Dec 31 01:50:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.509 -[Thu Dec 31 01:50:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.510 -[Thu Dec 31 01:50:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.511 -[Thu Dec 31 01:50:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.512 -[Thu Dec 31 01:50:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.513 -[Thu Dec 31 01:50:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.514 -[Thu Dec 31 01:50:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.515 -[Thu Dec 31 01:50:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.516 -[Thu Dec 31 01:50:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.517 -[Thu Dec 31 01:50:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.518 -[Thu Dec 31 01:50:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.519 -[Thu Dec 31 01:50:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.520 -[Thu Dec 31 02:03:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.521 -[Thu Dec 31 02:03:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.522 -[Thu Dec 31 02:16:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.523 -[Thu Dec 31 02:16:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.524 -[Thu Dec 31 02:16:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.525 -[Thu Dec 31 02:16:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.526 -[Thu Dec 31 02:16:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.527 -[Thu Dec 31 02:16:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.528 -[Thu Dec 31 02:17:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.529 -[Thu Dec 31 02:17:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.530 -[Thu Dec 31 02:17:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.531 -[Thu Dec 31 02:17:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.532 -[Thu Dec 31 02:17:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.533 -[Thu Dec 31 02:17:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.534 -[Thu Dec 31 02:17:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.535 -[Thu Dec 31 02:17:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.536 -[Thu Dec 31 02:17:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.537 -[Thu Dec 31 02:17:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.538 -[Thu Dec 31 02:17:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.539 -[Thu Dec 31 02:17:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.540 -[Thu Dec 31 02:17:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.541 -[Thu Dec 31 02:17:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.542 -[Thu Dec 31 02:17:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.543 -[Thu Dec 31 02:17:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.544 -[Thu Dec 31 02:18:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.545 -[Thu Dec 31 02:18:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.546 -[Thu Dec 31 02:18:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.547 -[Thu Dec 31 02:18:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.548 -[Thu Dec 31 02:19:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.549 -[Thu Dec 31 02:19:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.550 -[Thu Dec 31 02:19:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.551 -[Thu Dec 31 02:19:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.552 -[Thu Dec 31 02:20:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.553 -[Thu Dec 31 02:20:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.554 -[Thu Dec 31 02:20:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.555 -[Thu Dec 31 02:20:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.556 -[Thu Dec 31 02:20:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.557 -[Thu Dec 31 02:20:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.558 -[Thu Dec 31 02:20:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.559 -[Thu Dec 31 02:20:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.560 -[Thu Dec 31 02:20:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.561 -[Thu Dec 31 02:20:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.562 -[Thu Dec 31 02:20:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.563 -[Thu Dec 31 02:20:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.564 -[Thu Dec 31 02:20:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.565 -[Thu Dec 31 02:20:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.566 -[Thu Dec 31 02:20:37 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.567 -[Thu Dec 31 02:20:37 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.568 -[Thu Dec 31 02:20:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.569 -[Thu Dec 31 02:20:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.570 -[Thu Dec 31 02:20:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.571 -[Thu Dec 31 02:20:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.572 -[Thu Dec 31 02:20:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.573 -[Thu Dec 31 02:20:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.574 -[Thu Dec 31 02:20:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.575 -[Thu Dec 31 02:20:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.576 -[Thu Dec 31 02:21:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.577 -[Thu Dec 31 02:21:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.578 -[Thu Dec 31 02:21:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.579 -[Thu Dec 31 02:21:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.580 -[Thu Dec 31 02:21:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.581 -[Thu Dec 31 02:21:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.582 -[Thu Dec 31 02:21:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.583 -[Thu Dec 31 02:21:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.584 -[Thu Dec 31 02:21:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.585 -[Thu Dec 31 02:21:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.586 -[Thu Dec 31 02:21:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.587 -[Thu Dec 31 02:21:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.588 -[Thu Dec 31 02:21:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.589 -[Thu Dec 31 02:21:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.590 -[Thu Dec 31 02:22:00 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.591 -[Thu Dec 31 02:22:00 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.592 -[Thu Dec 31 02:22:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.593 -[Thu Dec 31 02:22:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.594 -[Thu Dec 31 02:44:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.595 -[Thu Dec 31 02:44:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.596 -[Thu Dec 31 02:44:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.597 -[Thu Dec 31 02:44:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.598 -[Thu Dec 31 02:44:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.599 -[Thu Dec 31 02:44:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.600 -[Thu Dec 31 02:44:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.601 -[Thu Dec 31 02:44:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.602 -[Thu Dec 31 02:44:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.603 -[Thu Dec 31 02:44:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.604 -[Thu Dec 31 02:44:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.605 -[Thu Dec 31 02:44:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.606 -[Thu Dec 31 02:44:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.607 -[Thu Dec 31 02:44:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.608 -[Thu Dec 31 02:44:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.609 -[Thu Dec 31 02:44:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.610 -[Thu Dec 31 03:03:37 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.611 -[Thu Dec 31 03:03:37 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.612 -[Thu Dec 31 03:03:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.613 -[Thu Dec 31 03:03:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.614 -[Thu Dec 31 03:03:46 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.615 -[Thu Dec 31 03:03:46 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.616 -[Thu Dec 31 03:03:49 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.617 -[Thu Dec 31 03:03:49 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.618 -[Thu Dec 31 03:03:50 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.619 -[Thu Dec 31 03:03:50 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.620 -[Thu Dec 31 03:03:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.621 -[Thu Dec 31 03:03:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.622 -[Thu Dec 31 04:35:40 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.623 -[Thu Dec 31 04:48:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.624 -[Thu Dec 31 04:48:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.625 -[Thu Dec 31 04:48:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.626 -[Thu Dec 31 04:48:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.627 -[Thu Dec 31 04:48:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.628 -[Thu Dec 31 04:48:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.629 -[Thu Dec 31 04:48:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.630 -[Thu Dec 31 04:48:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.631 -[Thu Dec 31 04:49:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.632 -[Thu Dec 31 04:49:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.633 -[Thu Dec 31 04:49:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.634 -[Thu Dec 31 04:49:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.635 -[Thu Dec 31 04:49:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.636 -[Thu Dec 31 04:49:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.637 -[Thu Dec 31 04:49:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.638 -[Thu Dec 31 04:49:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.639 -[Thu Dec 31 04:49:39 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.640 -[Thu Dec 31 04:49:39 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.641 -[Thu Dec 31 04:49:40 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.642 -[Thu Dec 31 04:49:40 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.643 -[Thu Dec 31 04:49:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.644 -[Thu Dec 31 04:49:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.645 -[Thu Dec 31 04:49:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.646 -[Thu Dec 31 04:49:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.647 -[Thu Dec 31 04:49:47 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.648 -[Thu Dec 31 04:49:47 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.649 -[Thu Dec 31 04:49:48 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.650 -[Thu Dec 31 04:49:48 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.651 -[Thu Dec 31 04:49:49 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.652 -[Thu Dec 31 04:49:49 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.653 -[Thu Dec 31 04:49:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.654 -[Thu Dec 31 04:49:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.655 -[Thu Dec 31 04:49:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.656 -[Thu Dec 31 04:49:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.657 -[Thu Dec 31 04:49:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.658 -[Thu Dec 31 04:49:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.659 -[Thu Dec 31 04:49:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.660 -[Thu Dec 31 04:49:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.661 -[Thu Dec 31 04:49:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.662 -[Thu Dec 31 04:49:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.663 -[Thu Dec 31 04:49:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.664 -[Thu Dec 31 04:49:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.665 -[Thu Dec 31 04:50:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.666 -[Thu Dec 31 04:50:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.667 -[Thu Dec 31 04:50:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.668 -[Thu Dec 31 04:50:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.669 -[Thu Dec 31 04:50:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.670 -[Thu Dec 31 04:50:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.671 -[Thu Dec 31 04:50:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.672 -[Thu Dec 31 04:50:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.673 -[Thu Dec 31 04:50:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.674 -[Thu Dec 31 04:50:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.675 -[Thu Dec 31 04:50:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.676 -[Thu Dec 31 04:50:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.677 -[Thu Dec 31 04:50:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.678 -[Thu Dec 31 04:50:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.679 -[Thu Dec 31 04:50:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.680 -[Thu Dec 31 04:50:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.681 -[Thu Dec 31 04:50:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.682 -[Thu Dec 31 04:50:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.683 -[Thu Dec 31 04:50:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.684 -[Thu Dec 31 04:50:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.685 -[Thu Dec 31 04:50:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.686 -[Thu Dec 31 04:50:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.687 -[Thu Dec 31 04:50:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.688 -[Thu Dec 31 04:50:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.689 -[Thu Dec 31 04:50:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.690 -[Thu Dec 31 04:50:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.691 -[Thu Dec 31 04:50:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.692 -[Thu Dec 31 04:50:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.693 -[Thu Dec 31 04:50:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.694 -[Thu Dec 31 04:50:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.695 -[Thu Dec 31 04:50:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.696 -[Thu Dec 31 04:50:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.697 -[Thu Dec 31 04:50:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.698 -[Thu Dec 31 04:50:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.699 -[Thu Dec 31 04:50:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.700 -[Thu Dec 31 04:50:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.701 -[Thu Dec 31 04:50:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.702 -[Thu Dec 31 04:50:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.703 -[Thu Dec 31 04:50:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.704 -[Thu Dec 31 04:50:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.705 -[Thu Dec 31 04:50:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.706 -[Thu Dec 31 04:50:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.707 -[Thu Dec 31 04:50:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.708 -[Thu Dec 31 04:50:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.709 -[Thu Dec 31 04:50:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.710 -[Thu Dec 31 04:50:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.711 -[Thu Dec 31 04:50:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.712 -[Thu Dec 31 04:50:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.713 -[Thu Dec 31 04:51:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.714 -[Thu Dec 31 04:51:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.715 -[Thu Dec 31 04:51:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.716 -[Thu Dec 31 04:51:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.717 -[Thu Dec 31 04:51:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.718 -[Thu Dec 31 04:51:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.719 -[Thu Dec 31 04:51:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.720 -[Thu Dec 31 04:51:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.721 -[Thu Dec 31 04:51:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.722 -[Thu Dec 31 04:51:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.723 -[Thu Dec 31 04:51:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.724 -[Thu Dec 31 04:51:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.725 -[Thu Dec 31 04:51:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.726 -[Thu Dec 31 04:51:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.727 -[Thu Dec 31 04:51:12 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.728 -[Thu Dec 31 04:51:12 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.729 -[Thu Dec 31 04:51:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.730 -[Thu Dec 31 04:51:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.731 -[Thu Dec 31 04:51:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.732 -[Thu Dec 31 04:51:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.733 -[Thu Dec 31 04:51:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.734 -[Thu Dec 31 04:51:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.735 -[Thu Dec 31 05:37:31 2009] [error] [client 68.102.29.46] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.736 -[Thu Dec 31 05:37:34 2009] [error] [client 68.102.29.46] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.737 -[Thu Dec 31 05:37:34 2009] [error] [client 68.102.29.46] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.738 -[Thu Dec 31 05:37:40 2009] [error] [client 68.102.29.46] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.739 -[Thu Dec 31 05:37:40 2009] [error] [client 68.102.29.46] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.740 -[Thu Dec 31 05:37:44 2009] [error] [client 68.102.29.46] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.741 -[Thu Dec 31 05:37:44 2009] [error] [client 68.102.29.46] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.742 -[Thu Dec 31 05:37:48 2009] [error] [client 68.102.29.46] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.743 -[Thu Dec 31 05:37:48 2009] [error] [client 68.102.29.46] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.744 -[Thu Dec 31 05:37:49 2009] [error] [client 68.102.29.46] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.745 -[Thu Dec 31 05:37:49 2009] [error] [client 68.102.29.46] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.746 -[Thu Dec 31 05:37:50 2009] [error] [client 68.102.29.46] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.747 -[Thu Dec 31 05:37:50 2009] [error] [client 68.102.29.46] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.748 -[Thu Dec 31 05:37:53 2009] [error] [client 68.102.29.46] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.749 -[Thu Dec 31 05:37:53 2009] [error] [client 68.102.29.46] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.750 -[Thu Dec 31 14:50:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.751 -[Thu Dec 31 14:50:22 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.752 -[Thu Dec 31 14:58:46 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.753 -[Thu Dec 31 14:58:50 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.754 -[Thu Dec 31 15:10:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.755 -[Thu Dec 31 15:10:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.756 -[Thu Dec 31 15:10:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.757 -[Thu Dec 31 15:10:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.758 -[Thu Dec 31 15:10:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.759 -[Thu Dec 31 15:10:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.760 -[Thu Dec 31 15:10:12 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.761 -[Thu Dec 31 15:10:12 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.762 -[Thu Dec 31 15:10:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.763 -[Thu Dec 31 15:10:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.764 -[Thu Dec 31 15:18:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.765 -[Thu Dec 31 15:18:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.766 -[Thu Dec 31 15:18:49 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.767 -[Thu Dec 31 15:18:49 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.768 -[Thu Dec 31 15:18:50 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.769 -[Thu Dec 31 15:18:50 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.770 -[Thu Dec 31 15:18:50 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.771 -[Thu Dec 31 15:18:50 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.772 -[Thu Dec 31 15:53:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?radio1.x=0&radio1.y=0&radio1=_acrylic_clear 14.773 -[Thu Dec 31 15:53:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?radio1.x=0&radio1.y=0&radio1=_acrylic_clear 14.774 -[Thu Dec 31 15:58:27 2009] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 181, near "$template(", referer: http://laserkard.rlmcintyre.com/buy.pl?radio1.x=186&radio1.y=47&radio1=_acrylic_clear 14.775 -[Thu Dec 31 15:58:27 2009] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl?radio1.x=186&radio1.y=47&radio1=_acrylic_clear 14.776 -[Thu Dec 31 15:58:27 2009] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl?radio1.x=186&radio1.y=47&radio1=_acrylic_clear 14.777 -[Thu Dec 31 15:58:43 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=199&clear_acr.y=45&clear_acr=_acrylic_clear 14.778 -[Thu Dec 31 15:58:43 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=199&clear_acr.y=45&clear_acr=_acrylic_clear 14.779 -[Thu Dec 31 15:58:43 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=199&clear_acr.y=45&clear_acr=_acrylic_clear 14.780 -[Thu Dec 31 15:58:43 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=199&clear_acr.y=45&clear_acr=_acrylic_clear 14.781 -[Thu Dec 31 15:58:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=199&clear_acr.y=45&clear_acr=_acrylic_clear 14.782 -[Thu Dec 31 15:58:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=199&clear_acr.y=45&clear_acr=_acrylic_clear 14.783 -[Thu Dec 31 15:58:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=118&clear_acr.y=58&clear_acr=big_acrylic_clear 14.784 -[Thu Dec 31 15:58:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=118&clear_acr.y=58&clear_acr=big_acrylic_clear 14.785 -[Thu Dec 31 15:58:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=118&clear_acr.y=58&clear_acr=big_acrylic_clear 14.786 -[Thu Dec 31 15:58:54 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=118&clear_acr.y=58&clear_acr=big_acrylic_clear 14.787 -[Thu Dec 31 15:58:55 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=136&clear_acr.y=39&clear_acr=big_acrylic_clear 14.788 -[Thu Dec 31 15:58:55 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=136&clear_acr.y=39&clear_acr=big_acrylic_clear 14.789 -[Thu Dec 31 15:58:55 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=136&clear_acr.y=39&clear_acr=big_acrylic_clear 14.790 -[Thu Dec 31 15:58:55 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=136&clear_acr.y=39&clear_acr=big_acrylic_clear 14.791 -[Thu Dec 31 15:58:58 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.792 -[Thu Dec 31 15:58:58 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.793 -[Thu Dec 31 15:58:58 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.794 -[Thu Dec 31 15:58:58 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.795 -[Thu Dec 31 15:59:53 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.796 -[Thu Dec 31 15:59:53 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.797 -[Thu Dec 31 15:59:53 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.798 -[Thu Dec 31 15:59:53 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.799 -[Thu Dec 31 15:59:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.800 -[Thu Dec 31 15:59:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.801 -[Thu Dec 31 15:59:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.802 -[Thu Dec 31 15:59:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.803 -[Thu Dec 31 15:59:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.804 -[Thu Dec 31 15:59:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.805 -[Thu Dec 31 15:59:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.806 -[Thu Dec 31 15:59:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.807 -[Thu Dec 31 15:59:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.808 -[Thu Dec 31 15:59:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.809 -[Thu Dec 31 15:59:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.810 -[Thu Dec 31 15:59:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.811 -[Thu Dec 31 16:00:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.812 -[Thu Dec 31 16:00:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.813 -[Thu Dec 31 16:00:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.814 -[Thu Dec 31 16:00:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.815 -[Thu Dec 31 16:00:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.816 -[Thu Dec 31 16:00:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.817 -[Thu Dec 31 16:00:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.818 -[Thu Dec 31 16:00:20 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.819 -[Thu Dec 31 16:00:43 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.820 -[Thu Dec 31 16:00:43 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.821 -[Thu Dec 31 16:00:43 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.822 -[Thu Dec 31 16:00:43 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_clear_acrylic.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.823 -[Thu Dec 31 16:00:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.824 -[Thu Dec 31 16:00:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.825 -[Thu Dec 31 16:01:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.826 -[Thu Dec 31 16:01:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.827 -[Thu Dec 31 16:01:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.828 -[Thu Dec 31 16:01:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=201&clear_acr.y=48&clear_acr=big_acrylic_clear 14.829 -[Thu Dec 31 16:02:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.830 -[Thu Dec 31 16:02:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.831 -[Thu Dec 31 16:02:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.832 -[Thu Dec 31 16:02:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.833 -[Thu Dec 31 16:02:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.834 -[Thu Dec 31 16:02:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.835 -[Thu Dec 31 16:02:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.836 -[Thu Dec 31 16:02:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.837 -[Thu Dec 31 16:02:40 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.838 -[Thu Dec 31 16:02:40 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.839 -[Thu Dec 31 16:02:42 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.840 -[Thu Dec 31 16:02:42 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.841 -[Thu Dec 31 16:03:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=114&clear_acr.y=43&clear_acr=classic_acrylic_clear 14.842 -[Thu Dec 31 16:03:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=114&clear_acr.y=43&clear_acr=classic_acrylic_clear 14.843 -[Thu Dec 31 16:03:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=114&clear_acr.y=43&clear_acr=classic_acrylic_clear 14.844 -[Thu Dec 31 16:03:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=114&clear_acr.y=43&clear_acr=classic_acrylic_clear 14.845 -[Thu Dec 31 16:03:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=114&clear_acr.y=43&clear_acr=classic_acrylic_clear 14.846 -[Thu Dec 31 16:03:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=114&clear_acr.y=43&clear_acr=classic_acrylic_clear 14.847 -[Thu Dec 31 16:03:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.848 -[Thu Dec 31 16:03:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.849 -[Thu Dec 31 16:03:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.850 -[Thu Dec 31 16:03:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.851 -[Thu Dec 31 16:03:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.852 -[Thu Dec 31 16:03:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.853 -[Thu Dec 31 16:03:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.854 -[Thu Dec 31 16:03:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.855 -[Thu Dec 31 16:03:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.856 -[Thu Dec 31 16:03:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.857 -[Thu Dec 31 16:03:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.858 -[Thu Dec 31 16:03:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=92&clear_acr.y=23&clear_acr=classic_acrylic_clear 14.859 -[Thu Dec 31 16:04:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.860 -[Thu Dec 31 16:04:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.861 -[Thu Dec 31 16:04:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.862 -[Thu Dec 31 16:04:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.863 -[Thu Dec 31 16:04:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.864 -[Thu Dec 31 16:04:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.865 -[Thu Dec 31 16:04:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=70&clear_acr.y=51&clear_acr=classic_acrylic_clear 14.866 -[Thu Dec 31 16:04:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=70&clear_acr.y=51&clear_acr=classic_acrylic_clear 14.867 -[Thu Dec 31 16:04:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=70&clear_acr.y=51&clear_acr=classic_acrylic_clear 14.868 -[Thu Dec 31 16:04:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=70&clear_acr.y=51&clear_acr=classic_acrylic_clear 14.869 -[Thu Dec 31 16:04:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=70&clear_acr.y=51&clear_acr=classic_acrylic_clear 14.870 -[Thu Dec 31 16:04:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=70&clear_acr.y=51&clear_acr=classic_acrylic_clear 14.871 -[Thu Dec 31 16:05:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.872 -[Thu Dec 31 16:05:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.873 -[Thu Dec 31 16:05:53 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.874 -[Thu Dec 31 16:05:53 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.875 -[Thu Dec 31 16:05:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.876 -[Thu Dec 31 16:05:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.877 -[Thu Dec 31 16:05:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.878 -[Thu Dec 31 16:05:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.879 -[Thu Dec 31 16:05:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.880 -[Thu Dec 31 16:05:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.881 -[Thu Dec 31 16:06:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.882 -[Thu Dec 31 16:06:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.883 -[Thu Dec 31 16:06:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.884 -[Thu Dec 31 16:06:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.885 -[Thu Dec 31 16:06:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.886 -[Thu Dec 31 16:06:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.887 -[Thu Dec 31 16:06:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.888 -[Thu Dec 31 16:06:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.889 -[Thu Dec 31 16:06:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.890 -[Thu Dec 31 16:06:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.891 -[Thu Dec 31 16:06:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.892 -[Thu Dec 31 16:06:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.893 -[Thu Dec 31 16:06:12 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.894 -[Thu Dec 31 16:06:12 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.895 -[Thu Dec 31 16:06:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.896 -[Thu Dec 31 16:06:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.897 -[Thu Dec 31 16:06:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.898 -[Thu Dec 31 16:06:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.899 -[Thu Dec 31 16:06:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.900 -[Thu Dec 31 16:06:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.901 -[Thu Dec 31 16:06:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.902 -[Thu Dec 31 16:06:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.903 -[Thu Dec 31 16:06:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.904 -[Thu Dec 31 16:06:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.905 -[Thu Dec 31 16:06:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.906 -[Thu Dec 31 16:06:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.907 -[Thu Dec 31 16:07:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.908 -[Thu Dec 31 16:07:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.909 -[Thu Dec 31 16:07:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.910 -[Thu Dec 31 16:07:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.911 -[Thu Dec 31 16:07:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.912 -[Thu Dec 31 16:07:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.913 -[Thu Dec 31 16:07:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.914 -[Thu Dec 31 16:07:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.915 -[Thu Dec 31 16:08:00 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.916 -[Thu Dec 31 16:08:00 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.917 -[Thu Dec 31 16:08:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.918 -[Thu Dec 31 16:08:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.919 -[Thu Dec 31 16:08:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.920 -[Thu Dec 31 16:08:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.921 -[Thu Dec 31 16:08:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.922 -[Thu Dec 31 16:08:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.923 -[Thu Dec 31 16:08:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.924 -[Thu Dec 31 16:08:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.925 -[Thu Dec 31 16:08:49 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.926 -[Thu Dec 31 16:08:49 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.927 -[Thu Dec 31 16:08:53 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.928 -[Thu Dec 31 16:08:53 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.929 -[Thu Dec 31 16:08:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.930 -[Thu Dec 31 16:08:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.931 -[Thu Dec 31 16:08:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.932 -[Thu Dec 31 16:08:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.933 -[Thu Dec 31 16:08:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.934 -[Thu Dec 31 16:08:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.935 -[Thu Dec 31 16:08:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.936 -[Thu Dec 31 16:08:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.937 -[Thu Dec 31 16:08:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.938 -[Thu Dec 31 16:08:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.939 -[Thu Dec 31 16:11:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.940 -[Thu Dec 31 16:11:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.941 -[Thu Dec 31 16:11:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.942 -[Thu Dec 31 16:11:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.943 -[Thu Dec 31 16:12:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.944 -[Thu Dec 31 16:12:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.945 -[Thu Dec 31 16:12:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.946 -[Thu Dec 31 16:12:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.947 -[Thu Dec 31 16:13:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.948 -[Thu Dec 31 16:13:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.949 -[Thu Dec 31 16:13:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.950 -[Thu Dec 31 16:13:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.951 -[Thu Dec 31 16:13:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.952 -[Thu Dec 31 16:13:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.953 -[Thu Dec 31 16:13:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.954 -[Thu Dec 31 16:13:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.955 -[Thu Dec 31 16:13:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.956 -[Thu Dec 31 16:13:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.957 -[Thu Dec 31 16:13:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.958 -[Thu Dec 31 16:13:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.959 -[Thu Dec 31 16:13:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.960 -[Thu Dec 31 16:13:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.961 -[Thu Dec 31 16:13:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.962 -[Thu Dec 31 16:13:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.963 -[Thu Dec 31 16:13:44 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.964 -[Thu Dec 31 16:13:44 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.965 -[Thu Dec 31 16:13:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.966 -[Thu Dec 31 16:13:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.967 -[Thu Dec 31 16:13:50 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/classic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.968 -[Thu Dec 31 16:13:50 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/big_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.969 -[Thu Dec 31 16:13:50 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/basic_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.970 -[Thu Dec 31 16:13:50 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/thumbnails/lines_.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.971 -[Thu Dec 31 16:13:51 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates/display/.jpg, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.972 -[Thu Dec 31 16:13:53 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.973 -[Thu Dec 31 16:13:53 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.974 -[Thu Dec 31 16:15:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.975 -[Thu Dec 31 16:15:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.976 -[Thu Dec 31 16:15:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.977 -[Thu Dec 31 16:15:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.978 -[Thu Dec 31 16:15:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.979 -[Thu Dec 31 16:15:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.980 -[Thu Dec 31 16:15:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.981 -[Thu Dec 31 16:15:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.982 -[Thu Dec 31 16:15:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.983 -[Thu Dec 31 16:15:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.984 -[Thu Dec 31 16:15:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.985 -[Thu Dec 31 16:15:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.986 -[Thu Dec 31 16:15:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.987 -[Thu Dec 31 16:15:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.988 -[Thu Dec 31 16:15:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.989 -[Thu Dec 31 16:15:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.990 -[Thu Dec 31 16:15:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.991 -[Thu Dec 31 16:15:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.992 -[Thu Dec 31 16:15:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.993 -[Thu Dec 31 16:15:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.994 -[Thu Dec 31 16:15:42 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.995 -[Thu Dec 31 16:15:42 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.996 -[Thu Dec 31 16:15:43 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.997 -[Thu Dec 31 16:15:43 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.998 -[Thu Dec 31 16:16:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.999 -[Thu Dec 31 16:16:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl?template1.x=145&template1.y=109&template1=classic_acrylic_clear 14.1000 -[Thu Dec 31 16:16:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1001 -[Thu Dec 31 16:16:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1002 -[Thu Dec 31 16:16:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1003 -[Thu Dec 31 16:16:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1004 -[Thu Dec 31 16:16:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1005 -[Thu Dec 31 16:16:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1006 -[Thu Dec 31 16:16:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1007 -[Thu Dec 31 16:16:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1008 -[Thu Dec 31 16:16:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1009 -[Thu Dec 31 16:16:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1010 -[Thu Dec 31 16:16:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1011 -[Thu Dec 31 16:16:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1012 -[Thu Dec 31 16:16:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1013 -[Thu Dec 31 16:16:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1014 -[Thu Dec 31 16:16:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1015 -[Thu Dec 31 16:16:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1016 -[Thu Dec 31 16:17:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1017 -[Thu Dec 31 16:17:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1018 -[Thu Dec 31 16:17:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1019 -[Thu Dec 31 16:17:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1020 -[Thu Dec 31 16:17:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1021 -[Thu Dec 31 16:17:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1022 -[Thu Dec 31 16:17:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1023 -[Thu Dec 31 16:17:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1024 -[Thu Dec 31 16:17:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1025 -[Thu Dec 31 16:17:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1026 -[Thu Dec 31 16:17:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1027 -[Thu Dec 31 16:17:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1028 -[Thu Dec 31 16:17:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1029 -[Thu Dec 31 16:17:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1030 -[Thu Dec 31 16:23:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1031 -[Thu Dec 31 16:23:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1032 -[Thu Dec 31 16:24:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1033 -[Thu Dec 31 16:24:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1034 -[Thu Dec 31 16:24:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1035 -[Thu Dec 31 16:24:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1036 -[Thu Dec 31 16:24:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1037 -[Thu Dec 31 16:24:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1038 -[Thu Dec 31 16:24:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1039 -[Thu Dec 31 16:24:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1040 -[Thu Dec 31 16:24:50 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1041 -[Thu Dec 31 16:24:50 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1042 -[Thu Dec 31 16:27:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1043 -[Thu Dec 31 16:27:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1044 -[Thu Dec 31 16:28:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1045 -[Thu Dec 31 16:28:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1046 -[Thu Dec 31 16:28:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1047 -[Thu Dec 31 16:28:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1048 -[Thu Dec 31 16:28:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1049 -[Thu Dec 31 16:28:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1050 -[Thu Dec 31 16:28:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1051 -[Thu Dec 31 16:28:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1052 -[Thu Dec 31 16:28:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1053 -[Thu Dec 31 16:28:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1054 -[Thu Dec 31 16:28:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1055 -[Thu Dec 31 16:28:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1056 -[Thu Dec 31 16:28:42 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1057 -[Thu Dec 31 16:28:42 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1058 -[Thu Dec 31 16:28:43 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1059 -[Thu Dec 31 16:28:43 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1060 -[Thu Dec 31 16:28:43 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1061 -[Thu Dec 31 16:28:43 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1062 -[Thu Dec 31 16:28:44 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1063 -[Thu Dec 31 16:28:44 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1064 -[Thu Dec 31 16:29:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1065 -[Thu Dec 31 16:29:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1066 -[Thu Dec 31 16:29:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1067 -[Thu Dec 31 16:29:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1068 -[Thu Dec 31 16:29:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1069 -[Thu Dec 31 16:29:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1070 -[Thu Dec 31 16:29:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1071 -[Thu Dec 31 16:29:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1072 -[Thu Dec 31 16:29:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1073 -[Thu Dec 31 16:29:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1074 -[Thu Dec 31 16:30:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1075 -[Thu Dec 31 16:30:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1076 -[Thu Dec 31 16:30:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1077 -[Thu Dec 31 16:30:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1078 -[Thu Dec 31 16:30:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1079 -[Thu Dec 31 16:30:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1080 -[Thu Dec 31 16:30:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1081 -[Thu Dec 31 16:30:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1082 -[Thu Dec 31 16:30:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1083 -[Thu Dec 31 16:30:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1084 -[Thu Dec 31 16:30:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1085 -[Thu Dec 31 16:30:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1086 -[Thu Dec 31 16:30:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1087 -[Thu Dec 31 16:30:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1088 -[Thu Dec 31 16:30:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1089 -[Thu Dec 31 16:30:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1090 -[Thu Dec 31 16:30:39 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1091 -[Thu Dec 31 16:30:39 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1092 -[Thu Dec 31 16:30:39 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1093 -[Thu Dec 31 16:30:39 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1094 -[Thu Dec 31 16:30:40 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1095 -[Thu Dec 31 16:30:40 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1096 -[Thu Dec 31 16:30:40 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1097 -[Thu Dec 31 16:30:40 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1098 -[Thu Dec 31 16:37:46 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1099 -[Thu Dec 31 16:37:46 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1100 -[Thu Dec 31 16:37:47 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1101 -[Thu Dec 31 16:37:47 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1102 -[Thu Dec 31 16:37:48 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1103 -[Thu Dec 31 16:37:48 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1104 -[Thu Dec 31 16:37:48 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1105 -[Thu Dec 31 16:37:48 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1106 -[Thu Dec 31 16:39:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1107 -[Thu Dec 31 16:39:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1108 -[Thu Dec 31 16:39:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1109 -[Thu Dec 31 16:39:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1110 -[Thu Dec 31 16:39:12 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1111 -[Thu Dec 31 16:39:12 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1112 -[Thu Dec 31 16:39:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1113 -[Thu Dec 31 16:39:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1114 -[Thu Dec 31 16:39:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1115 -[Thu Dec 31 16:39:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1116 -[Thu Dec 31 16:39:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1117 -[Thu Dec 31 16:39:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1118 -[Thu Dec 31 16:39:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1119 -[Thu Dec 31 16:39:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1120 -[Thu Dec 31 16:39:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1121 -[Thu Dec 31 16:39:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1122 -[Thu Dec 31 16:40:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1123 -[Thu Dec 31 16:40:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1124 -[Thu Dec 31 16:40:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1125 -[Thu Dec 31 16:40:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1126 -[Thu Dec 31 16:40:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1127 -[Thu Dec 31 16:40:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1128 -[Thu Dec 31 16:40:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1129 -[Thu Dec 31 16:40:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1130 -[Thu Dec 31 16:40:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1131 -[Thu Dec 31 16:40:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1132 -[Thu Dec 31 16:40:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1133 -[Thu Dec 31 16:40:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1134 -[Thu Dec 31 16:40:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1135 -[Thu Dec 31 16:40:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1136 -[Thu Dec 31 16:40:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1137 -[Thu Dec 31 16:40:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1138 -[Thu Dec 31 16:41:00 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1139 -[Thu Dec 31 16:41:00 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1140 -[Thu Dec 31 16:41:00 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1141 -[Thu Dec 31 16:41:00 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1142 -[Thu Dec 31 16:41:00 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1143 -[Thu Dec 31 16:41:00 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1144 -[Thu Dec 31 16:41:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1145 -[Thu Dec 31 16:41:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1146 -[Thu Dec 31 16:41:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1147 -[Thu Dec 31 16:41:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1148 -[Thu Dec 31 16:41:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1149 -[Thu Dec 31 16:41:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1150 -[Thu Dec 31 16:41:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1151 -[Thu Dec 31 16:41:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1152 -[Thu Dec 31 16:41:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1153 -[Thu Dec 31 16:41:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1154 -[Thu Dec 31 16:41:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1155 -[Thu Dec 31 16:41:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1156 -[Thu Dec 31 16:41:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1157 -[Thu Dec 31 16:41:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1158 -[Thu Dec 31 16:41:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1159 -[Thu Dec 31 16:41:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1160 -[Thu Dec 31 16:41:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1161 -[Thu Dec 31 16:41:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1162 -[Thu Dec 31 16:41:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1163 -[Thu Dec 31 16:41:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1164 -[Thu Dec 31 16:41:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1165 -[Thu Dec 31 16:41:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1166 -[Thu Dec 31 16:41:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1167 -[Thu Dec 31 16:41:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1168 -[Thu Dec 31 16:42:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1169 -[Thu Dec 31 16:42:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1170 -[Thu Dec 31 16:42:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1171 -[Thu Dec 31 16:42:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1172 -[Thu Dec 31 16:42:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1173 -[Thu Dec 31 16:42:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1174 -[Thu Dec 31 16:42:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1175 -[Thu Dec 31 16:42:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1176 -[Thu Dec 31 16:42:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1177 -[Thu Dec 31 16:42:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1178 -[Thu Dec 31 16:42:53 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1179 -[Thu Dec 31 16:42:53 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1180 -[Thu Dec 31 16:42:53 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1181 -[Thu Dec 31 16:42:53 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1182 -[Thu Dec 31 16:42:54 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1183 -[Thu Dec 31 16:42:54 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1184 -[Thu Dec 31 16:42:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1185 -[Thu Dec 31 16:42:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1186 -[Thu Dec 31 16:42:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1187 -[Thu Dec 31 16:42:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1188 -[Thu Dec 31 16:42:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1189 -[Thu Dec 31 16:42:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1190 -[Thu Dec 31 16:42:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1191 -[Thu Dec 31 16:42:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1192 -[Thu Dec 31 16:42:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1193 -[Thu Dec 31 16:42:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1194 -[Thu Dec 31 16:43:00 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1195 -[Thu Dec 31 16:43:00 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1196 -[Thu Dec 31 16:43:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1197 -[Thu Dec 31 16:43:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1198 -[Thu Dec 31 16:43:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1199 -[Thu Dec 31 16:43:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1200 -[Thu Dec 31 16:43:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1201 -[Thu Dec 31 16:43:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1202 -[Thu Dec 31 16:43:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1203 -[Thu Dec 31 16:43:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1204 -[Thu Dec 31 16:43:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1205 -[Thu Dec 31 16:43:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1206 -[Thu Dec 31 16:43:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1207 -[Thu Dec 31 16:43:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1208 -[Thu Dec 31 16:43:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1209 -[Thu Dec 31 16:43:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1210 -[Thu Dec 31 16:43:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1211 -[Thu Dec 31 16:43:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1212 -[Thu Dec 31 16:43:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1213 -[Thu Dec 31 16:43:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1214 -[Thu Dec 31 16:44:00 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1215 -[Thu Dec 31 16:44:00 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1216 -[Thu Dec 31 16:44:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1217 -[Thu Dec 31 16:44:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1218 -[Thu Dec 31 16:44:01 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1219 -[Thu Dec 31 16:44:01 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1220 -[Thu Dec 31 16:44:02 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1221 -[Thu Dec 31 16:44:02 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1222 -[Thu Dec 31 16:44:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1223 -[Thu Dec 31 16:44:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1224 -[Thu Dec 31 16:44:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1225 -[Thu Dec 31 16:44:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1226 -[Thu Dec 31 16:44:04 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1227 -[Thu Dec 31 16:44:04 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1228 -[Thu Dec 31 16:44:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1229 -[Thu Dec 31 16:44:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1230 -[Thu Dec 31 16:44:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1231 -[Thu Dec 31 16:44:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1232 -[Thu Dec 31 16:44:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1233 -[Thu Dec 31 16:44:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1234 -[Thu Dec 31 16:44:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1235 -[Thu Dec 31 16:44:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1236 -[Thu Dec 31 16:44:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1237 -[Thu Dec 31 16:44:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1238 -[Thu Dec 31 16:44:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1239 -[Thu Dec 31 16:44:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1240 -[Thu Dec 31 16:44:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1241 -[Thu Dec 31 16:44:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1242 -[Thu Dec 31 16:44:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1243 -[Thu Dec 31 16:44:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1244 -[Thu Dec 31 16:44:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1245 -[Thu Dec 31 16:44:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1246 -[Thu Dec 31 16:44:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1247 -[Thu Dec 31 16:44:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1248 -[Thu Dec 31 16:44:12 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1249 -[Thu Dec 31 16:44:12 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1250 -[Thu Dec 31 16:44:13 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1251 -[Thu Dec 31 16:44:13 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1252 -[Thu Dec 31 16:44:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1253 -[Thu Dec 31 16:44:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1254 -[Thu Dec 31 16:44:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1255 -[Thu Dec 31 16:44:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1256 -[Thu Dec 31 16:44:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1257 -[Thu Dec 31 16:44:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1258 -[Thu Dec 31 16:44:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1259 -[Thu Dec 31 16:44:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1260 -[Thu Dec 31 16:44:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1261 -[Thu Dec 31 16:44:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1262 -[Thu Dec 31 16:44:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1263 -[Thu Dec 31 16:44:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1264 -[Thu Dec 31 16:44:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1265 -[Thu Dec 31 16:44:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1266 -[Thu Dec 31 16:44:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1267 -[Thu Dec 31 16:44:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1268 -[Thu Dec 31 16:44:39 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1269 -[Thu Dec 31 16:44:39 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1270 -[Thu Dec 31 16:44:40 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1271 -[Thu Dec 31 16:44:40 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1272 -[Thu Dec 31 16:44:40 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1273 -[Thu Dec 31 16:44:40 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1274 -[Thu Dec 31 16:44:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1275 -[Thu Dec 31 16:44:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1276 -[Thu Dec 31 16:44:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1277 -[Thu Dec 31 16:44:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1278 -[Thu Dec 31 16:44:42 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1279 -[Thu Dec 31 16:44:42 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1280 -[Thu Dec 31 16:45:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1281 -[Thu Dec 31 16:45:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1282 -[Thu Dec 31 16:45:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1283 -[Thu Dec 31 16:45:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1284 -[Thu Dec 31 16:45:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1285 -[Thu Dec 31 16:45:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1286 -[Thu Dec 31 16:45:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1287 -[Thu Dec 31 16:45:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1288 -[Thu Dec 31 16:45:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1289 -[Thu Dec 31 16:45:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1290 -[Thu Dec 31 16:45:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1291 -[Thu Dec 31 16:45:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1292 -[Thu Dec 31 16:45:48 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1293 -[Thu Dec 31 16:45:48 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1294 -[Thu Dec 31 16:45:49 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1295 -[Thu Dec 31 16:45:49 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1296 -[Thu Dec 31 16:45:49 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1297 -[Thu Dec 31 16:45:49 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1298 -[Thu Dec 31 16:45:50 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1299 -[Thu Dec 31 16:45:50 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1300 -[Thu Dec 31 16:45:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1301 -[Thu Dec 31 16:45:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1302 -[Thu Dec 31 16:45:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1303 -[Thu Dec 31 16:45:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1304 -[Thu Dec 31 16:45:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1305 -[Thu Dec 31 16:45:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1306 -[Thu Dec 31 16:46:43 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1307 -[Thu Dec 31 16:46:43 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1308 -[Thu Dec 31 16:46:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1309 -[Thu Dec 31 16:46:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1310 -[Thu Dec 31 16:46:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1311 -[Thu Dec 31 16:46:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1312 -[Thu Dec 31 16:47:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1313 -[Thu Dec 31 16:47:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1314 -[Thu Dec 31 16:47:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1315 -[Thu Dec 31 16:47:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1316 -[Thu Dec 31 16:47:18 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1317 -[Thu Dec 31 16:47:18 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1318 -[Thu Dec 31 16:48:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1319 -[Thu Dec 31 16:48:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1320 -[Thu Dec 31 16:48:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1321 -[Thu Dec 31 16:48:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1322 -[Thu Dec 31 16:48:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1323 -[Thu Dec 31 16:48:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1324 -[Thu Dec 31 16:48:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1325 -[Thu Dec 31 16:48:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1326 -[Thu Dec 31 16:48:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1327 -[Thu Dec 31 16:48:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1328 -[Thu Dec 31 16:48:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1329 -[Thu Dec 31 16:48:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1330 -[Thu Dec 31 16:48:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1331 -[Thu Dec 31 16:48:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1332 -[Thu Dec 31 16:48:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1333 -[Thu Dec 31 16:48:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1334 -[Thu Dec 31 16:52:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1335 -[Thu Dec 31 16:52:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1336 -[Thu Dec 31 17:12:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1337 -[Thu Dec 31 17:12:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1338 -[Thu Dec 31 17:12:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1339 -[Thu Dec 31 17:12:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1340 -[Thu Dec 31 17:12:27 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1341 -[Thu Dec 31 17:12:27 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1342 -[Thu Dec 31 17:12:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1343 -[Thu Dec 31 17:12:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1344 -[Thu Dec 31 17:12:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1345 -[Thu Dec 31 17:12:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1346 -[Thu Dec 31 17:13:06 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1347 -[Thu Dec 31 17:13:06 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1348 -[Thu Dec 31 17:13:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1349 -[Thu Dec 31 17:13:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1350 -[Thu Dec 31 17:13:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1351 -[Thu Dec 31 17:13:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1352 -[Thu Dec 31 17:13:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1353 -[Thu Dec 31 17:13:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1354 -[Thu Dec 31 17:13:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1355 -[Thu Dec 31 17:13:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1356 -[Thu Dec 31 17:13:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1357 -[Thu Dec 31 17:13:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1358 -[Thu Dec 31 17:13:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1359 -[Thu Dec 31 17:13:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1360 -[Thu Dec 31 17:13:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1361 -[Thu Dec 31 17:13:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1362 -[Thu Dec 31 17:13:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1363 -[Thu Dec 31 17:13:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1364 -[Thu Dec 31 17:13:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1365 -[Thu Dec 31 17:13:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1366 -[Thu Dec 31 17:13:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1367 -[Thu Dec 31 17:13:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1368 -[Thu Dec 31 17:13:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1369 -[Thu Dec 31 17:13:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1370 -[Thu Dec 31 17:14:14 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1371 -[Thu Dec 31 17:14:14 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1372 -[Thu Dec 31 17:14:15 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1373 -[Thu Dec 31 17:14:15 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1374 -[Thu Dec 31 17:14:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1375 -[Thu Dec 31 17:14:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1376 -[Thu Dec 31 17:14:21 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1377 -[Thu Dec 31 17:14:21 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1378 -[Thu Dec 31 17:14:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1379 -[Thu Dec 31 17:14:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1380 -[Thu Dec 31 17:14:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1381 -[Thu Dec 31 17:14:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1382 -[Thu Dec 31 17:14:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1383 -[Thu Dec 31 17:14:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1384 -[Thu Dec 31 17:14:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1385 -[Thu Dec 31 17:14:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1386 -[Thu Dec 31 17:14:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1387 -[Thu Dec 31 17:14:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1388 -[Thu Dec 31 17:14:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1389 -[Thu Dec 31 17:14:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1390 -[Thu Dec 31 17:14:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1391 -[Thu Dec 31 17:14:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1392 -[Thu Dec 31 17:14:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1393 -[Thu Dec 31 17:14:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1394 -[Thu Dec 31 17:14:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1395 -[Thu Dec 31 17:14:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1396 -[Thu Dec 31 17:14:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1397 -[Thu Dec 31 17:14:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1398 -[Thu Dec 31 17:14:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1399 -[Thu Dec 31 17:14:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1400 -[Thu Dec 31 17:14:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1401 -[Thu Dec 31 17:14:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1402 -[Thu Dec 31 17:14:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1403 -[Thu Dec 31 17:14:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1404 -[Thu Dec 31 17:14:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1405 -[Thu Dec 31 17:14:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1406 -[Thu Dec 31 17:14:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1407 -[Thu Dec 31 17:14:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1408 -[Thu Dec 31 17:14:36 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1409 -[Thu Dec 31 17:14:36 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1410 -[Thu Dec 31 17:14:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1411 -[Thu Dec 31 17:14:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1412 -[Thu Dec 31 17:14:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1413 -[Thu Dec 31 17:14:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1414 -[Thu Dec 31 17:22:49 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1415 -[Thu Dec 31 17:22:49 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1416 -[Thu Dec 31 17:22:50 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1417 -[Thu Dec 31 17:22:50 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1418 -[Thu Dec 31 17:22:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1419 -[Thu Dec 31 17:22:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1420 -[Thu Dec 31 17:22:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1421 -[Thu Dec 31 17:22:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1422 -[Thu Dec 31 17:22:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1423 -[Thu Dec 31 17:22:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1424 -[Thu Dec 31 17:22:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1425 -[Thu Dec 31 17:22:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1426 -[Thu Dec 31 17:22:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1427 -[Thu Dec 31 17:22:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1428 -[Thu Dec 31 17:22:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1429 -[Thu Dec 31 17:22:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1430 -[Thu Dec 31 17:22:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1431 -[Thu Dec 31 17:22:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1432 -[Thu Dec 31 17:23:16 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1433 -[Thu Dec 31 17:23:16 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1434 -[Thu Dec 31 17:23:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1435 -[Thu Dec 31 17:23:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1436 -[Thu Dec 31 17:23:19 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1437 -[Thu Dec 31 17:23:19 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1438 -[Thu Dec 31 17:23:20 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1439 -[Thu Dec 31 17:23:20 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1440 -[Thu Dec 31 17:23:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1441 -[Thu Dec 31 17:23:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1442 -[Thu Dec 31 17:23:22 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1443 -[Thu Dec 31 17:23:22 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1444 -[Thu Dec 31 17:23:23 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1445 -[Thu Dec 31 17:23:23 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1446 -[Thu Dec 31 17:23:24 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1447 -[Thu Dec 31 17:23:24 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1448 -[Thu Dec 31 17:23:25 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1449 -[Thu Dec 31 17:23:25 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1450 -[Thu Dec 31 17:23:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1451 -[Thu Dec 31 17:23:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1452 -[Thu Dec 31 17:23:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1453 -[Thu Dec 31 17:23:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1454 -[Thu Dec 31 17:23:35 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1455 -[Thu Dec 31 17:23:35 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1456 -[Thu Dec 31 17:23:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1457 -[Thu Dec 31 17:23:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1458 -[Thu Dec 31 17:24:38 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1459 -[Thu Dec 31 17:24:38 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1460 -[Thu Dec 31 17:24:40 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1461 -[Thu Dec 31 17:24:40 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1462 -[Thu Dec 31 17:24:41 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1463 -[Thu Dec 31 17:24:41 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1464 -[Thu Dec 31 17:24:43 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1465 -[Thu Dec 31 17:24:43 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1466 -[Thu Dec 31 17:24:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1467 -[Thu Dec 31 17:24:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1468 -[Thu Dec 31 17:24:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1469 -[Thu Dec 31 17:24:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1470 -[Thu Dec 31 17:24:46 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1471 -[Thu Dec 31 17:24:46 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1472 -[Thu Dec 31 17:24:47 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1473 -[Thu Dec 31 17:24:47 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1474 -[Thu Dec 31 17:24:47 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1475 -[Thu Dec 31 17:24:47 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1476 -[Thu Dec 31 17:24:47 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1477 -[Thu Dec 31 17:24:47 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1478 -[Thu Dec 31 17:24:48 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1479 -[Thu Dec 31 17:24:48 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1480 -[Thu Dec 31 17:24:48 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1481 -[Thu Dec 31 17:24:48 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1482 -[Thu Dec 31 17:24:50 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1483 -[Thu Dec 31 17:24:50 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1484 -[Thu Dec 31 17:24:51 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1485 -[Thu Dec 31 17:24:51 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1486 -[Thu Dec 31 17:24:52 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1487 -[Thu Dec 31 17:24:52 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1488 -[Thu Dec 31 17:26:03 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1489 -[Thu Dec 31 17:26:03 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1490 -[Thu Dec 31 17:26:05 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1491 -[Thu Dec 31 17:26:05 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1492 -[Thu Dec 31 17:26:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1493 -[Thu Dec 31 17:26:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1494 -[Thu Dec 31 17:26:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1495 -[Thu Dec 31 17:26:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1496 -[Thu Dec 31 17:26:07 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1497 -[Thu Dec 31 17:26:07 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1498 -[Thu Dec 31 17:26:55 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1499 -[Thu Dec 31 17:26:55 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1500 -[Thu Dec 31 17:26:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1501 -[Thu Dec 31 17:26:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1502 -[Thu Dec 31 17:26:56 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1503 -[Thu Dec 31 17:26:56 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1504 -[Thu Dec 31 17:26:57 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1505 -[Thu Dec 31 17:26:57 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1506 -[Thu Dec 31 17:26:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1507 -[Thu Dec 31 17:26:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1508 -[Thu Dec 31 17:26:58 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1509 -[Thu Dec 31 17:26:58 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1510 -[Thu Dec 31 17:26:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1511 -[Thu Dec 31 17:26:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1512 -[Thu Dec 31 17:26:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1513 -[Thu Dec 31 17:26:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1514 -[Thu Dec 31 17:27:09 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1515 -[Thu Dec 31 17:27:09 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1516 -[Thu Dec 31 17:27:10 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1517 -[Thu Dec 31 17:27:10 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1518 -[Thu Dec 31 17:27:11 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1519 -[Thu Dec 31 17:27:11 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1520 -[Thu Dec 31 17:27:17 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1521 -[Thu Dec 31 17:27:17 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1522 -[Thu Dec 31 18:39:25 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1523 -[Thu Dec 31 18:39:25 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1524 -[Thu Dec 31 18:39:28 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1525 -[Thu Dec 31 18:39:28 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1526 -[Thu Dec 31 18:39:45 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1527 -[Thu Dec 31 18:39:45 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1528 -[Thu Dec 31 18:39:46 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1529 -[Thu Dec 31 18:39:46 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1530 -[Thu Dec 31 18:39:48 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1531 -[Thu Dec 31 18:39:48 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1532 -[Thu Dec 31 18:39:50 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1533 -[Thu Dec 31 18:39:50 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1534 -[Thu Dec 31 18:39:52 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1535 -[Thu Dec 31 18:39:52 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1536 -[Thu Dec 31 18:39:53 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1537 -[Thu Dec 31 18:39:53 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1538 -[Thu Dec 31 18:39:54 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1539 -[Thu Dec 31 18:39:54 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1540 -[Thu Dec 31 18:39:54 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1541 -[Thu Dec 31 18:39:54 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1542 -[Thu Dec 31 18:39:56 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1543 -[Thu Dec 31 18:39:56 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1544 -[Thu Dec 31 18:39:56 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1545 -[Thu Dec 31 18:39:56 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1546 -[Thu Dec 31 18:39:57 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1547 -[Thu Dec 31 18:39:57 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1548 -[Thu Dec 31 18:39:58 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1549 -[Thu Dec 31 18:39:58 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1550 -[Thu Dec 31 18:40:00 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1551 -[Thu Dec 31 18:40:00 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1552 -[Thu Dec 31 18:40:01 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1553 -[Thu Dec 31 18:40:01 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1554 -[Thu Dec 31 18:40:03 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1555 -[Thu Dec 31 18:40:03 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1556 -[Thu Dec 31 18:40:31 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1557 -[Thu Dec 31 18:40:31 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1558 -[Thu Dec 31 18:40:31 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1559 -[Thu Dec 31 18:40:31 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1560 -[Thu Dec 31 18:40:32 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1561 -[Thu Dec 31 18:40:32 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1562 -[Thu Dec 31 18:40:33 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1563 -[Thu Dec 31 18:40:33 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1564 -[Thu Dec 31 18:40:34 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1565 -[Thu Dec 31 18:40:34 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1566 -[Thu Dec 31 18:40:37 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1567 -[Thu Dec 31 18:40:37 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1568 -[Thu Dec 31 18:40:37 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1569 -[Thu Dec 31 18:40:37 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1570 -[Thu Dec 31 18:40:38 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1571 -[Thu Dec 31 18:40:38 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1572 -[Thu Dec 31 18:40:40 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1573 -[Thu Dec 31 18:40:40 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1574 -[Thu Dec 31 18:40:42 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1575 -[Thu Dec 31 18:40:42 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1576 -[Thu Dec 31 18:40:44 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1577 -[Thu Dec 31 18:40:44 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1578 -[Thu Dec 31 18:40:45 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1579 -[Thu Dec 31 18:40:45 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1580 -[Thu Dec 31 18:40:46 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1581 -[Thu Dec 31 18:40:46 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1582 -[Thu Dec 31 18:40:48 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1583 -[Thu Dec 31 18:40:48 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1584 -[Thu Dec 31 18:40:49 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1585 -[Thu Dec 31 18:40:49 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1586 -[Thu Dec 31 18:40:50 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1587 -[Thu Dec 31 18:40:50 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1588 -[Thu Dec 31 18:40:52 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1589 -[Thu Dec 31 18:40:52 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1590 -[Thu Dec 31 18:40:53 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1591 -[Thu Dec 31 18:40:53 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1592 -[Thu Dec 31 18:40:54 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1593 -[Thu Dec 31 18:40:54 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1594 -[Thu Dec 31 18:40:56 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1595 -[Thu Dec 31 18:40:56 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1596 -[Thu Dec 31 18:41:04 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1597 -[Thu Dec 31 18:41:04 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1598 -[Thu Dec 31 18:41:05 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1599 -[Thu Dec 31 18:41:05 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1600 -[Thu Dec 31 18:41:06 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1601 -[Thu Dec 31 18:41:06 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1602 -[Thu Dec 31 18:41:07 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1603 -[Thu Dec 31 18:41:07 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1604 -[Thu Dec 31 18:41:09 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1605 -[Thu Dec 31 18:41:09 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1606 -[Thu Dec 31 18:41:30 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1607 -[Thu Dec 31 18:41:30 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1608 -[Thu Dec 31 18:41:30 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1609 -[Thu Dec 31 18:41:30 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1610 -[Thu Dec 31 18:41:32 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1611 -[Thu Dec 31 18:41:32 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1612 -[Thu Dec 31 18:41:33 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1613 -[Thu Dec 31 18:41:33 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1614 -[Thu Dec 31 18:41:34 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1615 -[Thu Dec 31 18:41:34 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1616 -[Thu Dec 31 18:41:35 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1617 -[Thu Dec 31 18:41:35 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1618 -[Thu Dec 31 18:41:47 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1619 -[Thu Dec 31 18:41:47 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1620 -[Thu Dec 31 18:41:48 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1621 -[Thu Dec 31 18:41:48 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1622 -[Thu Dec 31 18:41:49 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1623 -[Thu Dec 31 18:41:49 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1624 -[Thu Dec 31 18:41:50 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1625 -[Thu Dec 31 18:41:50 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1626 -[Thu Dec 31 18:41:51 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1627 -[Thu Dec 31 18:41:51 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1628 -[Thu Dec 31 18:41:51 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1629 -[Thu Dec 31 18:41:51 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1630 -[Thu Dec 31 18:41:52 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1631 -[Thu Dec 31 18:41:52 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1632 -[Thu Dec 31 18:41:56 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1633 -[Thu Dec 31 18:41:56 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1634 -[Thu Dec 31 18:41:57 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1635 -[Thu Dec 31 18:41:57 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1636 -[Thu Dec 31 18:42:00 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1637 -[Thu Dec 31 18:42:00 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1638 -[Thu Dec 31 18:42:02 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1639 -[Thu Dec 31 18:42:02 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1640 -[Thu Dec 31 19:37:54 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1641 -[Thu Dec 31 19:37:54 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1642 -[Thu Dec 31 19:42:52 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1643 -[Thu Dec 31 19:42:52 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1644 -[Thu Dec 31 19:43:01 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1645 -[Thu Dec 31 19:43:01 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1646 -[Thu Dec 31 19:43:05 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1647 -[Thu Dec 31 19:43:05 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1648 -[Thu Dec 31 19:43:05 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1649 -[Thu Dec 31 19:43:05 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1650 -[Thu Dec 31 19:43:07 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1651 -[Thu Dec 31 19:43:07 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1652 -[Thu Dec 31 19:43:07 2009] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1653 -[Thu Dec 31 19:43:07 2009] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1654 -[Thu Dec 31 22:44:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1655 -[Thu Dec 31 22:44:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1656 -[Thu Dec 31 22:44:29 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1657 -[Thu Dec 31 22:44:29 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1658 -[Thu Dec 31 22:44:30 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1659 -[Thu Dec 31 22:44:30 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1660 -[Thu Dec 31 22:44:31 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1661 -[Thu Dec 31 22:44:31 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1662 -[Thu Dec 31 22:44:32 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1663 -[Thu Dec 31 22:44:32 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1664 -[Thu Dec 31 22:44:33 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1665 -[Thu Dec 31 22:44:33 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1666 -[Thu Dec 31 22:44:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1667 -[Thu Dec 31 22:44:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1668 -[Thu Dec 31 22:44:34 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1669 -[Thu Dec 31 22:44:34 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1670 -[Thu Dec 31 23:15:05 2009] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/rimages, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1671 -[Thu Dec 31 23:15:08 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1672 -[Thu Dec 31 23:15:08 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1673 -[Thu Dec 31 23:15:26 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1674 -[Thu Dec 31 23:15:26 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1675 -[Thu Dec 31 23:45:59 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1676 -[Thu Dec 31 23:45:59 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1677 -[Thu Dec 31 23:46:28 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1678 -[Thu Dec 31 23:46:28 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1679 -[Thu Dec 31 23:51:44 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1680 -[Thu Dec 31 23:51:44 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1681 -[Thu Dec 31 23:51:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1682 -[Thu Dec 31 23:51:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1683 -[Thu Dec 31 23:51:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1684 -[Thu Dec 31 23:51:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1685 -[Thu Dec 31 23:51:45 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1686 -[Thu Dec 31 23:51:45 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1687 -[Thu Dec 31 23:51:46 2009] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1688 -[Thu Dec 31 23:51:46 2009] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1689 -[Fri Jan 01 00:04:37 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1690 -[Fri Jan 01 00:04:37 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1691 -[Fri Jan 01 00:04:55 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1692 -[Fri Jan 01 00:04:55 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1693 -[Fri Jan 01 00:12:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1694 -[Fri Jan 01 00:12:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1695 -[Fri Jan 01 00:12:34 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1696 -[Fri Jan 01 00:12:34 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1697 -[Fri Jan 01 00:12:35 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1698 -[Fri Jan 01 00:12:35 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1699 -[Fri Jan 01 00:12:36 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1700 -[Fri Jan 01 00:12:36 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1701 -[Fri Jan 01 00:12:36 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1702 -[Fri Jan 01 00:12:36 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1703 -[Fri Jan 01 00:12:43 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1704 -[Fri Jan 01 00:12:43 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1705 -[Fri Jan 01 00:12:44 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1706 -[Fri Jan 01 00:12:44 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1707 -[Fri Jan 01 00:12:44 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1708 -[Fri Jan 01 00:12:44 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1709 -[Fri Jan 01 00:12:45 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1710 -[Fri Jan 01 00:12:45 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1711 -[Fri Jan 01 00:26:23 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1712 -[Fri Jan 01 00:26:23 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1713 -[Fri Jan 01 00:32:42 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1714 -[Fri Jan 01 00:32:42 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1715 -[Fri Jan 01 00:32:43 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1716 -[Fri Jan 01 00:32:43 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1717 -[Fri Jan 01 00:32:44 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1718 -[Fri Jan 01 00:32:44 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1719 -[Fri Jan 01 00:33:10 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1720 -[Fri Jan 01 00:33:10 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1721 -[Fri Jan 01 00:33:11 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1722 -[Fri Jan 01 00:33:11 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1723 -[Fri Jan 01 00:33:11 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1724 -[Fri Jan 01 00:33:11 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1725 -[Fri Jan 01 00:33:12 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1726 -[Fri Jan 01 00:33:12 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1727 -[Fri Jan 01 00:33:13 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1728 -[Fri Jan 01 00:33:13 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1729 -[Fri Jan 01 00:34:11 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1730 -[Fri Jan 01 00:34:11 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1731 -[Fri Jan 01 00:34:12 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1732 -[Fri Jan 01 00:34:12 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1733 -[Fri Jan 01 00:34:12 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1734 -[Fri Jan 01 00:34:12 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1735 -[Fri Jan 01 00:34:13 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1736 -[Fri Jan 01 00:34:13 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1737 -[Fri Jan 01 00:34:36 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1738 -[Fri Jan 01 00:34:36 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1739 -[Fri Jan 01 00:34:37 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1740 -[Fri Jan 01 00:34:37 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1741 -[Fri Jan 01 00:34:38 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1742 -[Fri Jan 01 00:34:38 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1743 -[Fri Jan 01 00:34:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1744 -[Fri Jan 01 00:34:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1745 -[Fri Jan 01 00:34:40 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1746 -[Fri Jan 01 00:34:40 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1747 -[Fri Jan 01 00:35:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1748 -[Fri Jan 01 00:35:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1749 -[Fri Jan 01 00:35:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1750 -[Fri Jan 01 00:35:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1751 -[Fri Jan 01 00:35:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1752 -[Fri Jan 01 00:35:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1753 -[Fri Jan 01 00:35:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1754 -[Fri Jan 01 00:35:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1755 -[Fri Jan 01 00:42:09 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1756 -[Fri Jan 01 00:42:09 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1757 -[Fri Jan 01 00:42:09 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1758 -[Fri Jan 01 00:42:09 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1759 -[Fri Jan 01 00:42:10 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1760 -[Fri Jan 01 00:42:10 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1761 -[Fri Jan 01 00:42:10 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1762 -[Fri Jan 01 00:42:10 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1763 -[Fri Jan 01 00:42:11 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1764 -[Fri Jan 01 00:42:11 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1765 -[Fri Jan 01 00:42:11 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1766 -[Fri Jan 01 00:42:11 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1767 -[Fri Jan 01 00:42:11 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1768 -[Fri Jan 01 00:42:11 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1769 -[Fri Jan 01 00:42:12 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1770 -[Fri Jan 01 00:42:12 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1771 -[Fri Jan 01 00:49:09 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1772 -[Fri Jan 01 00:49:09 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1773 -[Fri Jan 01 00:53:15 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1774 -[Fri Jan 01 00:53:15 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1775 -[Fri Jan 01 00:54:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1776 -[Fri Jan 01 00:54:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1777 -[Fri Jan 01 00:54:25 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1778 -[Fri Jan 01 00:54:25 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1779 -[Fri Jan 01 00:54:26 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1780 -[Fri Jan 01 00:54:26 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1781 -[Fri Jan 01 00:54:28 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1782 -[Fri Jan 01 00:54:28 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1783 -[Fri Jan 01 00:54:28 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1784 -[Fri Jan 01 00:54:28 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1785 -[Fri Jan 01 00:55:07 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1786 -[Fri Jan 01 00:55:07 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1787 -[Fri Jan 01 00:55:08 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1788 -[Fri Jan 01 00:55:08 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1789 -[Fri Jan 01 00:55:23 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1790 -[Fri Jan 01 00:55:23 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1791 -[Fri Jan 01 00:55:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1792 -[Fri Jan 01 00:55:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1793 -[Fri Jan 01 00:55:50 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1794 -[Fri Jan 01 00:55:50 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1795 -[Fri Jan 01 00:55:51 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1796 -[Fri Jan 01 00:55:51 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1797 -[Fri Jan 01 00:59:13 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1798 -[Fri Jan 01 00:59:13 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1799 -[Fri Jan 01 01:18:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/rimages, referer: http://laserkard.rlmcintyre.com/buy.pl?clear_acr.x=119&clear_acr.y=33&clear_acr=classic_acrylic_clear 14.1800 -[Fri Jan 01 22:41:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.1801 -[Fri Jan 01 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.1802 -[Fri Jan 01 22:41:58 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1803 -[Fri Jan 01 22:41:58 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1804 -[Fri Jan 01 22:49:17 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1805 -[Fri Jan 01 22:49:17 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1806 -[Fri Jan 01 22:49:50 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1807 -[Fri Jan 01 22:49:50 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1808 -[Fri Jan 01 22:49:52 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1809 -[Fri Jan 01 22:49:52 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1810 -[Fri Jan 01 22:49:53 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1811 -[Fri Jan 01 22:49:53 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1812 -[Fri Jan 01 22:49:58 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1813 -[Fri Jan 01 22:49:58 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1814 -[Fri Jan 01 23:31:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1815 -[Fri Jan 01 23:31:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1816 -[Fri Jan 01 23:31:12 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1817 -[Fri Jan 01 23:31:12 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1818 -[Fri Jan 01 23:31:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1819 -[Fri Jan 01 23:31:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1820 -[Fri Jan 01 23:31:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1821 -[Fri Jan 01 23:31:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1822 -[Fri Jan 01 23:31:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1823 -[Fri Jan 01 23:31:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1824 -[Fri Jan 01 23:31:14 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1825 -[Fri Jan 01 23:31:14 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1826 -[Fri Jan 01 23:31:15 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1827 -[Fri Jan 01 23:31:15 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1828 -[Fri Jan 01 23:31:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1829 -[Fri Jan 01 23:31:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1830 -[Fri Jan 01 23:31:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1831 -[Fri Jan 01 23:31:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1832 -[Fri Jan 01 23:32:57 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1833 -[Fri Jan 01 23:32:57 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1834 -[Fri Jan 01 23:32:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1835 -[Fri Jan 01 23:33:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1836 -[Fri Jan 01 23:33:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1837 -[Fri Jan 01 23:33:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/templates, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1838 -[Fri Jan 01 23:33:31 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1839 -[Fri Jan 01 23:33:31 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1840 -[Fri Jan 01 23:38:31 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1841 -[Fri Jan 01 23:38:31 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1842 -[Fri Jan 01 23:38:32 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1843 -[Fri Jan 01 23:38:32 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1844 -[Fri Jan 01 23:38:32 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1845 -[Fri Jan 01 23:38:32 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1846 -[Fri Jan 01 23:38:33 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1847 -[Fri Jan 01 23:38:33 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1848 -[Fri Jan 01 23:41:02 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1849 -[Fri Jan 01 23:41:02 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1850 -[Fri Jan 01 23:41:20 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1851 -[Fri Jan 01 23:41:20 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1852 -[Fri Jan 01 23:43:21 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1853 -[Fri Jan 01 23:43:21 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1854 -[Fri Jan 01 23:46:48 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1855 -[Fri Jan 01 23:46:48 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1856 -[Fri Jan 01 23:46:49 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1857 -[Fri Jan 01 23:46:49 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1858 -[Fri Jan 01 23:52:02 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1859 -[Fri Jan 01 23:52:02 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1860 -[Fri Jan 01 23:52:02 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1861 -[Fri Jan 01 23:52:02 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1862 -[Fri Jan 01 23:52:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1863 -[Fri Jan 01 23:52:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1864 -[Fri Jan 01 23:52:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1865 -[Fri Jan 01 23:52:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1866 -[Fri Jan 01 23:52:05 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1867 -[Fri Jan 01 23:52:05 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1868 -[Fri Jan 01 23:52:06 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1869 -[Fri Jan 01 23:52:06 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1870 -[Fri Jan 01 23:53:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1871 -[Fri Jan 01 23:53:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1872 -[Fri Jan 01 23:53:43 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1873 -[Fri Jan 01 23:53:43 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1874 -[Fri Jan 01 23:53:44 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1875 -[Fri Jan 01 23:53:44 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1876 -[Fri Jan 01 23:53:55 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1877 -[Fri Jan 01 23:53:55 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1878 -[Fri Jan 01 23:53:56 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1879 -[Fri Jan 01 23:53:56 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1880 -[Fri Jan 01 23:53:58 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1881 -[Fri Jan 01 23:53:58 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1882 -[Fri Jan 01 23:53:58 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1883 -[Fri Jan 01 23:53:58 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1884 -[Fri Jan 01 23:54:23 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1885 -[Fri Jan 01 23:54:23 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1886 -[Fri Jan 01 23:54:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1887 -[Fri Jan 01 23:54:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1888 -[Fri Jan 01 23:54:42 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1889 -[Fri Jan 01 23:54:42 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1890 -[Fri Jan 01 23:54:51 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1891 -[Fri Jan 01 23:54:51 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1892 -[Fri Jan 01 23:59:45 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1893 -[Fri Jan 01 23:59:45 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1894 -[Fri Jan 01 23:59:46 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1895 -[Fri Jan 01 23:59:46 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1896 -[Fri Jan 01 23:59:47 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1897 -[Fri Jan 01 23:59:47 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1898 -[Fri Jan 01 23:59:48 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1899 -[Fri Jan 01 23:59:48 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1900 -[Sat Jan 02 00:00:58 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1901 -[Sat Jan 02 00:00:58 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1902 -[Sat Jan 02 00:01:25 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1903 -[Sat Jan 02 00:01:25 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1904 -[Sat Jan 02 00:01:41 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1905 -[Sat Jan 02 00:01:41 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1906 -[Sat Jan 02 00:01:41 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1907 -[Sat Jan 02 00:01:41 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1908 -[Sat Jan 02 00:01:42 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1909 -[Sat Jan 02 00:01:42 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1910 -[Sat Jan 02 00:02:18 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1911 -[Sat Jan 02 00:02:18 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1912 -[Sat Jan 02 00:02:38 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1913 -[Sat Jan 02 00:02:38 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1914 -[Sat Jan 02 00:03:25 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1915 -[Sat Jan 02 00:03:25 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1916 -[Sat Jan 02 00:03:36 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1917 -[Sat Jan 02 00:03:36 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1918 -[Sat Jan 02 00:04:38 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1919 -[Sat Jan 02 00:04:38 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1920 -[Sat Jan 02 00:04:48 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1921 -[Sat Jan 02 00:04:48 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1922 -[Sat Jan 02 00:04:53 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1923 -[Sat Jan 02 00:04:53 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1924 -[Sat Jan 02 00:04:54 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1925 -[Sat Jan 02 00:04:54 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1926 -[Sat Jan 02 00:04:56 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1927 -[Sat Jan 02 00:04:56 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1928 -[Sat Jan 02 00:05:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1929 -[Sat Jan 02 00:05:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1930 -[Sat Jan 02 00:05:12 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1931 -[Sat Jan 02 00:05:12 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1932 -[Sat Jan 02 00:07:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1933 -[Sat Jan 02 00:07:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1934 -[Sat Jan 02 00:07:25 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1935 -[Sat Jan 02 00:07:25 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1936 -[Sat Jan 02 00:07:26 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1937 -[Sat Jan 02 00:07:26 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1938 -[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1939 -[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1940 -[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1941 -[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1942 -[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1943 -[Sat Jan 02 00:07:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1944 -[Sat Jan 02 00:07:38 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1945 -[Sat Jan 02 00:07:38 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1946 -[Sat Jan 02 00:07:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1947 -[Sat Jan 02 00:07:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1948 -[Sat Jan 02 00:07:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1949 -[Sat Jan 02 00:07:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1950 -[Sat Jan 02 00:07:40 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1951 -[Sat Jan 02 00:07:40 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1952 -[Sat Jan 02 00:07:41 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1953 -[Sat Jan 02 00:07:41 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1954 -[Sat Jan 02 00:07:41 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1955 -[Sat Jan 02 00:07:41 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1956 -[Sat Jan 02 00:08:20 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1957 -[Sat Jan 02 00:08:20 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1958 -[Sat Jan 02 00:11:22 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1959 -[Sat Jan 02 00:11:22 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1960 -[Sat Jan 02 00:11:23 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1961 -[Sat Jan 02 00:11:23 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1962 -[Sat Jan 02 00:13:08 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1963 -[Sat Jan 02 00:13:08 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1964 -[Sat Jan 02 00:13:09 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1965 -[Sat Jan 02 00:13:09 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1966 -[Sat Jan 02 00:14:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1967 -[Sat Jan 02 00:14:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1968 -[Sat Jan 02 00:14:04 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1969 -[Sat Jan 02 00:14:04 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1970 -[Sat Jan 02 00:15:08 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1971 -[Sat Jan 02 00:15:08 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1972 -[Sat Jan 02 00:15:09 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1973 -[Sat Jan 02 00:15:09 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1974 -[Sat Jan 02 00:16:20 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1975 -[Sat Jan 02 00:16:20 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1976 -[Sat Jan 02 00:17:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1977 -[Sat Jan 02 00:17:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1978 -[Sat Jan 02 00:17:45 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1979 -[Sat Jan 02 00:17:45 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1980 -[Sat Jan 02 00:17:46 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1981 -[Sat Jan 02 00:17:46 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1982 -[Sat Jan 02 00:18:37 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1983 -[Sat Jan 02 00:18:37 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1984 -[Sat Jan 02 00:20:23 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1985 -[Sat Jan 02 00:20:23 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1986 -[Sat Jan 02 00:20:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1987 -[Sat Jan 02 00:20:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1988 -[Sat Jan 02 00:20:24 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1989 -[Sat Jan 02 00:20:24 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1990 -[Sat Jan 02 00:20:45 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1991 -[Sat Jan 02 00:20:45 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1992 -[Sat Jan 02 00:20:46 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1993 -[Sat Jan 02 00:20:46 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1994 -[Sat Jan 02 00:21:20 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1995 -[Sat Jan 02 00:21:20 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1996 -[Sat Jan 02 00:21:26 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1997 -[Sat Jan 02 00:21:26 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.1998 -[Sat Jan 02 00:21:27 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.1999 -[Sat Jan 02 00:21:27 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2000 -[Sat Jan 02 00:21:28 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2001 -[Sat Jan 02 00:21:28 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2002 -[Sat Jan 02 00:21:28 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2003 -[Sat Jan 02 00:21:28 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2004 -[Sat Jan 02 00:21:54 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2005 -[Sat Jan 02 00:21:54 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2006 -[Sat Jan 02 00:22:26 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2007 -[Sat Jan 02 00:22:26 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2008 -[Sat Jan 02 00:24:00 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2009 -[Sat Jan 02 00:24:00 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2010 -[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2011 -[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2012 -[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2013 -[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2014 -[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2015 -[Sat Jan 02 00:24:03 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2016 -[Sat Jan 02 00:25:21 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2017 -[Sat Jan 02 00:25:21 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2018 -[Sat Jan 02 00:25:22 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2019 -[Sat Jan 02 00:25:22 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2020 -[Sat Jan 02 00:35:07 2010] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2021 -[Sat Jan 02 00:35:07 2010] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2022 -[Sat Jan 02 00:35:08 2010] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2023 -[Sat Jan 02 00:35:08 2010] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2024 -[Sat Jan 02 00:44:56 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2025 -[Sat Jan 02 00:44:56 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2026 -[Sat Jan 02 00:44:57 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2027 -[Sat Jan 02 00:44:57 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2028 -[Sat Jan 02 00:47:50 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2029 -[Sat Jan 02 00:47:50 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2030 -[Sat Jan 02 00:47:51 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2031 -[Sat Jan 02 00:47:51 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2032 -[Sat Jan 02 00:47:52 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2033 -[Sat Jan 02 00:47:52 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2034 -[Sat Jan 02 00:47:55 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2035 -[Sat Jan 02 00:47:55 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2036 -[Sat Jan 02 00:51:51 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2037 -[Sat Jan 02 00:51:51 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2038 -[Sat Jan 02 00:53:34 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2039 -[Sat Jan 02 00:53:34 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2040 -[Sat Jan 02 00:53:34 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2041 -[Sat Jan 02 00:53:34 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2042 -[Sat Jan 02 00:53:35 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2043 -[Sat Jan 02 00:53:35 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2044 -[Sat Jan 02 00:53:48 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2045 -[Sat Jan 02 00:53:48 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2046 -[Sat Jan 02 00:53:49 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2047 -[Sat Jan 02 00:53:49 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2048 -[Sat Jan 02 01:08:28 2010] [error] [client 18.50.1.73] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2049 -[Sat Jan 02 01:08:31 2010] [error] [client 18.50.1.73] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2050 -[Sat Jan 02 01:08:31 2010] [error] [client 18.50.1.73] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2051 -[Sat Jan 02 01:08:32 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2052 -[Sat Jan 02 01:08:32 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2053 -[Sat Jan 02 01:08:54 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2054 -[Sat Jan 02 01:08:54 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2055 -[Sat Jan 02 01:08:56 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2056 -[Sat Jan 02 01:08:56 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2057 -[Sat Jan 02 01:08:58 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2058 -[Sat Jan 02 01:08:58 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2059 -[Sat Jan 02 01:08:59 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2060 -[Sat Jan 02 01:08:59 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2061 -[Sat Jan 02 01:09:00 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2062 -[Sat Jan 02 01:09:00 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2063 -[Sat Jan 02 01:09:01 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2064 -[Sat Jan 02 01:09:01 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2065 -[Sat Jan 02 01:13:02 2010] [error] [client 18.50.1.73] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2066 -[Sat Jan 02 01:13:02 2010] [error] [client 18.50.1.73] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2067 -[Sat Jan 02 01:19:07 2010] [error] [client 70.138.229.243] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2068 -[Sat Jan 02 01:19:07 2010] [error] [client 70.138.229.243] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2069 -[Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2070 -[Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2071 -[Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] Problem with code: sudden flaming death, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2072 -[Sat Jan 02 01:29:39 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl 14.2073 -[Sun Jan 03 07:49:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2074 -[Sun Jan 03 07:49:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2075 -[Sun Jan 03 09:54:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2076 -[Sun Jan 03 10:21:17 2010] [error] [client 70.138.229.243] File does not exist: /home/rlm/Desktop/web/laserkard/images/right.png, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2077 -[Sun Jan 03 10:21:17 2010] [error] [client 70.138.229.243] File does not exist: /home/rlm/Desktop/web/laserkard/images/left.png, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2078 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2079 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2080 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2081 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2082 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2083 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2084 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2085 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2086 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2087 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2088 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2089 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2090 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2091 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2092 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2093 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2094 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2095 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2096 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2097 -[Sun Jan 03 20:15:11 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2098 -[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2099 -[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2100 -[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2101 -[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2102 -[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2103 -[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2104 -[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2105 -[Sun Jan 03 20:15:12 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2106 -[Sun Jan 03 20:15:13 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2107 -[Sun Jan 03 20:15:13 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2108 -[Sun Jan 03 20:15:13 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2109 -[Sun Jan 03 20:15:13 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2110 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2111 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2112 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2113 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2114 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2115 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2116 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2117 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2118 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2119 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2120 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2121 -[Sun Jan 03 20:15:14 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2122 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2123 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2124 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2125 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2126 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2127 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2128 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2129 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2130 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2131 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2132 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2133 -[Sun Jan 03 20:15:15 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2134 -[Sun Jan 03 20:15:44 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2135 -[Sun Jan 03 20:15:44 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2136 -[Sun Jan 03 20:15:44 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2137 -[Sun Jan 03 20:15:44 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2138 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2139 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2140 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2141 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2142 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2143 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2144 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2145 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2146 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2147 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2148 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2149 -[Sun Jan 03 20:15:50 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2150 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2151 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2152 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2153 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2154 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2155 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2156 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2157 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2158 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2159 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2160 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2161 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2162 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2163 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2164 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2165 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2166 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2167 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2168 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2169 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2170 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2171 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2172 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2173 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2174 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2175 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2176 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2177 -[Sun Jan 03 20:15:51 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2178 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2179 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2180 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2181 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2182 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2183 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2184 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2185 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2186 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2187 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2188 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2189 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2190 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2191 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 209, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2192 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2193 -[Sun Jan 03 20:15:52 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2194 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2195 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2196 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2197 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2198 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2199 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2200 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2201 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2202 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2203 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2204 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2205 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2206 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2207 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2208 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2209 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2210 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2211 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2212 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2213 -[Sun Jan 03 20:19:04 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2214 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2215 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2216 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2217 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2218 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2219 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2220 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2221 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2222 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2223 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2224 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2225 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2226 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2227 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2228 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2229 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2230 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2231 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2232 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2233 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2234 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2235 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/buy.pl 14.2236 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/buy.pl 14.2237 -[Sun Jan 03 20:19:22 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/buy.pl 14.2238 -[Sun Jan 03 20:19:27 2010] [error] [client 18.238.1.90] No such class megahash at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash", referer: http://laserkard.rlmcintyre.com/contact.php 14.2239 -[Sun Jan 03 20:19:27 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/buy.pl line 234, near "my megahash =", referer: http://laserkard.rlmcintyre.com/contact.php 14.2240 -[Sun Jan 03 20:19:27 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/buy.pl aborted due to compilation errors., referer: http://laserkard.rlmcintyre.com/contact.php 14.2241 -[Sun Jan 03 20:19:27 2010] [error] [client 18.238.1.90] Premature end of script headers: buy.pl, referer: http://laserkard.rlmcintyre.com/contact.php 14.2242 -[Mon Jan 04 07:34:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2243 -[Mon Jan 04 07:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2244 + 14.2245 +[Mon Jan 11 11:01:09 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2246 +[Mon Jan 11 11:01:09 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2247 +[Mon Jan 11 11:01:10 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2248 +[Mon Jan 11 11:01:10 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2249 +[Mon Jan 11 11:01:11 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2250 +[Mon Jan 11 11:01:11 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2251 +[Mon Jan 11 11:02:03 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2252 +[Mon Jan 11 11:02:03 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2253 +[Mon Jan 11 11:02:20 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2254 +[Mon Jan 11 11:02:20 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2255 +[Mon Jan 11 11:02:21 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2256 +[Mon Jan 11 11:02:21 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2257 +[Mon Jan 11 11:03:19 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2258 +[Mon Jan 11 11:03:19 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2259 +[Mon Jan 11 11:03:21 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2260 +[Mon Jan 11 11:03:21 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2261 +[Mon Jan 11 11:03:21 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2262 +[Mon Jan 11 11:03:21 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2263 +[Mon Jan 11 11:03:22 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/BASE.pl' failed 14.2264 +[Mon Jan 11 11:03:22 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2265 +[Mon Jan 11 11:03:36 2010] [error] [client 18.238.1.90] (13)Permission denied: exec of '/home/rlm/Desktop/web/laserkard/BASE.pl' failed 14.2266 +[Mon Jan 11 11:03:36 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2267 +[Mon Jan 11 11:03:52 2010] [error] [client 18.238.1.90] (13)Permission denied: exec of '/home/rlm/Desktop/web/laserkard/BASE.pl' failed 14.2268 +[Mon Jan 11 11:03:52 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2269 +[Mon Jan 11 11:09:39 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2270 +[Mon Jan 11 11:09:56 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2271 +[Mon Jan 11 11:10:06 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2272 +[Mon Jan 11 11:12:48 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2273 +[Mon Jan 11 11:12:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2274 +[Mon Jan 11 11:12:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2275 +[Mon Jan 11 11:13:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/index.html, referer: http://laserkard.rlmcintyre.com/patrick/BASE.pl?timeStamp=fuck 14.2276 +[Mon Jan 11 11:14:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2277 +[Mon Jan 11 11:14:06 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2278 +[Mon Jan 11 11:18:05 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2279 +[Mon Jan 11 11:18:14 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2280 +[Mon Jan 11 11:18:28 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2281 +[Mon Jan 11 11:18:40 2010] [error] [client 18.238.1.90] Can't call method "param" on an undefined value at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 35. 14.2282 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 55, near "$EKLAKS 14.2283 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2284 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2285 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2286 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2287 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2288 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2289 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2290 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2291 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2292 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2293 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2294 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2295 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2296 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2297 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2298 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] 14.2299 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] sub gen 14.2300 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] " 14.2301 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 101, near "}" 14.2302 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/patrick/BASE.pl aborted due to compilation errors. 14.2303 +[Mon Jan 11 11:20:41 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2304 +[Mon Jan 11 11:20:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2305 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 55, near "$EKLAKS 14.2306 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2307 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2308 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2309 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2310 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2311 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2312 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2313 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2314 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2315 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2316 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2317 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2318 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2319 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2320 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2321 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2322 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] sub gen 14.2323 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] " 14.2324 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 101, near "}" 14.2325 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/patrick/BASE.pl aborted due to compilation errors. 14.2326 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2327 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 55, near "$EKLAKS 14.2328 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2329 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2330 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2331 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2332 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2333 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2334 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2335 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2336 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2337 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2338 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2339 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2340 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2341 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2342 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2343 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] 14.2344 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] sub gen 14.2345 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] " 14.2346 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 101, near "}" 14.2347 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/patrick/BASE.pl aborted due to compilation errors. 14.2348 +[Mon Jan 11 11:21:19 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2349 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 55, near "$EKLAKS 14.2350 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2351 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2352 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2353 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2354 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2355 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2356 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2357 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2358 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2359 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2360 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2361 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2362 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2363 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2364 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2365 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] 14.2366 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] sub gen 14.2367 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] " 14.2368 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 101, near "}" 14.2369 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/patrick/BASE.pl aborted due to compilation errors. 14.2370 +[Mon Jan 11 11:21:20 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2371 +[Mon Jan 11 12:05:28 2010] [error] [client 18.238.1.90] Substitution replacement not terminated at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 103. 14.2372 +[Mon Jan 11 12:05:28 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2373 +[Mon Jan 11 12:05:46 2010] [error] [client 18.238.1.90] Substitution replacement not terminated at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 103. 14.2374 +[Mon Jan 11 12:05:46 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2375 +[Mon Jan 11 12:05:56 2010] [error] [client 18.238.1.90] Substitution replacement not terminated at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 103. 14.2376 +[Mon Jan 11 12:05:56 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2377 +[Mon Jan 11 12:05:56 2010] [error] [client 18.238.1.90] Substitution replacement not terminated at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 103. 14.2378 +[Mon Jan 11 12:05:56 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2379 +[Mon Jan 11 12:05:57 2010] [error] [client 18.238.1.90] Substitution replacement not terminated at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 103. 14.2380 +[Mon Jan 11 12:05:57 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2381 +[Mon Jan 11 12:05:57 2010] [error] [client 18.238.1.90] Substitution replacement not terminated at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 103. 14.2382 +[Mon Jan 11 12:05:57 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2383 +[Mon Jan 11 12:06:08 2010] [error] [client 18.238.1.90] Substitution replacement not terminated at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 103. 14.2384 +[Mon Jan 11 12:06:08 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2385 +[Mon Jan 11 12:06:10 2010] [error] [client 18.238.1.90] Substitution replacement not terminated at /home/rlm/Desktop/web/laserkard/patrick/BASE.pl line 103. 14.2386 +[Mon Jan 11 12:06:10 2010] [error] [client 18.238.1.90] Premature end of script headers: BASE.pl 14.2387 +[Mon Jan 11 12:24:28 2010] [error] [client 18.238.1.90] (13)Permission denied: exec of '/home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl' failed 14.2388 +[Mon Jan 11 12:24:28 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2389 +[Mon Jan 11 12:38:48 2010] [error] [client 18.238.1.90] Scalar found where operator expected at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 117, near "$three" 14.2390 +[Mon Jan 11 12:38:48 2010] [error] [client 18.238.1.90] \t(Missing semicolon on previous line?) 14.2391 +[Mon Jan 11 12:38:48 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl line 117, near "$three " 14.2392 +[Mon Jan 11 12:38:48 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl aborted due to compilation errors. 14.2393 +[Mon Jan 11 12:38:48 2010] [error] [client 18.238.1.90] Premature end of script headers: B_ARCHON_16.pl 14.2394 +[Mon Jan 11 12:42:29 2010] [error] [client 18.238.1.90] malformed header from script. Bad header=<html><head><script type="text: B_ARCHON_16.pl 14.2395 +[Mon Jan 11 13:07:29 2010] [error] [client 18.238.1.90] Scalar found where operator expected at /home/rlm/Desktop/web/laserkard/patrick/gar.pl line 68, near "$ter" 14.2396 +[Mon Jan 11 13:07:29 2010] [error] [client 18.238.1.90] \t(Missing semicolon on previous line?) 14.2397 +[Mon Jan 11 13:07:29 2010] [error] [client 18.238.1.90] syntax error at /home/rlm/Desktop/web/laserkard/patrick/gar.pl line 68, near "$ter " 14.2398 +[Mon Jan 11 13:07:29 2010] [error] [client 18.238.1.90] Execution of /home/rlm/Desktop/web/laserkard/patrick/gar.pl aborted due to compilation errors. 14.2399 +[Mon Jan 11 13:07:29 2010] [error] [client 18.238.1.90] Premature end of script headers: gar.pl 14.2400 +[Mon Jan 11 13:40:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2401 +[Mon Jan 11 14:04:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2402 +[Mon Jan 11 14:04:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.2403 +[Mon Jan 11 14:08:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_16.pl?25 14.2404 +[Mon Jan 11 14:19:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_16.pl?25 14.2405 +[Mon Jan 11 14:19:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_16.pl?25 14.2406 +[Mon Jan 11 15:03:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_16.pl?25 14.2407 +[Mon Jan 11 15:03:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_16.pl?25 14.2408 +[Mon Jan 11 15:03:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_16.pl?25 14.2409 +[Mon Jan 11 15:03:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_16.pl?25 14.2410 +[Mon Jan 11 15:03:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_16.pl?25 14.2411 +[Mon Jan 11 15:04:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?25 14.2412 +[Mon Jan 11 15:05:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?26 14.2413 +[Mon Jan 11 15:05:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2414 +[Mon Jan 11 15:10:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2415 +[Mon Jan 11 15:11:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2416 +[Mon Jan 11 15:14:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2417 +[Mon Jan 11 15:30:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2418 +[Mon Jan 11 15:31:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2419 +[Mon Jan 11 15:32:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2420 +[Mon Jan 11 15:32:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/PERL::DOWN, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2421 +[Mon Jan 11 15:33:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2422 +[Mon Jan 11 15:33:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2423 +[Mon Jan 11 15:33:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2424 +[Mon Jan 11 15:33:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2425 +[Mon Jan 11 15:33:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2426 +[Mon Jan 11 15:33:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2427 +[Mon Jan 11 15:33:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2428 +[Mon Jan 11 15:33:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2429 +[Mon Jan 11 15:33:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2430 +[Mon Jan 11 15:33:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2431 +[Mon Jan 11 15:33:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2432 +[Mon Jan 11 15:33:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2433 +[Mon Jan 11 15:33:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2434 +[Mon Jan 11 15:33:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2435 +[Mon Jan 11 15:33:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2436 +[Mon Jan 11 15:33:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2437 +[Mon Jan 11 15:33:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2438 +[Mon Jan 11 15:33:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2439 +[Mon Jan 11 15:33:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2440 +[Mon Jan 11 15:33:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2441 +[Mon Jan 11 15:33:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2442 +[Mon Jan 11 15:33:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2443 +[Mon Jan 11 15:33:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2444 +[Mon Jan 11 15:33:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2445 +[Mon Jan 11 15:33:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2446 +[Mon Jan 11 15:33:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2447 +[Mon Jan 11 15:33:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2448 +[Mon Jan 11 15:33:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2449 +[Mon Jan 11 15:33:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2450 +[Mon Jan 11 15:33:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2451 +[Mon Jan 11 15:33:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2452 +[Mon Jan 11 15:33:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2453 +[Mon Jan 11 15:33:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2454 +[Mon Jan 11 15:33:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2455 +[Mon Jan 11 15:33:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2456 +[Mon Jan 11 15:33:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2457 +[Mon Jan 11 15:33:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2458 +[Mon Jan 11 15:33:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2459 +[Mon Jan 11 15:33:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2460 +[Mon Jan 11 15:33:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2461 +[Mon Jan 11 15:33:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2462 +[Mon Jan 11 15:33:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2463 +[Mon Jan 11 15:33:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2464 +[Mon Jan 11 15:33:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2465 +[Mon Jan 11 15:33:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2466 +[Mon Jan 11 15:36:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2467 +[Mon Jan 11 15:36:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?79 14.2468 +[Mon Jan 11 15:36:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?129 14.2469 +[Mon Jan 11 15:36:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?179 14.2470 +[Mon Jan 11 15:36:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?229 14.2471 +[Mon Jan 11 15:36:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?279 14.2472 +[Mon Jan 11 15:36:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?329 14.2473 +[Mon Jan 11 15:36:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?379 14.2474 +[Mon Jan 11 15:36:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?429 14.2475 +[Mon Jan 11 15:36:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?479 14.2476 +[Mon Jan 11 15:36:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?529 14.2477 +[Mon Jan 11 15:36:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?579 14.2478 +[Mon Jan 11 15:36:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?629 14.2479 +[Mon Jan 11 15:36:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?679 14.2480 +[Mon Jan 11 15:36:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?729 14.2481 +[Mon Jan 11 15:36:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?779 14.2482 +[Mon Jan 11 15:36:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?829 14.2483 +[Mon Jan 11 15:36:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?879 14.2484 +[Mon Jan 11 15:36:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?929 14.2485 +[Mon Jan 11 15:36:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?979 14.2486 +[Mon Jan 11 15:36:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1029 14.2487 +[Mon Jan 11 15:36:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1079 14.2488 +[Mon Jan 11 15:36:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1129 14.2489 +[Mon Jan 11 15:36:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1179 14.2490 +[Mon Jan 11 15:36:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1229 14.2491 +[Mon Jan 11 15:36:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1279 14.2492 +[Mon Jan 11 15:36:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1329 14.2493 +[Mon Jan 11 15:36:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1379 14.2494 +[Mon Jan 11 15:36:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1429 14.2495 +[Mon Jan 11 15:36:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1479 14.2496 +[Mon Jan 11 15:36:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1529 14.2497 +[Mon Jan 11 15:36:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1579 14.2498 +[Mon Jan 11 15:36:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1629 14.2499 +[Mon Jan 11 15:36:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1679 14.2500 +[Mon Jan 11 15:36:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1729 14.2501 +[Mon Jan 11 15:36:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1779 14.2502 +[Mon Jan 11 15:36:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1829 14.2503 +[Mon Jan 11 15:36:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1879 14.2504 +[Mon Jan 11 15:36:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1929 14.2505 +[Mon Jan 11 15:36:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1979 14.2506 +[Mon Jan 11 15:36:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2029 14.2507 +[Mon Jan 11 15:36:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2079 14.2508 +[Mon Jan 11 15:36:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2129 14.2509 +[Mon Jan 11 15:36:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2179 14.2510 +[Mon Jan 11 15:36:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2229 14.2511 +[Mon Jan 11 15:36:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2279 14.2512 +[Mon Jan 11 15:36:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2329 14.2513 +[Mon Jan 11 15:36:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2379 14.2514 +[Mon Jan 11 15:36:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2429 14.2515 +[Mon Jan 11 15:36:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2479 14.2516 +[Mon Jan 11 15:36:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2529 14.2517 +[Mon Jan 11 15:36:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2579 14.2518 +[Mon Jan 11 15:36:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2629 14.2519 +[Mon Jan 11 15:36:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2679 14.2520 +[Mon Jan 11 15:36:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2729 14.2521 +[Mon Jan 11 15:36:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2779 14.2522 +[Mon Jan 11 15:36:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2829 14.2523 +[Mon Jan 11 15:36:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2879 14.2524 +[Mon Jan 11 15:36:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2929 14.2525 +[Mon Jan 11 15:36:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2979 14.2526 +[Mon Jan 11 15:36:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3029 14.2527 +[Mon Jan 11 15:36:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3079 14.2528 +[Mon Jan 11 15:36:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3129 14.2529 +[Mon Jan 11 15:36:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3179 14.2530 +[Mon Jan 11 15:36:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3229 14.2531 +[Mon Jan 11 15:36:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3279 14.2532 +[Mon Jan 11 15:36:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3329 14.2533 +[Mon Jan 11 15:36:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3379 14.2534 +[Mon Jan 11 15:36:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3429 14.2535 +[Mon Jan 11 15:36:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3479 14.2536 +[Mon Jan 11 15:36:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3529 14.2537 +[Mon Jan 11 15:36:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3579 14.2538 +[Mon Jan 11 15:36:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3629 14.2539 +[Mon Jan 11 15:36:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3679 14.2540 +[Mon Jan 11 15:36:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3729 14.2541 +[Mon Jan 11 15:36:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3779 14.2542 +[Mon Jan 11 15:36:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3829 14.2543 +[Mon Jan 11 15:36:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3879 14.2544 +[Mon Jan 11 15:36:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3929 14.2545 +[Mon Jan 11 15:36:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3979 14.2546 +[Mon Jan 11 15:36:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4029 14.2547 +[Mon Jan 11 15:36:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4079 14.2548 +[Mon Jan 11 15:36:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4129 14.2549 +[Mon Jan 11 15:36:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4179 14.2550 +[Mon Jan 11 15:36:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4229 14.2551 +[Mon Jan 11 15:36:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4279 14.2552 +[Mon Jan 11 15:36:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4329 14.2553 +[Mon Jan 11 15:36:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4379 14.2554 +[Mon Jan 11 15:36:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4429 14.2555 +[Mon Jan 11 15:36:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4479 14.2556 +[Mon Jan 11 15:36:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4529 14.2557 +[Mon Jan 11 15:36:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4579 14.2558 +[Mon Jan 11 15:36:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4629 14.2559 +[Mon Jan 11 15:36:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4679 14.2560 +[Mon Jan 11 15:36:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4729 14.2561 +[Mon Jan 11 15:36:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4779 14.2562 +[Mon Jan 11 15:36:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4829 14.2563 +[Mon Jan 11 15:36:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4879 14.2564 +[Mon Jan 11 15:37:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4879 14.2565 +[Mon Jan 11 15:37:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4880 14.2566 +[Mon Jan 11 15:37:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4881 14.2567 +[Mon Jan 11 15:37:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4882 14.2568 +[Mon Jan 11 15:37:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4883 14.2569 +[Mon Jan 11 15:37:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4884 14.2570 +[Mon Jan 11 15:37:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4885 14.2571 +[Mon Jan 11 15:37:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4886 14.2572 +[Mon Jan 11 15:37:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4887 14.2573 +[Mon Jan 11 15:37:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4888 14.2574 +[Mon Jan 11 15:37:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4889 14.2575 +[Mon Jan 11 15:37:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4890 14.2576 +[Mon Jan 11 15:37:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4891 14.2577 +[Mon Jan 11 15:37:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4892 14.2578 +[Mon Jan 11 15:37:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4893 14.2579 +[Mon Jan 11 15:37:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4894 14.2580 +[Mon Jan 11 15:37:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4895 14.2581 +[Mon Jan 11 15:37:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4896 14.2582 +[Mon Jan 11 15:37:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4897 14.2583 +[Mon Jan 11 15:37:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4898 14.2584 +[Mon Jan 11 15:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4897 14.2585 +[Mon Jan 11 15:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4896 14.2586 +[Mon Jan 11 15:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4895 14.2587 +[Mon Jan 11 15:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4894 14.2588 +[Mon Jan 11 15:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4893 14.2589 +[Mon Jan 11 15:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4892 14.2590 +[Mon Jan 11 15:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4891 14.2591 +[Mon Jan 11 15:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4890 14.2592 +[Mon Jan 11 15:38:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4889 14.2593 +[Mon Jan 11 15:38:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4939 14.2594 +[Mon Jan 11 15:38:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4989 14.2595 +[Mon Jan 11 15:38:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5039 14.2596 +[Mon Jan 11 15:38:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5089 14.2597 +[Mon Jan 11 15:38:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5139 14.2598 +[Mon Jan 11 15:38:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5189 14.2599 +[Mon Jan 11 15:38:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5239 14.2600 +[Mon Jan 11 15:38:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5289 14.2601 +[Mon Jan 11 15:38:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5339 14.2602 +[Mon Jan 11 15:38:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5389 14.2603 +[Mon Jan 11 15:38:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5439 14.2604 +[Mon Jan 11 15:38:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5489 14.2605 +[Mon Jan 11 15:38:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5539 14.2606 +[Mon Jan 11 15:38:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5589 14.2607 +[Mon Jan 11 15:38:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5539 14.2608 +[Mon Jan 11 15:38:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5489 14.2609 +[Mon Jan 11 15:38:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5439 14.2610 +[Mon Jan 11 15:38:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5389 14.2611 +[Mon Jan 11 15:38:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5339 14.2612 +[Mon Jan 11 15:38:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5289 14.2613 +[Mon Jan 11 15:38:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5239 14.2614 +[Mon Jan 11 15:38:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5189 14.2615 +[Mon Jan 11 15:38:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5139 14.2616 +[Mon Jan 11 15:38:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5089 14.2617 +[Mon Jan 11 15:38:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5039 14.2618 +[Mon Jan 11 15:38:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4989 14.2619 +[Mon Jan 11 15:38:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4989 14.2620 +[Mon Jan 11 15:38:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5039 14.2621 +[Mon Jan 11 15:38:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5089 14.2622 +[Mon Jan 11 15:38:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5139 14.2623 +[Mon Jan 11 15:38:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5189 14.2624 +[Mon Jan 11 15:38:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5239 14.2625 +[Mon Jan 11 15:38:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5289 14.2626 +[Mon Jan 11 15:38:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5339 14.2627 +[Mon Jan 11 15:38:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5389 14.2628 +[Mon Jan 11 15:38:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5439 14.2629 +[Mon Jan 11 15:38:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5489 14.2630 +[Mon Jan 11 15:38:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5539 14.2631 +[Mon Jan 11 15:38:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5589 14.2632 +[Mon Jan 11 15:38:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5639 14.2633 +[Mon Jan 11 15:38:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5689 14.2634 +[Mon Jan 11 15:38:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5739 14.2635 +[Mon Jan 11 15:38:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5789 14.2636 +[Mon Jan 11 15:38:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5839 14.2637 +[Mon Jan 11 15:38:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5889 14.2638 +[Mon Jan 11 15:38:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5939 14.2639 +[Mon Jan 11 15:38:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5989 14.2640 +[Mon Jan 11 15:38:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6039 14.2641 +[Mon Jan 11 15:38:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6089 14.2642 +[Mon Jan 11 15:38:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6139 14.2643 +[Mon Jan 11 15:38:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6189 14.2644 +[Mon Jan 11 15:38:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6239 14.2645 +[Mon Jan 11 15:38:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6289 14.2646 +[Mon Jan 11 15:38:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6339 14.2647 +[Mon Jan 11 15:38:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6389 14.2648 +[Mon Jan 11 15:38:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6439 14.2649 +[Mon Jan 11 15:38:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6489 14.2650 +[Mon Jan 11 15:38:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6539 14.2651 +[Mon Jan 11 15:38:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6589 14.2652 +[Mon Jan 11 15:38:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6639 14.2653 +[Mon Jan 11 15:38:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6689 14.2654 +[Mon Jan 11 15:38:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6739 14.2655 +[Mon Jan 11 15:38:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6789 14.2656 +[Mon Jan 11 15:38:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6839 14.2657 +[Mon Jan 11 15:38:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6889 14.2658 +[Mon Jan 11 15:38:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6939 14.2659 +[Mon Jan 11 15:38:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6989 14.2660 +[Mon Jan 11 15:38:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7039 14.2661 +[Mon Jan 11 15:38:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7089 14.2662 +[Mon Jan 11 15:38:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7139 14.2663 +[Mon Jan 11 15:38:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7189 14.2664 +[Mon Jan 11 15:38:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7239 14.2665 +[Mon Jan 11 15:38:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7289 14.2666 +[Mon Jan 11 15:38:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7339 14.2667 +[Mon Jan 11 15:38:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7389 14.2668 +[Mon Jan 11 15:38:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7439 14.2669 +[Mon Jan 11 15:38:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7489 14.2670 +[Mon Jan 11 15:38:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7539 14.2671 +[Mon Jan 11 15:38:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7589 14.2672 +[Mon Jan 11 15:38:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7639 14.2673 +[Mon Jan 11 15:38:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7689 14.2674 +[Mon Jan 11 15:38:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7739 14.2675 +[Mon Jan 11 15:38:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7789 14.2676 +[Mon Jan 11 15:38:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7839 14.2677 +[Mon Jan 11 15:38:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7889 14.2678 +[Mon Jan 11 15:38:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7939 14.2679 +[Mon Jan 11 15:38:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7989 14.2680 +[Mon Jan 11 15:38:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?8039 14.2681 +[Mon Jan 11 15:38:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?8089 14.2682 +[Mon Jan 11 15:38:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?8039 14.2683 +[Mon Jan 11 15:38:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7989 14.2684 +[Mon Jan 11 15:38:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7939 14.2685 +[Mon Jan 11 15:38:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7889 14.2686 +[Mon Jan 11 15:38:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7839 14.2687 +[Mon Jan 11 15:38:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7789 14.2688 +[Mon Jan 11 15:38:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7739 14.2689 +[Mon Jan 11 15:38:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7689 14.2690 +[Mon Jan 11 15:38:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7639 14.2691 +[Mon Jan 11 15:38:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7589 14.2692 +[Mon Jan 11 15:38:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7539 14.2693 +[Mon Jan 11 15:38:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7538 14.2694 +[Mon Jan 11 15:38:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7537 14.2695 +[Mon Jan 11 15:38:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7536 14.2696 +[Mon Jan 11 15:38:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7535 14.2697 +[Mon Jan 11 15:38:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7534 14.2698 +[Mon Jan 11 15:38:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7533 14.2699 +[Mon Jan 11 15:38:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7532 14.2700 +[Mon Jan 11 15:38:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7482 14.2701 +[Mon Jan 11 15:38:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7432 14.2702 +[Mon Jan 11 15:38:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7382 14.2703 +[Mon Jan 11 15:38:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7332 14.2704 +[Mon Jan 11 15:38:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7282 14.2705 +[Mon Jan 11 15:38:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7232 14.2706 +[Mon Jan 11 15:38:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7182 14.2707 +[Mon Jan 11 15:38:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7132 14.2708 +[Mon Jan 11 15:38:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7082 14.2709 +[Mon Jan 11 15:38:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7032 14.2710 +[Mon Jan 11 15:38:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6982 14.2711 +[Mon Jan 11 15:38:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6932 14.2712 +[Mon Jan 11 15:38:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6882 14.2713 +[Mon Jan 11 15:38:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6832 14.2714 +[Mon Jan 11 15:38:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6782 14.2715 +[Mon Jan 11 15:38:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6732 14.2716 +[Mon Jan 11 15:38:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6682 14.2717 +[Mon Jan 11 15:38:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6632 14.2718 +[Mon Jan 11 15:38:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6582 14.2719 +[Mon Jan 11 15:38:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6532 14.2720 +[Mon Jan 11 15:38:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6482 14.2721 +[Mon Jan 11 15:38:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6432 14.2722 +[Mon Jan 11 15:38:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6382 14.2723 +[Mon Jan 11 15:38:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6332 14.2724 +[Mon Jan 11 15:38:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6282 14.2725 +[Mon Jan 11 15:38:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6232 14.2726 +[Mon Jan 11 15:38:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6182 14.2727 +[Mon Jan 11 15:38:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6132 14.2728 +[Mon Jan 11 15:38:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6082 14.2729 +[Mon Jan 11 15:38:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6032 14.2730 +[Mon Jan 11 15:38:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5982 14.2731 +[Mon Jan 11 15:38:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5932 14.2732 +[Mon Jan 11 15:38:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5882 14.2733 +[Mon Jan 11 15:38:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5832 14.2734 +[Mon Jan 11 15:38:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5782 14.2735 +[Mon Jan 11 15:38:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5732 14.2736 +[Mon Jan 11 15:38:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5682 14.2737 +[Mon Jan 11 15:38:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5632 14.2738 +[Mon Jan 11 15:38:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5582 14.2739 +[Mon Jan 11 15:38:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5532 14.2740 +[Mon Jan 11 15:38:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5482 14.2741 +[Mon Jan 11 15:38:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5432 14.2742 +[Mon Jan 11 15:38:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5382 14.2743 +[Mon Jan 11 15:38:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5332 14.2744 +[Mon Jan 11 15:38:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5282 14.2745 +[Mon Jan 11 15:38:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5232 14.2746 +[Mon Jan 11 15:38:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5182 14.2747 +[Mon Jan 11 15:38:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5132 14.2748 +[Mon Jan 11 15:38:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5082 14.2749 +[Mon Jan 11 15:38:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5032 14.2750 +[Mon Jan 11 15:38:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4982 14.2751 +[Mon Jan 11 15:38:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4932 14.2752 +[Mon Jan 11 15:38:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4882 14.2753 +[Mon Jan 11 15:38:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4832 14.2754 +[Mon Jan 11 15:38:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4782 14.2755 +[Mon Jan 11 15:38:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4732 14.2756 +[Mon Jan 11 15:38:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4682 14.2757 +[Mon Jan 11 15:38:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4632 14.2758 +[Mon Jan 11 15:38:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?0 14.2759 +[Mon Jan 11 15:38:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-50 14.2760 +[Mon Jan 11 15:38:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-100 14.2761 +[Mon Jan 11 15:38:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-150 14.2762 +[Mon Jan 11 15:38:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-200 14.2763 +[Mon Jan 11 15:38:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-250 14.2764 +[Mon Jan 11 15:38:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-300 14.2765 +[Mon Jan 11 15:38:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-350 14.2766 +[Mon Jan 11 15:38:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-300 14.2767 +[Mon Jan 11 15:39:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-250 14.2768 +[Mon Jan 11 15:39:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-200 14.2769 +[Mon Jan 11 15:39:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-150 14.2770 +[Mon Jan 11 15:39:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-100 14.2771 +[Mon Jan 11 15:39:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?-50 14.2772 +[Mon Jan 11 15:39:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?0 14.2773 +[Mon Jan 11 15:39:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?50 14.2774 +[Mon Jan 11 15:39:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?100 14.2775 +[Mon Jan 11 15:39:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?150 14.2776 +[Mon Jan 11 15:39:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?200 14.2777 +[Mon Jan 11 15:39:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?250 14.2778 +[Mon Jan 11 15:39:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?200 14.2779 +[Mon Jan 11 15:39:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?150 14.2780 +[Mon Jan 11 15:39:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?100 14.2781 +[Mon Jan 11 15:39:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?50 14.2782 +[Mon Jan 11 15:39:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?0 14.2783 +[Mon Jan 11 15:39:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.2784 +[Mon Jan 11 15:39:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?2 14.2785 +[Mon Jan 11 15:39:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?3 14.2786 +[Mon Jan 11 15:39:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?4 14.2787 +[Mon Jan 11 15:39:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?5 14.2788 +[Mon Jan 11 15:39:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?6 14.2789 +[Mon Jan 11 15:39:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?7 14.2790 +[Mon Jan 11 15:39:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?8 14.2791 +[Mon Jan 11 15:39:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?9 14.2792 +[Mon Jan 11 15:39:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?10 14.2793 +[Mon Jan 11 15:39:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?11 14.2794 +[Mon Jan 11 15:39:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?12 14.2795 +[Mon Jan 11 15:39:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?13 14.2796 +[Mon Jan 11 15:39:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?14 14.2797 +[Mon Jan 11 15:39:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?15 14.2798 +[Mon Jan 11 15:39:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?16 14.2799 +[Mon Jan 11 15:39:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?17 14.2800 +[Mon Jan 11 15:39:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?18 14.2801 +[Mon Jan 11 15:39:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?19 14.2802 +[Mon Jan 11 15:39:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?20 14.2803 +[Mon Jan 11 15:39:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?21 14.2804 +[Mon Jan 11 15:39:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?22 14.2805 +[Mon Jan 11 15:39:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?23 14.2806 +[Mon Jan 11 15:39:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?22 14.2807 +[Mon Jan 11 15:39:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?21 14.2808 +[Mon Jan 11 15:39:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?20 14.2809 +[Mon Jan 11 15:39:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?21 14.2810 +[Mon Jan 11 15:39:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?22 14.2811 +[Mon Jan 11 15:39:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?23 14.2812 +[Mon Jan 11 15:39:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?24 14.2813 +[Mon Jan 11 15:39:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?25 14.2814 +[Mon Jan 11 15:39:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?26 14.2815 +[Mon Jan 11 15:39:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2816 +[Mon Jan 11 15:39:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?28 14.2817 +[Mon Jan 11 15:39:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2818 +[Mon Jan 11 15:39:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?28 14.2819 +[Mon Jan 11 15:39:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?27 14.2820 +[Mon Jan 11 15:39:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?28 14.2821 +[Mon Jan 11 15:39:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?29 14.2822 +[Mon Jan 11 15:39:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?30 14.2823 +[Mon Jan 11 15:39:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?31 14.2824 +[Mon Jan 11 15:39:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?32 14.2825 +[Mon Jan 11 15:39:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?33 14.2826 +[Mon Jan 11 15:39:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?34 14.2827 +[Mon Jan 11 15:39:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?35 14.2828 +[Mon Jan 11 15:39:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?36 14.2829 +[Mon Jan 11 15:39:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?37 14.2830 +[Mon Jan 11 15:39:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?38 14.2831 +[Mon Jan 11 15:39:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?39 14.2832 +[Mon Jan 11 15:39:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?40 14.2833 +[Mon Jan 11 15:39:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?41 14.2834 +[Mon Jan 11 15:39:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?42 14.2835 +[Mon Jan 11 15:39:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?43 14.2836 +[Mon Jan 11 15:39:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?44 14.2837 +[Mon Jan 11 15:39:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?45 14.2838 +[Mon Jan 11 15:39:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?46 14.2839 +[Mon Jan 11 15:43:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?46 14.2840 +[Mon Jan 11 15:43:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_99, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?46 14.2841 +[Mon Jan 11 15:44:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_99, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?46 14.2842 +[Mon Jan 11 15:45:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?46 14.2843 +[Mon Jan 11 15:45:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.2844 +[Mon Jan 11 15:45:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2845 +[Mon Jan 11 15:45:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.2846 +[Mon Jan 11 15:45:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.2847 +[Mon Jan 11 15:45:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.2848 +[Mon Jan 11 15:45:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.2849 +[Mon Jan 11 15:45:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2850 +[Mon Jan 11 15:45:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2851 +[Mon Jan 11 15:45:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.2852 +[Mon Jan 11 15:45:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.2853 +[Mon Jan 11 15:45:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.2854 +[Mon Jan 11 15:45:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.2855 +[Mon Jan 11 15:45:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.2856 +[Mon Jan 11 15:45:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.2857 +[Mon Jan 11 15:46:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.2858 +[Mon Jan 11 15:46:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2859 +[Mon Jan 11 15:46:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2860 +[Mon Jan 11 15:46:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.2861 +[Mon Jan 11 15:46:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2862 +[Mon Jan 11 15:46:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.2863 +[Mon Jan 11 15:46:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.2864 +[Mon Jan 11 15:46:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.2865 +[Mon Jan 11 15:47:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.2866 +[Mon Jan 11 15:47:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2867 +[Mon Jan 11 15:47:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.2868 +[Mon Jan 11 15:47:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.2869 +[Mon Jan 11 15:47:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2870 +[Mon Jan 11 15:47:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.2871 +[Mon Jan 11 15:47:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.2872 +[Mon Jan 11 15:47:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.2873 +[Mon Jan 11 15:47:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.2874 +[Mon Jan 11 15:47:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2875 +[Mon Jan 11 15:47:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.2876 +[Mon Jan 11 15:47:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.2877 +[Mon Jan 11 15:47:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.2878 +[Mon Jan 11 15:47:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.2879 +[Mon Jan 11 15:47:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.2880 +[Mon Jan 11 15:47:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.2881 +[Mon Jan 11 15:47:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?2 14.2882 +[Mon Jan 11 15:47:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?3 14.2883 +[Mon Jan 11 15:47:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?4 14.2884 +[Mon Jan 11 15:47:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?3 14.2885 +[Mon Jan 11 15:47:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?2 14.2886 +[Mon Jan 11 15:47:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.2887 +[Mon Jan 11 15:47:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.2888 +[Mon Jan 11 15:47:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?50 14.2889 +[Mon Jan 11 15:47:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.2890 +[Mon Jan 11 15:47:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-50 14.2891 +[Mon Jan 11 15:47:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-100 14.2892 +[Mon Jan 11 15:47:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-150 14.2893 +[Mon Jan 11 15:47:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-200 14.2894 +[Mon Jan 11 15:47:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-150 14.2895 +[Mon Jan 11 15:47:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-100 14.2896 +[Mon Jan 11 15:48:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-50 14.2897 +[Mon Jan 11 15:48:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.2898 +[Mon Jan 11 15:48:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?50 14.2899 +[Mon Jan 11 15:48:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?100 14.2900 +[Mon Jan 11 15:48:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?150 14.2901 +[Mon Jan 11 15:48:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?200 14.2902 +[Mon Jan 11 15:48:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?250 14.2903 +[Mon Jan 11 15:48:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?300 14.2904 +[Mon Jan 11 15:48:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?350 14.2905 +[Mon Jan 11 15:48:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?400 14.2906 +[Mon Jan 11 15:48:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?450 14.2907 +[Mon Jan 11 15:48:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?500 14.2908 +[Mon Jan 11 15:48:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?501 14.2909 +[Mon Jan 11 15:48:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?502 14.2910 +[Mon Jan 11 15:48:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?503 14.2911 +[Mon Jan 11 15:48:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?504 14.2912 +[Mon Jan 11 15:48:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?503 14.2913 +[Mon Jan 11 15:48:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?502 14.2914 +[Mon Jan 11 15:48:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?501 14.2915 +[Mon Jan 11 15:48:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?500 14.2916 +[Mon Jan 11 15:48:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?450 14.2917 +[Mon Jan 11 15:48:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?400 14.2918 +[Mon Jan 11 15:48:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?350 14.2919 +[Mon Jan 11 15:48:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?300 14.2920 +[Mon Jan 11 15:48:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?250 14.2921 +[Mon Jan 11 15:48:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?200 14.2922 +[Mon Jan 11 15:48:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?150 14.2923 +[Mon Jan 11 15:48:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?100 14.2924 +[Mon Jan 11 15:48:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?50 14.2925 +[Mon Jan 11 15:48:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.2926 +[Mon Jan 11 15:48:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-50 14.2927 +[Mon Jan 11 15:48:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.2928 +[Mon Jan 11 15:48:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.2929 +[Mon Jan 11 15:48:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?2 14.2930 +[Mon Jan 11 15:48:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?3 14.2931 +[Mon Jan 11 15:48:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?4 14.2932 +[Mon Jan 11 15:48:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?5 14.2933 +[Mon Jan 11 15:48:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?6 14.2934 +[Mon Jan 11 15:48:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?7 14.2935 +[Mon Jan 11 15:48:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?8 14.2936 +[Mon Jan 11 15:48:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?9 14.2937 +[Mon Jan 11 15:48:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?10 14.2938 +[Mon Jan 11 15:48:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?11 14.2939 +[Mon Jan 11 15:48:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?12 14.2940 +[Mon Jan 11 15:48:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?13 14.2941 +[Mon Jan 11 15:48:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?14 14.2942 +[Mon Jan 11 15:48:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?15 14.2943 +[Mon Jan 11 15:48:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?16 14.2944 +[Mon Jan 11 15:48:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?17 14.2945 +[Mon Jan 11 15:48:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?18 14.2946 +[Mon Jan 11 15:48:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?19 14.2947 +[Mon Jan 11 15:48:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?20 14.2948 +[Mon Jan 11 15:48:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?21 14.2949 +[Mon Jan 11 15:48:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?22 14.2950 +[Mon Jan 11 15:48:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?23 14.2951 +[Mon Jan 11 15:48:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?24 14.2952 +[Mon Jan 11 15:48:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?25 14.2953 +[Mon Jan 11 15:48:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?26 14.2954 +[Mon Jan 11 15:48:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?27 14.2955 +[Mon Jan 11 15:48:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?28 14.2956 +[Mon Jan 11 15:48:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?29 14.2957 +[Mon Jan 11 15:48:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?30 14.2958 +[Mon Jan 11 15:48:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?31 14.2959 +[Mon Jan 11 15:48:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?32 14.2960 +[Mon Jan 11 15:48:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?33 14.2961 +[Mon Jan 11 15:48:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?34 14.2962 +[Mon Jan 11 15:48:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?35 14.2963 +[Mon Jan 11 15:48:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?36 14.2964 +[Mon Jan 11 15:48:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?37 14.2965 +[Mon Jan 11 15:48:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?38 14.2966 +[Mon Jan 11 15:48:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?39 14.2967 +[Mon Jan 11 15:48:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?40 14.2968 +[Mon Jan 11 15:48:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?41 14.2969 +[Mon Jan 11 15:48:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?42 14.2970 +[Mon Jan 11 15:48:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?43 14.2971 +[Mon Jan 11 15:48:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?44 14.2972 +[Mon Jan 11 15:48:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?45 14.2973 +[Mon Jan 11 15:48:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?46 14.2974 +[Mon Jan 11 15:48:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?47 14.2975 +[Mon Jan 11 15:48:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?48 14.2976 +[Mon Jan 11 15:48:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?49 14.2977 +[Mon Jan 11 15:48:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?50 14.2978 +[Mon Jan 11 15:48:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?51 14.2979 +[Mon Jan 11 15:48:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?52 14.2980 +[Mon Jan 11 15:48:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?53 14.2981 +[Mon Jan 11 15:48:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?54 14.2982 +[Mon Jan 11 15:48:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?55 14.2983 +[Mon Jan 11 15:48:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?56 14.2984 +[Mon Jan 11 15:48:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?57 14.2985 +[Mon Jan 11 15:48:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?58 14.2986 +[Mon Jan 11 15:48:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?59 14.2987 +[Mon Jan 11 15:48:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?60 14.2988 +[Mon Jan 11 15:48:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?110 14.2989 +[Mon Jan 11 15:48:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?160 14.2990 +[Mon Jan 11 15:48:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?210 14.2991 +[Mon Jan 11 15:48:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?160 14.2992 +[Mon Jan 11 15:48:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?110 14.2993 +[Mon Jan 11 15:48:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?60 14.2994 +[Mon Jan 11 15:48:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?10 14.2995 +[Mon Jan 11 15:48:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-40 14.2996 +[Mon Jan 11 15:48:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-90 14.2997 +[Mon Jan 11 15:48:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-140 14.2998 +[Mon Jan 11 15:48:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-190 14.2999 +[Mon Jan 11 15:48:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-240 14.3000 +[Mon Jan 11 15:48:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-290 14.3001 +[Mon Jan 11 15:48:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-240 14.3002 +[Mon Jan 11 15:48:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-190 14.3003 +[Mon Jan 11 15:48:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-140 14.3004 +[Mon Jan 11 15:48:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-90 14.3005 +[Mon Jan 11 15:48:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?-40 14.3006 +[Mon Jan 11 15:48:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?10 14.3007 +[Mon Jan 11 15:48:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?9 14.3008 +[Mon Jan 11 15:48:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?8 14.3009 +[Mon Jan 11 15:48:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?7 14.3010 +[Mon Jan 11 15:48:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?6 14.3011 +[Mon Jan 11 15:48:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?5 14.3012 +[Mon Jan 11 15:48:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?4 14.3013 +[Mon Jan 11 15:48:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?3 14.3014 +[Mon Jan 11 15:48:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?2 14.3015 +[Mon Jan 11 15:48:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3016 +[Mon Jan 11 15:48:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.3017 +[Mon Jan 11 20:45:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.3018 +[Mon Jan 11 20:45:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.3019 +[Mon Jan 11 20:45:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.3020 +[Mon Jan 11 20:45:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?0 14.3021 +[Mon Jan 11 20:46:26 2010] [error] [client 18.238.1.90] script not found or unable to stat: /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl 14.3022 +[Mon Jan 11 20:46:27 2010] [error] [client 18.238.1.90] script not found or unable to stat: /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_16.pl 14.3023 +[Mon Jan 11 20:46:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl 14.3024 +[Mon Jan 11 20:46:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.3025 +[Mon Jan 11 20:46:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?2 14.3026 +[Mon Jan 11 20:46:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?3 14.3027 +[Mon Jan 11 20:46:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?4 14.3028 +[Mon Jan 11 20:46:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?5 14.3029 +[Mon Jan 11 20:46:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?6 14.3030 +[Mon Jan 11 20:46:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?7 14.3031 +[Mon Jan 11 20:46:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?8 14.3032 +[Mon Jan 11 20:46:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?9 14.3033 +[Mon Jan 11 20:46:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?10 14.3034 +[Mon Jan 11 20:46:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?11 14.3035 +[Mon Jan 11 20:46:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?12 14.3036 +[Mon Jan 11 20:46:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?13 14.3037 +[Mon Jan 11 20:46:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?14 14.3038 +[Mon Jan 11 20:46:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?15 14.3039 +[Mon Jan 11 20:46:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?16 14.3040 +[Mon Jan 11 20:47:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/main.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?16 14.3041 +[Mon Jan 11 20:47:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?16 14.3042 +[Mon Jan 11 20:55:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3043 +[Mon Jan 11 20:56:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3044 +[Mon Jan 11 20:56:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3045 +[Mon Jan 11 20:56:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3046 +[Mon Jan 11 20:56:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3047 +[Mon Jan 11 20:56:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3048 +[Mon Jan 11 20:56:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3049 +[Mon Jan 11 20:59:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3050 +[Mon Jan 11 20:59:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3051 +[Mon Jan 11 20:59:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3052 +[Mon Jan 11 20:59:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3053 +[Mon Jan 11 21:01:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3054 +[Mon Jan 11 21:01:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3055 +[Mon Jan 11 21:02:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3056 +[Mon Jan 11 21:02:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3057 +[Mon Jan 11 21:02:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3058 +[Mon Jan 11 21:02:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3059 +[Mon Jan 11 21:02:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3060 +[Mon Jan 11 21:02:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3061 +[Mon Jan 11 21:02:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3062 +[Mon Jan 11 21:04:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3063 +[Mon Jan 11 21:04:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/source, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3064 +[Mon Jan 11 21:13:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3065 +[Mon Jan 11 21:14:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3066 +[Mon Jan 11 21:15:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3067 +[Mon Jan 11 21:16:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3068 +[Mon Jan 11 21:16:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3069 +[Mon Jan 11 21:17:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3070 +[Mon Jan 11 21:17:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3071 +[Mon Jan 11 21:17:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3072 +[Mon Jan 11 21:17:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.3073 +[Mon Jan 11 21:17:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3074 +[Mon Jan 11 21:17:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.3075 +[Mon Jan 11 21:17:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.3076 +[Mon Jan 11 21:17:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3077 +[Mon Jan 11 21:17:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.3078 +[Mon Jan 11 21:17:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3079 +[Mon Jan 11 21:18:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3080 +[Mon Jan 11 21:18:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3081 +[Mon Jan 11 21:18:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3082 +[Mon Jan 11 21:19:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3083 +[Mon Jan 11 21:19:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3084 +[Mon Jan 11 21:20:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3085 +[Mon Jan 11 21:20:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3086 +[Mon Jan 11 21:21:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3087 +[Mon Jan 11 21:21:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3088 +[Mon Jan 11 21:23:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3089 +[Mon Jan 11 21:23:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3090 +[Mon Jan 11 21:26:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3091 +[Mon Jan 11 21:27:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3092 +[Mon Jan 11 21:27:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3093 +[Mon Jan 11 21:28:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3094 +[Mon Jan 11 21:28:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.3095 +[Mon Jan 11 21:28:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.3096 +[Mon Jan 11 21:28:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3097 +[Mon Jan 11 21:28:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.3098 +[Mon Jan 11 21:28:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3099 +[Mon Jan 11 21:28:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3100 +[Mon Jan 11 21:28:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.3101 +[Mon Jan 11 21:28:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3102 +[Mon Jan 11 21:28:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.3103 +[Mon Jan 11 21:28:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3104 +[Mon Jan 11 21:28:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3105 +[Mon Jan 11 21:28:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?2 14.3106 +[Mon Jan 11 21:28:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?3 14.3107 +[Mon Jan 11 21:28:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?4 14.3108 +[Mon Jan 11 21:28:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?5 14.3109 +[Mon Jan 11 21:28:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?6 14.3110 +[Mon Jan 11 21:28:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?7 14.3111 +[Mon Jan 11 21:28:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?8 14.3112 +[Mon Jan 11 21:28:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?9 14.3113 +[Mon Jan 11 21:28:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?10 14.3114 +[Mon Jan 11 21:28:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?60 14.3115 +[Mon Jan 11 21:28:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?10 14.3116 +[Mon Jan 11 21:28:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?-40 14.3117 +[Mon Jan 11 21:28:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?-90 14.3118 +[Mon Jan 11 21:29:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?-90 14.3119 +[Mon Jan 11 21:29:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?-90 14.3120 +[Mon Jan 11 21:29:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?-90 14.3121 +[Mon Jan 11 21:29:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?-90 14.3122 +[Mon Jan 11 21:30:01 2010] [error] [client 18.238.1.90] script not found or unable to stat: /home/rlm/Desktop/web/laserkard/patrick/B_ARCHON_1.pl 14.3123 +[Mon Jan 11 21:30:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_1.pl?-90 14.3124 +[Mon Jan 11 21:30:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3125 +[Mon Jan 11 21:30:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.3126 +[Mon Jan 11 21:30:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.3127 +[Mon Jan 11 21:30:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3128 +[Mon Jan 11 21:30:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.3129 +[Mon Jan 11 21:30:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3130 +[Mon Jan 11 21:30:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3131 +[Mon Jan 11 21:30:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.3132 +[Mon Jan 11 21:30:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.3133 +[Mon Jan 11 21:30:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3134 +[Mon Jan 11 21:30:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_92.pl?1 14.3135 +[Mon Jan 11 21:30:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3136 +[Mon Jan 11 21:30:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3137 +[Mon Jan 11 21:31:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3138 +[Mon Jan 11 21:31:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3139 +[Mon Jan 11 21:31:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_76.pl?1 14.3140 +[Mon Jan 11 21:31:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3141 +[Mon Jan 11 21:31:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_40.pl?1 14.3142 +[Mon Jan 11 21:31:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_38.pl?1 14.3143 +[Mon Jan 11 21:31:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_14.pl?1 14.3144 +[Mon Jan 11 21:31:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_1.pl?1 14.3145 +[Mon Jan 11 21:31:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_1.pl?1 14.3146 +[Mon Jan 11 21:32:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_6.pl?1 14.3147 +[Mon Jan 11 21:32:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3148 +[Mon Jan 11 21:32:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3149 +[Mon Jan 11 21:32:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3150 +[Mon Jan 11 21:33:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3151 +[Mon Jan 11 21:33:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3152 +[Mon Jan 11 21:34:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.3153 +[Mon Jan 11 21:34:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_99.pl?1 14.3154 +[Mon Jan 11 21:34:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3155 +[Mon Jan 11 21:34:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_65.pl?1 14.3156 +[Mon Jan 11 21:34:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3157 +[Mon Jan 11 21:34:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3158 +[Mon Jan 11 21:34:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?2 14.3159 +[Mon Jan 11 21:34:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?2 14.3160 +[Mon Jan 11 21:34:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?3 14.3161 +[Mon Jan 11 21:34:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?3 14.3162 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?4 14.3163 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?4 14.3164 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?5 14.3165 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?5 14.3166 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?6 14.3167 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?6 14.3168 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?7 14.3169 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?7 14.3170 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?8 14.3171 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?8 14.3172 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?9 14.3173 +[Mon Jan 11 21:34:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?9 14.3174 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?10 14.3175 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?10 14.3176 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?11 14.3177 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?11 14.3178 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?12 14.3179 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?12 14.3180 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?13 14.3181 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?13 14.3182 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?14 14.3183 +[Mon Jan 11 21:34:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?14 14.3184 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?15 14.3185 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?15 14.3186 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?16 14.3187 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?16 14.3188 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?17 14.3189 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?17 14.3190 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?16 14.3191 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?16 14.3192 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?15 14.3193 +[Mon Jan 11 21:34:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?15 14.3194 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?14 14.3195 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?14 14.3196 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?13 14.3197 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?13 14.3198 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?12 14.3199 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?12 14.3200 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?11 14.3201 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?11 14.3202 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?10 14.3203 +[Mon Jan 11 21:34:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?10 14.3204 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?9 14.3205 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?9 14.3206 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?8 14.3207 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?8 14.3208 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?7 14.3209 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?7 14.3210 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?6 14.3211 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?6 14.3212 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?5 14.3213 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?5 14.3214 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?4 14.3215 +[Mon Jan 11 21:34:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?4 14.3216 +[Mon Jan 11 21:34:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?3 14.3217 +[Mon Jan 11 21:34:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?3 14.3218 +[Mon Jan 11 21:34:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?2 14.3219 +[Mon Jan 11 21:34:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?2 14.3220 +[Mon Jan 11 21:34:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3221 +[Mon Jan 11 21:34:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3222 +[Mon Jan 11 21:34:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3223 +[Mon Jan 11 21:34:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3224 +[Mon Jan 11 21:34:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?-1 14.3225 +[Mon Jan 11 21:34:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?-1 14.3226 +[Mon Jan 11 21:34:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3227 +[Mon Jan 11 21:34:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3228 +[Mon Jan 11 21:34:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?50 14.3229 +[Mon Jan 11 21:34:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?50 14.3230 +[Mon Jan 11 21:34:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?49 14.3231 +[Mon Jan 11 21:34:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?49 14.3232 +[Mon Jan 11 21:34:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?50 14.3233 +[Mon Jan 11 21:34:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?50 14.3234 +[Mon Jan 11 21:34:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3235 +[Mon Jan 11 21:34:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3236 +[Mon Jan 11 21:42:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3237 +[Mon Jan 11 21:42:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3238 +[Mon Jan 11 21:43:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/ohYeah.css, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3239 +[Mon Jan 11 21:43:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3240 +[Mon Jan 11 21:44:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3241 +[Mon Jan 11 21:44:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3242 +[Mon Jan 11 21:45:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3243 +[Mon Jan 11 21:48:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3244 +[Mon Jan 11 21:51:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?0 14.3245 +[Mon Jan 11 21:51:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3246 +[Mon Jan 11 21:51:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_34.pl?1 14.3247 +[Mon Jan 11 21:51:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3248 +[Mon Jan 11 22:07:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3249 +[Mon Jan 11 22:07:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3250 +[Mon Jan 11 22:09:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3251 +[Mon Jan 11 22:09:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3252 +[Mon Jan 11 22:09:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3253 +[Mon Jan 11 22:09:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3254 +[Mon Jan 11 22:10:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/B_ARCHON_29.pl?1 14.3255 +[Mon Jan 11 22:10:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_38.pl?1 14.3256 +[Mon Jan 11 22:10:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_76.pl?1 14.3257 +[Mon Jan 11 22:10:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_1.pl?1 14.3258 +[Mon Jan 11 22:10:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3259 +[Mon Jan 11 22:10:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3260 +[Mon Jan 11 22:11:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/A_ARCHON_63.pl?1 14.3261 +[Mon Jan 11 22:11:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3262 +[Mon Jan 11 22:11:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3263 +[Mon Jan 11 22:11:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3264 +[Mon Jan 11 22:11:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3265 +[Mon Jan 11 22:11:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3266 +[Mon Jan 11 22:11:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3267 +[Mon Jan 11 22:11:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3268 +[Mon Jan 11 22:11:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3269 +[Mon Jan 11 22:11:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3270 +[Mon Jan 11 22:11:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3271 +[Mon Jan 11 22:11:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3272 +[Mon Jan 11 22:11:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3273 +[Mon Jan 11 22:11:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3274 +[Mon Jan 11 22:11:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3275 +[Mon Jan 11 22:11:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3276 +[Mon Jan 11 22:11:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3277 +[Mon Jan 11 22:11:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3278 +[Mon Jan 11 22:11:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3279 +[Mon Jan 11 22:11:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3280 +[Mon Jan 11 22:11:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3281 +[Mon Jan 11 22:11:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3282 +[Mon Jan 11 22:11:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3283 +[Mon Jan 11 22:11:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3284 +[Mon Jan 11 22:11:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3285 +[Mon Jan 11 22:11:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3286 +[Mon Jan 11 22:11:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3287 +[Mon Jan 11 22:11:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3288 +[Mon Jan 11 22:11:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3289 +[Mon Jan 11 22:11:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3290 +[Mon Jan 11 22:11:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3291 +[Mon Jan 11 22:13:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3292 +[Mon Jan 11 22:13:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3293 +[Mon Jan 11 22:13:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3294 +[Mon Jan 11 22:13:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3295 +[Mon Jan 11 22:13:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3296 +[Mon Jan 11 22:13:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3297 +[Mon Jan 11 22:13:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3298 +[Mon Jan 11 22:13:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3299 +[Mon Jan 11 22:13:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3300 +[Mon Jan 11 22:13:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3301 +[Mon Jan 11 22:13:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3302 +[Mon Jan 11 22:13:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3303 +[Mon Jan 11 22:13:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3304 +[Mon Jan 11 22:13:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3305 +[Mon Jan 11 22:13:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3306 +[Mon Jan 11 22:13:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3307 +[Mon Jan 11 22:13:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3308 +[Mon Jan 11 22:13:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3309 +[Mon Jan 11 22:13:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3310 +[Mon Jan 11 22:13:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3311 +[Mon Jan 11 22:13:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3312 +[Mon Jan 11 22:13:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3313 +[Mon Jan 11 22:13:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3314 +[Mon Jan 11 22:13:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3315 +[Mon Jan 11 22:13:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3316 +[Mon Jan 11 22:13:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3317 +[Mon Jan 11 22:13:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3318 +[Mon Jan 11 22:13:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3319 +[Mon Jan 11 22:13:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3320 +[Mon Jan 11 22:13:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3321 +[Mon Jan 11 22:13:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3322 +[Mon Jan 11 22:13:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3323 +[Mon Jan 11 22:13:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3324 +[Mon Jan 11 22:13:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3325 +[Mon Jan 11 22:13:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3326 +[Mon Jan 11 22:13:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3327 +[Mon Jan 11 22:13:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3328 +[Mon Jan 11 22:13:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3329 +[Mon Jan 11 22:13:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3330 +[Mon Jan 11 22:13:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3331 +[Mon Jan 11 22:13:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3332 +[Mon Jan 11 22:13:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3333 +[Mon Jan 11 22:13:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3334 +[Mon Jan 11 22:13:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3335 +[Mon Jan 11 22:13:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3336 +[Mon Jan 11 22:13:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3337 +[Mon Jan 11 22:13:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3338 +[Mon Jan 11 22:22:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3339 +[Mon Jan 11 22:23:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3340 +[Mon Jan 11 22:23:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3341 +[Mon Jan 11 22:23:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3342 +[Mon Jan 11 22:24:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3343 +[Mon Jan 11 22:24:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3344 +[Mon Jan 11 22:25:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3345 +[Mon Jan 11 22:25:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3346 +[Mon Jan 11 22:26:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3347 +[Mon Jan 11 22:26:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3348 +[Mon Jan 11 22:26:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3349 +[Mon Jan 11 22:26:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3350 +[Mon Jan 11 22:26:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3351 +[Mon Jan 11 22:26:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3352 +[Mon Jan 11 22:26:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3353 +[Mon Jan 11 22:26:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3354 +[Mon Jan 11 22:26:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3355 +[Mon Jan 11 22:26:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3356 +[Mon Jan 11 22:26:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3357 +[Mon Jan 11 22:26:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3358 +[Mon Jan 11 22:27:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3359 +[Mon Jan 11 22:27:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3360 +[Mon Jan 11 22:27:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3361 +[Mon Jan 11 22:27:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3362 +[Mon Jan 11 22:27:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3363 +[Mon Jan 11 22:27:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3364 +[Mon Jan 11 22:27:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3365 +[Mon Jan 11 22:27:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3366 +[Mon Jan 11 22:27:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3367 +[Mon Jan 11 22:27:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3368 +[Mon Jan 11 22:27:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3369 +[Mon Jan 11 22:27:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3370 +[Mon Jan 11 22:27:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3371 +[Mon Jan 11 22:27:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3372 +[Mon Jan 11 22:27:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3373 +[Mon Jan 11 22:27:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3374 +[Mon Jan 11 22:27:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3375 +[Mon Jan 11 22:27:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3376 +[Mon Jan 11 22:27:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3377 +[Mon Jan 11 22:27:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3378 +[Mon Jan 11 22:27:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3379 +[Mon Jan 11 22:27:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3380 +[Mon Jan 11 22:27:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3381 +[Mon Jan 11 22:27:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3382 +[Mon Jan 11 22:27:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3383 +[Mon Jan 11 22:27:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3384 +[Mon Jan 11 22:27:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3385 +[Mon Jan 11 22:27:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3386 +[Mon Jan 11 22:27:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3387 +[Mon Jan 11 22:27:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3388 +[Mon Jan 11 22:27:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3389 +[Mon Jan 11 22:28:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3390 +[Mon Jan 11 22:28:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3391 +[Mon Jan 11 22:29:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3392 +[Mon Jan 11 22:30:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3393 +[Mon Jan 11 22:30:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3394 +[Mon Jan 11 22:32:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3395 +[Mon Jan 11 22:33:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3396 +[Mon Jan 11 22:33:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3397 +[Mon Jan 11 22:33:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3398 +[Mon Jan 11 22:33:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3399 +[Mon Jan 11 22:33:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3400 +[Mon Jan 11 22:34:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3401 +[Mon Jan 11 22:34:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3402 +[Mon Jan 11 22:35:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3403 +[Mon Jan 11 22:35:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3404 +[Mon Jan 11 22:35:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3405 +[Mon Jan 11 22:35:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3406 +[Mon Jan 11 22:35:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3407 +[Mon Jan 11 22:35:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3408 +[Mon Jan 11 22:35:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3409 +[Mon Jan 11 22:35:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3410 +[Mon Jan 11 22:35:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3411 +[Mon Jan 11 22:35:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3412 +[Mon Jan 11 22:35:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3413 +[Mon Jan 11 22:35:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3414 +[Mon Jan 11 22:35:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3415 +[Mon Jan 11 22:35:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3416 +[Mon Jan 11 22:35:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3417 +[Mon Jan 11 22:35:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3418 +[Mon Jan 11 22:35:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3419 +[Mon Jan 11 22:35:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3420 +[Mon Jan 11 22:35:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3421 +[Mon Jan 11 22:35:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3422 +[Mon Jan 11 22:35:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3423 +[Mon Jan 11 22:35:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3424 +[Mon Jan 11 22:35:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3425 +[Mon Jan 11 22:35:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3426 +[Mon Jan 11 22:35:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3427 +[Mon Jan 11 22:35:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3428 +[Mon Jan 11 22:35:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3429 +[Mon Jan 11 22:35:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3430 +[Mon Jan 11 22:35:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3431 +[Mon Jan 11 22:35:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3432 +[Mon Jan 11 22:35:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3433 +[Mon Jan 11 22:35:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3434 +[Mon Jan 11 22:35:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3435 +[Mon Jan 11 22:35:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3436 +[Mon Jan 11 22:35:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3437 +[Mon Jan 11 22:35:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3438 +[Mon Jan 11 22:37:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3439 +[Mon Jan 11 22:37:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3440 +[Mon Jan 11 22:37:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3441 +[Mon Jan 11 22:38:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3442 +[Mon Jan 11 22:38:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3443 +[Mon Jan 11 22:38:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3444 +[Mon Jan 11 22:38:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3445 +[Mon Jan 11 22:38:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3446 +[Mon Jan 11 22:39:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3447 +[Mon Jan 11 22:39:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3448 +[Mon Jan 11 22:40:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3449 +[Mon Jan 11 22:40:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3450 +[Mon Jan 11 22:40:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3451 +[Mon Jan 11 22:40:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3452 +[Mon Jan 11 22:40:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3453 +[Mon Jan 11 22:40:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3454 +[Mon Jan 11 22:40:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3455 +[Mon Jan 11 22:40:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3456 +[Mon Jan 11 22:40:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3457 +[Mon Jan 11 22:40:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3458 +[Mon Jan 11 22:40:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3459 +[Mon Jan 11 22:40:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3460 +[Mon Jan 11 22:40:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3461 +[Mon Jan 11 22:40:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3462 +[Mon Jan 11 22:40:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3463 +[Mon Jan 11 22:40:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3464 +[Mon Jan 11 22:40:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3465 +[Mon Jan 11 22:40:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3466 +[Mon Jan 11 22:40:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3467 +[Mon Jan 11 22:40:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3468 +[Mon Jan 11 22:40:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3469 +[Mon Jan 11 22:40:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3470 +[Mon Jan 11 22:40:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3471 +[Mon Jan 11 22:40:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3472 +[Mon Jan 11 22:40:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3473 +[Mon Jan 11 22:40:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3474 +[Mon Jan 11 22:40:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3475 +[Mon Jan 11 22:40:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3476 +[Mon Jan 11 22:40:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3477 +[Mon Jan 11 22:40:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3478 +[Mon Jan 11 22:40:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3479 +[Mon Jan 11 22:40:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3480 +[Mon Jan 11 22:40:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3481 +[Mon Jan 11 22:40:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3482 +[Mon Jan 11 22:40:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3483 +[Mon Jan 11 22:40:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3484 +[Mon Jan 11 22:40:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3485 +[Mon Jan 11 22:40:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3486 +[Mon Jan 11 22:40:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3487 +[Mon Jan 11 22:40:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3488 +[Mon Jan 11 22:40:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3489 +[Mon Jan 11 22:40:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3490 +[Mon Jan 11 22:40:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3491 +[Mon Jan 11 22:40:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3492 +[Mon Jan 11 22:40:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3493 +[Mon Jan 11 22:40:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3494 +[Mon Jan 11 22:40:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3495 +[Mon Jan 11 22:40:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3496 +[Mon Jan 11 22:40:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3497 +[Mon Jan 11 22:40:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3498 +[Mon Jan 11 22:40:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3499 +[Mon Jan 11 22:40:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3500 +[Mon Jan 11 22:40:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3501 +[Mon Jan 11 22:40:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3502 +[Mon Jan 11 22:40:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3503 +[Mon Jan 11 22:40:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3504 +[Mon Jan 11 22:41:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3505 +[Mon Jan 11 22:41:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3506 +[Mon Jan 11 22:41:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3507 +[Mon Jan 11 22:41:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3508 +[Mon Jan 11 22:41:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3509 +[Mon Jan 11 22:41:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3510 +[Mon Jan 11 22:41:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3511 +[Mon Jan 11 22:41:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3512 +[Mon Jan 11 22:41:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3513 +[Mon Jan 11 22:41:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3514 +[Mon Jan 11 22:41:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3515 +[Mon Jan 11 22:41:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3516 +[Mon Jan 11 22:41:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3517 +[Mon Jan 11 22:41:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3518 +[Mon Jan 11 22:41:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3519 +[Mon Jan 11 22:41:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3520 +[Mon Jan 11 22:41:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3521 +[Mon Jan 11 22:41:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3522 +[Mon Jan 11 22:41:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3523 +[Mon Jan 11 22:41:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3524 +[Mon Jan 11 22:41:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3525 +[Mon Jan 11 22:41:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3526 +[Mon Jan 11 22:41:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3527 +[Mon Jan 11 22:41:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3528 +[Mon Jan 11 22:41:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3529 +[Mon Jan 11 22:41:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3530 +[Mon Jan 11 22:41:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3531 +[Mon Jan 11 22:41:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3532 +[Mon Jan 11 22:41:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3533 +[Mon Jan 11 22:41:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3534 +[Mon Jan 11 22:41:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3535 +[Mon Jan 11 22:41:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3536 +[Mon Jan 11 22:41:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3537 +[Mon Jan 11 22:41:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3538 +[Mon Jan 11 22:41:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3539 +[Mon Jan 11 22:41:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3540 +[Mon Jan 11 22:41:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3541 +[Mon Jan 11 22:41:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3542 +[Mon Jan 11 22:41:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3543 +[Mon Jan 11 22:41:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3544 +[Mon Jan 11 22:41:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3545 +[Mon Jan 11 22:41:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3546 +[Mon Jan 11 22:41:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3547 +[Mon Jan 11 22:41:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3548 +[Mon Jan 11 22:41:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3549 +[Mon Jan 11 22:41:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3550 +[Mon Jan 11 22:41:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3551 +[Mon Jan 11 22:41:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3552 +[Mon Jan 11 22:41:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3553 +[Mon Jan 11 22:41:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3554 +[Mon Jan 11 22:41:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3555 +[Mon Jan 11 22:41:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3556 +[Mon Jan 11 22:41:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3557 +[Mon Jan 11 22:41:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3558 +[Mon Jan 11 22:41:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3559 +[Mon Jan 11 22:41:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3560 +[Mon Jan 11 22:41:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3561 +[Mon Jan 11 22:41:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3562 +[Mon Jan 11 22:41:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3563 +[Mon Jan 11 22:41:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3564 +[Mon Jan 11 22:41:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3565 +[Mon Jan 11 22:41:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3566 +[Mon Jan 11 22:41:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3567 +[Mon Jan 11 22:41:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3568 +[Mon Jan 11 22:41:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3569 +[Mon Jan 11 22:41:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3570 +[Mon Jan 11 22:41:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3571 +[Mon Jan 11 22:41:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3572 +[Mon Jan 11 22:41:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3573 +[Mon Jan 11 22:41:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3574 +[Mon Jan 11 22:41:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3575 +[Mon Jan 11 22:41:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3576 +[Mon Jan 11 22:41:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3577 +[Mon Jan 11 22:41:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3578 +[Mon Jan 11 22:41:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3579 +[Mon Jan 11 22:41:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3580 +[Mon Jan 11 22:41:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3581 +[Mon Jan 11 22:41:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3582 +[Mon Jan 11 22:41:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3583 +[Mon Jan 11 22:41:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3584 +[Mon Jan 11 22:41:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3585 +[Mon Jan 11 22:41:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3586 +[Mon Jan 11 22:41:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3587 +[Mon Jan 11 22:41:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3588 +[Mon Jan 11 22:41:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3589 +[Mon Jan 11 22:41:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3590 +[Mon Jan 11 22:41:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3591 +[Mon Jan 11 22:41:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3592 +[Mon Jan 11 22:41:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3593 +[Mon Jan 11 22:41:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3594 +[Mon Jan 11 22:41:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3595 +[Mon Jan 11 22:41:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3596 +[Mon Jan 11 22:41:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3597 +[Mon Jan 11 22:41:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3598 +[Mon Jan 11 22:41:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3599 +[Mon Jan 11 22:41:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3600 +[Mon Jan 11 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3601 +[Mon Jan 11 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3602 +[Mon Jan 11 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3603 +[Mon Jan 11 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3604 +[Mon Jan 11 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3605 +[Mon Jan 11 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3606 +[Mon Jan 11 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3607 +[Mon Jan 11 22:41:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3608 +[Mon Jan 11 22:41:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3609 +[Mon Jan 11 22:41:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3610 +[Mon Jan 11 22:41:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3611 +[Mon Jan 11 22:41:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3612 +[Mon Jan 11 22:41:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3613 +[Mon Jan 11 22:41:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3614 +[Mon Jan 11 22:41:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3615 +[Mon Jan 11 22:41:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3616 +[Mon Jan 11 22:41:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3617 +[Mon Jan 11 22:41:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3618 +[Mon Jan 11 22:41:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3619 +[Mon Jan 11 22:41:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3620 +[Mon Jan 11 22:41:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3621 +[Mon Jan 11 22:41:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3622 +[Mon Jan 11 22:41:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3623 +[Mon Jan 11 22:41:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3624 +[Mon Jan 11 22:41:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3625 +[Mon Jan 11 22:41:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3626 +[Mon Jan 11 22:41:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3627 +[Mon Jan 11 22:41:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3628 +[Mon Jan 11 22:41:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3629 +[Mon Jan 11 22:41:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3630 +[Mon Jan 11 22:41:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3631 +[Mon Jan 11 22:41:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3632 +[Mon Jan 11 22:41:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3633 +[Mon Jan 11 22:42:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3634 +[Mon Jan 11 22:42:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3635 +[Mon Jan 11 22:48:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3636 +[Mon Jan 11 22:48:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3637 +[Mon Jan 11 22:48:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3638 +[Mon Jan 11 22:48:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3639 +[Mon Jan 11 22:48:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3640 +[Mon Jan 11 22:48:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3641 +[Mon Jan 11 22:48:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3642 +[Mon Jan 11 22:48:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3643 +[Mon Jan 11 22:48:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3644 +[Mon Jan 11 22:48:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3645 +[Mon Jan 11 22:48:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3646 +[Mon Jan 11 22:48:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3647 +[Mon Jan 11 22:48:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3648 +[Mon Jan 11 22:48:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3649 +[Mon Jan 11 22:48:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3650 +[Mon Jan 11 22:48:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3651 +[Mon Jan 11 22:48:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3652 +[Mon Jan 11 22:48:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3653 +[Mon Jan 11 22:48:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3654 +[Mon Jan 11 22:48:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3655 +[Mon Jan 11 22:48:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3656 +[Mon Jan 11 22:48:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3657 +[Mon Jan 11 22:48:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3658 +[Mon Jan 11 22:48:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3659 +[Mon Jan 11 22:48:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3660 +[Mon Jan 11 22:48:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3661 +[Mon Jan 11 22:48:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3662 +[Mon Jan 11 22:48:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3663 +[Mon Jan 11 22:48:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3664 +[Mon Jan 11 22:48:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3665 +[Mon Jan 11 22:48:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3666 +[Mon Jan 11 22:48:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3667 +[Mon Jan 11 22:48:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3668 +[Mon Jan 11 22:48:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3669 +[Mon Jan 11 22:48:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3670 +[Mon Jan 11 22:48:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3671 +[Mon Jan 11 22:48:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3672 +[Mon Jan 11 22:48:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3673 +[Mon Jan 11 22:48:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3674 +[Mon Jan 11 22:48:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3675 +[Mon Jan 11 22:48:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3676 +[Mon Jan 11 22:48:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3677 +[Mon Jan 11 22:48:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3678 +[Mon Jan 11 22:48:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3679 +[Mon Jan 11 22:48:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3680 +[Mon Jan 11 22:48:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3681 +[Mon Jan 11 22:48:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3682 +[Mon Jan 11 22:48:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3683 +[Mon Jan 11 22:48:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3684 +[Mon Jan 11 22:48:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3685 +[Mon Jan 11 22:48:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3686 +[Mon Jan 11 22:48:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3687 +[Mon Jan 11 22:48:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3688 +[Mon Jan 11 22:48:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3689 +[Mon Jan 11 22:49:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3690 +[Mon Jan 11 22:49:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3691 +[Mon Jan 11 22:49:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3692 +[Mon Jan 11 22:49:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3693 +[Mon Jan 11 22:49:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3694 +[Mon Jan 11 22:49:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3695 +[Mon Jan 11 22:49:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3696 +[Mon Jan 11 22:49:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3697 +[Mon Jan 11 22:51:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3698 +[Mon Jan 11 22:53:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3699 +[Mon Jan 11 22:53:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3700 +[Mon Jan 11 22:53:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3701 +[Mon Jan 11 22:53:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3702 +[Mon Jan 11 22:53:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3703 +[Mon Jan 11 22:53:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3704 +[Mon Jan 11 22:53:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3705 +[Mon Jan 11 22:53:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3706 +[Mon Jan 11 22:53:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3707 +[Mon Jan 11 22:53:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3708 +[Mon Jan 11 22:53:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3709 +[Mon Jan 11 22:53:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3710 +[Mon Jan 11 22:53:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3711 +[Mon Jan 11 22:53:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3712 +[Mon Jan 11 22:53:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3713 +[Mon Jan 11 22:53:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3714 +[Mon Jan 11 22:53:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3715 +[Mon Jan 11 22:53:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3716 +[Mon Jan 11 22:53:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3717 +[Mon Jan 11 22:53:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3718 +[Mon Jan 11 22:53:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3719 +[Mon Jan 11 22:53:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3720 +[Mon Jan 11 22:53:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3721 +[Mon Jan 11 22:53:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3722 +[Mon Jan 11 22:53:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3723 +[Mon Jan 11 22:53:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3724 +[Mon Jan 11 22:53:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3725 +[Mon Jan 11 22:53:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3726 +[Mon Jan 11 22:53:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3727 +[Mon Jan 11 22:53:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3728 +[Mon Jan 11 22:53:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3729 +[Mon Jan 11 22:53:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3730 +[Mon Jan 11 22:53:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3731 +[Mon Jan 11 22:53:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3732 +[Mon Jan 11 22:53:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3733 +[Mon Jan 11 22:53:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3734 +[Mon Jan 11 22:53:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3735 +[Mon Jan 11 22:53:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3736 +[Mon Jan 11 22:53:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3737 +[Mon Jan 11 22:53:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3738 +[Mon Jan 11 22:53:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3739 +[Mon Jan 11 22:53:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3740 +[Mon Jan 11 22:53:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3741 +[Mon Jan 11 22:53:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3742 +[Mon Jan 11 22:53:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3743 +[Mon Jan 11 22:53:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3744 +[Mon Jan 11 22:53:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3745 +[Mon Jan 11 22:53:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3746 +[Mon Jan 11 22:53:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3747 +[Mon Jan 11 22:53:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3748 +[Mon Jan 11 22:53:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3749 +[Mon Jan 11 22:53:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3750 +[Mon Jan 11 22:53:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3751 +[Mon Jan 11 22:53:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3752 +[Mon Jan 11 22:53:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3753 +[Mon Jan 11 22:53:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3754 +[Mon Jan 11 22:53:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3755 +[Mon Jan 11 22:53:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3756 +[Mon Jan 11 22:53:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3757 +[Mon Jan 11 22:53:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3758 +[Mon Jan 11 22:53:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3759 +[Mon Jan 11 22:53:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3760 +[Mon Jan 11 22:53:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3761 +[Mon Jan 11 22:53:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3762 +[Mon Jan 11 22:53:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3763 +[Mon Jan 11 22:53:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3764 +[Mon Jan 11 22:54:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3765 +[Mon Jan 11 22:54:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3766 +[Mon Jan 11 22:54:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3767 +[Mon Jan 11 22:54:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3768 +[Mon Jan 11 22:54:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3769 +[Mon Jan 11 22:54:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3770 +[Mon Jan 11 22:54:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3771 +[Mon Jan 11 22:54:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3772 +[Mon Jan 11 22:54:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3773 +[Mon Jan 11 22:54:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3774 +[Mon Jan 11 22:54:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3775 +[Mon Jan 11 22:54:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3776 +[Mon Jan 11 22:54:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3777 +[Mon Jan 11 22:54:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3778 +[Mon Jan 11 22:54:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3779 +[Mon Jan 11 22:54:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3780 +[Mon Jan 11 23:00:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3781 +[Mon Jan 11 23:00:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3782 +[Mon Jan 11 23:00:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3783 +[Mon Jan 11 23:00:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3784 +[Mon Jan 11 23:12:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3785 +[Mon Jan 11 23:12:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3786 +[Mon Jan 11 23:12:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3787 +[Mon Jan 11 23:12:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3788 +[Mon Jan 11 23:12:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3789 +[Mon Jan 11 23:12:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3790 +[Mon Jan 11 23:12:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3791 +[Mon Jan 11 23:12:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3792 +[Mon Jan 11 23:12:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3793 +[Mon Jan 11 23:12:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3794 +[Mon Jan 11 23:12:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3795 +[Mon Jan 11 23:12:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3796 +[Mon Jan 11 23:12:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3797 +[Mon Jan 11 23:12:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3798 +[Mon Jan 11 23:12:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3799 +[Mon Jan 11 23:12:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3800 +[Mon Jan 11 23:12:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3801 +[Mon Jan 11 23:12:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3802 +[Mon Jan 11 23:12:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3803 +[Mon Jan 11 23:12:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3804 +[Mon Jan 11 23:12:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3805 +[Mon Jan 11 23:12:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3806 +[Mon Jan 11 23:13:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3807 +[Mon Jan 11 23:13:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3808 +[Mon Jan 11 23:13:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3809 +[Mon Jan 11 23:13:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3810 +[Mon Jan 11 23:13:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3811 +[Mon Jan 11 23:13:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3812 +[Mon Jan 11 23:13:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3813 +[Mon Jan 11 23:13:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3814 +[Mon Jan 11 23:13:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3815 +[Mon Jan 11 23:13:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3816 +[Mon Jan 11 23:13:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3817 +[Mon Jan 11 23:13:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3818 +[Mon Jan 11 23:13:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3819 +[Mon Jan 11 23:13:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3820 +[Mon Jan 11 23:13:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3821 +[Mon Jan 11 23:13:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3822 +[Mon Jan 11 23:13:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3823 +[Mon Jan 11 23:13:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3824 +[Mon Jan 11 23:13:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3825 +[Mon Jan 11 23:13:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3826 +[Mon Jan 11 23:13:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3827 +[Mon Jan 11 23:13:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3828 +[Mon Jan 11 23:13:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3829 +[Mon Jan 11 23:13:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3830 +[Mon Jan 11 23:13:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3831 +[Mon Jan 11 23:13:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3832 +[Mon Jan 11 23:13:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3833 +[Mon Jan 11 23:13:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3834 +[Mon Jan 11 23:13:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3835 +[Mon Jan 11 23:13:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3836 +[Mon Jan 11 23:13:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3837 +[Mon Jan 11 23:13:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3838 +[Mon Jan 11 23:13:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3839 +[Mon Jan 11 23:13:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3840 +[Mon Jan 11 23:13:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3841 +[Mon Jan 11 23:13:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3842 +[Mon Jan 11 23:13:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3843 +[Mon Jan 11 23:13:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3844 +[Mon Jan 11 23:13:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3845 +[Mon Jan 11 23:13:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3846 +[Mon Jan 11 23:13:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3847 +[Mon Jan 11 23:13:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3848 +[Mon Jan 11 23:13:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3849 +[Mon Jan 11 23:13:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3850 +[Mon Jan 11 23:13:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3851 +[Mon Jan 11 23:13:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3852 +[Mon Jan 11 23:13:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3853 +[Mon Jan 11 23:13:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3854 +[Mon Jan 11 23:14:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3855 +[Mon Jan 11 23:14:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3856 +[Mon Jan 11 23:14:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3857 +[Mon Jan 11 23:14:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3858 +[Mon Jan 11 23:14:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3859 +[Mon Jan 11 23:14:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3860 +[Mon Jan 11 23:14:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3861 +[Mon Jan 11 23:14:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3862 +[Mon Jan 11 23:14:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3863 +[Mon Jan 11 23:14:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3864 +[Mon Jan 11 23:14:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3865 +[Mon Jan 11 23:14:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3866 +[Mon Jan 11 23:14:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3867 +[Mon Jan 11 23:14:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3868 +[Mon Jan 11 23:14:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3869 +[Mon Jan 11 23:14:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3870 +[Mon Jan 11 23:14:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3871 +[Mon Jan 11 23:14:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3872 +[Mon Jan 11 23:14:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3873 +[Mon Jan 11 23:14:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3874 +[Mon Jan 11 23:14:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3875 +[Mon Jan 11 23:14:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3876 +[Mon Jan 11 23:14:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3877 +[Mon Jan 11 23:14:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3878 +[Mon Jan 11 23:14:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3879 +[Mon Jan 11 23:14:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3880 +[Mon Jan 11 23:14:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3881 +[Mon Jan 11 23:14:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3882 +[Mon Jan 11 23:14:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3883 +[Mon Jan 11 23:14:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3884 +[Mon Jan 11 23:14:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3885 +[Mon Jan 11 23:14:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3886 +[Mon Jan 11 23:14:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3887 +[Mon Jan 11 23:14:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3888 +[Mon Jan 11 23:14:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3889 +[Mon Jan 11 23:14:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3890 +[Mon Jan 11 23:14:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3891 +[Mon Jan 11 23:14:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3892 +[Mon Jan 11 23:14:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3893 +[Mon Jan 11 23:14:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3894 +[Mon Jan 11 23:14:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3895 +[Mon Jan 11 23:14:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3896 +[Mon Jan 11 23:14:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3897 +[Mon Jan 11 23:14:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3898 +[Mon Jan 11 23:14:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3899 +[Mon Jan 11 23:14:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3900 +[Mon Jan 11 23:14:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3901 +[Mon Jan 11 23:14:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3902 +[Mon Jan 11 23:14:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3903 +[Mon Jan 11 23:14:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3904 +[Mon Jan 11 23:14:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3905 +[Mon Jan 11 23:14:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3906 +[Mon Jan 11 23:14:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3907 +[Mon Jan 11 23:14:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3908 +[Mon Jan 11 23:14:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3909 +[Mon Jan 11 23:14:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3910 +[Mon Jan 11 23:14:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3911 +[Mon Jan 11 23:14:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3912 +[Mon Jan 11 23:14:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3913 +[Mon Jan 11 23:14:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3914 +[Mon Jan 11 23:14:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3915 +[Mon Jan 11 23:15:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3916 +[Mon Jan 11 23:15:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3917 +[Mon Jan 11 23:15:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3918 +[Mon Jan 11 23:15:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3919 +[Mon Jan 11 23:15:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3920 +[Mon Jan 11 23:15:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3921 +[Mon Jan 11 23:15:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3922 +[Mon Jan 11 23:15:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3923 +[Mon Jan 11 23:15:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3924 +[Mon Jan 11 23:15:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3925 +[Mon Jan 11 23:15:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3926 +[Mon Jan 11 23:15:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3927 +[Mon Jan 11 23:15:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3928 +[Mon Jan 11 23:15:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3929 +[Mon Jan 11 23:15:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3930 +[Mon Jan 11 23:15:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3931 +[Mon Jan 11 23:15:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3932 +[Mon Jan 11 23:15:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3933 +[Mon Jan 11 23:15:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3934 +[Mon Jan 11 23:15:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3935 +[Mon Jan 11 23:15:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3936 +[Mon Jan 11 23:15:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3937 +[Mon Jan 11 23:15:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3938 +[Mon Jan 11 23:15:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3939 +[Mon Jan 11 23:15:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3940 +[Mon Jan 11 23:15:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3941 +[Mon Jan 11 23:15:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3942 +[Mon Jan 11 23:15:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3943 +[Mon Jan 11 23:15:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3944 +[Mon Jan 11 23:15:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3945 +[Mon Jan 11 23:15:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3946 +[Mon Jan 11 23:15:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3947 +[Mon Jan 11 23:15:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3948 +[Mon Jan 11 23:15:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3949 +[Mon Jan 11 23:15:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3950 +[Mon Jan 11 23:15:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3951 +[Mon Jan 11 23:15:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3952 +[Mon Jan 11 23:15:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3953 +[Mon Jan 11 23:15:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3954 +[Mon Jan 11 23:15:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3955 +[Mon Jan 11 23:15:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3956 +[Mon Jan 11 23:15:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3957 +[Mon Jan 11 23:15:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3958 +[Mon Jan 11 23:15:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3959 +[Mon Jan 11 23:15:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3960 +[Mon Jan 11 23:15:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3961 +[Mon Jan 11 23:15:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3962 +[Mon Jan 11 23:15:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3963 +[Mon Jan 11 23:15:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3964 +[Mon Jan 11 23:15:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3965 +[Mon Jan 11 23:15:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3966 +[Mon Jan 11 23:15:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3967 +[Mon Jan 11 23:15:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3968 +[Mon Jan 11 23:15:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3969 +[Mon Jan 11 23:15:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3970 +[Mon Jan 11 23:15:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3971 +[Mon Jan 11 23:15:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3972 +[Mon Jan 11 23:15:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3973 +[Mon Jan 11 23:15:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3974 +[Mon Jan 11 23:15:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3975 +[Mon Jan 11 23:15:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3976 +[Mon Jan 11 23:15:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3977 +[Mon Jan 11 23:15:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3978 +[Mon Jan 11 23:15:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3979 +[Mon Jan 11 23:15:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3980 +[Mon Jan 11 23:15:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3981 +[Mon Jan 11 23:15:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3982 +[Mon Jan 11 23:15:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3983 +[Mon Jan 11 23:15:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3984 +[Mon Jan 11 23:15:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3985 +[Mon Jan 11 23:15:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3986 +[Mon Jan 11 23:15:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3987 +[Mon Jan 11 23:15:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3988 +[Mon Jan 11 23:15:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3989 +[Mon Jan 11 23:15:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3990 +[Mon Jan 11 23:15:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3991 +[Mon Jan 11 23:15:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3992 +[Mon Jan 11 23:15:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3993 +[Mon Jan 11 23:15:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3994 +[Mon Jan 11 23:15:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3995 +[Mon Jan 11 23:15:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3996 +[Mon Jan 11 23:15:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3997 +[Mon Jan 11 23:15:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3998 +[Mon Jan 11 23:15:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.3999 +[Mon Jan 11 23:15:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4000 +[Mon Jan 11 23:15:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4001 +[Mon Jan 11 23:15:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4002 +[Mon Jan 11 23:15:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4003 +[Mon Jan 11 23:15:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4004 +[Mon Jan 11 23:15:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4005 +[Mon Jan 11 23:15:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4006 +[Mon Jan 11 23:15:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4007 +[Mon Jan 11 23:15:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4008 +[Mon Jan 11 23:15:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4009 +[Mon Jan 11 23:15:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4010 +[Mon Jan 11 23:15:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4011 +[Mon Jan 11 23:15:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4012 +[Mon Jan 11 23:15:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4013 +[Mon Jan 11 23:15:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4014 +[Mon Jan 11 23:15:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4015 +[Mon Jan 11 23:15:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4016 +[Mon Jan 11 23:15:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4017 +[Mon Jan 11 23:15:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4018 +[Mon Jan 11 23:15:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4019 +[Mon Jan 11 23:33:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4020 +[Mon Jan 11 23:33:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4021 +[Mon Jan 11 23:33:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4022 +[Mon Jan 11 23:33:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4023 +[Mon Jan 11 23:33:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4024 +[Mon Jan 11 23:33:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4025 +[Mon Jan 11 23:33:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4026 +[Mon Jan 11 23:33:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4027 +[Mon Jan 11 23:33:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4028 +[Mon Jan 11 23:33:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4029 +[Mon Jan 11 23:33:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4030 +[Mon Jan 11 23:33:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4031 +[Mon Jan 11 23:33:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4032 +[Mon Jan 11 23:33:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4033 +[Mon Jan 11 23:33:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4034 +[Mon Jan 11 23:33:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4035 +[Mon Jan 11 23:33:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4036 +[Mon Jan 11 23:33:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4037 +[Mon Jan 11 23:33:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4038 +[Mon Jan 11 23:33:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4039 +[Mon Jan 11 23:33:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4040 +[Mon Jan 11 23:33:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4041 +[Mon Jan 11 23:33:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4042 +[Mon Jan 11 23:33:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4043 +[Mon Jan 11 23:33:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4044 +[Mon Jan 11 23:33:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4045 +[Mon Jan 11 23:33:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4046 +[Mon Jan 11 23:33:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4047 +[Mon Jan 11 23:33:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4048 +[Mon Jan 11 23:33:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4049 +[Mon Jan 11 23:34:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4050 +[Mon Jan 11 23:34:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4051 +[Mon Jan 11 23:34:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4052 +[Mon Jan 11 23:34:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4053 +[Mon Jan 11 23:36:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4054 +[Mon Jan 11 23:36:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4055 +[Mon Jan 11 23:36:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4056 +[Mon Jan 11 23:36:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4057 +[Mon Jan 11 23:39:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4058 +[Mon Jan 11 23:39:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4059 +[Mon Jan 11 23:39:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4060 +[Mon Jan 11 23:39:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4061 +[Mon Jan 11 23:39:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4062 +[Mon Jan 11 23:39:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4063 +[Mon Jan 11 23:39:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4064 +[Mon Jan 11 23:39:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4065 +[Mon Jan 11 23:39:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4066 +[Mon Jan 11 23:39:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4067 +[Mon Jan 11 23:39:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4068 +[Mon Jan 11 23:39:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4069 +[Mon Jan 11 23:39:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4070 +[Mon Jan 11 23:39:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4071 +[Mon Jan 11 23:39:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4072 +[Mon Jan 11 23:39:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4073 +[Mon Jan 11 23:39:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4074 +[Mon Jan 11 23:39:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4075 +[Mon Jan 11 23:39:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4076 +[Mon Jan 11 23:39:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4077 +[Mon Jan 11 23:39:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4078 +[Mon Jan 11 23:39:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4079 +[Mon Jan 11 23:39:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4080 +[Mon Jan 11 23:39:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4081 +[Mon Jan 11 23:39:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4082 +[Mon Jan 11 23:39:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4083 +[Mon Jan 11 23:39:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4084 +[Mon Jan 11 23:39:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4085 +[Mon Jan 11 23:39:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4086 +[Mon Jan 11 23:39:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4087 +[Mon Jan 11 23:39:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4088 +[Mon Jan 11 23:39:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4089 +[Mon Jan 11 23:39:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4090 +[Mon Jan 11 23:39:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4091 +[Mon Jan 11 23:39:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4092 +[Mon Jan 11 23:39:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4093 +[Mon Jan 11 23:39:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4094 +[Mon Jan 11 23:39:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4095 +[Mon Jan 11 23:39:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4096 +[Mon Jan 11 23:40:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4097 +[Mon Jan 11 23:40:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4098 +[Mon Jan 11 23:40:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4099 +[Mon Jan 11 23:40:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4100 +[Mon Jan 11 23:40:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4101 +[Mon Jan 11 23:40:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4102 +[Mon Jan 11 23:40:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4103 +[Mon Jan 11 23:40:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4104 +[Mon Jan 11 23:40:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4105 +[Mon Jan 11 23:40:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4106 +[Mon Jan 11 23:40:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4107 +[Mon Jan 11 23:40:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4108 +[Mon Jan 11 23:40:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4109 +[Mon Jan 11 23:40:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4110 +[Mon Jan 11 23:40:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4111 +[Mon Jan 11 23:40:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4112 +[Mon Jan 11 23:40:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4113 +[Mon Jan 11 23:40:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4114 +[Mon Jan 11 23:40:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4115 +[Mon Jan 11 23:40:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4116 +[Mon Jan 11 23:40:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4117 +[Mon Jan 11 23:40:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4118 +[Mon Jan 11 23:40:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4119 +[Mon Jan 11 23:40:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4120 +[Mon Jan 11 23:40:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4121 +[Mon Jan 11 23:41:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4122 +[Mon Jan 11 23:41:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4123 +[Mon Jan 11 23:41:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4124 +[Mon Jan 11 23:41:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4125 +[Mon Jan 11 23:41:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4126 +[Mon Jan 11 23:50:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4127 +[Mon Jan 11 23:50:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4128 +[Mon Jan 11 23:50:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4129 +[Mon Jan 11 23:50:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4130 +[Mon Jan 11 23:50:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4131 +[Mon Jan 11 23:50:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4132 +[Mon Jan 11 23:50:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4133 +[Mon Jan 11 23:50:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4134 +[Mon Jan 11 23:50:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4135 +[Mon Jan 11 23:50:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4136 +[Mon Jan 11 23:50:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4137 +[Mon Jan 11 23:50:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4138 +[Mon Jan 11 23:50:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4139 +[Mon Jan 11 23:50:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4140 +[Mon Jan 11 23:50:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4141 +[Mon Jan 11 23:50:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4142 +[Mon Jan 11 23:51:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4143 +[Mon Jan 11 23:51:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4144 +[Mon Jan 11 23:51:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4145 +[Mon Jan 11 23:51:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4146 +[Mon Jan 11 23:51:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4147 +[Mon Jan 11 23:51:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4148 +[Mon Jan 11 23:51:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4149 +[Mon Jan 11 23:51:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4150 +[Mon Jan 11 23:51:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4151 +[Mon Jan 11 23:51:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4152 +[Mon Jan 11 23:51:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4153 +[Mon Jan 11 23:51:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4154 +[Mon Jan 11 23:51:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4155 +[Mon Jan 11 23:51:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4156 +[Mon Jan 11 23:51:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4157 +[Mon Jan 11 23:51:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4158 +[Mon Jan 11 23:51:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4159 +[Mon Jan 11 23:51:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4160 +[Mon Jan 11 23:51:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4161 +[Mon Jan 11 23:51:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4162 +[Mon Jan 11 23:51:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4163 +[Mon Jan 11 23:51:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4164 +[Mon Jan 11 23:51:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4165 +[Mon Jan 11 23:51:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4166 +[Mon Jan 11 23:51:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4167 +[Mon Jan 11 23:51:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4168 +[Mon Jan 11 23:51:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4169 +[Mon Jan 11 23:51:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4170 +[Mon Jan 11 23:51:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4171 +[Mon Jan 11 23:51:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4172 +[Mon Jan 11 23:51:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4173 +[Mon Jan 11 23:51:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4174 +[Mon Jan 11 23:51:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4175 +[Mon Jan 11 23:51:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4176 +[Mon Jan 11 23:51:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4177 +[Mon Jan 11 23:52:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4178 +[Mon Jan 11 23:52:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4179 +[Mon Jan 11 23:52:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4180 +[Mon Jan 11 23:52:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4181 +[Mon Jan 11 23:52:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4182 +[Mon Jan 11 23:52:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4183 +[Mon Jan 11 23:52:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4184 +[Mon Jan 11 23:52:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4185 +[Mon Jan 11 23:52:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4186 +[Mon Jan 11 23:52:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4187 +[Mon Jan 11 23:52:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4188 +[Mon Jan 11 23:52:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4189 +[Mon Jan 11 23:52:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4190 +[Mon Jan 11 23:52:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4191 +[Mon Jan 11 23:52:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4192 +[Mon Jan 11 23:52:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4193 +[Mon Jan 11 23:52:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4194 +[Mon Jan 11 23:52:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4195 +[Mon Jan 11 23:52:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4196 +[Mon Jan 11 23:52:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4197 +[Mon Jan 11 23:52:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4198 +[Mon Jan 11 23:52:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4199 +[Mon Jan 11 23:52:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4200 +[Mon Jan 11 23:52:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4201 +[Mon Jan 11 23:52:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4202 +[Mon Jan 11 23:52:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4203 +[Mon Jan 11 23:52:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4204 +[Mon Jan 11 23:52:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4205 +[Mon Jan 11 23:52:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4206 +[Mon Jan 11 23:52:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4207 +[Mon Jan 11 23:52:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4208 +[Mon Jan 11 23:52:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4209 +[Mon Jan 11 23:52:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4210 +[Mon Jan 11 23:52:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4211 +[Mon Jan 11 23:52:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4212 +[Mon Jan 11 23:52:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4213 +[Mon Jan 11 23:52:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4214 +[Mon Jan 11 23:52:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4215 +[Mon Jan 11 23:52:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4216 +[Mon Jan 11 23:52:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4217 +[Mon Jan 11 23:52:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4218 +[Mon Jan 11 23:52:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4219 +[Mon Jan 11 23:52:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4220 +[Mon Jan 11 23:52:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4221 +[Mon Jan 11 23:52:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4222 +[Tue Jan 12 01:51:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4223 +[Tue Jan 12 01:51:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4224 +[Tue Jan 12 01:51:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4225 +[Tue Jan 12 01:51:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4226 +[Tue Jan 12 01:51:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4227 +[Tue Jan 12 01:51:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4228 +[Tue Jan 12 01:52:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4229 +[Tue Jan 12 01:52:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4230 +[Tue Jan 12 01:52:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4231 +[Tue Jan 12 01:52:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4232 +[Tue Jan 12 01:52:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4233 +[Tue Jan 12 01:52:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4234 +[Tue Jan 12 01:52:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4235 +[Tue Jan 12 01:52:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4236 +[Tue Jan 12 01:52:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4237 +[Tue Jan 12 01:52:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4238 +[Tue Jan 12 01:52:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4239 +[Tue Jan 12 01:52:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4240 +[Tue Jan 12 01:52:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4241 +[Tue Jan 12 01:52:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4242 +[Tue Jan 12 01:52:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4243 +[Tue Jan 12 01:52:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4244 +[Tue Jan 12 01:52:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4245 +[Tue Jan 12 01:52:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4246 +[Tue Jan 12 01:52:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4247 +[Tue Jan 12 01:52:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4248 +[Tue Jan 12 01:52:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4249 +[Tue Jan 12 01:52:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4250 +[Tue Jan 12 01:52:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4251 +[Tue Jan 12 01:52:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4252 +[Tue Jan 12 01:52:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4253 +[Tue Jan 12 01:52:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4254 +[Tue Jan 12 01:52:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4255 +[Tue Jan 12 03:28:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4256 +[Tue Jan 12 03:28:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.4257 +[Tue Jan 12 04:22:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4258 +[Tue Jan 12 04:22:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4259 +[Tue Jan 12 04:22:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4260 +[Tue Jan 12 04:22:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4261 +[Tue Jan 12 04:22:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4262 +[Tue Jan 12 04:22:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4263 +[Tue Jan 12 04:22:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4264 +[Tue Jan 12 04:22:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4265 +[Tue Jan 12 04:22:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4266 +[Tue Jan 12 04:22:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4267 +[Tue Jan 12 04:22:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4268 +[Tue Jan 12 04:22:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4269 +[Tue Jan 12 04:22:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4270 +[Tue Jan 12 04:22:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4271 +[Tue Jan 12 04:22:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4272 +[Tue Jan 12 04:22:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4273 +[Tue Jan 12 04:22:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4274 +[Tue Jan 12 04:22:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4275 +[Tue Jan 12 04:22:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4276 +[Tue Jan 12 04:22:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4277 +[Tue Jan 12 04:22:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4278 +[Tue Jan 12 04:22:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4279 +[Tue Jan 12 04:22:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4280 +[Tue Jan 12 04:23:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4281 +[Tue Jan 12 04:23:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4282 +[Tue Jan 12 04:23:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4283 +[Tue Jan 12 04:23:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4284 +[Tue Jan 12 04:23:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4285 +[Tue Jan 12 04:23:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4286 +[Tue Jan 12 04:23:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4287 +[Tue Jan 12 04:23:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4288 +[Tue Jan 12 04:23:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4289 +[Tue Jan 12 04:23:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4290 +[Tue Jan 12 04:23:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4291 +[Tue Jan 12 04:23:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4292 +[Tue Jan 12 04:23:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4293 +[Tue Jan 12 04:23:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4294 +[Tue Jan 12 04:23:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4295 +[Tue Jan 12 04:29:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4296 +[Tue Jan 12 04:29:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4297 +[Tue Jan 12 04:29:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4298 +[Tue Jan 12 04:29:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4299 +[Tue Jan 12 04:29:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4300 +[Tue Jan 12 04:29:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4301 +[Tue Jan 12 04:29:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4302 +[Tue Jan 12 04:29:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4303 +[Tue Jan 12 04:29:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4304 +[Tue Jan 12 04:29:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4305 +[Tue Jan 12 04:29:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4306 +[Tue Jan 12 04:29:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4307 +[Tue Jan 12 04:29:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4308 +[Tue Jan 12 04:29:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4309 +[Tue Jan 12 04:29:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4310 +[Tue Jan 12 04:29:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4311 +[Tue Jan 12 04:29:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4312 +[Tue Jan 12 04:29:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4313 +[Tue Jan 12 04:29:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4314 +[Tue Jan 12 04:29:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4315 +[Tue Jan 12 04:29:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4316 +[Tue Jan 12 04:29:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4317 +[Tue Jan 12 04:29:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4318 +[Tue Jan 12 04:29:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4319 +[Tue Jan 12 04:29:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4320 +[Tue Jan 12 04:29:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4321 +[Tue Jan 12 04:29:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4322 +[Tue Jan 12 04:29:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4323 +[Tue Jan 12 05:20:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4324 +[Tue Jan 12 05:20:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4325 +[Tue Jan 12 05:20:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4326 +[Tue Jan 12 05:25:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4327 +[Tue Jan 12 05:25:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4328 +[Tue Jan 12 05:25:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4329 +[Tue Jan 12 05:25:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4330 +[Tue Jan 12 05:25:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4331 +[Tue Jan 12 05:25:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4332 +[Tue Jan 12 05:25:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4333 +[Tue Jan 12 05:25:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4334 +[Tue Jan 12 05:25:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4335 +[Tue Jan 12 05:25:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4336 +[Tue Jan 12 05:25:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4337 +[Tue Jan 12 05:25:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4338 +[Tue Jan 12 05:25:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4339 +[Tue Jan 12 05:25:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4340 +[Tue Jan 12 05:25:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4341 +[Tue Jan 12 05:25:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4342 +[Tue Jan 12 05:25:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4343 +[Tue Jan 12 05:25:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4344 +[Tue Jan 12 05:25:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4345 +[Tue Jan 12 05:25:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4346 +[Tue Jan 12 05:25:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4347 +[Tue Jan 12 05:25:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4348 +[Tue Jan 12 05:25:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4349 +[Tue Jan 12 05:25:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4350 +[Tue Jan 12 05:25:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4351 +[Tue Jan 12 05:25:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4352 +[Tue Jan 12 05:25:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4353 +[Tue Jan 12 05:25:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4354 +[Tue Jan 12 05:25:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4355 +[Tue Jan 12 05:25:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4356 +[Tue Jan 12 05:26:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4357 +[Tue Jan 12 05:26:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4358 +[Tue Jan 12 05:26:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4359 +[Tue Jan 12 05:26:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4360 +[Tue Jan 12 05:26:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4361 +[Tue Jan 12 05:26:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4362 +[Tue Jan 12 05:26:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4363 +[Tue Jan 12 05:26:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4364 +[Tue Jan 12 05:26:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4365 +[Tue Jan 12 05:26:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4366 +[Tue Jan 12 05:26:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4367 +[Tue Jan 12 05:26:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4368 +[Tue Jan 12 05:26:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4369 +[Tue Jan 12 05:26:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4370 +[Tue Jan 12 05:26:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4371 +[Tue Jan 12 05:59:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4372 +[Tue Jan 12 05:59:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4373 +[Tue Jan 12 05:59:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4374 +[Tue Jan 12 05:59:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4375 +[Tue Jan 12 05:59:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4376 +[Tue Jan 12 05:59:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4377 +[Tue Jan 12 05:59:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4378 +[Tue Jan 12 05:59:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4379 +[Tue Jan 12 05:59:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4380 +[Tue Jan 12 05:59:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4381 +[Tue Jan 12 05:59:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4382 +[Tue Jan 12 05:59:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4383 +[Tue Jan 12 05:59:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4384 +[Tue Jan 12 05:59:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4385 +[Tue Jan 12 05:59:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4386 +[Tue Jan 12 05:59:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4387 +[Tue Jan 12 05:59:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4388 +[Tue Jan 12 05:59:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4389 +[Tue Jan 12 05:59:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4390 +[Tue Jan 12 05:59:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4391 +[Tue Jan 12 05:59:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4392 +[Tue Jan 12 05:59:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4393 +[Tue Jan 12 05:59:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4394 +[Tue Jan 12 05:59:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4395 +[Tue Jan 12 06:00:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4396 +[Tue Jan 12 06:00:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4397 +[Tue Jan 12 06:00:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4398 +[Tue Jan 12 06:00:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4399 +[Tue Jan 12 06:00:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4400 +[Tue Jan 12 06:00:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4401 +[Tue Jan 12 06:00:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4402 +[Tue Jan 12 06:01:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4403 +[Tue Jan 12 06:01:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4404 +[Tue Jan 12 06:01:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4405 +[Tue Jan 12 06:15:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4406 +[Tue Jan 12 06:15:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4407 +[Tue Jan 12 06:15:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4408 +[Tue Jan 12 06:15:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4409 +[Tue Jan 12 06:15:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4410 +[Tue Jan 12 06:15:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4411 +[Tue Jan 12 06:15:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4412 +[Tue Jan 12 06:15:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4413 +[Tue Jan 12 06:15:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4414 +[Tue Jan 12 06:15:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4415 +[Tue Jan 12 06:15:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4416 +[Tue Jan 12 06:15:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4417 +[Tue Jan 12 06:23:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4418 +[Tue Jan 12 06:23:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4419 +[Tue Jan 12 06:23:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4420 +[Tue Jan 12 06:23:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4421 +[Tue Jan 12 06:23:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4422 +[Tue Jan 12 06:23:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4423 +[Tue Jan 12 06:23:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4424 +[Tue Jan 12 06:23:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4425 +[Tue Jan 12 06:23:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4426 +[Tue Jan 12 06:23:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4427 +[Tue Jan 12 06:23:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4428 +[Tue Jan 12 06:23:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4429 +[Tue Jan 12 06:23:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4430 +[Tue Jan 12 06:24:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4431 +[Tue Jan 12 06:24:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4432 +[Tue Jan 12 06:24:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4433 +[Tue Jan 12 06:24:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4434 +[Tue Jan 12 06:24:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4435 +[Tue Jan 12 06:24:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4436 +[Tue Jan 12 06:24:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4437 +[Tue Jan 12 06:24:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4438 +[Tue Jan 12 06:24:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4439 +[Tue Jan 12 06:24:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4440 +[Tue Jan 12 06:24:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4441 +[Tue Jan 12 06:24:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4442 +[Tue Jan 12 06:24:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4443 +[Tue Jan 12 06:26:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4444 +[Tue Jan 12 06:27:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4445 +[Tue Jan 12 06:28:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4446 +[Tue Jan 12 06:28:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4447 +[Tue Jan 12 06:28:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4448 +[Tue Jan 12 06:28:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4449 +[Tue Jan 12 06:28:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4450 +[Tue Jan 12 06:28:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4451 +[Tue Jan 12 06:34:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4452 +[Tue Jan 12 06:34:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4453 +[Tue Jan 12 06:34:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4454 +[Tue Jan 12 06:38:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4455 +[Tue Jan 12 06:41:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4456 +[Tue Jan 12 06:45:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4457 +[Tue Jan 12 06:50:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4458 +[Tue Jan 12 06:52:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4459 +[Tue Jan 12 06:53:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4460 +[Tue Jan 12 06:53:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4461 +[Tue Jan 12 06:53:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4462 +[Tue Jan 12 06:53:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4463 +[Tue Jan 12 06:53:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4464 +[Tue Jan 12 06:53:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4465 +[Tue Jan 12 06:53:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4466 +[Tue Jan 12 06:53:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4467 +[Tue Jan 12 06:53:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4468 +[Tue Jan 12 06:53:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4469 +[Tue Jan 12 06:53:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4470 +[Tue Jan 12 06:53:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4471 +[Tue Jan 12 06:53:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4472 +[Tue Jan 12 06:53:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4473 +[Tue Jan 12 06:53:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4474 +[Tue Jan 12 06:53:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4475 +[Tue Jan 12 06:53:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4476 +[Tue Jan 12 06:53:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4477 +[Tue Jan 12 06:53:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4478 +[Tue Jan 12 06:53:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4479 +[Tue Jan 12 06:53:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4480 +[Tue Jan 12 06:53:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4481 +[Tue Jan 12 06:53:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4482 +[Tue Jan 12 06:53:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4483 +[Tue Jan 12 06:53:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4484 +[Tue Jan 12 06:54:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4485 +[Tue Jan 12 06:54:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4486 +[Tue Jan 12 06:54:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4487 +[Tue Jan 12 06:54:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4488 +[Tue Jan 12 06:54:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4489 +[Tue Jan 12 06:54:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4490 +[Tue Jan 12 06:54:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4491 +[Tue Jan 12 06:54:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4492 +[Tue Jan 12 06:54:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4493 +[Tue Jan 12 06:54:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4494 +[Tue Jan 12 06:54:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4495 +[Tue Jan 12 06:54:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4496 +[Tue Jan 12 06:54:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4497 +[Tue Jan 12 06:54:05 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4498 +[Tue Jan 12 06:54:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4499 +[Tue Jan 12 06:54:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4500 +[Tue Jan 12 06:54:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4501 +[Tue Jan 12 06:54:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4502 +[Tue Jan 12 06:54:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4503 +[Tue Jan 12 06:54:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4504 +[Tue Jan 12 06:54:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4505 +[Tue Jan 12 06:54:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4506 +[Tue Jan 12 06:54:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4507 +[Tue Jan 12 06:56:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4508 +[Tue Jan 12 07:02:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4509 +[Tue Jan 12 07:02:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4510 +[Tue Jan 12 07:02:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4511 +[Tue Jan 12 17:01:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4512 +[Tue Jan 12 17:01:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4513 +[Tue Jan 12 17:01:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4514 +[Tue Jan 12 17:01:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4515 +[Tue Jan 12 17:01:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4516 +[Tue Jan 12 17:01:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4517 +[Tue Jan 12 17:01:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4518 +[Tue Jan 12 17:01:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4519 +[Tue Jan 12 17:01:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4520 +[Tue Jan 12 17:01:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4521 +[Tue Jan 12 17:01:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4522 +[Tue Jan 12 17:04:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4523 +[Tue Jan 12 17:05:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4524 +[Tue Jan 12 17:08:08 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4525 +[Tue Jan 12 17:08:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4526 +[Tue Jan 12 17:08:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4527 +[Tue Jan 12 17:08:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4528 +[Tue Jan 12 17:08:13 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4529 +[Tue Jan 12 17:08:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4530 +[Tue Jan 12 17:08:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4531 +[Tue Jan 12 17:08:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4532 +[Tue Jan 12 17:08:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4533 +[Tue Jan 12 17:08:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4534 +[Tue Jan 12 17:08:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4535 +[Tue Jan 12 17:16:18 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4536 +[Tue Jan 12 17:17:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4537 +[Tue Jan 12 17:22:08 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/index.pl' failed 14.4538 +[Tue Jan 12 17:22:08 2010] [error] [client 18.238.1.90] Premature end of script headers: index.pl 14.4539 +[Tue Jan 12 17:22:13 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/index.pl' failed 14.4540 +[Tue Jan 12 17:22:13 2010] [error] [client 18.238.1.90] Premature end of script headers: index.pl 14.4541 +[Tue Jan 12 17:22:44 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/index.pl' failed 14.4542 +[Tue Jan 12 17:22:44 2010] [error] [client 18.238.1.90] Premature end of script headers: index.pl 14.4543 +[Tue Jan 12 17:22:45 2010] [error] [client 18.238.1.90] (8)Exec format error: exec of '/home/rlm/Desktop/web/laserkard/patrick/index.pl' failed 14.4544 +[Tue Jan 12 17:22:45 2010] [error] [client 18.238.1.90] Premature end of script headers: index.pl 14.4545 +[Tue Jan 12 17:27:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4546 +[Tue Jan 12 17:27:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4547 +[Tue Jan 12 17:27:55 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4548 +[Tue Jan 12 17:27:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4549 +[Tue Jan 12 17:27:56 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4550 +[Tue Jan 12 17:27:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4551 +[Tue Jan 12 17:27:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4552 +[Tue Jan 12 17:27:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4553 +[Tue Jan 12 17:27:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4554 +[Tue Jan 12 17:27:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4555 +[Tue Jan 12 17:27:57 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4556 +[Tue Jan 12 17:27:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4557 +[Tue Jan 12 17:27:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4558 +[Tue Jan 12 17:27:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4559 +[Tue Jan 12 17:27:58 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4560 +[Tue Jan 12 17:27:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4561 +[Tue Jan 12 17:27:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4562 +[Tue Jan 12 17:27:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4563 +[Tue Jan 12 17:27:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4564 +[Tue Jan 12 17:27:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4565 +[Tue Jan 12 17:27:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4566 +[Tue Jan 12 17:28:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4567 +[Tue Jan 12 17:28:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4568 +[Tue Jan 12 17:28:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4569 +[Tue Jan 12 17:28:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4570 +[Tue Jan 12 17:28:00 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4571 +[Tue Jan 12 17:28:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4572 +[Tue Jan 12 17:28:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4573 +[Tue Jan 12 17:28:01 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4574 +[Tue Jan 12 17:28:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4575 +[Tue Jan 12 17:28:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4576 +[Tue Jan 12 17:28:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4577 +[Tue Jan 12 17:28:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4578 +[Tue Jan 12 17:28:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4579 +[Tue Jan 12 17:28:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4580 +[Tue Jan 12 17:28:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4581 +[Tue Jan 12 17:28:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4582 +[Tue Jan 12 17:28:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4583 +[Tue Jan 12 17:28:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4584 +[Tue Jan 12 17:28:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4585 +[Tue Jan 12 17:28:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4586 +[Tue Jan 12 17:28:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4587 +[Tue Jan 12 17:28:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4588 +[Tue Jan 12 17:28:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4589 +[Tue Jan 12 17:28:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4590 +[Tue Jan 12 17:28:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4591 +[Tue Jan 12 17:28:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4592 +[Tue Jan 12 17:28:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4593 +[Tue Jan 12 17:28:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4594 +[Tue Jan 12 17:28:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4595 +[Tue Jan 12 17:28:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4596 +[Tue Jan 12 17:28:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4597 +[Tue Jan 12 17:29:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4598 +[Tue Jan 12 17:29:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4599 +[Tue Jan 12 17:52:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4600 +[Tue Jan 12 18:06:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4601 +[Tue Jan 12 18:25:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4602 +[Tue Jan 12 18:25:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4603 +[Tue Jan 12 18:25:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4604 +[Tue Jan 12 18:25:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4605 +[Tue Jan 12 18:25:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4606 +[Tue Jan 12 18:25:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4607 +[Tue Jan 12 18:25:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4608 +[Tue Jan 12 18:25:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4609 +[Tue Jan 12 18:25:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4610 +[Tue Jan 12 18:25:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4611 +[Tue Jan 12 18:25:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4612 +[Tue Jan 12 18:25:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4613 +[Tue Jan 12 18:25:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4614 +[Tue Jan 12 18:25:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4615 +[Tue Jan 12 18:25:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4616 +[Tue Jan 12 18:25:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4617 +[Tue Jan 12 18:25:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4618 +[Tue Jan 12 18:25:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4619 +[Tue Jan 12 18:25:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4620 +[Tue Jan 12 18:25:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4621 +[Tue Jan 12 18:25:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4622 +[Tue Jan 12 18:25:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4623 +[Tue Jan 12 18:25:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4624 +[Tue Jan 12 18:25:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4625 +[Tue Jan 12 18:25:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4626 +[Tue Jan 12 18:25:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4627 +[Tue Jan 12 18:25:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4628 +[Tue Jan 12 18:25:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4629 +[Tue Jan 12 18:25:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4630 +[Tue Jan 12 18:25:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4631 +[Tue Jan 12 18:25:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4632 +[Tue Jan 12 18:25:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4633 +[Tue Jan 12 18:25:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4634 +[Tue Jan 12 18:25:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4635 +[Tue Jan 12 18:25:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4636 +[Tue Jan 12 18:25:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4637 +[Tue Jan 12 18:25:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4638 +[Tue Jan 12 18:25:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4639 +[Tue Jan 12 18:25:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4640 +[Tue Jan 12 18:29:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4641 +[Tue Jan 12 18:29:12 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4642 +[Tue Jan 12 18:29:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4643 +[Tue Jan 12 18:29:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4644 +[Tue Jan 12 18:29:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4645 +[Tue Jan 12 18:29:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4646 +[Tue Jan 12 18:30:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4647 +[Tue Jan 12 18:30:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4648 +[Tue Jan 12 18:30:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4649 +[Tue Jan 12 18:30:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4650 +[Tue Jan 12 18:30:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4651 +[Tue Jan 12 18:30:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4652 +[Tue Jan 12 18:30:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4653 +[Tue Jan 12 18:30:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4654 +[Tue Jan 12 18:30:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4655 +[Tue Jan 12 18:30:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4656 +[Tue Jan 12 18:30:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4657 +[Tue Jan 12 18:30:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4658 +[Tue Jan 12 18:30:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4659 +[Tue Jan 12 18:30:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4660 +[Tue Jan 12 18:30:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4661 +[Tue Jan 12 18:30:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4662 +[Tue Jan 12 18:30:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4663 +[Tue Jan 12 18:30:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4664 +[Tue Jan 12 18:30:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4665 +[Tue Jan 12 18:30:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4666 +[Tue Jan 12 18:30:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4667 +[Tue Jan 12 18:30:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4668 +[Tue Jan 12 18:30:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4669 +[Tue Jan 12 18:30:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4670 +[Tue Jan 12 18:30:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4671 +[Tue Jan 12 18:30:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4672 +[Tue Jan 12 18:30:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4673 +[Tue Jan 12 18:30:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4674 +[Tue Jan 12 18:30:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4675 +[Tue Jan 12 18:30:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4676 +[Tue Jan 12 18:30:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4677 +[Tue Jan 12 18:30:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4678 +[Tue Jan 12 18:30:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4679 +[Tue Jan 12 18:30:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4680 +[Tue Jan 12 18:30:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4681 +[Tue Jan 12 18:30:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4682 +[Tue Jan 12 18:30:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4683 +[Tue Jan 12 18:30:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4684 +[Tue Jan 12 18:30:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4685 +[Tue Jan 12 18:30:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4686 +[Tue Jan 12 18:30:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4687 +[Tue Jan 12 18:30:54 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4688 +[Tue Jan 12 18:31:09 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4689 +[Wed Jan 13 05:13:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4690 +[Wed Jan 13 05:13:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4691 +[Wed Jan 13 05:13:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4692 +[Wed Jan 13 05:13:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4693 +[Wed Jan 13 05:13:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4694 +[Wed Jan 13 05:13:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4695 +[Wed Jan 13 05:13:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4696 +[Wed Jan 13 05:13:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4697 +[Wed Jan 13 05:13:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4698 +[Wed Jan 13 05:13:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4699 +[Wed Jan 13 05:13:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4700 +[Wed Jan 13 05:13:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4701 +[Wed Jan 13 05:13:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4702 +[Wed Jan 13 05:13:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4703 +[Wed Jan 13 05:13:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4704 +[Wed Jan 13 05:13:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4705 +[Wed Jan 13 05:15:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4706 +[Wed Jan 13 05:16:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4707 +[Wed Jan 13 05:16:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4708 +[Wed Jan 13 05:16:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4709 +[Wed Jan 13 05:16:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4710 +[Wed Jan 13 05:16:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4711 +[Wed Jan 13 05:16:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4712 +[Wed Jan 13 05:16:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4713 +[Wed Jan 13 05:16:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4714 +[Wed Jan 13 05:16:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4715 +[Wed Jan 13 05:16:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4716 +[Wed Jan 13 05:16:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4717 +[Wed Jan 13 05:16:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4718 +[Wed Jan 13 05:16:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4719 +[Wed Jan 13 05:16:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4720 +[Wed Jan 13 05:16:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4721 +[Wed Jan 13 05:16:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4722 +[Wed Jan 13 05:16:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4723 +[Wed Jan 13 05:16:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4724 +[Wed Jan 13 05:16:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4725 +[Wed Jan 13 05:16:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4726 +[Wed Jan 13 05:16:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4727 +[Wed Jan 13 05:16:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4728 +[Wed Jan 13 05:16:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4729 +[Wed Jan 13 05:16:36 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4730 +[Wed Jan 13 05:16:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4731 +[Wed Jan 13 05:16:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4732 +[Wed Jan 13 05:16:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4733 +[Wed Jan 13 05:16:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4734 +[Wed Jan 13 05:16:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4735 +[Wed Jan 13 05:16:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4736 +[Wed Jan 13 05:16:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4737 +[Wed Jan 13 05:16:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4738 +[Wed Jan 13 05:16:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4739 +[Wed Jan 13 05:16:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4740 +[Wed Jan 13 05:16:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4741 +[Wed Jan 13 05:16:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4742 +[Wed Jan 13 05:16:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4743 +[Wed Jan 13 05:16:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4744 +[Wed Jan 13 05:16:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4745 +[Wed Jan 13 05:16:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4746 +[Wed Jan 13 05:16:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4747 +[Wed Jan 13 05:16:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4748 +[Wed Jan 13 05:16:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4749 +[Wed Jan 13 05:16:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4750 +[Wed Jan 13 05:16:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4751 +[Wed Jan 13 05:16:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4752 +[Wed Jan 13 05:16:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4753 +[Wed Jan 13 05:16:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4754 +[Wed Jan 13 05:17:07 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4755 +[Wed Jan 13 05:17:10 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4756 +[Wed Jan 13 05:17:11 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4757 +[Wed Jan 13 05:17:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4758 +[Wed Jan 13 05:17:14 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4759 +[Wed Jan 13 05:17:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4760 +[Wed Jan 13 05:17:15 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4761 +[Wed Jan 13 05:17:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4762 +[Wed Jan 13 05:17:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4763 +[Wed Jan 13 05:17:19 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4764 +[Wed Jan 13 05:17:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4765 +[Wed Jan 13 05:17:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4766 +[Wed Jan 13 05:17:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4767 +[Wed Jan 13 05:17:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4768 +[Wed Jan 13 05:17:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4769 +[Wed Jan 13 05:17:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4770 +[Wed Jan 13 05:17:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4771 +[Wed Jan 13 05:17:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4772 +[Wed Jan 13 05:17:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4773 +[Wed Jan 13 05:17:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4774 +[Wed Jan 13 05:17:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4775 +[Wed Jan 13 05:17:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4776 +[Wed Jan 13 05:17:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4777 +[Wed Jan 13 05:17:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4778 +[Wed Jan 13 05:17:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4779 +[Wed Jan 13 05:17:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4780 +[Wed Jan 13 05:17:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4781 +[Wed Jan 13 05:17:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4782 +[Wed Jan 13 05:17:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4783 +[Wed Jan 13 05:17:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4784 +[Wed Jan 13 05:17:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4785 +[Wed Jan 13 05:17:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4786 +[Wed Jan 13 05:17:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4787 +[Wed Jan 13 05:17:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4788 +[Wed Jan 13 05:17:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4789 +[Wed Jan 13 05:17:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4790 +[Wed Jan 13 05:17:35 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4791 +[Wed Jan 13 05:17:37 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4792 +[Wed Jan 13 05:17:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4793 +[Wed Jan 13 05:17:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4794 +[Wed Jan 13 05:17:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4795 +[Wed Jan 13 05:17:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4796 +[Wed Jan 13 05:17:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4797 +[Wed Jan 13 05:17:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4798 +[Wed Jan 13 05:17:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4799 +[Wed Jan 13 05:17:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4800 +[Wed Jan 13 05:17:43 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4801 +[Wed Jan 13 05:17:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4802 +[Wed Jan 13 05:17:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4803 +[Wed Jan 13 05:17:45 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4804 +[Wed Jan 13 05:17:46 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4805 +[Wed Jan 13 05:17:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4806 +[Wed Jan 13 05:17:47 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4807 +[Wed Jan 13 05:17:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4808 +[Wed Jan 13 05:17:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4809 +[Wed Jan 13 05:17:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4810 +[Wed Jan 13 05:17:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4811 +[Wed Jan 13 05:19:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4812 +[Wed Jan 13 05:19:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4813 +[Wed Jan 13 05:19:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4814 +[Wed Jan 13 05:19:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4815 +[Wed Jan 13 05:19:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4816 +[Wed Jan 13 05:19:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4817 +[Wed Jan 13 05:19:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4818 +[Wed Jan 13 05:19:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4819 +[Wed Jan 13 05:19:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4820 +[Wed Jan 13 05:19:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4821 +[Wed Jan 13 05:19:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4822 +[Wed Jan 13 05:19:29 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4823 +[Wed Jan 13 05:19:30 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4824 +[Wed Jan 13 05:19:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4825 +[Wed Jan 13 05:19:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4826 +[Wed Jan 13 05:19:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4827 +[Wed Jan 13 05:19:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4828 +[Wed Jan 13 05:19:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4829 +[Wed Jan 13 05:19:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4830 +[Wed Jan 13 05:19:32 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4831 +[Wed Jan 13 05:19:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4832 +[Wed Jan 13 05:19:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4833 +[Wed Jan 13 05:19:33 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4834 +[Wed Jan 13 05:19:34 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4835 +[Wed Jan 13 05:19:38 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4836 +[Wed Jan 13 05:19:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4837 +[Wed Jan 13 05:19:39 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4838 +[Wed Jan 13 05:19:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4839 +[Wed Jan 13 05:19:40 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4840 +[Wed Jan 13 05:19:41 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4841 +[Wed Jan 13 05:19:42 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4842 +[Wed Jan 13 05:19:48 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4843 +[Wed Jan 13 05:19:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4844 +[Wed Jan 13 05:19:49 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4845 +[Wed Jan 13 05:19:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4846 +[Wed Jan 13 05:19:50 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4847 +[Wed Jan 13 05:19:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4848 +[Wed Jan 13 05:19:51 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4849 +[Wed Jan 13 05:19:52 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4850 +[Wed Jan 13 07:46:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4851 +[Wed Jan 13 07:46:21 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4852 +[Wed Jan 13 07:46:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4853 +[Wed Jan 13 07:46:22 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4854 +[Wed Jan 13 07:46:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4855 +[Wed Jan 13 07:46:23 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4856 +[Wed Jan 13 07:46:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4857 +[Wed Jan 13 07:46:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4858 +[Wed Jan 13 07:46:24 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4859 +[Wed Jan 13 07:46:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4860 +[Wed Jan 13 07:46:25 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4861 +[Wed Jan 13 07:46:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4862 +[Wed Jan 13 07:46:26 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4863 +[Wed Jan 13 07:46:27 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4864 +[Wed Jan 13 07:46:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/patrick/source/sodfgurce, referer: http://laserkard.rlmcintyre.com/patrick/source/ohYeah.css 14.4865 +[Sat Jan 16 07:40:17 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.4866 +[Sat Jan 16 07:40:20 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.4867 +[Sat Jan 16 08:30:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/awesome_js/HB_700.js, referer: http://laserkard.rlmcintyre.com/js.html 14.4868 +[Sat Jan 16 08:30:44 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/awesome_js/HB_700.js, referer: http://laserkard.rlmcintyre.com/js.html 14.4869 +[Sat Jan 16 08:30:53 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/awesome_js/HB_700.js, referer: http://laserkard.rlmcintyre.com/js.html 14.4870 +[Sat Jan 16 08:31:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/awesome_js/HB_700.js, referer: http://laserkard.rlmcintyre.com/js.html 14.4871 +[Sat Jan 16 08:31:06 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/awesome_js/HB_700.js, referer: http://laserkard.rlmcintyre.com/js.html 14.4872 +[Sat Jan 16 08:58:59 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/ja.html 14.4873 +[Sat Jan 16 12:05:02 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.4874 +[Sat Jan 16 12:05:03 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico 14.4875 +[Sat Jan 16 12:05:04 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
15.1 --- a/paypal/basic_acrylic_clear.paylist Mon Jan 04 21:12:22 2010 -0500 15.2 +++ b/paypal/basic_acrylic_clear.paylist Sat Jan 16 12:25:43 2010 -0500 15.3 @@ -1,157 +1,157 @@ 15.4 -<div id = "i_inputbox"> 15.5 - 15.6 -<h1>Clarity Series:<br> The Arrow Kard.</h1> 15.7 - 15.8 -<br><br> 15.9 -<!-- Start of Form --> 15.10 -<!-- Note: target="paypal" was replaced with the variable target="_self" --> 15.11 -<!-- Note: shopping_url also added to code --> 15.12 -<!-- These two changes allow better functionality with IE and Firefox --> 15.13 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 15.14 -<input type="hidden" name="add" value="1"> 15.15 -<input type="hidden" name="cmd" value="_cart"> 15.16 -<!--your email address goes here --> 15.17 -<input type="hidden" name="business" value="laserkards@mit.edu"> 15.18 -<input type="hidden" name="item_name"> 15.19 -<input type="hidden" name="item_number"> 15.20 -<input type="hidden" name="amount"> 15.21 -<input type="hidden" name="currency_code" value="USD"> 15.22 -<input type="hidden" name="lc" value="US"> 15.23 -<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 15.24 -<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 15.25 -<input type="hidden" name="return" value="http://www.laserkard.com"> 15.26 -<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 15.27 - 15.28 - 15.29 -<!-- --> 15.30 -<input type="hidden" name="baseamt" value="00"> 15.31 -<input type="hidden" name="basedes" value="Clarity Series: The Arrow Kard"> 15.32 -<!-- --> 15.33 -<input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 15.34 -<input type="hidden" name="baseos0"> 15.35 -<input type="hidden" name="baseon1" value = "Line 2 (MI6)"> 15.36 -<input type="hidden" name="baseos1"> 15.37 -<input type="hidden" name="baseon2" value = "Line 3 (Secret Agent)"> 15.38 -<input type="hidden" name="baseos2"> 15.39 -<input type="hidden" name="baseon3" value = "Line 4 (jbond@mi6.co.uk)"> 15.40 -<input type="hidden" name="baseos3"> 15.41 -<input type="hidden" name="baseon4" > 15.42 -<input type="hidden" name="baseos4"> 15.43 -<input type="hidden" name="baseon5" > 15.44 -<input type="hidden" name="baseos5"> 15.45 -<input type="hidden" name="baseon6" > 15.46 -<input type="hidden" name="baseos6"> 15.47 -<input type="hidden" name="baseon7" > 15.48 -<input type="hidden" name="baseos7"> 15.49 -<input type="hidden" name="baseon8" > 15.50 -<input type="hidden" name="baseos8"> 15.51 -<input type="hidden" name="baseon9" > 15.52 -<input type="hidden" name="baseos9"> 15.53 -<input type="hidden" name="baseitn"> 15.54 -<!-- --> 15.55 -<input type="hidden" name="on0"> 15.56 -<input type="hidden" name="os0"> 15.57 -<input type="hidden" name="on1"> 15.58 -<input type="hidden" name="os1"> 15.59 -<input type="hidden" name="on2"> 15.60 -<input type="hidden" name="os2"> 15.61 -<input type="hidden" name="on3"> 15.62 -<input type="hidden" name="os3"> 15.63 -<input type="hidden" name="on4"> 15.64 -<input type="hidden" name="os4"> 15.65 -<input type="hidden" name="on5"> 15.66 -<input type="hidden" name="os5"> 15.67 -<input type="hidden" name="on6"> 15.68 -<input type="hidden" name="os6"> 15.69 -<input type="hidden" name="on7"> 15.70 -<input type="hidden" name="os7"> 15.71 -<input type="hidden" name="on8"> 15.72 -<input type="hidden" name="os8"> 15.73 -<input type="hidden" name="on9"> 15.74 -<input type="hidden" name="os9"> 15.75 -<!-- --> 15.76 - 15.77 - 15.78 -<!-- Start of Options --> 15.79 - 15.80 - 15.81 - <input type="radio" name = "whatev" 15.82 - 15.83 - value="40 cards @125.00" CHECKED 15.84 - onclick = "ReadForm (this.form, false);" 15.85 - onload = "ReadForm (this.form, false);" > 15.86 - 40 cards — $125 15.87 - 15.88 - <br> 15.89 - 15.90 - 15.91 - <input type="radio" name = "whatev" 15.92 - 15.93 - value="4 cards @30.00" 15.94 - onclick = "ReadForm (this.form, false);" 15.95 - onload = "ReadForm (this.form, false);" > 15.96 - 4 cards — $30 15.97 - 15.98 - <br> 15.99 - 15.100 - 15.101 - 15.102 - 15.103 - 15.104 -<!-- End of Options --> 15.105 - 15.106 -<!-- Start of Text Input Fields --> 15.107 -<br> 15.108 -Line 1 (James Bond): 15.109 -<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> 15.110 -<!-- --> 15.111 -<br> 15.112 -<br> 15.113 -Line 2 (MI6): 15.114 -<input type="text" id="Line 2 (MI6)" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this)"> 15.115 -<!-- --> 15.116 -<br> 15.117 -<br> 15.118 -Line 3 (Secret Agent): 15.119 -<input type="text" id="Line 3 (Secret Agent)" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)"> 15.120 -<!-- --> 15.121 -<br> 15.122 -<br> 15.123 -Line 4 (jbond@mi6.co.uk): 15.124 -<input type="text" id="Line 4 (jbond@mi6.co.uk)" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)"> 15.125 -<!-- --> 15.126 -<br> 15.127 - 15.128 -<!-- --> 15.129 - 15.130 -<!-- End of Text Input Fields --> 15.131 - 15.132 -<br> 15.133 -<input type = "checkbox" onclick = "ReadForm (this.form, false);" value = "( +0.01 ^__^ )"> 15.134 -Add a penny! ^__^ 15.135 -<br> 15.136 - 15.137 -<br> 15.138 -Total Cost: 15.139 -<input class="nbor" type="text" name="tot" size="8" value="$125.00"> 15.140 - 15.141 -<br><br> 15.142 -<div id = "buttoncon"> 15.143 -<div id="crush"> 15.144 -Sending Order... 15.145 -</div> 15.146 - 15.147 -<div id="vanish"> 15.148 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 15.149 -</div> 15.150 - 15.151 - 15.152 - 15.153 - 15.154 -</div> 15.155 - 15.156 -</form> 15.157 -<!-- End of Form --> 15.158 - 15.159 - 15.160 -</div> 15.161 +<div id = "i_inputbox"> 15.162 + 15.163 +<h1>Clarity Series:<br> The Arrow Kard.</h1> 15.164 + 15.165 +<br><br> 15.166 +<!-- Start of Form --> 15.167 +<!-- Note: target="paypal" was replaced with the variable target="_self" --> 15.168 +<!-- Note: shopping_url also added to code --> 15.169 +<!-- These two changes allow better functionality with IE and Firefox --> 15.170 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 15.171 +<input type="hidden" name="add" value="1"> 15.172 +<input type="hidden" name="cmd" value="_cart"> 15.173 +<!--your email address goes here --> 15.174 +<input type="hidden" name="business" value="laserkards@mit.edu"> 15.175 +<input type="hidden" name="item_name"> 15.176 +<input type="hidden" name="item_number"> 15.177 +<input type="hidden" name="amount"> 15.178 +<input type="hidden" name="currency_code" value="USD"> 15.179 +<input type="hidden" name="lc" value="US"> 15.180 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 15.181 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 15.182 +<input type="hidden" name="return" value="http://www.laserkard.com"> 15.183 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 15.184 + 15.185 + 15.186 +<!-- --> 15.187 +<input type="hidden" name="baseamt" value="00"> 15.188 +<input type="hidden" name="basedes" value="Clarity Series: The Arrow Kard"> 15.189 +<!-- --> 15.190 +<input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 15.191 +<input type="hidden" name="baseos0"> 15.192 +<input type="hidden" name="baseon1" value = "Line 2 (MI6)"> 15.193 +<input type="hidden" name="baseos1"> 15.194 +<input type="hidden" name="baseon2" value = "Line 3 (Secret Agent)"> 15.195 +<input type="hidden" name="baseos2"> 15.196 +<input type="hidden" name="baseon3" value = "Line 4 (jbond@mi6.co.uk)"> 15.197 +<input type="hidden" name="baseos3"> 15.198 +<input type="hidden" name="baseon4" > 15.199 +<input type="hidden" name="baseos4"> 15.200 +<input type="hidden" name="baseon5" > 15.201 +<input type="hidden" name="baseos5"> 15.202 +<input type="hidden" name="baseon6" > 15.203 +<input type="hidden" name="baseos6"> 15.204 +<input type="hidden" name="baseon7" > 15.205 +<input type="hidden" name="baseos7"> 15.206 +<input type="hidden" name="baseon8" > 15.207 +<input type="hidden" name="baseos8"> 15.208 +<input type="hidden" name="baseon9" > 15.209 +<input type="hidden" name="baseos9"> 15.210 +<input type="hidden" name="baseitn"> 15.211 +<!-- --> 15.212 +<input type="hidden" name="on0"> 15.213 +<input type="hidden" name="os0"> 15.214 +<input type="hidden" name="on1"> 15.215 +<input type="hidden" name="os1"> 15.216 +<input type="hidden" name="on2"> 15.217 +<input type="hidden" name="os2"> 15.218 +<input type="hidden" name="on3"> 15.219 +<input type="hidden" name="os3"> 15.220 +<input type="hidden" name="on4"> 15.221 +<input type="hidden" name="os4"> 15.222 +<input type="hidden" name="on5"> 15.223 +<input type="hidden" name="os5"> 15.224 +<input type="hidden" name="on6"> 15.225 +<input type="hidden" name="os6"> 15.226 +<input type="hidden" name="on7"> 15.227 +<input type="hidden" name="os7"> 15.228 +<input type="hidden" name="on8"> 15.229 +<input type="hidden" name="os8"> 15.230 +<input type="hidden" name="on9"> 15.231 +<input type="hidden" name="os9"> 15.232 +<!-- --> 15.233 + 15.234 + 15.235 +<!-- Start of Options --> 15.236 + 15.237 + 15.238 + <input type="radio" name = "whatev" 15.239 + 15.240 + value="40 cards @125.00" CHECKED 15.241 + onclick = "ReadForm (this.form, false);" 15.242 + onload = "ReadForm (this.form, false);" > 15.243 + 40 cards — $125 15.244 + 15.245 + <br> 15.246 + 15.247 + 15.248 + <input type="radio" name = "whatev" 15.249 + 15.250 + value="4 cards @30.00" 15.251 + onclick = "ReadForm (this.form, false);" 15.252 + onload = "ReadForm (this.form, false);" > 15.253 + 4 cards — $30 15.254 + 15.255 + <br> 15.256 + 15.257 + 15.258 + 15.259 + 15.260 + 15.261 +<!-- End of Options --> 15.262 + 15.263 +<!-- Start of Text Input Fields --> 15.264 +<br> 15.265 +Line 1 (James Bond): 15.266 +<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 15.267 +<!-- --> 15.268 +<br> 15.269 +<br> 15.270 +Line 2 (MI6): 15.271 +<input type="text" id="Line 2 (MI6)" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 15.272 +<!-- --> 15.273 +<br> 15.274 +<br> 15.275 +Line 3 (Secret Agent): 15.276 +<input type="text" id="Line 3 (Secret Agent)" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 15.277 +<!-- --> 15.278 +<br> 15.279 +<br> 15.280 +Line 4 (jbond@mi6.co.uk): 15.281 +<input type="text" id="Line 4 (jbond@mi6.co.uk)" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 15.282 +<!-- --> 15.283 +<br> 15.284 + 15.285 +<!-- --> 15.286 + 15.287 +<!-- End of Text Input Fields --> 15.288 + 15.289 +<br> 15.290 +<input type = "checkbox" onclick = "ReadForm (this.form, false);" value = "( +0.01 ^__^ )"> 15.291 +Add a penny! ^__^ 15.292 +<br> 15.293 + 15.294 +<br> 15.295 +Total Cost: 15.296 +<input class="nbor" type="text" name="tot" size="8" value="$125.00"> 15.297 + 15.298 +<br><br> 15.299 +<div id = "buttoncon"> 15.300 +<div id="crush"> 15.301 +Sending Order... 15.302 +</div> 15.303 + 15.304 +<div id="vanish"> 15.305 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 15.306 +</div> 15.307 + 15.308 + 15.309 + 15.310 + 15.311 +</div> 15.312 + 15.313 +</form> 15.314 +<!-- End of Form --> 15.315 + 15.316 + 15.317 +</div>
16.1 --- a/paypal/basic_acrylic_green.paylist Mon Jan 04 21:12:22 2010 -0500 16.2 +++ b/paypal/basic_acrylic_green.paylist Sat Jan 16 12:25:43 2010 -0500 16.3 @@ -1,153 +1,153 @@ 16.4 -<div id = "i_inputbox"> 16.5 - 16.6 -<h1>Vitality LaserKard Basic Style</h1> 16.7 - 16.8 -<br><br> 16.9 -<!-- Start of Form --> 16.10 -<!-- Note: target="paypal" was replaced with the variable target="_self" --> 16.11 -<!-- Note: shopping_url also added to code --> 16.12 -<!-- These two changes allow better functionality with IE and Firefox --> 16.13 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 16.14 -<input type="hidden" name="add" value="1"> 16.15 -<input type="hidden" name="cmd" value="_cart"> 16.16 -<!--your email address goes here --> 16.17 -<input type="hidden" name="business" value="laserkards@mit.edu"> 16.18 -<input type="hidden" name="item_name"> 16.19 -<input type="hidden" name="item_number"> 16.20 -<input type="hidden" name="amount"> 16.21 -<input type="hidden" name="currency_code" value="USD"> 16.22 -<input type="hidden" name="lc" value="US"> 16.23 -<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 16.24 -<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 16.25 -<input type="hidden" name="return" value="http://www.laserkard.com"> 16.26 -<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 16.27 - 16.28 - 16.29 -<!-- --> 16.30 -<input type="hidden" name="baseamt" value="00"> 16.31 -<input type="hidden" name="basedes" value=""> 16.32 -<!-- --> 16.33 -<input type="hidden" name="baseon0" value = "Line 1"> 16.34 -<input type="hidden" name="baseos0"> 16.35 -<input type="hidden" name="baseon1" value = "Line 2"> 16.36 -<input type="hidden" name="baseos1"> 16.37 -<input type="hidden" name="baseon2" value = "Line 3"> 16.38 -<input type="hidden" name="baseos2"> 16.39 -<input type="hidden" name="baseon3" value = "Line 4"> 16.40 -<input type="hidden" name="baseos3"> 16.41 -<input type="hidden" name="baseon4" > 16.42 -<input type="hidden" name="baseos4"> 16.43 -<input type="hidden" name="baseon5" > 16.44 -<input type="hidden" name="baseos5"> 16.45 -<input type="hidden" name="baseon6" > 16.46 -<input type="hidden" name="baseos6"> 16.47 -<input type="hidden" name="baseon7" > 16.48 -<input type="hidden" name="baseos7"> 16.49 -<input type="hidden" name="baseon8" > 16.50 -<input type="hidden" name="baseos8"> 16.51 -<input type="hidden" name="baseon9" > 16.52 -<input type="hidden" name="baseos9"> 16.53 -<input type="hidden" name="baseitn"> 16.54 -<!-- --> 16.55 -<input type="hidden" name="on0"> 16.56 -<input type="hidden" name="os0"> 16.57 -<input type="hidden" name="on1"> 16.58 -<input type="hidden" name="os1"> 16.59 -<input type="hidden" name="on2"> 16.60 -<input type="hidden" name="os2"> 16.61 -<input type="hidden" name="on3"> 16.62 -<input type="hidden" name="os3"> 16.63 -<input type="hidden" name="on4"> 16.64 -<input type="hidden" name="os4"> 16.65 -<input type="hidden" name="on5"> 16.66 -<input type="hidden" name="os5"> 16.67 -<input type="hidden" name="on6"> 16.68 -<input type="hidden" name="os6"> 16.69 -<input type="hidden" name="on7"> 16.70 -<input type="hidden" name="os7"> 16.71 -<input type="hidden" name="on8"> 16.72 -<input type="hidden" name="os8"> 16.73 -<input type="hidden" name="on9"> 16.74 -<input type="hidden" name="os9"> 16.75 -<!-- --> 16.76 - 16.77 - 16.78 -<!-- Start of Options --> 16.79 - 16.80 - 16.81 - <input type="radio" name = "whatev" 16.82 - 16.83 - value="40 cards @135.00" CHECKED 16.84 - onclick = "ReadForm (this.form, false);" 16.85 - onload = "ReadForm (this.form, false);" > 16.86 - 40 cards — $135 16.87 - 16.88 - <br> 16.89 - 16.90 - 16.91 - <input type="radio" name = "whatev" 16.92 - 16.93 - value="4 cards @30.00" 16.94 - onclick = "ReadForm (this.form, false);" 16.95 - onload = "ReadForm (this.form, false);" > 16.96 - 4 cards — $30 16.97 - 16.98 - <br> 16.99 - 16.100 - 16.101 - 16.102 - 16.103 - 16.104 -<!-- End of Options --> 16.105 - 16.106 -<!-- Start of Text Input Fields --> 16.107 -<br> 16.108 -Line 1: 16.109 -<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> 16.110 -<!-- --> 16.111 -<br> 16.112 -<br> 16.113 -Line 2: 16.114 -<input type="text" id="Line 2" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this)"> 16.115 -<!-- --> 16.116 -<br> 16.117 -<br> 16.118 -Line 3: 16.119 -<input type="text" id="Line 3" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)"> 16.120 -<!-- --> 16.121 -<br> 16.122 -<br> 16.123 -Line 4: 16.124 -<input type="text" id="Line 4" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)"> 16.125 -<!-- --> 16.126 -<br> 16.127 - 16.128 -<!-- --> 16.129 - 16.130 -<!-- End of Text Input Fields --> 16.131 - 16.132 - 16.133 -<br> 16.134 -Total Cost: 16.135 -<input class="nbor" type="text" name="tot" size="8" value="$135.00"> 16.136 - 16.137 -<br><br> 16.138 -<div id = "buttoncon"> 16.139 -<div id="crush"> 16.140 -Sending Order... 16.141 -</div> 16.142 - 16.143 -<div id="vanish"> 16.144 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 16.145 -</div> 16.146 - 16.147 - 16.148 - 16.149 - 16.150 -</div> 16.151 - 16.152 -</form> 16.153 -<!-- End of Form --> 16.154 - 16.155 - 16.156 -</div> 16.157 +<div id = "i_inputbox"> 16.158 + 16.159 +<h1>Vitality LaserKard Basic Style</h1> 16.160 + 16.161 +<br><br> 16.162 +<!-- Start of Form --> 16.163 +<!-- Note: target="paypal" was replaced with the variable target="_self" --> 16.164 +<!-- Note: shopping_url also added to code --> 16.165 +<!-- These two changes allow better functionality with IE and Firefox --> 16.166 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 16.167 +<input type="hidden" name="add" value="1"> 16.168 +<input type="hidden" name="cmd" value="_cart"> 16.169 +<!--your email address goes here --> 16.170 +<input type="hidden" name="business" value="laserkards@mit.edu"> 16.171 +<input type="hidden" name="item_name"> 16.172 +<input type="hidden" name="item_number"> 16.173 +<input type="hidden" name="amount"> 16.174 +<input type="hidden" name="currency_code" value="USD"> 16.175 +<input type="hidden" name="lc" value="US"> 16.176 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 16.177 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 16.178 +<input type="hidden" name="return" value="http://www.laserkard.com"> 16.179 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 16.180 + 16.181 + 16.182 +<!-- --> 16.183 +<input type="hidden" name="baseamt" value="00"> 16.184 +<input type="hidden" name="basedes" value=""> 16.185 +<!-- --> 16.186 +<input type="hidden" name="baseon0" value = "Line 1"> 16.187 +<input type="hidden" name="baseos0"> 16.188 +<input type="hidden" name="baseon1" value = "Line 2"> 16.189 +<input type="hidden" name="baseos1"> 16.190 +<input type="hidden" name="baseon2" value = "Line 3"> 16.191 +<input type="hidden" name="baseos2"> 16.192 +<input type="hidden" name="baseon3" value = "Line 4"> 16.193 +<input type="hidden" name="baseos3"> 16.194 +<input type="hidden" name="baseon4" > 16.195 +<input type="hidden" name="baseos4"> 16.196 +<input type="hidden" name="baseon5" > 16.197 +<input type="hidden" name="baseos5"> 16.198 +<input type="hidden" name="baseon6" > 16.199 +<input type="hidden" name="baseos6"> 16.200 +<input type="hidden" name="baseon7" > 16.201 +<input type="hidden" name="baseos7"> 16.202 +<input type="hidden" name="baseon8" > 16.203 +<input type="hidden" name="baseos8"> 16.204 +<input type="hidden" name="baseon9" > 16.205 +<input type="hidden" name="baseos9"> 16.206 +<input type="hidden" name="baseitn"> 16.207 +<!-- --> 16.208 +<input type="hidden" name="on0"> 16.209 +<input type="hidden" name="os0"> 16.210 +<input type="hidden" name="on1"> 16.211 +<input type="hidden" name="os1"> 16.212 +<input type="hidden" name="on2"> 16.213 +<input type="hidden" name="os2"> 16.214 +<input type="hidden" name="on3"> 16.215 +<input type="hidden" name="os3"> 16.216 +<input type="hidden" name="on4"> 16.217 +<input type="hidden" name="os4"> 16.218 +<input type="hidden" name="on5"> 16.219 +<input type="hidden" name="os5"> 16.220 +<input type="hidden" name="on6"> 16.221 +<input type="hidden" name="os6"> 16.222 +<input type="hidden" name="on7"> 16.223 +<input type="hidden" name="os7"> 16.224 +<input type="hidden" name="on8"> 16.225 +<input type="hidden" name="os8"> 16.226 +<input type="hidden" name="on9"> 16.227 +<input type="hidden" name="os9"> 16.228 +<!-- --> 16.229 + 16.230 + 16.231 +<!-- Start of Options --> 16.232 + 16.233 + 16.234 + <input type="radio" name = "whatev" 16.235 + 16.236 + value="40 cards @135.00" CHECKED 16.237 + onclick = "ReadForm (this.form, false);" 16.238 + onload = "ReadForm (this.form, false);" > 16.239 + 40 cards — $135 16.240 + 16.241 + <br> 16.242 + 16.243 + 16.244 + <input type="radio" name = "whatev" 16.245 + 16.246 + value="4 cards @30.00" 16.247 + onclick = "ReadForm (this.form, false);" 16.248 + onload = "ReadForm (this.form, false);" > 16.249 + 4 cards — $30 16.250 + 16.251 + <br> 16.252 + 16.253 + 16.254 + 16.255 + 16.256 + 16.257 +<!-- End of Options --> 16.258 + 16.259 +<!-- Start of Text Input Fields --> 16.260 +<br> 16.261 +Line 1: 16.262 +<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 16.263 +<!-- --> 16.264 +<br> 16.265 +<br> 16.266 +Line 2: 16.267 +<input type="text" id="Line 2" name="line_2b" size="20" value = "MI6" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 16.268 +<!-- --> 16.269 +<br> 16.270 +<br> 16.271 +Line 3: 16.272 +<input type="text" id="Line 3" name="line_3b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 16.273 +<!-- --> 16.274 +<br> 16.275 +<br> 16.276 +Line 4: 16.277 +<input type="text" id="Line 4" name="line_4b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 16.278 +<!-- --> 16.279 +<br> 16.280 + 16.281 +<!-- --> 16.282 + 16.283 +<!-- End of Text Input Fields --> 16.284 + 16.285 + 16.286 +<br> 16.287 +Total Cost: 16.288 +<input class="nbor" type="text" name="tot" size="8" value="$135.00"> 16.289 + 16.290 +<br><br> 16.291 +<div id = "buttoncon"> 16.292 +<div id="crush"> 16.293 +Sending Order... 16.294 +</div> 16.295 + 16.296 +<div id="vanish"> 16.297 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 16.298 +</div> 16.299 + 16.300 + 16.301 + 16.302 + 16.303 +</div> 16.304 + 16.305 +</form> 16.306 +<!-- End of Form --> 16.307 + 16.308 + 16.309 +</div>
17.1 --- a/paypal/big_acrylic_clear.paylist Mon Jan 04 21:12:22 2010 -0500 17.2 +++ b/paypal/big_acrylic_clear.paylist Sat Jan 16 12:25:43 2010 -0500 17.3 @@ -1,143 +1,143 @@ 17.4 -<div id = "i_inputbox"> 17.5 - 17.6 -<h1>Clarity Series:<br> The Bold Kard.</h1> 17.7 - 17.8 -<br><br> 17.9 -<!-- Start of Form --> 17.10 -<!-- Note: target="paypal" was replaced with the variable target="_self" --> 17.11 -<!-- Note: shopping_url also added to code --> 17.12 -<!-- These two changes allow better functionality with IE and Firefox --> 17.13 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 17.14 -<input type="hidden" name="add" value="1"> 17.15 -<input type="hidden" name="cmd" value="_cart"> 17.16 -<!--your email address goes here --> 17.17 -<input type="hidden" name="business" value="laserkards@mit.edu"> 17.18 -<input type="hidden" name="item_name"> 17.19 -<input type="hidden" name="item_number"> 17.20 -<input type="hidden" name="amount"> 17.21 -<input type="hidden" name="currency_code" value="USD"> 17.22 -<input type="hidden" name="lc" value="US"> 17.23 -<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 17.24 -<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 17.25 -<input type="hidden" name="return" value="http://www.laserkard.com"> 17.26 -<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 17.27 - 17.28 - 17.29 -<!-- --> 17.30 -<input type="hidden" name="baseamt" value="00"> 17.31 -<input type="hidden" name="basedes" value="Clarity Series: The Bold Kard"> 17.32 -<!-- --> 17.33 -<input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 17.34 -<input type="hidden" name="baseos0"> 17.35 -<input type="hidden" name="baseon1" value = "Line 2 (jbond@mi6.co.uk)"> 17.36 -<input type="hidden" name="baseos1"> 17.37 -<input type="hidden" name="baseon2" > 17.38 -<input type="hidden" name="baseos2"> 17.39 -<input type="hidden" name="baseon3" > 17.40 -<input type="hidden" name="baseos3"> 17.41 -<input type="hidden" name="baseon4" > 17.42 -<input type="hidden" name="baseos4"> 17.43 -<input type="hidden" name="baseon5" > 17.44 -<input type="hidden" name="baseos5"> 17.45 -<input type="hidden" name="baseon6" > 17.46 -<input type="hidden" name="baseos6"> 17.47 -<input type="hidden" name="baseon7" > 17.48 -<input type="hidden" name="baseos7"> 17.49 -<input type="hidden" name="baseon8" > 17.50 -<input type="hidden" name="baseos8"> 17.51 -<input type="hidden" name="baseon9" > 17.52 -<input type="hidden" name="baseos9"> 17.53 -<input type="hidden" name="baseitn"> 17.54 -<!-- --> 17.55 -<input type="hidden" name="on0"> 17.56 -<input type="hidden" name="os0"> 17.57 -<input type="hidden" name="on1"> 17.58 -<input type="hidden" name="os1"> 17.59 -<input type="hidden" name="on2"> 17.60 -<input type="hidden" name="os2"> 17.61 -<input type="hidden" name="on3"> 17.62 -<input type="hidden" name="os3"> 17.63 -<input type="hidden" name="on4"> 17.64 -<input type="hidden" name="os4"> 17.65 -<input type="hidden" name="on5"> 17.66 -<input type="hidden" name="os5"> 17.67 -<input type="hidden" name="on6"> 17.68 -<input type="hidden" name="os6"> 17.69 -<input type="hidden" name="on7"> 17.70 -<input type="hidden" name="os7"> 17.71 -<input type="hidden" name="on8"> 17.72 -<input type="hidden" name="os8"> 17.73 -<input type="hidden" name="on9"> 17.74 -<input type="hidden" name="os9"> 17.75 -<!-- --> 17.76 - 17.77 - 17.78 -<!-- Start of Options --> 17.79 - 17.80 - 17.81 - <input type="radio" name = "whatev" 17.82 - 17.83 - value="40 cards @125.00" CHECKED 17.84 - onclick = "ReadForm (this.form, false);" 17.85 - onload = "ReadForm (this.form, false);" > 17.86 - 40 cards — $125 17.87 - 17.88 - <br> 17.89 - 17.90 - 17.91 - <input type="radio" name = "whatev" 17.92 - 17.93 - value="4 cards @30.00" 17.94 - onclick = "ReadForm (this.form, false);" 17.95 - onload = "ReadForm (this.form, false);" > 17.96 - 4 cards — $30 17.97 - 17.98 - <br> 17.99 - 17.100 - 17.101 - 17.102 - 17.103 - 17.104 -<!-- End of Options --> 17.105 - 17.106 -<!-- Start of Text Input Fields --> 17.107 -<br> 17.108 -Line 1 (James Bond): 17.109 -<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> 17.110 -<!-- --> 17.111 -<br> 17.112 -<br> 17.113 -Line 2 (jbond@mi6.co.uk): 17.114 -<input type="text" id="Line 2 (jbond@mi6.co.uk)" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)"> 17.115 -<!-- --> 17.116 -<br> 17.117 - 17.118 -<!-- --> 17.119 - 17.120 -<!-- End of Text Input Fields --> 17.121 - 17.122 - 17.123 -<br> 17.124 -Total Cost: 17.125 -<input class="nbor" type="text" name="tot" size="8" value="$125.00"> 17.126 - 17.127 -<br><br> 17.128 -<div id = "buttoncon"> 17.129 -<div id="crush"> 17.130 -Sending Order... 17.131 -</div> 17.132 - 17.133 -<div id="vanish"> 17.134 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 17.135 -</div> 17.136 - 17.137 - 17.138 - 17.139 - 17.140 -</div> 17.141 - 17.142 -</form> 17.143 -<!-- End of Form --> 17.144 - 17.145 - 17.146 -</div> 17.147 +<div id = "i_inputbox"> 17.148 + 17.149 +<h1>Clarity Series:<br> The Bold Kard.</h1> 17.150 + 17.151 +<br><br> 17.152 +<!-- Start of Form --> 17.153 +<!-- Note: target="paypal" was replaced with the variable target="_self" --> 17.154 +<!-- Note: shopping_url also added to code --> 17.155 +<!-- These two changes allow better functionality with IE and Firefox --> 17.156 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 17.157 +<input type="hidden" name="add" value="1"> 17.158 +<input type="hidden" name="cmd" value="_cart"> 17.159 +<!--your email address goes here --> 17.160 +<input type="hidden" name="business" value="laserkards@mit.edu"> 17.161 +<input type="hidden" name="item_name"> 17.162 +<input type="hidden" name="item_number"> 17.163 +<input type="hidden" name="amount"> 17.164 +<input type="hidden" name="currency_code" value="USD"> 17.165 +<input type="hidden" name="lc" value="US"> 17.166 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 17.167 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 17.168 +<input type="hidden" name="return" value="http://www.laserkard.com"> 17.169 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 17.170 + 17.171 + 17.172 +<!-- --> 17.173 +<input type="hidden" name="baseamt" value="00"> 17.174 +<input type="hidden" name="basedes" value="Clarity Series: The Bold Kard"> 17.175 +<!-- --> 17.176 +<input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 17.177 +<input type="hidden" name="baseos0"> 17.178 +<input type="hidden" name="baseon1" value = "Line 2 (jbond@mi6.co.uk)"> 17.179 +<input type="hidden" name="baseos1"> 17.180 +<input type="hidden" name="baseon2" > 17.181 +<input type="hidden" name="baseos2"> 17.182 +<input type="hidden" name="baseon3" > 17.183 +<input type="hidden" name="baseos3"> 17.184 +<input type="hidden" name="baseon4" > 17.185 +<input type="hidden" name="baseos4"> 17.186 +<input type="hidden" name="baseon5" > 17.187 +<input type="hidden" name="baseos5"> 17.188 +<input type="hidden" name="baseon6" > 17.189 +<input type="hidden" name="baseos6"> 17.190 +<input type="hidden" name="baseon7" > 17.191 +<input type="hidden" name="baseos7"> 17.192 +<input type="hidden" name="baseon8" > 17.193 +<input type="hidden" name="baseos8"> 17.194 +<input type="hidden" name="baseon9" > 17.195 +<input type="hidden" name="baseos9"> 17.196 +<input type="hidden" name="baseitn"> 17.197 +<!-- --> 17.198 +<input type="hidden" name="on0"> 17.199 +<input type="hidden" name="os0"> 17.200 +<input type="hidden" name="on1"> 17.201 +<input type="hidden" name="os1"> 17.202 +<input type="hidden" name="on2"> 17.203 +<input type="hidden" name="os2"> 17.204 +<input type="hidden" name="on3"> 17.205 +<input type="hidden" name="os3"> 17.206 +<input type="hidden" name="on4"> 17.207 +<input type="hidden" name="os4"> 17.208 +<input type="hidden" name="on5"> 17.209 +<input type="hidden" name="os5"> 17.210 +<input type="hidden" name="on6"> 17.211 +<input type="hidden" name="os6"> 17.212 +<input type="hidden" name="on7"> 17.213 +<input type="hidden" name="os7"> 17.214 +<input type="hidden" name="on8"> 17.215 +<input type="hidden" name="os8"> 17.216 +<input type="hidden" name="on9"> 17.217 +<input type="hidden" name="os9"> 17.218 +<!-- --> 17.219 + 17.220 + 17.221 +<!-- Start of Options --> 17.222 + 17.223 + 17.224 + <input type="radio" name = "whatev" 17.225 + 17.226 + value="40 cards @125.00" CHECKED 17.227 + onclick = "ReadForm (this.form, false);" 17.228 + onload = "ReadForm (this.form, false);" > 17.229 + 40 cards — $125 17.230 + 17.231 + <br> 17.232 + 17.233 + 17.234 + <input type="radio" name = "whatev" 17.235 + 17.236 + value="4 cards @30.00" 17.237 + onclick = "ReadForm (this.form, false);" 17.238 + onload = "ReadForm (this.form, false);" > 17.239 + 4 cards — $30 17.240 + 17.241 + <br> 17.242 + 17.243 + 17.244 + 17.245 + 17.246 + 17.247 +<!-- End of Options --> 17.248 + 17.249 +<!-- Start of Text Input Fields --> 17.250 +<br> 17.251 +Line 1 (James Bond): 17.252 +<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 17.253 +<!-- --> 17.254 +<br> 17.255 +<br> 17.256 +Line 2 (jbond@mi6.co.uk): 17.257 +<input type="text" id="Line 2 (jbond@mi6.co.uk)" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 17.258 +<!-- --> 17.259 +<br> 17.260 + 17.261 +<!-- --> 17.262 + 17.263 +<!-- End of Text Input Fields --> 17.264 + 17.265 + 17.266 +<br> 17.267 +Total Cost: 17.268 +<input class="nbor" type="text" name="tot" size="8" value="$125.00"> 17.269 + 17.270 +<br><br> 17.271 +<div id = "buttoncon"> 17.272 +<div id="crush"> 17.273 +Sending Order... 17.274 +</div> 17.275 + 17.276 +<div id="vanish"> 17.277 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 17.278 +</div> 17.279 + 17.280 + 17.281 + 17.282 + 17.283 +</div> 17.284 + 17.285 +</form> 17.286 +<!-- End of Form --> 17.287 + 17.288 + 17.289 +</div>
18.1 --- a/paypal/big_acrylic_green.paylist Mon Jan 04 21:12:22 2010 -0500 18.2 +++ b/paypal/big_acrylic_green.paylist Sat Jan 16 12:25:43 2010 -0500 18.3 @@ -1,147 +1,147 @@ 18.4 -<div id = "i_inputbox"> 18.5 - 18.6 -<h1>Vitality LaserKard BIG Style</h1> 18.7 - 18.8 -<br><br> 18.9 -<!-- Start of Form --> 18.10 -<!-- Note: target="paypal" was replaced with the variable target="_self" --> 18.11 -<!-- Note: shopping_url also added to code --> 18.12 -<!-- These two changes allow better functionality with IE and Firefox --> 18.13 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 18.14 -<input type="hidden" name="add" value="1"> 18.15 -<input type="hidden" name="cmd" value="_cart"> 18.16 -<!--your email address goes here --> 18.17 -<input type="hidden" name="business" value="laserkards@mit.edu"> 18.18 -<input type="hidden" name="item_name"> 18.19 -<input type="hidden" name="item_number"> 18.20 -<input type="hidden" name="amount"> 18.21 -<input type="hidden" name="currency_code" value="USD"> 18.22 -<input type="hidden" name="lc" value="US"> 18.23 -<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 18.24 -<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 18.25 -<input type="hidden" name="return" value="http://www.laserkard.com"> 18.26 -<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 18.27 - 18.28 - 18.29 -<!-- --> 18.30 -<input type="hidden" name="baseamt" value="00"> 18.31 -<input type="hidden" name="basedes" value=""> 18.32 -<!-- --> 18.33 -<input type="hidden" name="baseon0" value = "Line 1"> 18.34 -<input type="hidden" name="baseos0"> 18.35 -<input type="hidden" name="baseon1" value = "Line 2"> 18.36 -<input type="hidden" name="baseos1"> 18.37 -<input type="hidden" name="baseon2" > 18.38 -<input type="hidden" name="baseos2"> 18.39 -<input type="hidden" name="baseon3" > 18.40 -<input type="hidden" name="baseos3"> 18.41 -<input type="hidden" name="baseon4" > 18.42 -<input type="hidden" name="baseos4"> 18.43 -<input type="hidden" name="baseon5" > 18.44 -<input type="hidden" name="baseos5"> 18.45 -<input type="hidden" name="baseon6" > 18.46 -<input type="hidden" name="baseos6"> 18.47 -<input type="hidden" name="baseon7" > 18.48 -<input type="hidden" name="baseos7"> 18.49 -<input type="hidden" name="baseon8" > 18.50 -<input type="hidden" name="baseos8"> 18.51 -<input type="hidden" name="baseon9" > 18.52 -<input type="hidden" name="baseos9"> 18.53 -<input type="hidden" name="baseitn"> 18.54 -<!-- --> 18.55 -<input type="hidden" name="on0"> 18.56 -<input type="hidden" name="os0"> 18.57 -<input type="hidden" name="on1"> 18.58 -<input type="hidden" name="os1"> 18.59 -<input type="hidden" name="on2"> 18.60 -<input type="hidden" name="os2"> 18.61 -<input type="hidden" name="on3"> 18.62 -<input type="hidden" name="os3"> 18.63 -<input type="hidden" name="on4"> 18.64 -<input type="hidden" name="os4"> 18.65 -<input type="hidden" name="on5"> 18.66 -<input type="hidden" name="os5"> 18.67 -<input type="hidden" name="on6"> 18.68 -<input type="hidden" name="os6"> 18.69 -<input type="hidden" name="on7"> 18.70 -<input type="hidden" name="os7"> 18.71 -<input type="hidden" name="on8"> 18.72 -<input type="hidden" name="os8"> 18.73 -<input type="hidden" name="on9"> 18.74 -<input type="hidden" name="os9"> 18.75 -<!-- --> 18.76 - 18.77 - 18.78 -<!-- Start of Options --> 18.79 - 18.80 - 18.81 - <input type="radio" name = "whatev" 18.82 - 18.83 - value="40 cards @135.00" CHECKED 18.84 - onclick = "ReadForm (this.form, false);" 18.85 - onload = "ReadForm (this.form, false);" > 18.86 - 40 cards — $135 18.87 - 18.88 - <br> 18.89 - 18.90 - 18.91 - <input type="radio" name = "whatev" 18.92 - 18.93 - value="4 cards @30.00" 18.94 - onclick = "ReadForm (this.form, false);" 18.95 - onload = "ReadForm (this.form, false);" > 18.96 - 4 cards — $30 18.97 - 18.98 - <br> 18.99 - 18.100 - 18.101 - 18.102 - 18.103 - 18.104 -<!-- End of Options --> 18.105 - 18.106 -<!-- Start of Text Input Fields --> 18.107 -<br> 18.108 -Line 1: 18.109 -<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> 18.110 -<!-- --> 18.111 -<br> 18.112 -<br> 18.113 -Line 2: 18.114 -<input type="text" id="Line 2" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)"> 18.115 -<!-- --> 18.116 -<br> 18.117 - 18.118 -<!-- --> 18.119 - 18.120 -<!-- End of Text Input Fields --> 18.121 - 18.122 -<br> 18.123 -<input type = "checkbox" onclick = "ReadForm (this.form, false);" value = "( +0.01 ^__^ )"> 18.124 -Add a penny! ^__^ 18.125 -<br> 18.126 - 18.127 -<br> 18.128 -Total Cost: 18.129 -<input class="nbor" type="text" name="tot" size="8" value="$135.00"> 18.130 - 18.131 -<br><br> 18.132 -<div id = "buttoncon"> 18.133 -<div id="crush"> 18.134 -Sending Order... 18.135 -</div> 18.136 - 18.137 -<div id="vanish"> 18.138 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 18.139 -</div> 18.140 - 18.141 - 18.142 - 18.143 - 18.144 -</div> 18.145 - 18.146 -</form> 18.147 -<!-- End of Form --> 18.148 - 18.149 - 18.150 -</div> 18.151 +<div id = "i_inputbox"> 18.152 + 18.153 +<h1>Vitality LaserKard BIG Style</h1> 18.154 + 18.155 +<br><br> 18.156 +<!-- Start of Form --> 18.157 +<!-- Note: target="paypal" was replaced with the variable target="_self" --> 18.158 +<!-- Note: shopping_url also added to code --> 18.159 +<!-- These two changes allow better functionality with IE and Firefox --> 18.160 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 18.161 +<input type="hidden" name="add" value="1"> 18.162 +<input type="hidden" name="cmd" value="_cart"> 18.163 +<!--your email address goes here --> 18.164 +<input type="hidden" name="business" value="laserkards@mit.edu"> 18.165 +<input type="hidden" name="item_name"> 18.166 +<input type="hidden" name="item_number"> 18.167 +<input type="hidden" name="amount"> 18.168 +<input type="hidden" name="currency_code" value="USD"> 18.169 +<input type="hidden" name="lc" value="US"> 18.170 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 18.171 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 18.172 +<input type="hidden" name="return" value="http://www.laserkard.com"> 18.173 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 18.174 + 18.175 + 18.176 +<!-- --> 18.177 +<input type="hidden" name="baseamt" value="00"> 18.178 +<input type="hidden" name="basedes" value=""> 18.179 +<!-- --> 18.180 +<input type="hidden" name="baseon0" value = "Line 1"> 18.181 +<input type="hidden" name="baseos0"> 18.182 +<input type="hidden" name="baseon1" value = "Line 2"> 18.183 +<input type="hidden" name="baseos1"> 18.184 +<input type="hidden" name="baseon2" > 18.185 +<input type="hidden" name="baseos2"> 18.186 +<input type="hidden" name="baseon3" > 18.187 +<input type="hidden" name="baseos3"> 18.188 +<input type="hidden" name="baseon4" > 18.189 +<input type="hidden" name="baseos4"> 18.190 +<input type="hidden" name="baseon5" > 18.191 +<input type="hidden" name="baseos5"> 18.192 +<input type="hidden" name="baseon6" > 18.193 +<input type="hidden" name="baseos6"> 18.194 +<input type="hidden" name="baseon7" > 18.195 +<input type="hidden" name="baseos7"> 18.196 +<input type="hidden" name="baseon8" > 18.197 +<input type="hidden" name="baseos8"> 18.198 +<input type="hidden" name="baseon9" > 18.199 +<input type="hidden" name="baseos9"> 18.200 +<input type="hidden" name="baseitn"> 18.201 +<!-- --> 18.202 +<input type="hidden" name="on0"> 18.203 +<input type="hidden" name="os0"> 18.204 +<input type="hidden" name="on1"> 18.205 +<input type="hidden" name="os1"> 18.206 +<input type="hidden" name="on2"> 18.207 +<input type="hidden" name="os2"> 18.208 +<input type="hidden" name="on3"> 18.209 +<input type="hidden" name="os3"> 18.210 +<input type="hidden" name="on4"> 18.211 +<input type="hidden" name="os4"> 18.212 +<input type="hidden" name="on5"> 18.213 +<input type="hidden" name="os5"> 18.214 +<input type="hidden" name="on6"> 18.215 +<input type="hidden" name="os6"> 18.216 +<input type="hidden" name="on7"> 18.217 +<input type="hidden" name="os7"> 18.218 +<input type="hidden" name="on8"> 18.219 +<input type="hidden" name="os8"> 18.220 +<input type="hidden" name="on9"> 18.221 +<input type="hidden" name="os9"> 18.222 +<!-- --> 18.223 + 18.224 + 18.225 +<!-- Start of Options --> 18.226 + 18.227 + 18.228 + <input type="radio" name = "whatev" 18.229 + 18.230 + value="40 cards @135.00" CHECKED 18.231 + onclick = "ReadForm (this.form, false);" 18.232 + onload = "ReadForm (this.form, false);" > 18.233 + 40 cards — $135 18.234 + 18.235 + <br> 18.236 + 18.237 + 18.238 + <input type="radio" name = "whatev" 18.239 + 18.240 + value="4 cards @30.00" 18.241 + onclick = "ReadForm (this.form, false);" 18.242 + onload = "ReadForm (this.form, false);" > 18.243 + 4 cards — $30 18.244 + 18.245 + <br> 18.246 + 18.247 + 18.248 + 18.249 + 18.250 + 18.251 +<!-- End of Options --> 18.252 + 18.253 +<!-- Start of Text Input Fields --> 18.254 +<br> 18.255 +Line 1: 18.256 +<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 18.257 +<!-- --> 18.258 +<br> 18.259 +<br> 18.260 +Line 2: 18.261 +<input type="text" id="Line 2" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 18.262 +<!-- --> 18.263 +<br> 18.264 + 18.265 +<!-- --> 18.266 + 18.267 +<!-- End of Text Input Fields --> 18.268 + 18.269 +<br> 18.270 +<input type = "checkbox" onclick = "ReadForm (this.form, false);" value = "( +0.01 ^__^ )"> 18.271 +Add a penny! ^__^ 18.272 +<br> 18.273 + 18.274 +<br> 18.275 +Total Cost: 18.276 +<input class="nbor" type="text" name="tot" size="8" value="$135.00"> 18.277 + 18.278 +<br><br> 18.279 +<div id = "buttoncon"> 18.280 +<div id="crush"> 18.281 +Sending Order... 18.282 +</div> 18.283 + 18.284 +<div id="vanish"> 18.285 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 18.286 +</div> 18.287 + 18.288 + 18.289 + 18.290 + 18.291 +</div> 18.292 + 18.293 +</form> 18.294 +<!-- End of Form --> 18.295 + 18.296 + 18.297 +</div>
19.1 --- a/paypal/classic_acrylic_clear.paylist Mon Jan 04 21:12:22 2010 -0500 19.2 +++ b/paypal/classic_acrylic_clear.paylist Sat Jan 16 12:25:43 2010 -0500 19.3 @@ -1,163 +1,163 @@ 19.4 -<div id = "i_inputbox"> 19.5 - 19.6 -<h1>Clarity Series:<br> The Classic Kard.</h1> 19.7 - 19.8 -<br><br> 19.9 -<!-- Start of Form --> 19.10 -<!-- Note: target="paypal" was replaced with the variable target="_self" --> 19.11 -<!-- Note: shopping_url also added to code --> 19.12 -<!-- These two changes allow better functionality with IE and Firefox --> 19.13 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 19.14 -<input type="hidden" name="add" value="1"> 19.15 -<input type="hidden" name="cmd" value="_cart"> 19.16 -<!--your email address goes here --> 19.17 -<input type="hidden" name="business" value="laserkards@mit.edu"> 19.18 -<input type="hidden" name="item_name"> 19.19 -<input type="hidden" name="item_number"> 19.20 -<input type="hidden" name="amount"> 19.21 -<input type="hidden" name="currency_code" value="USD"> 19.22 -<input type="hidden" name="lc" value="US"> 19.23 -<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 19.24 -<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 19.25 -<input type="hidden" name="return" value="http://www.laserkard.com"> 19.26 -<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 19.27 - 19.28 - 19.29 -<!-- --> 19.30 -<input type="hidden" name="baseamt" value="00"> 19.31 -<input type="hidden" name="basedes" value="Clarity Series: The Classic Kard"> 19.32 -<!-- --> 19.33 -<input type="hidden" name="baseon0" value = "Line 1 (jbond@mi6.co.uk)"> 19.34 -<input type="hidden" name="baseos0"> 19.35 -<input type="hidden" name="baseon1" value = "Line 2 (123.456.7890)"> 19.36 -<input type="hidden" name="baseos1"> 19.37 -<input type="hidden" name="baseon2" value = "Line 3 (James Bond)"> 19.38 -<input type="hidden" name="baseos2"> 19.39 -<input type="hidden" name="baseon3" value = "Line 4 (MI6)"> 19.40 -<input type="hidden" name="baseos3"> 19.41 -<input type="hidden" name="baseon4" value = "Line 5 (Secret Agent)"> 19.42 -<input type="hidden" name="baseos4"> 19.43 -<input type="hidden" name="baseon5" value = "Side (http://www.jamesbond.com)"> 19.44 -<input type="hidden" name="baseos5"> 19.45 -<input type="hidden" name="baseon6" > 19.46 -<input type="hidden" name="baseos6"> 19.47 -<input type="hidden" name="baseon7" > 19.48 -<input type="hidden" name="baseos7"> 19.49 -<input type="hidden" name="baseon8" > 19.50 -<input type="hidden" name="baseos8"> 19.51 -<input type="hidden" name="baseon9" > 19.52 -<input type="hidden" name="baseos9"> 19.53 -<input type="hidden" name="baseitn"> 19.54 -<!-- --> 19.55 -<input type="hidden" name="on0"> 19.56 -<input type="hidden" name="os0"> 19.57 -<input type="hidden" name="on1"> 19.58 -<input type="hidden" name="os1"> 19.59 -<input type="hidden" name="on2"> 19.60 -<input type="hidden" name="os2"> 19.61 -<input type="hidden" name="on3"> 19.62 -<input type="hidden" name="os3"> 19.63 -<input type="hidden" name="on4"> 19.64 -<input type="hidden" name="os4"> 19.65 -<input type="hidden" name="on5"> 19.66 -<input type="hidden" name="os5"> 19.67 -<input type="hidden" name="on6"> 19.68 -<input type="hidden" name="os6"> 19.69 -<input type="hidden" name="on7"> 19.70 -<input type="hidden" name="os7"> 19.71 -<input type="hidden" name="on8"> 19.72 -<input type="hidden" name="os8"> 19.73 -<input type="hidden" name="on9"> 19.74 -<input type="hidden" name="os9"> 19.75 -<!-- --> 19.76 - 19.77 - 19.78 -<!-- Start of Options --> 19.79 - 19.80 - 19.81 - <input type="radio" name = "whatev" 19.82 - 19.83 - value="40 cards @125.00" CHECKED 19.84 - onclick = "ReadForm (this.form, false);" 19.85 - onload = "ReadForm (this.form, false);" > 19.86 - 40 cards — $125 19.87 - 19.88 - <br> 19.89 - 19.90 - 19.91 - <input type="radio" name = "whatev" 19.92 - 19.93 - value="4 cards @30.00" 19.94 - onclick = "ReadForm (this.form, false);" 19.95 - onload = "ReadForm (this.form, false);" > 19.96 - 4 cards — $30 19.97 - 19.98 - <br> 19.99 - 19.100 - 19.101 - 19.102 - 19.103 - 19.104 -<!-- End of Options --> 19.105 - 19.106 -<!-- Start of Text Input Fields --> 19.107 -<br> 19.108 -Line 1 (jbond@mi6.co.uk): 19.109 -<input type="text" id="Line 1 (jbond@mi6.co.uk)" name="line_1b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)"> 19.110 -<!-- --> 19.111 -<br> 19.112 -<br> 19.113 -Line 2 (123.456.7890): 19.114 -<input type="text" id="Line 2 (123.456.7890)" name="line_2b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)"> 19.115 -<!-- --> 19.116 -<br> 19.117 -<br> 19.118 -Line 3 (James Bond): 19.119 -<input type="text" id="Line 3 (James Bond)" name="line_3b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> 19.120 -<!-- --> 19.121 -<br> 19.122 -<br> 19.123 -Line 4 (MI6): 19.124 -<input type="text" id="Line 4 (MI6)" name="line_4b" size="20" value = "MI6" ONFOCUS="clearDefault(this)"> 19.125 -<!-- --> 19.126 -<br> 19.127 -<br> 19.128 -Line 5 (Secret Agent): 19.129 -<input type="text" id="Line 5 (Secret Agent)" name="line_5b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)"> 19.130 -<!-- --> 19.131 -<br> 19.132 -<br> 19.133 -Side (http://www.jamesbond.com): 19.134 -<input type="text" id="Side (http://www.jamesbond.com)" name="line_6b" size="20" value = "http://www.jamesbond.com" ONFOCUS="clearDefault(this)"> 19.135 -<!-- --> 19.136 -<br> 19.137 - 19.138 -<!-- --> 19.139 - 19.140 -<!-- End of Text Input Fields --> 19.141 - 19.142 - 19.143 -<br> 19.144 -Total Cost: 19.145 -<input class="nbor" type="text" name="tot" size="8" value="$125.00"> 19.146 - 19.147 -<br><br> 19.148 -<div id = "buttoncon"> 19.149 -<div id="crush"> 19.150 -Sending Order... 19.151 -</div> 19.152 - 19.153 -<div id="vanish"> 19.154 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 19.155 -</div> 19.156 - 19.157 - 19.158 - 19.159 - 19.160 -</div> 19.161 - 19.162 -</form> 19.163 -<!-- End of Form --> 19.164 - 19.165 - 19.166 -</div> 19.167 +<div id = "i_inputbox"> 19.168 + 19.169 +<h1>Clarity Series:<br> The Classic Kard.</h1> 19.170 + 19.171 +<br><br> 19.172 +<!-- Start of Form --> 19.173 +<!-- Note: target="paypal" was replaced with the variable target="_self" --> 19.174 +<!-- Note: shopping_url also added to code --> 19.175 +<!-- These two changes allow better functionality with IE and Firefox --> 19.176 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 19.177 +<input type="hidden" name="add" value="1"> 19.178 +<input type="hidden" name="cmd" value="_cart"> 19.179 +<!--your email address goes here --> 19.180 +<input type="hidden" name="business" value="laserkards@mit.edu"> 19.181 +<input type="hidden" name="item_name"> 19.182 +<input type="hidden" name="item_number"> 19.183 +<input type="hidden" name="amount"> 19.184 +<input type="hidden" name="currency_code" value="USD"> 19.185 +<input type="hidden" name="lc" value="US"> 19.186 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 19.187 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 19.188 +<input type="hidden" name="return" value="http://www.laserkard.com"> 19.189 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 19.190 + 19.191 + 19.192 +<!-- --> 19.193 +<input type="hidden" name="baseamt" value="00"> 19.194 +<input type="hidden" name="basedes" value="Clarity Series: The Classic Kard"> 19.195 +<!-- --> 19.196 +<input type="hidden" name="baseon0" value = "Line 1 (jbond@mi6.co.uk)"> 19.197 +<input type="hidden" name="baseos0"> 19.198 +<input type="hidden" name="baseon1" value = "Line 2 (123.456.7890)"> 19.199 +<input type="hidden" name="baseos1"> 19.200 +<input type="hidden" name="baseon2" value = "Line 3 (James Bond)"> 19.201 +<input type="hidden" name="baseos2"> 19.202 +<input type="hidden" name="baseon3" value = "Line 4 (MI6)"> 19.203 +<input type="hidden" name="baseos3"> 19.204 +<input type="hidden" name="baseon4" value = "Line 5 (Secret Agent)"> 19.205 +<input type="hidden" name="baseos4"> 19.206 +<input type="hidden" name="baseon5" value = "Side (http://www.jamesbond.com)"> 19.207 +<input type="hidden" name="baseos5"> 19.208 +<input type="hidden" name="baseon6" > 19.209 +<input type="hidden" name="baseos6"> 19.210 +<input type="hidden" name="baseon7" > 19.211 +<input type="hidden" name="baseos7"> 19.212 +<input type="hidden" name="baseon8" > 19.213 +<input type="hidden" name="baseos8"> 19.214 +<input type="hidden" name="baseon9" > 19.215 +<input type="hidden" name="baseos9"> 19.216 +<input type="hidden" name="baseitn"> 19.217 +<!-- --> 19.218 +<input type="hidden" name="on0"> 19.219 +<input type="hidden" name="os0"> 19.220 +<input type="hidden" name="on1"> 19.221 +<input type="hidden" name="os1"> 19.222 +<input type="hidden" name="on2"> 19.223 +<input type="hidden" name="os2"> 19.224 +<input type="hidden" name="on3"> 19.225 +<input type="hidden" name="os3"> 19.226 +<input type="hidden" name="on4"> 19.227 +<input type="hidden" name="os4"> 19.228 +<input type="hidden" name="on5"> 19.229 +<input type="hidden" name="os5"> 19.230 +<input type="hidden" name="on6"> 19.231 +<input type="hidden" name="os6"> 19.232 +<input type="hidden" name="on7"> 19.233 +<input type="hidden" name="os7"> 19.234 +<input type="hidden" name="on8"> 19.235 +<input type="hidden" name="os8"> 19.236 +<input type="hidden" name="on9"> 19.237 +<input type="hidden" name="os9"> 19.238 +<!-- --> 19.239 + 19.240 + 19.241 +<!-- Start of Options --> 19.242 + 19.243 + 19.244 + <input type="radio" name = "whatev" 19.245 + 19.246 + value="40 cards @125.00" CHECKED 19.247 + onclick = "ReadForm (this.form, false);" 19.248 + onload = "ReadForm (this.form, false);" > 19.249 + 40 cards — $125 19.250 + 19.251 + <br> 19.252 + 19.253 + 19.254 + <input type="radio" name = "whatev" 19.255 + 19.256 + value="4 cards @30.00" 19.257 + onclick = "ReadForm (this.form, false);" 19.258 + onload = "ReadForm (this.form, false);" > 19.259 + 4 cards — $30 19.260 + 19.261 + <br> 19.262 + 19.263 + 19.264 + 19.265 + 19.266 + 19.267 +<!-- End of Options --> 19.268 + 19.269 +<!-- Start of Text Input Fields --> 19.270 +<br> 19.271 +Line 1 (jbond@mi6.co.uk): 19.272 +<input type="text" id="Line 1 (jbond@mi6.co.uk)" name="line_1b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 19.273 +<!-- --> 19.274 +<br> 19.275 +<br> 19.276 +Line 2 (123.456.7890): 19.277 +<input type="text" id="Line 2 (123.456.7890)" name="line_2b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 19.278 +<!-- --> 19.279 +<br> 19.280 +<br> 19.281 +Line 3 (James Bond): 19.282 +<input type="text" id="Line 3 (James Bond)" name="line_3b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 19.283 +<!-- --> 19.284 +<br> 19.285 +<br> 19.286 +Line 4 (MI6): 19.287 +<input type="text" id="Line 4 (MI6)" name="line_4b" size="20" value = "MI6" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 19.288 +<!-- --> 19.289 +<br> 19.290 +<br> 19.291 +Line 5 (Secret Agent): 19.292 +<input type="text" id="Line 5 (Secret Agent)" name="line_5b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 19.293 +<!-- --> 19.294 +<br> 19.295 +<br> 19.296 +Side (http://www.jamesbond.com): 19.297 +<input type="text" id="Side (http://www.jamesbond.com)" name="line_6b" size="20" value = "http://www.jamesbond.com" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 19.298 +<!-- --> 19.299 +<br> 19.300 + 19.301 +<!-- --> 19.302 + 19.303 +<!-- End of Text Input Fields --> 19.304 + 19.305 + 19.306 +<br> 19.307 +Total Cost: 19.308 +<input class="nbor" type="text" name="tot" size="8" value="$125.00"> 19.309 + 19.310 +<br><br> 19.311 +<div id = "buttoncon"> 19.312 +<div id="crush"> 19.313 +Sending Order... 19.314 +</div> 19.315 + 19.316 +<div id="vanish"> 19.317 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 19.318 +</div> 19.319 + 19.320 + 19.321 + 19.322 + 19.323 +</div> 19.324 + 19.325 +</form> 19.326 +<!-- End of Form --> 19.327 + 19.328 + 19.329 +</div>
20.1 --- a/paypal/classic_acrylic_green.paylist Mon Jan 04 21:12:22 2010 -0500 20.2 +++ b/paypal/classic_acrylic_green.paylist Sat Jan 16 12:25:43 2010 -0500 20.3 @@ -1,163 +1,163 @@ 20.4 -<div id = "i_inputbox"> 20.5 - 20.6 -<h1>Vitality LaserKard Classic Style</h1> 20.7 - 20.8 -<br><br> 20.9 -<!-- Start of Form --> 20.10 -<!-- Note: target="paypal" was replaced with the variable target="_self" --> 20.11 -<!-- Note: shopping_url also added to code --> 20.12 -<!-- These two changes allow better functionality with IE and Firefox --> 20.13 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 20.14 -<input type="hidden" name="add" value="1"> 20.15 -<input type="hidden" name="cmd" value="_cart"> 20.16 -<!--your email address goes here --> 20.17 -<input type="hidden" name="business" value="laserkards@mit.edu"> 20.18 -<input type="hidden" name="item_name"> 20.19 -<input type="hidden" name="item_number"> 20.20 -<input type="hidden" name="amount"> 20.21 -<input type="hidden" name="currency_code" value="USD"> 20.22 -<input type="hidden" name="lc" value="US"> 20.23 -<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 20.24 -<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 20.25 -<input type="hidden" name="return" value="http://www.laserkard.com"> 20.26 -<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 20.27 - 20.28 - 20.29 -<!-- --> 20.30 -<input type="hidden" name="baseamt" value="00"> 20.31 -<input type="hidden" name="basedes" value=""> 20.32 -<!-- --> 20.33 -<input type="hidden" name="baseon0" value = "Line 1"> 20.34 -<input type="hidden" name="baseos0"> 20.35 -<input type="hidden" name="baseon1" value = "Line 2"> 20.36 -<input type="hidden" name="baseos1"> 20.37 -<input type="hidden" name="baseon2" value = "Line 3"> 20.38 -<input type="hidden" name="baseos2"> 20.39 -<input type="hidden" name="baseon3" value = "Line 4"> 20.40 -<input type="hidden" name="baseos3"> 20.41 -<input type="hidden" name="baseon4" value = "Line 5"> 20.42 -<input type="hidden" name="baseos4"> 20.43 -<input type="hidden" name="baseon5" value = "Side"> 20.44 -<input type="hidden" name="baseos5"> 20.45 -<input type="hidden" name="baseon6" > 20.46 -<input type="hidden" name="baseos6"> 20.47 -<input type="hidden" name="baseon7" > 20.48 -<input type="hidden" name="baseos7"> 20.49 -<input type="hidden" name="baseon8" > 20.50 -<input type="hidden" name="baseos8"> 20.51 -<input type="hidden" name="baseon9" > 20.52 -<input type="hidden" name="baseos9"> 20.53 -<input type="hidden" name="baseitn"> 20.54 -<!-- --> 20.55 -<input type="hidden" name="on0"> 20.56 -<input type="hidden" name="os0"> 20.57 -<input type="hidden" name="on1"> 20.58 -<input type="hidden" name="os1"> 20.59 -<input type="hidden" name="on2"> 20.60 -<input type="hidden" name="os2"> 20.61 -<input type="hidden" name="on3"> 20.62 -<input type="hidden" name="os3"> 20.63 -<input type="hidden" name="on4"> 20.64 -<input type="hidden" name="os4"> 20.65 -<input type="hidden" name="on5"> 20.66 -<input type="hidden" name="os5"> 20.67 -<input type="hidden" name="on6"> 20.68 -<input type="hidden" name="os6"> 20.69 -<input type="hidden" name="on7"> 20.70 -<input type="hidden" name="os7"> 20.71 -<input type="hidden" name="on8"> 20.72 -<input type="hidden" name="os8"> 20.73 -<input type="hidden" name="on9"> 20.74 -<input type="hidden" name="os9"> 20.75 -<!-- --> 20.76 - 20.77 - 20.78 -<!-- Start of Options --> 20.79 - 20.80 - 20.81 - <input type="radio" name = "whatev" 20.82 - 20.83 - value="40 cards @135.00" CHECKED 20.84 - onclick = "ReadForm (this.form, false);" 20.85 - onload = "ReadForm (this.form, false);" > 20.86 - 40 cards — $135 20.87 - 20.88 - <br> 20.89 - 20.90 - 20.91 - <input type="radio" name = "whatev" 20.92 - 20.93 - value="4 cards @30.00" 20.94 - onclick = "ReadForm (this.form, false);" 20.95 - onload = "ReadForm (this.form, false);" > 20.96 - 4 cards — $30 20.97 - 20.98 - <br> 20.99 - 20.100 - 20.101 - 20.102 - 20.103 - 20.104 -<!-- End of Options --> 20.105 - 20.106 -<!-- Start of Text Input Fields --> 20.107 -<br> 20.108 -Line 1: 20.109 -<input type="text" id="Line 1" name="line_1b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)"> 20.110 -<!-- --> 20.111 -<br> 20.112 -<br> 20.113 -Line 2: 20.114 -<input type="text" id="Line 2" name="line_2b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)"> 20.115 -<!-- --> 20.116 -<br> 20.117 -<br> 20.118 -Line 3: 20.119 -<input type="text" id="Line 3" name="line_3b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> 20.120 -<!-- --> 20.121 -<br> 20.122 -<br> 20.123 -Line 4: 20.124 -<input type="text" id="Line 4" name="line_4b" size="20" value = "MI6" ONFOCUS="clearDefault(this)"> 20.125 -<!-- --> 20.126 -<br> 20.127 -<br> 20.128 -Line 5: 20.129 -<input type="text" id="Line 5" name="line_5b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)"> 20.130 -<!-- --> 20.131 -<br> 20.132 -<br> 20.133 -Side: 20.134 -<input type="text" id="Side" name="line_6b" size="20" value = "http://www.jamesbond.com" ONFOCUS="clearDefault(this)"> 20.135 -<!-- --> 20.136 -<br> 20.137 - 20.138 -<!-- --> 20.139 - 20.140 -<!-- End of Text Input Fields --> 20.141 - 20.142 - 20.143 -<br> 20.144 -Total Cost: 20.145 -<input class="nbor" type="text" name="tot" size="8" value="$135.00"> 20.146 - 20.147 -<br><br> 20.148 -<div id = "buttoncon"> 20.149 -<div id="crush"> 20.150 -Sending Order... 20.151 -</div> 20.152 - 20.153 -<div id="vanish"> 20.154 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 20.155 -</div> 20.156 - 20.157 - 20.158 - 20.159 - 20.160 -</div> 20.161 - 20.162 -</form> 20.163 -<!-- End of Form --> 20.164 - 20.165 - 20.166 -</div> 20.167 +<div id = "i_inputbox"> 20.168 + 20.169 +<h1>Vitality LaserKard Classic Style</h1> 20.170 + 20.171 +<br><br> 20.172 +<!-- Start of Form --> 20.173 +<!-- Note: target="paypal" was replaced with the variable target="_self" --> 20.174 +<!-- Note: shopping_url also added to code --> 20.175 +<!-- These two changes allow better functionality with IE and Firefox --> 20.176 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 20.177 +<input type="hidden" name="add" value="1"> 20.178 +<input type="hidden" name="cmd" value="_cart"> 20.179 +<!--your email address goes here --> 20.180 +<input type="hidden" name="business" value="laserkards@mit.edu"> 20.181 +<input type="hidden" name="item_name"> 20.182 +<input type="hidden" name="item_number"> 20.183 +<input type="hidden" name="amount"> 20.184 +<input type="hidden" name="currency_code" value="USD"> 20.185 +<input type="hidden" name="lc" value="US"> 20.186 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 20.187 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 20.188 +<input type="hidden" name="return" value="http://www.laserkard.com"> 20.189 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 20.190 + 20.191 + 20.192 +<!-- --> 20.193 +<input type="hidden" name="baseamt" value="00"> 20.194 +<input type="hidden" name="basedes" value=""> 20.195 +<!-- --> 20.196 +<input type="hidden" name="baseon0" value = "Line 1"> 20.197 +<input type="hidden" name="baseos0"> 20.198 +<input type="hidden" name="baseon1" value = "Line 2"> 20.199 +<input type="hidden" name="baseos1"> 20.200 +<input type="hidden" name="baseon2" value = "Line 3"> 20.201 +<input type="hidden" name="baseos2"> 20.202 +<input type="hidden" name="baseon3" value = "Line 4"> 20.203 +<input type="hidden" name="baseos3"> 20.204 +<input type="hidden" name="baseon4" value = "Line 5"> 20.205 +<input type="hidden" name="baseos4"> 20.206 +<input type="hidden" name="baseon5" value = "Side"> 20.207 +<input type="hidden" name="baseos5"> 20.208 +<input type="hidden" name="baseon6" > 20.209 +<input type="hidden" name="baseos6"> 20.210 +<input type="hidden" name="baseon7" > 20.211 +<input type="hidden" name="baseos7"> 20.212 +<input type="hidden" name="baseon8" > 20.213 +<input type="hidden" name="baseos8"> 20.214 +<input type="hidden" name="baseon9" > 20.215 +<input type="hidden" name="baseos9"> 20.216 +<input type="hidden" name="baseitn"> 20.217 +<!-- --> 20.218 +<input type="hidden" name="on0"> 20.219 +<input type="hidden" name="os0"> 20.220 +<input type="hidden" name="on1"> 20.221 +<input type="hidden" name="os1"> 20.222 +<input type="hidden" name="on2"> 20.223 +<input type="hidden" name="os2"> 20.224 +<input type="hidden" name="on3"> 20.225 +<input type="hidden" name="os3"> 20.226 +<input type="hidden" name="on4"> 20.227 +<input type="hidden" name="os4"> 20.228 +<input type="hidden" name="on5"> 20.229 +<input type="hidden" name="os5"> 20.230 +<input type="hidden" name="on6"> 20.231 +<input type="hidden" name="os6"> 20.232 +<input type="hidden" name="on7"> 20.233 +<input type="hidden" name="os7"> 20.234 +<input type="hidden" name="on8"> 20.235 +<input type="hidden" name="os8"> 20.236 +<input type="hidden" name="on9"> 20.237 +<input type="hidden" name="os9"> 20.238 +<!-- --> 20.239 + 20.240 + 20.241 +<!-- Start of Options --> 20.242 + 20.243 + 20.244 + <input type="radio" name = "whatev" 20.245 + 20.246 + value="40 cards @135.00" CHECKED 20.247 + onclick = "ReadForm (this.form, false);" 20.248 + onload = "ReadForm (this.form, false);" > 20.249 + 40 cards — $135 20.250 + 20.251 + <br> 20.252 + 20.253 + 20.254 + <input type="radio" name = "whatev" 20.255 + 20.256 + value="4 cards @30.00" 20.257 + onclick = "ReadForm (this.form, false);" 20.258 + onload = "ReadForm (this.form, false);" > 20.259 + 4 cards — $30 20.260 + 20.261 + <br> 20.262 + 20.263 + 20.264 + 20.265 + 20.266 + 20.267 +<!-- End of Options --> 20.268 + 20.269 +<!-- Start of Text Input Fields --> 20.270 +<br> 20.271 +Line 1: 20.272 +<input type="text" id="Line 1" name="line_1b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 20.273 +<!-- --> 20.274 +<br> 20.275 +<br> 20.276 +Line 2: 20.277 +<input type="text" id="Line 2" name="line_2b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 20.278 +<!-- --> 20.279 +<br> 20.280 +<br> 20.281 +Line 3: 20.282 +<input type="text" id="Line 3" name="line_3b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 20.283 +<!-- --> 20.284 +<br> 20.285 +<br> 20.286 +Line 4: 20.287 +<input type="text" id="Line 4" name="line_4b" size="20" value = "MI6" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 20.288 +<!-- --> 20.289 +<br> 20.290 +<br> 20.291 +Line 5: 20.292 +<input type="text" id="Line 5" name="line_5b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 20.293 +<!-- --> 20.294 +<br> 20.295 +<br> 20.296 +Side: 20.297 +<input type="text" id="Side" name="line_6b" size="20" value = "http://www.jamesbond.com" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 20.298 +<!-- --> 20.299 +<br> 20.300 + 20.301 +<!-- --> 20.302 + 20.303 +<!-- End of Text Input Fields --> 20.304 + 20.305 + 20.306 +<br> 20.307 +Total Cost: 20.308 +<input class="nbor" type="text" name="tot" size="8" value="$135.00"> 20.309 + 20.310 +<br><br> 20.311 +<div id = "buttoncon"> 20.312 +<div id="crush"> 20.313 +Sending Order... 20.314 +</div> 20.315 + 20.316 +<div id="vanish"> 20.317 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 20.318 +</div> 20.319 + 20.320 + 20.321 + 20.322 + 20.323 +</div> 20.324 + 20.325 +</form> 20.326 +<!-- End of Form --> 20.327 + 20.328 + 20.329 +</div>
21.1 --- a/paypal/generate_paylists.pm Mon Jan 04 21:12:22 2010 -0500 21.2 +++ b/paypal/generate_paylists.pm Sat Jan 16 12:25:43 2010 -0500 21.3 @@ -134,7 +134,7 @@ 21.4 $start = <<OHYEAH; 21.5 <br> 21.6 PERL::OPT: 21.7 -<input type="text" id="PERL::OPT" name="line_PERL::NUMb" size="20" value = "PERL::DEFAULT" ONFOCUS="clearDefault(this)"> 21.8 +<input type="text" id="PERL::OPT" name="line_PERL::NUMb" size="20" value = "PERL::DEFAULT" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 21.9 <!-- --> 21.10 <br> 21.11 OHYEAH
22.1 --- a/paypal/lines_acrylic_clear.paylist Mon Jan 04 21:12:22 2010 -0500 22.2 +++ b/paypal/lines_acrylic_clear.paylist Sat Jan 16 12:25:43 2010 -0500 22.3 @@ -1,163 +1,163 @@ 22.4 -<div id = "i_inputbox"> 22.5 - 22.6 -<h1>Clarity Series:<br> The Direct Kard.</h1> 22.7 - 22.8 -<br><br> 22.9 -<!-- Start of Form --> 22.10 -<!-- Note: target="paypal" was replaced with the variable target="_self" --> 22.11 -<!-- Note: shopping_url also added to code --> 22.12 -<!-- These two changes allow better functionality with IE and Firefox --> 22.13 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 22.14 -<input type="hidden" name="add" value="1"> 22.15 -<input type="hidden" name="cmd" value="_cart"> 22.16 -<!--your email address goes here --> 22.17 -<input type="hidden" name="business" value="laserkards@mit.edu"> 22.18 -<input type="hidden" name="item_name"> 22.19 -<input type="hidden" name="item_number"> 22.20 -<input type="hidden" name="amount"> 22.21 -<input type="hidden" name="currency_code" value="USD"> 22.22 -<input type="hidden" name="lc" value="US"> 22.23 -<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 22.24 -<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 22.25 -<input type="hidden" name="return" value="http://www.laserkard.com"> 22.26 -<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 22.27 - 22.28 - 22.29 -<!-- --> 22.30 -<input type="hidden" name="baseamt" value="00"> 22.31 -<input type="hidden" name="basedes" value="Clarity Series: The Direct Kard"> 22.32 -<!-- --> 22.33 -<input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 22.34 -<input type="hidden" name="baseos0"> 22.35 -<input type="hidden" name="baseon1" value = "Line 2 (Secret Agent)"> 22.36 -<input type="hidden" name="baseos1"> 22.37 -<input type="hidden" name="baseon2" value = "Line 3 (MI6)"> 22.38 -<input type="hidden" name="baseos2"> 22.39 -<input type="hidden" name="baseon3" value = "Line 4 (123.456.7890)"> 22.40 -<input type="hidden" name="baseos3"> 22.41 -<input type="hidden" name="baseon4" value = "Line 5 (jbond@domain.com)"> 22.42 -<input type="hidden" name="baseos4"> 22.43 -<input type="hidden" name="baseon5" value = "Line 6 (www.domain.com)"> 22.44 -<input type="hidden" name="baseos5"> 22.45 -<input type="hidden" name="baseon6" > 22.46 -<input type="hidden" name="baseos6"> 22.47 -<input type="hidden" name="baseon7" > 22.48 -<input type="hidden" name="baseos7"> 22.49 -<input type="hidden" name="baseon8" > 22.50 -<input type="hidden" name="baseos8"> 22.51 -<input type="hidden" name="baseon9" > 22.52 -<input type="hidden" name="baseos9"> 22.53 -<input type="hidden" name="baseitn"> 22.54 -<!-- --> 22.55 -<input type="hidden" name="on0"> 22.56 -<input type="hidden" name="os0"> 22.57 -<input type="hidden" name="on1"> 22.58 -<input type="hidden" name="os1"> 22.59 -<input type="hidden" name="on2"> 22.60 -<input type="hidden" name="os2"> 22.61 -<input type="hidden" name="on3"> 22.62 -<input type="hidden" name="os3"> 22.63 -<input type="hidden" name="on4"> 22.64 -<input type="hidden" name="os4"> 22.65 -<input type="hidden" name="on5"> 22.66 -<input type="hidden" name="os5"> 22.67 -<input type="hidden" name="on6"> 22.68 -<input type="hidden" name="os6"> 22.69 -<input type="hidden" name="on7"> 22.70 -<input type="hidden" name="os7"> 22.71 -<input type="hidden" name="on8"> 22.72 -<input type="hidden" name="os8"> 22.73 -<input type="hidden" name="on9"> 22.74 -<input type="hidden" name="os9"> 22.75 -<!-- --> 22.76 - 22.77 - 22.78 -<!-- Start of Options --> 22.79 - 22.80 - 22.81 - <input type="radio" name = "whatev" 22.82 - 22.83 - value="40 cards @125.00" CHECKED 22.84 - onclick = "ReadForm (this.form, false);" 22.85 - onload = "ReadForm (this.form, false);" > 22.86 - 40 cards — $125 22.87 - 22.88 - <br> 22.89 - 22.90 - 22.91 - <input type="radio" name = "whatev" 22.92 - 22.93 - value="4 cards @30.00" 22.94 - onclick = "ReadForm (this.form, false);" 22.95 - onload = "ReadForm (this.form, false);" > 22.96 - 4 cards — $30 22.97 - 22.98 - <br> 22.99 - 22.100 - 22.101 - 22.102 - 22.103 - 22.104 -<!-- End of Options --> 22.105 - 22.106 -<!-- Start of Text Input Fields --> 22.107 -<br> 22.108 -Line 1 (James Bond): 22.109 -<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> 22.110 -<!-- --> 22.111 -<br> 22.112 -<br> 22.113 -Line 2 (Secret Agent): 22.114 -<input type="text" id="Line 2 (Secret Agent)" name="line_2b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)"> 22.115 -<!-- --> 22.116 -<br> 22.117 -<br> 22.118 -Line 3 (MI6): 22.119 -<input type="text" id="Line 3 (MI6)" name="line_3b" size="20" value = "MI6" ONFOCUS="clearDefault(this)"> 22.120 -<!-- --> 22.121 -<br> 22.122 -<br> 22.123 -Line 4 (123.456.7890): 22.124 -<input type="text" id="Line 4 (123.456.7890)" name="line_4b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)"> 22.125 -<!-- --> 22.126 -<br> 22.127 -<br> 22.128 -Line 5 (jbond@domain.com): 22.129 -<input type="text" id="Line 5 (jbond@domain.com)" name="line_5b" size="20" value = "jbond@domain.com" ONFOCUS="clearDefault(this)"> 22.130 -<!-- --> 22.131 -<br> 22.132 -<br> 22.133 -Line 6 (www.domain.com): 22.134 -<input type="text" id="Line 6 (www.domain.com)" name="line_6b" size="20" value = "www.domain.com" ONFOCUS="clearDefault(this)"> 22.135 -<!-- --> 22.136 -<br> 22.137 - 22.138 -<!-- --> 22.139 - 22.140 -<!-- End of Text Input Fields --> 22.141 - 22.142 - 22.143 -<br> 22.144 -Total Cost: 22.145 -<input class="nbor" type="text" name="tot" size="8" value="$125.00"> 22.146 - 22.147 -<br><br> 22.148 -<div id = "buttoncon"> 22.149 -<div id="crush"> 22.150 -Sending Order... 22.151 -</div> 22.152 - 22.153 -<div id="vanish"> 22.154 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 22.155 -</div> 22.156 - 22.157 - 22.158 - 22.159 - 22.160 -</div> 22.161 - 22.162 -</form> 22.163 -<!-- End of Form --> 22.164 - 22.165 - 22.166 -</div> 22.167 +<div id = "i_inputbox"> 22.168 + 22.169 +<h1>Clarity Series:<br> The Direct Kard.</h1> 22.170 + 22.171 +<br><br> 22.172 +<!-- Start of Form --> 22.173 +<!-- Note: target="paypal" was replaced with the variable target="_self" --> 22.174 +<!-- Note: shopping_url also added to code --> 22.175 +<!-- These two changes allow better functionality with IE and Firefox --> 22.176 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 22.177 +<input type="hidden" name="add" value="1"> 22.178 +<input type="hidden" name="cmd" value="_cart"> 22.179 +<!--your email address goes here --> 22.180 +<input type="hidden" name="business" value="laserkards@mit.edu"> 22.181 +<input type="hidden" name="item_name"> 22.182 +<input type="hidden" name="item_number"> 22.183 +<input type="hidden" name="amount"> 22.184 +<input type="hidden" name="currency_code" value="USD"> 22.185 +<input type="hidden" name="lc" value="US"> 22.186 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 22.187 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 22.188 +<input type="hidden" name="return" value="http://www.laserkard.com"> 22.189 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 22.190 + 22.191 + 22.192 +<!-- --> 22.193 +<input type="hidden" name="baseamt" value="00"> 22.194 +<input type="hidden" name="basedes" value="Clarity Series: The Direct Kard"> 22.195 +<!-- --> 22.196 +<input type="hidden" name="baseon0" value = "Line 1 (James Bond)"> 22.197 +<input type="hidden" name="baseos0"> 22.198 +<input type="hidden" name="baseon1" value = "Line 2 (Secret Agent)"> 22.199 +<input type="hidden" name="baseos1"> 22.200 +<input type="hidden" name="baseon2" value = "Line 3 (MI6)"> 22.201 +<input type="hidden" name="baseos2"> 22.202 +<input type="hidden" name="baseon3" value = "Line 4 (123.456.7890)"> 22.203 +<input type="hidden" name="baseos3"> 22.204 +<input type="hidden" name="baseon4" value = "Line 5 (jbond@domain.com)"> 22.205 +<input type="hidden" name="baseos4"> 22.206 +<input type="hidden" name="baseon5" value = "Line 6 (www.domain.com)"> 22.207 +<input type="hidden" name="baseos5"> 22.208 +<input type="hidden" name="baseon6" > 22.209 +<input type="hidden" name="baseos6"> 22.210 +<input type="hidden" name="baseon7" > 22.211 +<input type="hidden" name="baseos7"> 22.212 +<input type="hidden" name="baseon8" > 22.213 +<input type="hidden" name="baseos8"> 22.214 +<input type="hidden" name="baseon9" > 22.215 +<input type="hidden" name="baseos9"> 22.216 +<input type="hidden" name="baseitn"> 22.217 +<!-- --> 22.218 +<input type="hidden" name="on0"> 22.219 +<input type="hidden" name="os0"> 22.220 +<input type="hidden" name="on1"> 22.221 +<input type="hidden" name="os1"> 22.222 +<input type="hidden" name="on2"> 22.223 +<input type="hidden" name="os2"> 22.224 +<input type="hidden" name="on3"> 22.225 +<input type="hidden" name="os3"> 22.226 +<input type="hidden" name="on4"> 22.227 +<input type="hidden" name="os4"> 22.228 +<input type="hidden" name="on5"> 22.229 +<input type="hidden" name="os5"> 22.230 +<input type="hidden" name="on6"> 22.231 +<input type="hidden" name="os6"> 22.232 +<input type="hidden" name="on7"> 22.233 +<input type="hidden" name="os7"> 22.234 +<input type="hidden" name="on8"> 22.235 +<input type="hidden" name="os8"> 22.236 +<input type="hidden" name="on9"> 22.237 +<input type="hidden" name="os9"> 22.238 +<!-- --> 22.239 + 22.240 + 22.241 +<!-- Start of Options --> 22.242 + 22.243 + 22.244 + <input type="radio" name = "whatev" 22.245 + 22.246 + value="40 cards @125.00" CHECKED 22.247 + onclick = "ReadForm (this.form, false);" 22.248 + onload = "ReadForm (this.form, false);" > 22.249 + 40 cards — $125 22.250 + 22.251 + <br> 22.252 + 22.253 + 22.254 + <input type="radio" name = "whatev" 22.255 + 22.256 + value="4 cards @30.00" 22.257 + onclick = "ReadForm (this.form, false);" 22.258 + onload = "ReadForm (this.form, false);" > 22.259 + 4 cards — $30 22.260 + 22.261 + <br> 22.262 + 22.263 + 22.264 + 22.265 + 22.266 + 22.267 +<!-- End of Options --> 22.268 + 22.269 +<!-- Start of Text Input Fields --> 22.270 +<br> 22.271 +Line 1 (James Bond): 22.272 +<input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 22.273 +<!-- --> 22.274 +<br> 22.275 +<br> 22.276 +Line 2 (Secret Agent): 22.277 +<input type="text" id="Line 2 (Secret Agent)" name="line_2b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 22.278 +<!-- --> 22.279 +<br> 22.280 +<br> 22.281 +Line 3 (MI6): 22.282 +<input type="text" id="Line 3 (MI6)" name="line_3b" size="20" value = "MI6" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 22.283 +<!-- --> 22.284 +<br> 22.285 +<br> 22.286 +Line 4 (123.456.7890): 22.287 +<input type="text" id="Line 4 (123.456.7890)" name="line_4b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 22.288 +<!-- --> 22.289 +<br> 22.290 +<br> 22.291 +Line 5 (jbond@domain.com): 22.292 +<input type="text" id="Line 5 (jbond@domain.com)" name="line_5b" size="20" value = "jbond@domain.com" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 22.293 +<!-- --> 22.294 +<br> 22.295 +<br> 22.296 +Line 6 (www.domain.com): 22.297 +<input type="text" id="Line 6 (www.domain.com)" name="line_6b" size="20" value = "www.domain.com" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 22.298 +<!-- --> 22.299 +<br> 22.300 + 22.301 +<!-- --> 22.302 + 22.303 +<!-- End of Text Input Fields --> 22.304 + 22.305 + 22.306 +<br> 22.307 +Total Cost: 22.308 +<input class="nbor" type="text" name="tot" size="8" value="$125.00"> 22.309 + 22.310 +<br><br> 22.311 +<div id = "buttoncon"> 22.312 +<div id="crush"> 22.313 +Sending Order... 22.314 +</div> 22.315 + 22.316 +<div id="vanish"> 22.317 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 22.318 +</div> 22.319 + 22.320 + 22.321 + 22.322 + 22.323 +</div> 22.324 + 22.325 +</form> 22.326 +<!-- End of Form --> 22.327 + 22.328 + 22.329 +</div>
23.1 --- a/paypal/lines_acrylic_green.paylist Mon Jan 04 21:12:22 2010 -0500 23.2 +++ b/paypal/lines_acrylic_green.paylist Sat Jan 16 12:25:43 2010 -0500 23.3 @@ -1,163 +1,163 @@ 23.4 -<div id = "i_inputbox"> 23.5 - 23.6 -<h1>Vitality LaserKard Lines Style</h1> 23.7 - 23.8 -<br><br> 23.9 -<!-- Start of Form --> 23.10 -<!-- Note: target="paypal" was replaced with the variable target="_self" --> 23.11 -<!-- Note: shopping_url also added to code --> 23.12 -<!-- These two changes allow better functionality with IE and Firefox --> 23.13 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 23.14 -<input type="hidden" name="add" value="1"> 23.15 -<input type="hidden" name="cmd" value="_cart"> 23.16 -<!--your email address goes here --> 23.17 -<input type="hidden" name="business" value="laserkards@mit.edu"> 23.18 -<input type="hidden" name="item_name"> 23.19 -<input type="hidden" name="item_number"> 23.20 -<input type="hidden" name="amount"> 23.21 -<input type="hidden" name="currency_code" value="USD"> 23.22 -<input type="hidden" name="lc" value="US"> 23.23 -<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 23.24 -<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 23.25 -<input type="hidden" name="return" value="http://www.laserkard.com"> 23.26 -<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 23.27 - 23.28 - 23.29 -<!-- --> 23.30 -<input type="hidden" name="baseamt" value="00"> 23.31 -<input type="hidden" name="basedes" value=""> 23.32 -<!-- --> 23.33 -<input type="hidden" name="baseon0" value = "Line 1"> 23.34 -<input type="hidden" name="baseos0"> 23.35 -<input type="hidden" name="baseon1" value = "Line 2"> 23.36 -<input type="hidden" name="baseos1"> 23.37 -<input type="hidden" name="baseon2" value = "Line 3"> 23.38 -<input type="hidden" name="baseos2"> 23.39 -<input type="hidden" name="baseon3" value = "Line 4"> 23.40 -<input type="hidden" name="baseos3"> 23.41 -<input type="hidden" name="baseon4" value = "Line 5"> 23.42 -<input type="hidden" name="baseos4"> 23.43 -<input type="hidden" name="baseon5" value = "Line 6"> 23.44 -<input type="hidden" name="baseos5"> 23.45 -<input type="hidden" name="baseon6" > 23.46 -<input type="hidden" name="baseos6"> 23.47 -<input type="hidden" name="baseon7" > 23.48 -<input type="hidden" name="baseos7"> 23.49 -<input type="hidden" name="baseon8" > 23.50 -<input type="hidden" name="baseos8"> 23.51 -<input type="hidden" name="baseon9" > 23.52 -<input type="hidden" name="baseos9"> 23.53 -<input type="hidden" name="baseitn"> 23.54 -<!-- --> 23.55 -<input type="hidden" name="on0"> 23.56 -<input type="hidden" name="os0"> 23.57 -<input type="hidden" name="on1"> 23.58 -<input type="hidden" name="os1"> 23.59 -<input type="hidden" name="on2"> 23.60 -<input type="hidden" name="os2"> 23.61 -<input type="hidden" name="on3"> 23.62 -<input type="hidden" name="os3"> 23.63 -<input type="hidden" name="on4"> 23.64 -<input type="hidden" name="os4"> 23.65 -<input type="hidden" name="on5"> 23.66 -<input type="hidden" name="os5"> 23.67 -<input type="hidden" name="on6"> 23.68 -<input type="hidden" name="os6"> 23.69 -<input type="hidden" name="on7"> 23.70 -<input type="hidden" name="os7"> 23.71 -<input type="hidden" name="on8"> 23.72 -<input type="hidden" name="os8"> 23.73 -<input type="hidden" name="on9"> 23.74 -<input type="hidden" name="os9"> 23.75 -<!-- --> 23.76 - 23.77 - 23.78 -<!-- Start of Options --> 23.79 - 23.80 - 23.81 - <input type="radio" name = "whatev" 23.82 - 23.83 - value="40 cards @135.00" CHECKED 23.84 - onclick = "ReadForm (this.form, false);" 23.85 - onload = "ReadForm (this.form, false);" > 23.86 - 40 cards — $135 23.87 - 23.88 - <br> 23.89 - 23.90 - 23.91 - <input type="radio" name = "whatev" 23.92 - 23.93 - value="4 cards @30.00" 23.94 - onclick = "ReadForm (this.form, false);" 23.95 - onload = "ReadForm (this.form, false);" > 23.96 - 4 cards — $30 23.97 - 23.98 - <br> 23.99 - 23.100 - 23.101 - 23.102 - 23.103 - 23.104 -<!-- End of Options --> 23.105 - 23.106 -<!-- Start of Text Input Fields --> 23.107 -<br> 23.108 -Line 1: 23.109 -<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> 23.110 -<!-- --> 23.111 -<br> 23.112 -<br> 23.113 -Line 2: 23.114 -<input type="text" id="Line 2" name="line_2b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)"> 23.115 -<!-- --> 23.116 -<br> 23.117 -<br> 23.118 -Line 3: 23.119 -<input type="text" id="Line 3" name="line_3b" size="20" value = "MI6" ONFOCUS="clearDefault(this)"> 23.120 -<!-- --> 23.121 -<br> 23.122 -<br> 23.123 -Line 4: 23.124 -<input type="text" id="Line 4" name="line_4b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)"> 23.125 -<!-- --> 23.126 -<br> 23.127 -<br> 23.128 -Line 5: 23.129 -<input type="text" id="Line 5" name="line_5b" size="20" value = "jbond@domain.com" ONFOCUS="clearDefault(this)"> 23.130 -<!-- --> 23.131 -<br> 23.132 -<br> 23.133 -Line 6: 23.134 -<input type="text" id="Line 6" name="line_6b" size="20" value = "http://www.domain.com" ONFOCUS="clearDefault(this)"> 23.135 -<!-- --> 23.136 -<br> 23.137 - 23.138 -<!-- --> 23.139 - 23.140 -<!-- End of Text Input Fields --> 23.141 - 23.142 - 23.143 -<br> 23.144 -Total Cost: 23.145 -<input class="nbor" type="text" name="tot" size="8" value="$135.00"> 23.146 - 23.147 -<br><br> 23.148 -<div id = "buttoncon"> 23.149 -<div id="crush"> 23.150 -Sending Order... 23.151 -</div> 23.152 - 23.153 -<div id="vanish"> 23.154 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 23.155 -</div> 23.156 - 23.157 - 23.158 - 23.159 - 23.160 -</div> 23.161 - 23.162 -</form> 23.163 -<!-- End of Form --> 23.164 - 23.165 - 23.166 -</div> 23.167 +<div id = "i_inputbox"> 23.168 + 23.169 +<h1>Vitality LaserKard Lines Style</h1> 23.170 + 23.171 +<br><br> 23.172 +<!-- Start of Form --> 23.173 +<!-- Note: target="paypal" was replaced with the variable target="_self" --> 23.174 +<!-- Note: shopping_url also added to code --> 23.175 +<!-- These two changes allow better functionality with IE and Firefox --> 23.176 +<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);"> 23.177 +<input type="hidden" name="add" value="1"> 23.178 +<input type="hidden" name="cmd" value="_cart"> 23.179 +<!--your email address goes here --> 23.180 +<input type="hidden" name="business" value="laserkards@mit.edu"> 23.181 +<input type="hidden" name="item_name"> 23.182 +<input type="hidden" name="item_number"> 23.183 +<input type="hidden" name="amount"> 23.184 +<input type="hidden" name="currency_code" value="USD"> 23.185 +<input type="hidden" name="lc" value="US"> 23.186 +<input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl"> 23.187 +<input type="hidden" name="cancel_return" value="http://www.laserkard.com"> 23.188 +<input type="hidden" name="return" value="http://www.laserkard.com"> 23.189 +<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted"> 23.190 + 23.191 + 23.192 +<!-- --> 23.193 +<input type="hidden" name="baseamt" value="00"> 23.194 +<input type="hidden" name="basedes" value=""> 23.195 +<!-- --> 23.196 +<input type="hidden" name="baseon0" value = "Line 1"> 23.197 +<input type="hidden" name="baseos0"> 23.198 +<input type="hidden" name="baseon1" value = "Line 2"> 23.199 +<input type="hidden" name="baseos1"> 23.200 +<input type="hidden" name="baseon2" value = "Line 3"> 23.201 +<input type="hidden" name="baseos2"> 23.202 +<input type="hidden" name="baseon3" value = "Line 4"> 23.203 +<input type="hidden" name="baseos3"> 23.204 +<input type="hidden" name="baseon4" value = "Line 5"> 23.205 +<input type="hidden" name="baseos4"> 23.206 +<input type="hidden" name="baseon5" value = "Line 6"> 23.207 +<input type="hidden" name="baseos5"> 23.208 +<input type="hidden" name="baseon6" > 23.209 +<input type="hidden" name="baseos6"> 23.210 +<input type="hidden" name="baseon7" > 23.211 +<input type="hidden" name="baseos7"> 23.212 +<input type="hidden" name="baseon8" > 23.213 +<input type="hidden" name="baseos8"> 23.214 +<input type="hidden" name="baseon9" > 23.215 +<input type="hidden" name="baseos9"> 23.216 +<input type="hidden" name="baseitn"> 23.217 +<!-- --> 23.218 +<input type="hidden" name="on0"> 23.219 +<input type="hidden" name="os0"> 23.220 +<input type="hidden" name="on1"> 23.221 +<input type="hidden" name="os1"> 23.222 +<input type="hidden" name="on2"> 23.223 +<input type="hidden" name="os2"> 23.224 +<input type="hidden" name="on3"> 23.225 +<input type="hidden" name="os3"> 23.226 +<input type="hidden" name="on4"> 23.227 +<input type="hidden" name="os4"> 23.228 +<input type="hidden" name="on5"> 23.229 +<input type="hidden" name="os5"> 23.230 +<input type="hidden" name="on6"> 23.231 +<input type="hidden" name="os6"> 23.232 +<input type="hidden" name="on7"> 23.233 +<input type="hidden" name="os7"> 23.234 +<input type="hidden" name="on8"> 23.235 +<input type="hidden" name="os8"> 23.236 +<input type="hidden" name="on9"> 23.237 +<input type="hidden" name="os9"> 23.238 +<!-- --> 23.239 + 23.240 + 23.241 +<!-- Start of Options --> 23.242 + 23.243 + 23.244 + <input type="radio" name = "whatev" 23.245 + 23.246 + value="40 cards @135.00" CHECKED 23.247 + onclick = "ReadForm (this.form, false);" 23.248 + onload = "ReadForm (this.form, false);" > 23.249 + 40 cards — $135 23.250 + 23.251 + <br> 23.252 + 23.253 + 23.254 + <input type="radio" name = "whatev" 23.255 + 23.256 + value="4 cards @30.00" 23.257 + onclick = "ReadForm (this.form, false);" 23.258 + onload = "ReadForm (this.form, false);" > 23.259 + 4 cards — $30 23.260 + 23.261 + <br> 23.262 + 23.263 + 23.264 + 23.265 + 23.266 + 23.267 +<!-- End of Options --> 23.268 + 23.269 +<!-- Start of Text Input Fields --> 23.270 +<br> 23.271 +Line 1: 23.272 +<input type="text" id="Line 1" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 23.273 +<!-- --> 23.274 +<br> 23.275 +<br> 23.276 +Line 2: 23.277 +<input type="text" id="Line 2" name="line_2b" size="20" value = "Secret Agent" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 23.278 +<!-- --> 23.279 +<br> 23.280 +<br> 23.281 +Line 3: 23.282 +<input type="text" id="Line 3" name="line_3b" size="20" value = "MI6" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 23.283 +<!-- --> 23.284 +<br> 23.285 +<br> 23.286 +Line 4: 23.287 +<input type="text" id="Line 4" name="line_4b" size="20" value = "123.456.7890" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 23.288 +<!-- --> 23.289 +<br> 23.290 +<br> 23.291 +Line 5: 23.292 +<input type="text" id="Line 5" name="line_5b" size="20" value = "jbond@domain.com" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 23.293 +<!-- --> 23.294 +<br> 23.295 +<br> 23.296 +Line 6: 23.297 +<input type="text" id="Line 6" name="line_6b" size="20" value = "http://www.domain.com" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> 23.298 +<!-- --> 23.299 +<br> 23.300 + 23.301 +<!-- --> 23.302 + 23.303 +<!-- End of Text Input Fields --> 23.304 + 23.305 + 23.306 +<br> 23.307 +Total Cost: 23.308 +<input class="nbor" type="text" name="tot" size="8" value="$135.00"> 23.309 + 23.310 +<br><br> 23.311 +<div id = "buttoncon"> 23.312 +<div id="crush"> 23.313 +Sending Order... 23.314 +</div> 23.315 + 23.316 +<div id="vanish"> 23.317 +<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add"> 23.318 +</div> 23.319 + 23.320 + 23.321 + 23.322 + 23.323 +</div> 23.324 + 23.325 +</form> 23.326 +<!-- End of Form --> 23.327 + 23.328 + 23.329 +</div>
24.1 --- a/sexy.css Mon Jan 04 21:12:22 2010 -0500 24.2 +++ b/sexy.css Sat Jan 16 12:25:43 2010 -0500 24.3 @@ -171,23 +171,39 @@ 24.4 } 24.5 24.6 24.7 +div#centerbox 24.8 +{ 24.9 +float:left; 24.10 +margin-top:-10px; 24.11 +margin-left:10px; 24.12 +margin-right:10px; 24.13 +width:515px; 24.14 +padding:5px; 24.15 +background-color:#000; 24.16 +/* 24.17 +border-style:solid; 24.18 +border-color:#79797b; 24.19 +border-width:1px; 24.20 +margin:10px; 24.21 +*/ 24.22 +} 24.23 + 24.24 + 24.25 +div#disp_contain 24.26 +{position: relative;z-index:10;} 24.27 24.28 div#display 24.29 { 24.30 +position: absolute; 24.31 +top:60px; 24.32 +left:0px 24.33 +background-color:#00ff00; 24.34 +z-index: 5; 24.35 +} 24.36 24.37 24.38 24.39 24.40 -/* 24.41 -position:absolute; 24.42 -left:200px; 24.43 -top:80px; 24.44 -*/ 24.45 - 24.46 - 24.47 - 24.48 -background-color:#000000; 24.49 -} 24.50 24.51 24.52 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr 24.53 @@ -227,22 +243,6 @@ 24.54 } 24.55 24.56 24.57 -div#centerbox 24.58 -{ 24.59 -float:left; 24.60 -margin-top:-10px; 24.61 -margin-left:10px; 24.62 -margin-right:10px; 24.63 -width:515px; 24.64 -padding:5px; 24.65 - 24.66 -/* 24.67 -border-style:solid; 24.68 -border-color:#79797b; 24.69 -border-width:1px; 24.70 -margin:10px; 24.71 -*/ 24.72 -} 24.73 24.74 24.75