From reblogger@jsoft.ca Sun Jun 06 00:09:14 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1BWoyA-0001ZO-00 for ; Sun, 06 Jun 2004 00:09:14 -0400 Received: from 192.168.1.3 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Sun, 6 Jun 2004 00:09:14 -0400 (EDT) Message-ID: <1358.192.168.1.3.1086494954.squirrel@jsoft.ca> Date: Sun, 6 Jun 2004 00:09:14 -0400 (EDT) To: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Welcome to the Reblogger support mailing list Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: From reblogger@jsoft.ca Tue Jun 08 21:29:20 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1BXru3-0006xz-00 for ; Tue, 08 Jun 2004 21:29:19 -0400 Received: from 192.168.1.3 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Tue, 8 Jun 2004 21:29:19 -0400 (EDT) Message-ID: <3347.192.168.1.3.1086744559.squirrel@jsoft.ca> Date: Tue, 8 Jun 2004 21:29:19 -0400 (EDT) To: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] [Fwd: Re: Reblogger Email Display Help...] Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hello again, To do that replace the line you changed the last time (line 538) with the following code: my $linkhtml = "$name<\/a>"; if ($homepage eq '') { $linkhtml = $name; } $output =~ s/<\*name\*>/$linkhtml/gi; Thanks for your questions, Jesse Malone > Excellent! That worked perfectly. Just ONE more questions (I promise). I noticed that if you don't enter your email or web site into the fields, when > you submit, they are still linked (the web address for example has a link to 'http:///'). Any way they can be clear (with no link) when they're submitted...? > -- > > > Quoting reblogger@jsoft.ca: > > Hi, > > At present, the only way to do that would be to edit reblogger.pl. It > only > requires a change to 1 line of code, so its quite painless. > > Find this line in reblogger.pl(its line 538 in reblogger 2.1, and should be near line 538 in 2.0): > > $output =~ s/<\*name\*>/$name<\/a>( href="http:\/\/$homepage" target="_blank">www<\/a>)/gi; > > and replace it with this: > > $output =~ s/<\*name\*>/ target="_blank">name<\/a>)/gi; > > I will be making fairly frequent new releases over the summer. I'll be sure to include this option. > > > Jesse Malone > > > Hello, I recently installed Reblogger on my site. It's excellent! > However, > > I do > > have a couple of questions. > > > > For spamming and security reasons, I would like to NOT include a > poster's > > email > > address. You know when you post right now and it reads, "Posted by: > Your > > Name > > (www)" > > > > With your name having a link to your email, and then a link to your web site > > on 'www'? Is there any way I can not show the email address, and make > the > > person's web site link to their name? > > > > I don't know which file to go to in order to edit this. Overall, I > don't > > want > > the '(www)' showing. I would just like to know how, and where to edit > this > > for > > more customizablility. Thanks again for a wonderful service to all! -- > > > > > > > From reblogger@jsoft.ca Tue Jun 08 21:53:26 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1BXsHN-00075B-00 for ; Tue, 08 Jun 2004 21:53:25 -0400 Received: from 192.168.1.3 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Tue, 8 Jun 2004 21:53:25 -0400 (EDT) Message-ID: <3385.192.168.1.3.1086746005.squirrel@jsoft.ca> Date: Tue, 8 Jun 2004 21:53:25 -0400 (EDT) To: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] [Fwd: Re: comments missing] Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: It looks like the blog item numbers stored with your old comments were being rounded. All that I can think of that could cause that is missing quotes from the comment link. Have you made any changes to your blog template? At the moment the only thing that I can think of that would cause the old comments to dissappear is adding quotes to the comment link, if it had none before. Try removing the single quotes from the two occurences of <$BlogItemNumber$> in the comment link. That might bring back the old comments, however will lead to inconsistencies(like comments showing up on the wrong post) in the future. Jesse > http://coffeegirl.blogspot.com/2004_04_01_coffeegirl_archive.html#108286680235636103 the above link is an example of an entry that had comments before and now has zero. some of the more recent entries had comments that disapeared, but > new ones have been added since. i thought one with zero new would be less confusing. as i said, these comments still show when i log into reblogger. so strange. > thanks. > > > >>From: reblogger@jsoft.ca >>To: >>Subject: Re: comments missing >>Date: Tue, 11 May 2004 13:59:21 -0400 (EDT) >> >>Hi, >> >>That's bizarre. It's very unlikely that the comments are lost, since they still show up in the comment manager. Can you send me a link to one of your blog posts that used to have comments, but doesn't any more? >> >>Jesse >> >> > Hello. >> > I've had a couple of problems with my reblogger account for >> > http://coffeegirl.blogspot.com >> > a few days ago I noticed that comments posted by internet explorer >> users >> > were only showing in IE while comments posted by mozilla users were >> only >> > showing in mozilla. Shortly after discovering this oddity, all of my comment >> > counts reset to zero in my blog page, but still show up when I log >> into >> > the >> > reblogger mantainance area. New comments show up fine, and a few >> people >> > who >> > were having trouble commenting are able to comment now...but I still >>cant >> > see the old comments at the blog site. >> > >> > Any idea what's going on? if the old comments are lost, I'm okay with that, >> > I just want to know if it's possible to get the old ones back up. >> > >> > thanks! >> > >> > >> > _________________________________________________________________ MSN Toolbar provides one-click access to Hotmail from any Web page – >>FREE >> > download! http://toolbar.msn.com/go/onm00200413ave/direct/01/ >> > >> > >> > > > _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar – get it now! > http://toolbar.msn.com/go/onm00200415ave/direct/01/ > > > From reblogger@jsoft.ca Tue Jun 08 22:30:51 2004 Received: from [192.168.1.4] (helo=Athlon) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1BXsra-0007I0-00 for ; Tue, 08 Jun 2004 22:30:50 -0400 To: reblogger-support@lists.jsoft.ca Date: Wed, 9 Jun 2004 22:33:44 -0400 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-30156 Message-ID: <40C79048.10496.336ABC@localhost> Priority: normal X-mailer: Pegasus Mail for Windows (v4.01) From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] (Fwd) Re: Problems with Reblogger Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --Message-Boundary-30156 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body From: Jesse Malone To: Subject: Re: Problems with Reblogger Date sent: Mon, 23 Feb 2004 11:25:22 -0500 Hi, The problem is being caused by the sidebar script on your page. The script uses a variable named 'open' which when declared, supercedes the window.open method that is used to open new windows(like reblogger's window). Any references to 'open' that occur after the script are references to the variable 'open' and not the window.open method. To fix it, I just changed 'open' in the fooble script to 'isOpen'. Here's the modified flooble script: Jesse On 23 Feb 2004 at 1:35, Edwin wrote: > Good day, > > I am having problems with reblogger. Whenever I try to add a comment, I > get this error saying that object or property is not supported. Would > you be kind enough to help me see if there's a problem with my codes > etc.? > > Thank you. > > Regards, > Edwin > --Message-Boundary-30156 Content-type: Application/Octet-stream; name="-"; type=Plain text Content-disposition: attachment; filename="-" Content-transfer-encoding: BASE64 SGksDQoNClRoZSBwcm9ibGVtIGlzIGJlaW5nIGNhdXNlZCBieSB0aGUgc2lkZWJhciBzY3Jp cHQgb24geW91ciBwYWdlLiANClRoZSBzY3JpcHQgdXNlcyBhIHZhcmlhYmxlIG5hbWVkICdv cGVuJyB3aGljaCB3aGVuIGRlY2xhcmVkLCANCnN1cGVyY2VkZXMgdGhlIHdpbmRvdy5vcGVu IG1ldGhvZCB0aGF0IGlzIHVzZWQgdG8gb3BlbiBuZXcgDQp3aW5kb3dzKGxpa2UgcmVibG9n Z2VyJ3Mgd2luZG93KS4gQW55IHJlZmVyZW5jZXMgdG8gJ29wZW4nIHRoYXQgDQpvY2N1ciBh ZnRlciB0aGUgc2NyaXB0IGFyZSByZWZlcmVuY2VzIHRvIHRoZSB2YXJpYWJsZSAnb3Blbicg YW5kIG5vdCANCnRoZSB3aW5kb3cub3BlbiBtZXRob2QuIFRvIGZpeCBpdCwgSSBqdXN0IGNo YW5nZWQgJ29wZW4nIGluIHRoZSANCmZvb2JsZSBzY3JpcHQgdG8gJ2lzT3BlbicuIA0KDQpI ZXJlJ3MgdGhlIG1vZGlmaWVkIGZvb2JsZSBzY3JpcHQ6DQoNCjwhLS0gZmxvb2JsZSBzaWRl YmFyIG1lbnUgc3RhcnQgLS0+DQo8c2NyaXB0IGxhbmd1YWdlPSJqYXZhc2NyaXB0Ij4NCi8v IEZsb2F0aW5nIFNpZGViYXIgTWVudSBTY3JpcHQgZnJvbSBGbG9vYmxlLmNvbQ0KLy8gRm9y IG1vcmUgaW5mb3JtYXRpb24sIHZpc2l0IA0KLy8JaHR0cDovL3d3dy5mbG9vYmxlLmNvbS9z Y3JpcHRzL3NpZGViYXIucGhwDQovLyBDb3B5cmlnaHQgMjAwMyBBbmltdXMgUGFjdHVtIENv bnN1bHRpbmcgaW5jLg0KLy8tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0NCiAgICB2YXIgaWUgPSBmYWxzZTsNCiAgICB2YXIgaXNP cGVuID0gdHJ1ZTsNCiAgICB2YXIgb2xkd2lkdGggPSAtMTsNCiAgICBpZiAoZG9jdW1lbnQu YWxsKSB7IGllID0gdHJ1ZTsgfQ0KDQogICAgZnVuY3Rpb24gZ2V0T2JqKGlkKSB7DQogICAg ICAgIGlmIChpZSkgeyByZXR1cm4gZG9jdW1lbnQuYWxsW2lkXTsgfQ0KICAgICAgICBlbHNl IHsgICAgcmV0dXJuIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKGlkKTsgICAgfQ0KICAgIH0N CiAgICANCiAgICBmdW5jdGlvbiB0b2dnbGVTaWRlYmFyKCkgew0KICAgICAgICB2YXIgc2lk ZWJhciA9IGdldE9iaignc2lkZWJhcmNvbnRlbnRzJyk7DQogICAgICAgIHZhciBtZW51ID0g Z2V0T2JqKCdzaWRlYmFybWVudScpOw0KICAgICAgICB2YXIgYXJyb3cgPSBnZXRPYmooJ3Np ZGVhcnJvdycpOw0KICAgICAgICBpZiAoaXNPcGVuKSB7DQogICAgICAgIAl2YXIgc2lkZWMg PSBnZXRPYmooJ3NpZGViYXInKTsgICAgICAgICAgICANCiAgICAgICAgICAgIHZhciBoID0g c2lkZWMuc2Nyb2xsSGVpZ2h0Ow0KICAgICAgICAgICAgaWYgKG9sZHdpZHRoIDwgMCkgeyAN CiAgICAgICAgICAgIAlvbGR3aWR0aCA9IHNpZGViYXIuc2Nyb2xsV2lkdGg7DQogICAgICAg ICAgICB9DQogICAgICAgICAgICBzaWRlYmFyLnN0eWxlLmRpc3BsYXkgPSAnbm9uZSc7DQog ICAgICAgICAgICB0ZCA9IGdldE9iaignc2lkZWJhcnRkJyk7DQogICAgICAgICAgICB0ZC5z dHlsZS53aWR0aCA9IDA7ICAgICAgICAgDQogICAgICAgICAgICBhcnJvdy5pbm5lckhUTUwg PSAnPic7DQogICAgICAgICAgICAvL2FsZXJ0KGggKyAnIC0gJyArIHNpZGVjLnNjcm9sbEhl aWdodCk7DQogICAgICAgICAgICBzaWRlYy5zdHlsZS5oZWlnaHQgPSBoOw0KICAgICAgICAg ICAgaXNPcGVuID0gZmFsc2U7DQogICAgICAgIH0gZWxzZSB7DQogICAgICAgICAgICBzaWRl YmFyLnN0eWxlLmRpc3BsYXkgPSAnYmxvY2snOw0KICAgICAgICAgICAgc2lkZWJhci5zdHls ZS53aWR0aCA9IG9sZHdpZHRoOw0KICAgICAgICAgICAgYXJyb3cuaW5uZXJIVE1MID0gJzwn Ow0KICAgICAgICAgICAgaXNPcGVuID0gdHJ1ZTsNCiAgICAgICAgfQ0KICAgICAgICBnZXRP YmooJ2ZvY3VzZXInKS5mb2N1cygpOw0KICAgICAgICANCiAgICB9ICAgIA0KICAgIA0KICAg IGZ1bmN0aW9uIHNldFNpZGViYXJUb3AoKSB7DQogICAgICAgIC8vYWxlcnQoJ2hveScpOw0K ICAgICAgICB2YXIgc2lkZWMgPSBnZXRPYmooJ3NpZGViYXInKTsNCiAgICAgICAgc2lkZWMu c3R5bGUudG9wID0gMTAgKyBkb2N1bWVudC5ib2R5LnNjcm9sbFRvcDsNCiAgICAgICAgc2V0 VGltZW91dCgnc2V0U2lkZWJhclRvcCgpJywgMTApOw0KICAgIH0NCiAgICANCiAgICBzZXRU aW1lb3V0KCdzZXRTaWRlYmFyVG9wKCk7JywgMjAwMCk7DQogICAgDQo8L3NjcmlwdD4gDQoN Cg0KSmVzc2UNCg0KT24gMjMgRmViIDIwMDQgYXQgMTozNSwgRWR3aW4gQ2hvdyB3cm90ZToN Cg0KPiBHb29kIGRheSwNCj4gIA0KPiBJIGFtIGhhdmluZyBwcm9ibGVtcyB3aXRoIHJlYmxv Z2dlci4gV2hlbmV2ZXIgSSB0cnkgdG8gYWRkIGEgY29tbWVudCwgSQ0KPiBnZXQgdGhpcyBl cnJvciBzYXlpbmcgdGhhdCBvYmplY3Qgb3IgcHJvcGVydHkgaXMgbm90IHN1cHBvcnRlZC4g V291bGQNCj4geW91IGJlIGtpbmQgZW5vdWdoIHRvIGhlbHAgbWUgc2VlIGlmIHRoZXJlJ3Mg YSBwcm9ibGVtIHdpdGggbXkgY29kZXMNCj4gZXRjLj8gTXkgYWRkcmVzcyBpcyBodHRwOi8v d29yZGVkLm5ldGZpcm1zLmNvbQ0KPiA8aHR0cDovL3dvcmRlZC5uZXRmaXJtcy5jb20vPiAN Cj4gIA0KPiBUaGFuayB5b3UuDQo+ICANCj4gUmVnYXJkcywNCj4gRWR3aW4NCj4gDQoNCg0K --Message-Boundary-30156-- From jesse.malone@gmail.com Sun Jun 27 14:12:14 2004 Received: from mproxy.gmail.com ([216.239.56.242]) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1Bee8T-0006hm-00 for ; Sun, 27 Jun 2004 14:12:14 -0400 Received: by mproxy.gmail.com with SMTP id x17so209457cwb for ; Sun, 27 Jun 2004 11:11:04 -0700 (PDT) Received: by 10.38.88.78 with SMTP id l78mr61239rnb; Sun, 27 Jun 2004 11:11:04 -0700 (PDT) Message-ID: Date: Sun, 27 Jun 2004 14:11:04 -0400 To: reblogger-support@lists.jsoft.ca In-Reply-To: <2749.192.168.1.3.1088359811.squirrel@jsoft.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <2749.192.168.1.3.1088359811.squirrel@jsoft.ca> From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Fwd: Using reblogger without a blog Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hi, Yes you can use reblogger outside a blog. When you create a user account, select 'other' as your weblog system. That will give you two pieces of code to paste into your web page. The second piece of code will display the comment link. Place it where you want the comment link to go on your page. In the second piece of code, replace the text '' with something unique to identify the comment thread that the link will open, it could be anything. Jesse Malone > Hello, Jesse. > > I have a question -- probably one you have been asked before, so I'll tha= nk > you in advance for your patience. > > Can I use reblogger as a commenting system outside of a blog? For example on > any page of my site, such as > http://visionquest.aboho.com/articles/dotcom.shtml. > > I've installed cgi scripts, and usually get tem working. However, some of the do-called commenting scripts have been a lot of problems. Typically the > instructions are confusing. > > Thank you for your time and consideration. > > _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from McAfee=AE Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3D3963 > > > From reblogger@jsoft.ca Wed Jul 14 17:14:50 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1Bkr5V-00043Y-00; Wed, 14 Jul 2004 17:14:49 -0400 Received: from 192.168.1.3 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Wed, 14 Jul 2004 17:14:49 -0400 (EDT) Message-ID: <1724.192.168.1.3.1089839689.squirrel@jsoft.ca> In-Reply-To: References: Date: Wed, 14 Jul 2004 17:14:49 -0400 (EDT) To: "Victor" Cc: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Re: Help! Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hi, You can get the template code here: http://jsoft.ca/cgi-bin/reblogger/blog-template-code.pl Jesse Malone > I've lost the Reblogger code and just can't find it anywhere at the > site. What do I do to get this code back? > > Thanks > > From reblogger@jsoft.ca Wed Jul 14 17:27:07 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1BkrHO-00047A-00 for ; Wed, 14 Jul 2004 17:27:06 -0400 Received: from 192.168.1.3 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Wed, 14 Jul 2004 17:27:06 -0400 (EDT) Message-ID: <1731.192.168.1.3.1089840426.squirrel@jsoft.ca> Date: Wed, 14 Jul 2004 17:27:06 -0400 (EDT) To: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Re: Reblogger Counting and Importing...? Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hi, Unfortunately there is no import function in the current version. Import is among the improvements coming in version 2.2, which should be ready in a couple of weeks. The format it will import from is CAIF, an XML format that haloscan, and other systems support. So hold on to your 600 comments for now, you'll be able to import them soon. Export will require a change to the way reblogger stores comments, and probably won't come until version 3.0, which will be out before the end of the summer. For the comment total add a line right after line 179 of reblogger.pl and insert the following: my $total_comments = 0; Then add a line right after line 182 and insert the this code: $total_comments += $pst_count{$item_id}; Then insert the following after line 269 (the displayReblogger function): function rebloggerCommentTotal() { document.write(\'$total_comments\'); } To display the comment count on a page use this html: If this doesn't work let me know, as I haven't tested it. --edit-- It didn't work. I made a couple of typos. The code above has been corrected. --/edit-- Jesse Malone > Hello once again. I use Reblogger over at DailySnap.com. I have two questions for you. > > The first is in trying to move some comments over to you guys. Let me explain. I used to use HaloScan.com's commenting feature before I discovered you guys. I have like 600 comments that I want to transfer over as part of Reblogger comments. Instead of going and copy/paste EVERY one of the 600+ comments, does your code/script offer anything for fast exporting? I have updated my pages to be Reblogger links; obviously there's no posts. Just wondering if you offer this service. HaloScan.com allows me to download every comment I have in XML format if that helps. > > My second question is if Reblogger 'counts' the total number of > comments I've had. I want to have a section in my 'about' page that keeps a real-time number of comments that I have (from the Reblogger comment system). Does anything in your code allow me to know the exact number of comments I've received across my whole site, and be able to post that number in real-time on a web page? > > I know these are toughies, so I apologize if I'm sounding ridiculous. Anyway, thanks again for such a great service, and hope to hear from you soon... > From reblogger@jsoft.ca Mon Jul 19 18:23:13 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1BmgXQ-0005zX-00; Mon, 19 Jul 2004 18:23:12 -0400 Received: from 192.168.1.3 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Mon, 19 Jul 2004 18:23:12 -0400 (EDT) Message-ID: <2965.192.168.1.3.1090275792.squirrel@jsoft.ca> In-Reply-To: References: Date: Mon, 19 Jul 2004 18:23:12 -0400 (EDT) To: "Raven Crow" Cc: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Re: reblogger problems Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hi, to get rid of the border add this to the css in your blog template iframe { border-width: 0px; border-style: none; } Unfotunately, Internet Explorer ignores this, but any other browser should be fine. For your other two problems, please send me your blog template and your reblogger template as well as the css you want to add. The popup problem might be some other script in your template interfering with reblogger's javascript. Another user had the same problem a while ago, that was being caused by a flooble.com menu script. The script had a variable overriding the window.open() function. Jesse Malone > hello. my name is munin, i have an account at your reblogger site. ive > been > having problems with it. first of all, it wont open in a pop-up for me. i > pretty much gave up trying to get it to work with a pop up. > > secondly, i have a style sheet reblogger is linked to. it seems like it > doesnt read the css, only for the text area and imputs. i tried copying > the > css into the actual reblogger but it still didnt read most of it. > > thirdly, id really like to remove the frame border reblogger has when i > put > it on my site but i cant seem to find a way to do this. > > _________________________________________________________________ > Overwhelmed by debt? Find out how to ‘Dig Yourself Out of Debt’ from MSN > Money. http://special.msn.com/money/0407debt.armx > > > From reblogger@jsoft.ca Tue Jul 20 21:48:15 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1Bn6DO-00042n-00; Tue, 20 Jul 2004 21:48:14 -0400 Received: from 192.168.1.4 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Tue, 20 Jul 2004 21:48:14 -0400 (EDT) Message-ID: <1069.192.168.1.4.1090374494.squirrel@jsoft.ca> In-Reply-To: References: Date: Tue, 20 Jul 2004 21:48:14 -0400 (EDT) To: "Raven Crow" Cc: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: multipart/mixed;charset=iso-8859-1; boundary="----=_20040720214814_83559" X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Re: reblogger problems Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: ------=_20040720214814_83559 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hi, I didn't wind up needing your username and password. The stylesheet problem is being caused by two missing '#' signs before the colors in the body part of style.css, the corrected file is attached. The window wasn't popping up because of the '<' and '>' characters in the string that was being passed to the rebloggerLink function(part of the comment link). Just change '' to plain and simple 'me'. I'll attach the modified me.php as well Jesse Malone > Okay. I think ive emailed you a zip file right now. it contains > header.txt, > me.php, footer.txt and style.css. style.css is the file ive tried getting > reblogger to link to. all of these files are also currently located at > http://munin.t35.com/nine. to see the page at my server, its the same > thing. > http://munin.t35.com/nine/me.php. > > mind you im using me.php as a test for this. i originally wanted reblogger > to be a popup but it didnt work for me, i dont know why. the pages in the > zip file and at the site are configured with the reblogger's iframe. if > you > can please tell me how i can format this to work for the popup version, id > be really thankful. > > the css file my reblogger is linked to is at > http://munin.t35.com/nine/style.css. id really appreciate it if you can > help > with the css problem and the popup problem. thank you so much for your > time > and your fast reply. > > ~munin > > > > >>From: reblogger@jsoft.ca >>To: "Raven Crow" >>CC: reblogger-support@lists.jsoft.ca >>Subject: Re: reblogger problems >>Date: Mon, 19 Jul 2004 18:23:12 -0400 (EDT) >> >>Hi, >> >>to get rid of the border add this to the css in your blog template >> >>iframe { >> border-width: 0px; >> border-style: none; >>} >> >>Unfotunately, Internet Explorer ignores this, but any other browser >> should >>be fine. >> >>For your other two problems, please send me your blog template and your >>reblogger template as well as the css you want to add. The popup problem >>might be some other script in your template interfering with reblogger's >>javascript. Another user had the same problem a while ago, that was being >>caused by a flooble.com menu script. The script had a variable overriding >>the window.open() function. >> >> >>Jesse Malone >> >> > hello. my name is munin, i have an account at your reblogger site. ive >> > been >> > having problems with it. first of all, it wont open in a pop-up for >> me. >>i >> > pretty much gave up trying to get it to work with a pop up. >> > >> > secondly, i have a style sheet reblogger is linked to. it seems like >> it >> > doesnt read the css, only for the text area and imputs. i tried >> copying >> > the >> > css into the actual reblogger but it still didnt read most of it. >> > >> > thirdly, id really like to remove the frame border reblogger has when >> i >> > put >> > it on my site but i cant seem to find a way to do this. >> > >> > _________________________________________________________________ >> > Overwhelmed by debt? Find out how to ‘Dig Yourself Out of Debt’ from >> MSN >> > Money. http://special.msn.com/money/0407debt.armx >> > >> > >> > > > _________________________________________________________________ > Don’t just search. Find. Check out the new MSN Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > ------=_20040720214814_83559 Content-Type: text/css; name="style.css" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="style.css" Body {font-family: verdana; font-size:11px; color:#598359; background-color:#EAEFE7; SCROLLBAR-FACE-COLOR: #D2E8C7; SCROLLBAR-HIGHLIGHT-COLOR: #598359; SCROLLBAR-SHADOW-COLOR: #598359; SCROLLBAR-3DLIGHT-COLOR: #EAEFE7; SCROLLBAR-ARROW-COLOR: #D2E8C7; SCROLLBAR-TRACK-COLOR: #EAEFE7; SCROLLBAR-DARKSHADOW-COLOR: #EAEFE7;} a:link {text-decoration:none; color:8BB98B; cursor:crosshair;} a:active {text-decoration:none; color:8BB98B; cursor:crosshair;} a:visited {text-decoration:none; color:8BB98B; cursor:crosshair;} a:hover {text-decoration:none; color:103810; cursor:crosshair;} .head {font-family: papyrus; font-size:15px; color:204F26; border-bottom: 1px dashed #669966;} .head2 {font-family: verdana; font-size:11px; color:84B86E; letter-spacing:2px; font-weight:bold;} table {font-family: verdana; font-size:11px; color:598359; text-align:justify; line-height:17px;} textarea { color : #598359; font-family : verdana ; font-size : 10px ; border : 1px solid #598359 ; background-color : #EAEFE7 ; width:150px; height: 50px;} input { color : #598359 ; font-family : verdana ; font-size : 10px ; border : 1px solid #598359 ; background-color : #EAEFE7 ; } ------=_20040720214814_83559 Content-Type: application/octet-stream; name="me.php" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="me.php" PD9waHAgaW5jbHVkZSgnaGVhZGVyLnR4dCcpOyA/Pg0KDQo8ZGl2IGNsYXNzPSJoZWFkIj5XaGF0 J3MgYmVoaW5kIHRoZSBtYXNrPC9kaXY+DQpOYW1lOiBNdW5pbjxicj4NCk5pY2tuYW1lczogTW9v LCBNb29jaGksIFNhbnRhIE1vbywgTWV3LCBLaXR0eSwgU2hvcnQgT25lLCBSaW5hcnUsIFJpbi1S aW4sIE1pbi1SaW48YnI+DQpBZ2U6IDE2LjU8YnI+DQpXZWlnaHQ6IDExNWxiPGJyPg0KSGVpZ2h0 OiA1JzA8YnI+DQpHcmFkZTogSnVuaW9yPGJyPjxicj4NCg0KRnJpZW5kcyAoaW4gbm8gc3BlY2lm aWMgb3JkZXIpOjxicj48YnI+DQoNCkZhdm9yaXRlIEZvb2Qocyk6IEl0YWxpYW4sIENoaW5lYXNl LCBjaG9jb2xhdGUvdmFuaWxsYSBwdWRkaW5nLCBTdHJhd2JlcnJ5IG1pbGtzaGFrZSwgKENoZWNr ZXJzKSBmcmVuY2ggZnJpZXMsIGNvcm5kb2csIEZyb3N0ZWQgRmxha2VzLjxicj4NCkxlYXN0IEZh dm9yaXRlIEZvb2Qocyk6IFNlYWZvb2QsIHBsYWluIHdoaXRlIHJpY2UsIHN1c2hpIChnb2VzIGFs b25nIHdpdGggc2VhZm9vZCksIG9saXZlcywgY2hlcnJpZXMuPGJyPg0KRmF2b3JpdGUgQm9vayhz KTogSW50ZXJ2aWV3IHdpdGggdGhlIFZhbXBpcmUsIFRoZSBLaWxsaW5nIEpva2UgKEJhdG1hbiBj b21pYykuPGJyPg0KTGVhc3QgRmF2b3JpdGUgQm9vayhzKTogUXVlZW4gb2YgdGhlIERhbW5lZC48 YnI+DQpGYXZvcml0ZSBNYW5nYShzKTogR3Jhdml0YXRpb24sIFBldHNob3Agb2YgSG9ycm9ycywg TWVnYXRva3lvLjxicj4NCkxlYXN0IEZhdm9yaXRlIE1hbmdhKHMpOiBDdXJyZW50bHkgdGhlcmUg YXJlIG5vbmUuPGJyPg0KRmF2b3JpdGUgU2hvcnQgU3RvcmllczogRmFsbCBvZiB0aGUgSG91c2Ug b2YgVXNoZXIsIFJlZCBEZWF0aC48YnI+DQpMZWFzdCBGYXZvcml0ZSBTaG9ydCBTdG9yaWVzOiBT YWJiYXRoIE1hbm9yLCBXaW5ncy48YnI+DQpGYXZvcml0ZSBXcml0ZXIocyk6IEVkZ2FyIEFsbGFu IFBvZSwgQW5uZSBSaWNlLCBSb2JlcnQgSm9yZGFuLjxicj4NCkxlYXN0IEZhdm9yaXRlIFdyaXRl cihzKTogQ3VycmVudGx5IHRoZXJlIGFyZSBub25lLjxicj4NCkZhdm9yaXRlIFNvbmcocyk6IChj dXJyZW50bHkgdGhleSBhcmUpIE1vb24gKHR1cm4gYSBndW5kYW0pLCBFdm9sdXRpb24gKEF5dW1p IEhhbWFzYWtpKS48YnI+DQpMZWFzdCBGYXZvcml0ZSBTb25nKHMpOiBFeWVzIG9uIG1lLCBPb3Bz IEkgZGlkIGl0IGFnYWluLjxicj4NCkZhdm9yaXRlIE11c2ljIEFydGlzdChzKTogQXl1bWkgSGFt YXNha2ksIFV0YWRhIEhpa2FydSwgS290b3JpLCBLaXJvcm8sIEV2YW5lc2NlbmNlLCBTeXN0ZW0g b2YgYSBEb3duLjxicj4NCkxlYXN0IEZhdm9yaXRlIE11c2ljIEFydGlzdChzKTogQnJpdG5leSBT cGVhcnMuPGJyPg0KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPnJlYmxvZ2dlckxpbmso J21lJyk7PC9zY3JpcHQ+DQoNCg0KPD9waHAgaW5jbHVkZSgnZm9vdGVyLnR4dCcpOyA/Pg== ------=_20040720214814_83559-- From reblogger@jsoft.ca Thu Aug 12 00:11:00 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1Bv6va-0004hs-00; Thu, 12 Aug 2004 00:10:58 -0400 Received: from 192.168.1.3 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Thu, 12 Aug 2004 00:10:58 -0400 (EDT) Message-ID: <4138.192.168.1.3.1092283858.squirrel@jsoft.ca> In-Reply-To: <87cb2bd6040807024275167115@mail.gmail.com> References: <87cb2bd60407110141497b9ca5@mail.gmail.com> <1239.192.168.1.3.1089693599.squirrel@jsoft.ca> <87cb2bd6040712223365458680@mail.gmail.com> <4165.65.92.11.211.1089719848.squirrel@jsoft.ca> <87cb2bd6040713093113b71080@mail.gmail.com> <1651.192.168.1.3.1089765403.squirrel@jsoft.ca> <87cb2bd6040713183626efa85a@mail.gmail.com> <1729.192.168.1.3.1089840071.squirrel@jsoft.ca> <87cb2bd6040807024275167115@mail.gmail.com> Date: Thu, 12 Aug 2004 00:10:58 -0400 (EDT) To: "Jessyel Ty Gonzalez" User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Re: Reblogger Counting and Importing...? Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hello, I have yet another question. I've been trying to jazz up my > template, but I'm having the hardest time. I'm trying to make > something similar to this: > > http://www.chromasia.com/cgi-bin/converse.cgi?entry_id=509 > > But obviously WITHOUT the first part (info about the photo, EXIF data, > etc). I'm just interested in the comment section. How does he make > every comment indent itself (as if he's using the TAB key?), and how > does one make the solid line after every comment? How does he make the > 'insert your comment' section look like that? > > Overall, can this be done with Reblogger? I am having the hardest time > doing this. Is there any way you can make this an available template? Try this in your reblogger template:
--whatever code was here before--
> > > And also, once I change my template, will the other 900+ comments I > have on the site change to match this new template? TIA! > Not until version 3.0 is out. For now comments are "sticky". (the appearance of the comment won't change after it is posted, even after template changes). 3.0 will bring about huge changes in how comments are stored, meaning no more sticky comments. I don't anticipate having any problem coming up with a conversion tool to unstickify old comments. At present all of version 2.2 except the import function is ready. I had intended to use an existing XML parser that would make importing a breeze, but, some of it is in C and would need to be compiled by anyone wanting to install reblogger. That's bad, so I've had to start writing my own parser specifically for CAIF. Jesse From malakin@malakin.com Sat Aug 14 15:17:44 2004 Received: from outbound04.telus.net ([199.185.220.223] helo=priv-edtnes51.telusplanet.net) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1Bw42B-0001iY-00 for ; Sat, 14 Aug 2004 15:17:43 -0400 Received: from [66.183.182.152] by priv-edtnes51.telusplanet.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040814191639.VOYW13808.priv-edtnes51.telusplanet.net@[66.183.182.152]> for ; Sat, 14 Aug 2004 13:16:39 -0600 Message-ID: <411E6518.5030102@malakin.com> Date: Sat, 14 Aug 2004 12:16:40 -0700 User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: reblogger-support@lists.jsoft.ca Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Problem with reblogger and IE Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Helping a friend get their comments working again in IE. If you go to this webpage here in IE: http://deviantgoddess.diary-x.com/journal.cgi?entry=20040811 You'll find it gives an error when you click on comments to make a comment. (Tested with IE 6.0.2800.1106 and 6.0.2900.2180) (Works fine in any other browser I tested) If you save what http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=load&user=deviantgoddess spits out at you as a file I found at the bottom if you edit this line: window.open(source,"Reblogger"+item,"width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1"); So it looks like this: window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1"); (removing the +item) It starts working. Seems like a bug in IE as far as I can tell and it must be fairly new since people have only recently complained about it. I don't see any way to fix this from the users end. -Jason From mykealaba@bozz.com Sun Aug 15 21:54:48 2004 Received: from [209.214.255.21] (helo=bozz1176.com) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1BwWhs-00019C-00 for ; Sun, 15 Aug 2004 21:54:42 -0400 To: reblogger-support@lists.jsoft.ca Date: Sat, 12 Jan 2002 15:57:38 -0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0b8faac3-8999-4324-8190-dbd35dba54cd" Message-Id: From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Please Reply Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: This is a multi-part message in MIME format --0b8faac3-8999-4324-8190-dbd35dba54cd Content-Type: text/plain; charset=windows-1256 Content-Transfer-Encoding: quoted-printable MYKE ALABA AND ASSOCIATES 40 ABIODUN STR. VICTORIA ISLAND, LAGOS, NIGERIA. Dear Sir, l am a financial consultant based in Lagos, Nigeria.l have a client (widow) she has $12,000,000 with a Private Equity Investment Trust Company for safekeeping. And she is willing to offer you 20% of the total fund if you can assist her transfer this fund to your country or any bank of your wish.She wishes to invest in a stable economy. Her interest is in companies with potentials for rapid growth in long terms. My client is interested in placing part of her fund in your company,if your country`s bi-laws allows foreign investment. You can contact me for more details via my e-mail address or Phone number stated above. Thanks and God bless. Regards, MYKE ALABA --0b8faac3-8999-4324-8190-dbd35dba54cd-- From reblogger@jsoft.ca Fri Aug 27 17:52:22 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1C0odx-0007A8-00 for ; Fri, 27 Aug 2004 17:52:21 -0400 Received: from 192.168.1.3 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Fri, 27 Aug 2004 17:52:21 -0400 (EDT) Message-ID: <3402.192.168.1.3.1093643541.squirrel@jsoft.ca> Date: Fri, 27 Aug 2004 17:52:21 -0400 (EDT) Subject: Re: [Reblogger-support] Problem with reblogger and IE To: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hi, Sorry for the (extreme) lateness of my reply. I've been bogged down with work for that last while. Yes, one other person has had this problem that I know of. They had '<' and '>' characters in the string being to rebloggerLink() (which gets placed in 'item'). IE is seems to be picky about characters used in window names. In your freind's case its probably the ':' in the timestamp being passed to rebloggerLink(). The variable 'item' is where the string passed to rebloggerLink resides. I included 'item' in the window name so that each comment thread would open in its own window. I will come up with a different way to achieve this in reblogger 2.2. For now your fix is exactly the right thing to do. Thankyou for pointing this out, Jesse Malone > Helping a friend get their comments working again in IE. > > If you go to this webpage here in IE: > http://deviantgoddess.diary-x.com/journal.cgi?entry=20040811 > > You'll find it gives an error when you click on comments to make a comment. > (Tested with IE 6.0.2800.1106 and 6.0.2900.2180) > (Works fine in any other browser I tested) > > If you save what > http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=load&user=deviantgoddess spits out at you as a file I found at the bottom if you edit this line: > > > window.open(source,"Reblogger"+item,"width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1"); > > So it looks like this: > window.open(source,"Reblogger","width=450,height=480,directories=0,toolbar=0,status=1,scrollbars=1"); (removing the +item) > > It starts working. > > Seems like a bug in IE as far as I can tell and it must be fairly new since people have only recently complained about it. > > I don't see any way to fix this from the users end. > > -Jason > > > > > > > > _______________________________________________ > Reblogger-support mailing list > Reblogger-support@lists.jsoft.ca > http://lists.jsoft.ca/listinfo/reblogger-support > > From reblogger@jsoft.ca Mon Sep 06 02:59:36 2004 Received: from basil ([127.0.0.1] helo=jsoft.ca) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1C4DTT-0003je-00; Mon, 06 Sep 2004 02:59:36 -0400 Received: from 192.168.1.4 (SquirrelMail authenticated user reblogger) by jsoft.ca with HTTP; Mon, 6 Sep 2004 02:59:35 -0400 (EDT) Message-ID: <1147.192.168.1.4.1094453975.squirrel@jsoft.ca> In-Reply-To: <45c09f59040905153431d60a25@mail.gmail.com> References: <45c09f59040905153431d60a25@mail.gmail.com> Date: Mon, 6 Sep 2004 02:59:35 -0400 (EDT) To: "Beth Maynard" Cc: reblogger-support@lists.jsoft.ca User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Re: change email on reblogger account? Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hi, If you have email notifacation enable, click on "Disable email notification", then re-enable it by clicking on "Enable email notification". It will ask you for an email address. Otherwise, just click "Enable email notification". Jesse Malone > Hi, I've been using reblogger for a year plus with Blogger and am > losing the email address my comments come to. I can't find a place to > change my account's email after I log in. How do I do this? > thanks > Beth > > From reblogger@jsoft.ca Thu Sep 30 11:03:14 2004 Received: from [192.168.1.3] (helo=localhost.localdomain) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1CD2Sg-00048O-00; Thu, 30 Sep 2004 11:03:14 -0400 To: "Gerkin, Sr., James" Cc: reblogger-support@lists.jsoft.ca In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 30 Sep 2004 11:01:05 -0400 Message-Id: <1096556468.1658.13.camel@JSoft> Mime-Version: 1.0 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Re: Comment box size Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: hi, In your reblogger template, replace <*fcomment*> with . You can set cols and rows to whatever value you want to get the right size. You can do the same for the input boxes, here's the code for them: <*fname*>: <*email*>: <*homepage*>: Change "size" to whatever size you want. You can also change maxlength if 30 characters aren't enough. Jesse On Thu, 2004-09-30 at 08:10, Gerkin, Sr., James wrote: > Hi, > I have a comment box on my blog and I want to make the comment box bigger. > I am using the blogger service and I went through the set up. Now I can not > figure out how to make the box wider. > The screen shot below shows the box I have. How do I get the input boxes > wider? > Thanks, > Jim Gerkin > > <<...OLE_Obj...>> From fairyqueen3@care2.com Thu Oct 07 09:36:10 2004 Received: from c0mailgwalt.prontomail.com ([207.183.238.110] helo=c0mailgw03.prontomail.com) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1CFYRG-0004TL-00 for ; Thu, 07 Oct 2004 09:36:10 -0400 Received: from c0web102 (c0mailgwalt.prontomail.com [207.183.238.110]) by c0mailgw03.prontomail.com (8.11.6/8.11.6) with SMTP id i97DYik17029 for ; Thu, 7 Oct 2004 06:34:44 -0700 X-Version: caremail 7.5.3401.0 X-SenderIP: 61.3.119.14 X-SenderID: 25423049 Message-Id: <344A7E17732B82545B3DF6744C56E79C@fairyqueen3.care2.com> Date: Thu, 7 Oct 2004 19:04:41 +0530 X-Priority: 3 Priority: Normal X-MSMail-Priority: Normal Content-Type: text/plain; charset=iso-8859-1 To: reblogger-support@lists.jsoft.ca X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Reblogger Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hello, I am setting up my reblogger template and shall be using it with blogger. Is there any way to put some space between the name and the website address? I can't edit or manipulate the '*name*' code and no matter what I do, it's always in this format - 'Posted by Kavi(www)' without the space in between. I'd also like to change the text of the website url from 'www' to something else? Is this possible? Thanks. Kavi Care2 Mail is new and improved - 100MB free storage! http://www.care2.com/go/z/100MB From bettyevil@yahoo.com Sat Oct 23 18:55:53 2004 Received: from web13702.mail.yahoo.com ([216.136.175.135]) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1CLUng-0003dt-00 for ; Sat, 23 Oct 2004 18:55:53 -0400 Message-ID: <20041023225349.15145.qmail@web13702.mail.yahoo.com> Received: from [66.188.127.189] by web13702.mail.yahoo.com via HTTP; Sat, 23 Oct 2004 15:53:49 PDT Date: Sat, 23 Oct 2004 15:53:49 -0700 (PDT) To: reblogger-support@lists.jsoft.ca MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1995771584-1098572029=:13270" From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] reblogger date/time stamp Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --0-1995771584-1098572029=:13270 Content-Type: text/plain; charset=us-ascii This is probaby a dumb question, but I don't know how to fix it. The date is slightly wrong. The number and time are right, but the month is one ahead. It says it is November instead of October. Thanks in advance for info, -Sarah --------------------------------- Do you Yahoo!? vote.yahoo.com - Register online to vote today! --0-1995771584-1098572029=:13270 Content-Type: text/html; charset=us-ascii
This is probaby a dumb question, but I don't know how to fix it.
 
The date is slightly wrong. The number and time are right, but the month is one ahead. It says it is November instead of October.
 
Thanks in advance for info,
 
-Sarah


Do you Yahoo!?
vote.yahoo.com - Register online to vote today! --0-1995771584-1098572029=:13270-- From carolinalindoso@gmail.com Wed Oct 27 14:27:36 2004 Received: from wproxy.gmail.com ([64.233.184.194]) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1CMsWF-0001hM-00 for ; Wed, 27 Oct 2004 14:27:35 -0400 Received: by wproxy.gmail.com with SMTP id 45so223wri for ; Wed, 27 Oct 2004 11:24:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=QMAYORWdRuBi8Ks4dJ+qdd4JCaFlfixNxgWtJm6ey3/nTuUUS8klOLDK2c4t3qBx4tqg4YeA5v2o34TU5YBay+0xUKpZXCNu3RowdPon6VuIV0kiBavGuSDrlZ4K/dbDVLDQky0Xk3Hc/JefIjfUmL8jRxVQE1yyzZDQQ2ybazc= Received: by 10.38.149.79 with SMTP id w79mr958196rnd; Wed, 27 Oct 2004 11:24:52 -0700 (PDT) Received: by 10.38.86.66 with HTTP; Wed, 27 Oct 2004 11:24:52 -0700 (PDT) Message-ID: Date: Wed, 27 Oct 2004 16:24:52 -0200 To: reblogger-support@lists.jsoft.ca Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Problems with reblogger Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: I=B4m having some problems with the date at reblogger. It=B4s October, 27th and the reblogger shows the date: November 27th. Carolina. From emiliuale@sapo.pt Thu Nov 11 11:48:54 2004 Received: from relay1.ptmail.sapo.pt ([212.55.154.21] helo=sapo.pt) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1CSI7x-0001mu-00 for ; Thu, 11 Nov 2004 11:48:53 -0500 Received: (qmail 19835 invoked from network); 11 Nov 2004 16:45:35 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.152) by relay1 with SMTP; 11 Nov 2004 16:45:35 -0000 Received: (qmail 31725 invoked from network); 11 Nov 2004 16:45:35 -0000 Received: from unknown (HELO alvarinho) (emiliuale@sapo.pt@[82.154.18.50]) (envelope-sender ) by mta2 (qmail-ldap-1.03) with SMTP for ; 11 Nov 2004 16:45:35 -0000 To: Date: Thu, 11 Nov 2004 16:49:40 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Displaying IP Adress of author Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Good afternoon, I would like to know if it is possible to display the IP adress of the ones who post comments. That information is, I belive, somewhere in the database, as it appears when one is about to delete an unwanted comment. The thing is that there is no special tag for it, as there is for mail or author. Eg: <*ip*> Is there any way to work around this issue? Thanks ginger ale From vitriolica@gmail.com Wed Nov 17 05:56:44 2004 Received: from wproxy.gmail.com ([64.233.184.204]) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1CUNUR-0005Aa-00 for ; Wed, 17 Nov 2004 05:56:44 -0500 Received: by wproxy.gmail.com with SMTP id 36so418520wra for ; Wed, 17 Nov 2004 02:53:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=LJTTv/FzBMg6lMWSE/pP8nGn7ueR9yyewvb4VFYUNQelJhL1nBU0gTtAmCfJxdBYW2A/F/NTWXDmo4pFtlD0Yoz4Caik3yPcT4kZtlDnuhtnnGbF/QU78+5OBge2Ce1VrVtWkkPfxn/M/85ONmxJDInvu5975/PUXCcrnEMwKOI= Received: by 10.54.49.6 with SMTP id w6mr522553wrw; Wed, 17 Nov 2004 02:53:14 -0800 (PST) Received: by 10.54.43.58 with HTTP; Wed, 17 Nov 2004 02:53:14 -0800 (PST) Message-ID: Date: Wed, 17 Nov 2004 10:53:14 +0000 To: reblogger-support@lists.jsoft.ca Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] the date is a month out Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Is it just me or is the date wrong everywhere? My comments are reg'd as december 17th rather than november 17th. (also could you let me know if you ever delete comments once in a while and if you do, how often?) Thanks. Vit member since yesterday. From reg2putt@comcast.net Mon Dec 20 18:29:53 2004 Received: from sccrmhc12.comcast.net ([204.127.202.56]) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1CgWyO-0005rF-00 for ; Mon, 20 Dec 2004 18:29:52 -0500 Received: from ROB (h00065b1d0137.ne.client2.attbi.com[24.128.129.13]) by comcast.net (sccrmhc12) with SMTP id <200412202325060120084ibre>; Mon, 20 Dec 2004 23:25:06 +0000 MIME-Version: 1.0 Message-Id: <41C75F48.000026.00840@ROB> Date: Mon, 20 Dec 2004 18:24:56 -0500 (Eastern Standard Time) Content-Type: Multipart/related; type="multipart/alternative"; boundary="------------Boundary-00=_KPN1LHG2QL8000000000" X-Mailer: IncrediMail (3001488) To: X-FID: BA285063-5BCE-11D4-AF8D-0050DAC67E11 X-Priority: 3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Maximum number of users Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------------Boundary-00=_KPN1LHG2QL8000000000 Content-Type: Multipart/Alternative; boundary="------------Boundary-00=_KPN1GSK2QL8000000000" --------------Boundary-00=_KPN1GSK2QL8000000000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Tried to sign up for ReBlogger, got the error message that states. "Maxim= um number of users on this server".=0D =0D Reg Hardy --------------Boundary-00=_KPN1GSK2QL8000000000 Content-Type: Text/HTML; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Tried to sign up for ReBlogger, got the error message that states. "= Maximum number of users on this server".
 
Reg Hardy
 
3D"Add== --------------Boundary-00=_KPN1GSK2QL8000000000-- --------------Boundary-00=_KPN1LHG2QL8000000000 Content-Type: Image/jpg; name="BackGrnd.jpg" Content-ID: <9622A07A-2F29-469C-94E0-BA9D75FF6EA6> Content-Transfer-Encoding: base64 /9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAHgAA/+4AIUFkb2JlAGTAAAAAAQMA EAMCAwYAAAHbAAAC1gAABZX/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8eFxoaGhoX Hh4jJSclIx4vLzMzLy9AQEBAQEBAQEBAQEBAQEABEQ8PERMRFRISFRQRFBEUGhQWFhQaJhoaHBoa JjAjHh4eHiMwKy4nJycuKzU1MDA1NUBAP0BAQEBAQEBAQEBAQP/CABEIAGUAcwMBIgACEQEDEQH/ xACAAAEBAQEAAAAAAAAAAAAAAAAAAQIGAQEBAAAAAAAAAAAAAAAAAAAAARABAAICAwEAAgMAAAAA AAAAAQARIQIxQRIiQDIQMFARAAICAgIBBAIDAQEAAAAAAAERACExQVFhcYGRobECEsHhMtHxEgEA AAAAAAAAAAAAAAAAAABQ/9oADAMBAAIRAxEAAADtRZYE1ASghQFgUZoCkKSwLmhcllAEqkSkqFAl hUomoAS3IoJqFlDNpFEAQFE1AIVYAWIVKAJRNZpYCwVmmshKACA0CBAUCBYGwf/aAAgBAgABBQD8 B/yP/9oACAEDAAEFAPz6/or8H//aAAgBAQABBQC2+ZeHjbD+saX6hwXeDW1Rg4xLLTa+m7ZiIEsI 1MTiHP1dYpvFADiFM1/X6nq9byuwdPPz5oFofWlEMQ9ULKrWq2ppG9Y2J6INQma9lVTRdlUKgHzX XSEECw1SYu5WsGoJPkisZYpx31GvXZQ/JM3VwShzVTsp1EZbBI8LcaUSih86+s2Zl4Wp6+lAZnVs Dkjdku5m+lJTdXDG2SHM9M2wKX1YxsaZTTwmoVrYnqsMrM652yjs01K0mtbGAz6Y5dpfqNz06qpq 5QNjiIjiZtbhtceNuf0jyeqGgu6rXMvI4omPWbPMYzEfMI+axHnFvOP4/9oACAECAgY/AGP/2gAI AQMCBj8AY//aAAgBAQEGPwB72Yucb1BfIhFEaeZ+xRXFQELN+HEUQdjU0Xn4g9gRCQcpw1yajGYs P/kFvUzvjUBWrIMFHI2OJQNEAjiEEFdTmfG/MTHq5RFOnpTV3kzCBx7x4YOD1AV5uYJvnqMA0hep jfwpYCwC4Bx3q55zeZRBCw9TkoIuHw78RdczSNH2mgqcLpRC+RASAkA3B13mcYd5mR84c/yOx4lW tRAZ6mGDhiP9WgXVyhWA+xDgMOWGMsTg/wBTz8SjjXrP8hHIlX1MZ6mDzgc/cIV/iyN1GBR0MQMK jnEzvvMz8mUkErKlfqU63iV+IKNH7mNZBLFQEpEDeDOV32IVn8WR4caoywqI2p695mbZzNUQIcKf k0bo+0NpCqn7CiQiNGXkdQen1DpjGeZ7WNw3pK+I93maCPc16+Zkf6XxMCsFwAkaiIB57vc/IAhZ /HqZBBbB0ZokAEOGxsYqBgPp8agQBu4VSMJdqx6SwDsGBrTmAR93uZGX6KePowEADAIjoX8gw459 CICaW/MLGvodQfkDW71zBxRHtB3j3jC4PMIYoAgKNfPMCQNN7jCzvlzXPopzhQvNZY3CRya9ZrEF fRE0iCB5mscZuVYfKmAi94uE3Q8qfytQ7xD0svmFcmaxNPI8iMjh3pmF2HbzqeUi+YkiD/MrOl5L mbwPuWVfmXpv3hDH8qAjPpiZHXkRnSd6ZhB53mejzKV6US0K9TCCLyCeIhtETX5MsHBGJkD/ANiF kMCE2qGoCdZ8Q8AMGpYFqEhdhRIYH3CF3d1M/Mexma+4CwdQ2Ddcx0exAlmj04QUQd8QWLB/iB5G xmEg5TENVZqPYzFV8eHAy9T/AEc8a4n3Ov6g/VwvE6lpQ4VNysXzhS8esOO8w/rlF/rypjV3B5H1 Knr8T//Z --------------Boundary-00=_KPN1LHG2QL8000000000-- From jeroen_666@hotmail.com Fri Jan 14 09:55:35 2005 Received: from bay18-dav12.bay18.hotmail.com ([65.54.187.192] helo=hotmail.com) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1CpSrP-0004CH-00 for ; Fri, 14 Jan 2005 09:55:35 -0500 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 14 Jan 2005 06:54:00 -0800 Message-ID: Received: from 216.152.171.77 by BAY18-DAV12.phx.gbl with DAV; Fri, 14 Jan 2005 14:53:14 +0000 X-Originating-IP: [216.152.171.77] X-Originating-Email: [jeroen_666@hotmail.com] X-Sender: jeroen_666@hotmail.com To: Date: Fri, 14 Jan 2005 10:52:31 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0065_01C4FA27.25DAEEB0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-OriginalArrivalTime: 14 Jan 2005 14:54:00.0575 (UTC) FILETIME=[E1C770F0:01C4FA48] From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] no reblog Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0065_01C4FA27.25DAEEB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've been starting to use your re-blogger recently and it worked fine. = Great development and my compliments. But somehow, the app is not functioning anymore. I followed all the instructions and got the link on my page from = blogger, but the link goes dead. Can you help me on that? Thanks very much. Jeroen ------=_NextPart_000_0065_01C4FA27.25DAEEB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
I've been starting to use your = re-blogger recently=20 and it worked fine. Great development and my compliments.
But somehow, the app is not functioning = anymore.
I followed all the instructions and got = the link on=20 my page from blogger, but the link goes dead.
 
Can you help me on that?
 
Thanks very much.
 
Jeroen
------=_NextPart_000_0065_01C4FA27.25DAEEB0-- From jeroen_666@hotmail.com Fri Jan 14 09:56:33 2005 Received: from bay18-dav11.bay18.hotmail.com ([65.54.187.191] helo=hotmail.com) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1CpSsL-0004CW-00 for ; Fri, 14 Jan 2005 09:56:33 -0500 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 14 Jan 2005 06:55:00 -0800 Message-ID: Received: from 216.152.171.77 by BAY18-DAV11.phx.gbl with DAV; Fri, 14 Jan 2005 14:54:35 +0000 X-Originating-IP: [216.152.171.77] X-Originating-Email: [jeroen_666@hotmail.com] X-Sender: jeroen_666@hotmail.com To: Date: Fri, 14 Jan 2005 10:53:57 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_006F_01C4FA27.58B1EAA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-OriginalArrivalTime: 14 Jan 2005 14:55:00.0518 (UTC) FILETIME=[05820460:01C4FA49] From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Re: no reblog Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_006F_01C4FA27.58B1EAA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable By the way, my user name is "kikkereneend" ----- Original Message -----=20 From: SJoenie=20 To: reblogger-support@lists.jsoft.ca=20 Sent: Friday, January 14, 2005 10:52 AM Subject: no reblog Hi, I've been starting to use your re-blogger recently and it worked fine. = Great development and my compliments. But somehow, the app is not functioning anymore. I followed all the instructions and got the link on my page from = blogger, but the link goes dead. Can you help me on that? Thanks very much. Jeroen ------=_NextPart_000_006F_01C4FA27.58B1EAA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
By the way, my user name is=20 "kikkereneend"
----- Original Message -----
From:=20 SJoenie=20
To: reblogger-support@lists.= jsoft.ca=20
Sent: Friday, January 14, 2005 = 10:52=20 AM
Subject: no reblog

Hi,
I've been starting to use your = re-blogger=20 recently and it worked fine. Great development and my=20 compliments.
But somehow, the app is not = functioning=20 anymore.
I followed all the instructions and = got the link=20 on my page from blogger, but the link goes dead.
 
Can you help me on that?
 
Thanks very much.
 
Jeroen
------=_NextPart_000_006F_01C4FA27.58B1EAA0-- From jtman@adelphia.net Tue Feb 08 23:16:32 2005 Received: from aphrodite.gwi.net ([207.5.128.164]) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1CyjHC-0002VC-00 for ; Tue, 08 Feb 2005 23:16:30 -0500 Received: from annihilation1st (jtman.gwi.net [66.63.117.16]) by aphrodite.gwi.net (8.12.9p2/8.12.9) with ESMTP id j194EX0m039167 for ; Tue, 8 Feb 2005 23:14:33 -0500 (EST) (envelope-from jtman@adelphia.net) To: Date: Tue, 8 Feb 2005 23:14:42 -0500 Message-ID: <000001c50e5d$e16c0f70$6501a8c0@annihilation1st> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C50E33.F8960770" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] reblogger code Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C50E33.F8960770 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I just signed up for you're reblogger and installed it into my Blogger template and the link shows up, however when I click on the link it says *cannot find server* ?? I am pretty sure I installed the code right as = I have done it before.. but it is not working. any ideas? =20 www.bumpmystump.net is my addy. I have included my template text in this email as well. I highlighted the code that I added from your site in red bold so you can pick it out easily. Thank you for any help you can give me. Thank you. =20 =20 =20 =20 =20 =20 =20 =20 <$BlogTitle$> =20 =20 =20 = = = = = = = = = = = = = = = = = = = = = = = =

= =

<$BlogTitle$> 

No drama... = no crap... no=20 issues. New day.. new blogg.. new = Bumpy

= = = = = = = = = = = = = = = =20 =20 =20 =20 =20

 

 Info

 

=20 <$BlogMemberProfile$>

=20 =20
=20


=20

=20
=20
=20 =20 Name
=20
=20 URL or Email
=20
Messages {smilies}=20
=20
=20 =20 =20 =20

 Archives

=20

=20 =20 '><$BlogArchiveName$>
=20
=20 =20

 Links & = Guestbook

=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 ------------------------------------------------------------------- "Freedom is too precious to be held by LEFT hand." =20 =20 ------=_NextPart_000_0001_01C50E33.F8960770 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I just signed up for you’re reblogger and = installed it into my Blogger template and the link shows up, however when I click on = the link it says *cannot find = server*  ??  I am pretty sure I installed the code right as I have done it = before.. but it is not working… any ideas?

 

www.bumpmystump.net  is my addy… I have included my template text in this email = as well…  I highlighted the code that I added from your site in = red bold so you can pick it out easily.  Thank you for any help you can = give me.  Thank you.

 

 

 

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 

<html>

<head>

 

<script type=3Dtext/javascript src=3D"http://jsoft.ca/cgi-bin/reblogger/reblogger.pl?command=3Dload= &user=3Dbumpmystump"> </script>

 

         =    <title><$BlogTitle$></title>    &nb= sp;   

         =    <style>

         =    .f6           &nbs= p;            = ;         {font-size : 9px;color:#333333;}

         =    .f10b           &n= bsp;     { font-family : Verdana;font-size : 10px;color:#ffffff;font-weight: = bold;}

         =    .f10           &nb= sp;       { font-family : Verdana;font-size : = 11px;color:#000000;}

         =    .f10_red  =            { font-family : Verdana;font-size : 10px;color:#990000;}     

         =    .f10b_red           { = font-family : Verdana;font-size : 10px;color:#990000;font-weight: bold;}    

         =    .f9           &nbs= p;            = ;         { font-family : Verdana;font-size : 10px;color:#4D565D;font-weight: = bold;}

         =    .f9_red              { font-family : Verdana;font-size : 9px;color:#990000;}        =

         =    .f9_gray { font-family : Arial;  font-size : 9px;color:#768592;line-height:100%;}

         =    .f12             &= nbsp;     { font-family : Verdana;font-size : 12px;color:#ffffff;font-weight: = bold;}

         =    .f12_gray           { font-family : Verdana;font-size : 12px;color:#768592;font-weight: = bold;}

         =    .f24             &= nbsp;     { font-family : Verdana;font-size : 24px;color:#ffffff;font-weight: = bold;}

         =    a:link           &= nbsp;    { font-family : Verdana;color:#990000; text-decoration:none; = }

         =    a:visited          &nbs= p; { font-family : Verdana;color:#990000; text-decoration:none; = }

         =    a:hover           =    { font-family : Verdana;color:#990000; text-decoration:none; = }

         =    a:active { font-family : Verdana;color:#990000; text-decoration:none; = }

         =    </style>

<base = target=3D"_blank">

</head>

 

<body marginheight=3D"0" marginwidth=3D"0" topmargin=3D"0" = leftmargin=3D"0" bgcolor=3D"#000000">

         =    <!-- main table start -->

         =    <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"750" = ID=3D"Table1" p align=3D"center">

         =             &= nbsp;  <tr>

         =             &= nbsp;           &n= bsp;  <td colspan=3D"5">

         =    <p align=3D"center"><img = src=3D"images/im_line.gif" width=3D"750" height=3D"12" border=3D"0" /></td>

         =             &= nbsp;  </tr>

         =             &= nbsp;  <tr>

         =             &= nbsp;           &n= bsp;  <td colspan=3D"5" width=3D"750" = height=3D"118" background=3D"images/im_header1.jpg">

         =             &= nbsp;           &n= bsp;           &nb= sp;  <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"750" = height=3D"118" ID=3D"blog_title">

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td width=3D"370">

         =             &= nbsp;  <p align=3D"center">

         =             &= nbsp;  <img src=3D"bumpmystumplogo2005.jpg" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td width=3D"380" align=3D"center" = class=3D"f24"><$BlogTitle$>&nbsp;<p><= /font>

         =             &= nbsp;  <font size=3D"2" color=3D"#768592">No drama... = no crap... no

         =             &= nbsp;  issues. New day.. new blogg.. new = Bumpy</font></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;  </table>

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;  </tr>

         =             &= nbsp;  <tr>

         =             &= nbsp;           &n= bsp;  <td colspan=3D"5">

         =    <p align=3D"center"><img = src=3D"images/im_line.gif" width=3D"750" height=3D"12" border=3D"0" /></td>

         =             &= nbsp;  </tr>

         =             &= nbsp;  <tr>

         =             &= nbsp;           &n= bsp;  <td>

         =    <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"15" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;  <td>

         =    <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"240" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;  <td>

         =    <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"30" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;  <td>

         =    <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"450" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;  <td>

         =    <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"15" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;  </tr>

         =             &= nbsp; 

         =             &= nbsp;  <tr>

         =             &= nbsp;           &n= bsp;  <td>

         =    <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"15" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;  <td valign=3D"top">

         =             &= nbsp;           &n= bsp;           &nb= sp;  <!-- left table start -->

         =             &= nbsp;           &n= bsp;           &nb= sp;  <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"303" = ID=3D"Table2" height=3D"864">

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;              &= nbsp;           &n= bsp;           <td colspan=3D"5" height=3D"19" = width=3D"278">

         =             &= nbsp;  <p = align=3D"center">&nbsp;</td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" class=3D"f12" = colspan=3D"5" height=3D"14" width=3D"278">

         =             &= nbsp;  <p = align=3D"center">&nbsp;Info</td>

=

         =             &= nbsp;              &= nbsp;           &n= bsp;           </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#000000" colspan=3D"5" = height=3D"3" width=3D"278">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"240" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" rowspan=3D"5" = height=3D"78" width=3D"8">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" = width=3D"28">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"8" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" width=3D"229">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"222" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" width=3D"30">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"8" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" rowspan=3D"5" = height=3D"78" width=3D"8">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" colspan=3D"3" = height=3D"30" width=3D"262">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" height=3D"12" = width=3D"28">

         =             &= nbsp;  <p = align=3D"center">&nbsp;</td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" class=3D"f9" = valign=3D"top" height=3D"12" width=3D"229">

         =             &= nbsp;  <p align=3D"center">    <!-- Begin #profile-container -->

 

   = <$BlogMemberProfile$>

   <!--webbot = bot=3D"HTMLMarkup" startspan --><object

        classid=3D"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

        codebase=3D"http://download.macromedia.com/pub/shockwave/cabs/flash/= swflash.cab#version=3D4,0,2,0"

        align=3D"middle" = border=3D"0" width=3D"250" = height=3D"100"><param

        name=3D"movie" value=3D"navbar_new.swf"><param name=3D"quality"

        value=3D"high"><param name=3D"menu" value=3D"true">

      <embed src=3D"navbar_new.swf" align=3D"center" = border=3D"0" width=3D"250" height=3D"100" = quality=3D"high" menu=3D"true" quality=3D"high" = menu=3D"true" pluginspage=3D"http://www.macromedia.com/shockwave/ download/index.cgi?P1_Prod_Version=3DShockwaveFlash" type=3D"application/x-shockwave-flash"></object> = <!--webbot bot=3D"HTMLMarkup" endspan --></p>

 

 

  <!-- End #profile = --><br>

         =             &= nbsp;              &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;           </td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" height=3D"12" = width=3D"30">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" colspan=3D"3" = height=3D"30" width=3D"262">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" colspan=3D"3" = height=3D"3" width=3D"262">

         =             &= nbsp;  <p align=3D"center"><img src=3D"images/spacer.gif" width=3D"238" = height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td colspan=3D"5" height=3D"474" = width=3D"278">

         =             &= nbsp;  <p align=3D"center"><br>

         =             &= nbsp; 

         =             &= nbsp;      <p>

  <div class=3D"box"><div class=3D"box2">

    <div class=3D"box3" style=3D"width: 233; height: 455">

         =             &= nbsp;  <!--webbot bot=3D"HTMLMarkup" startspan --><SCRIPT LANGUAGE=3D"Javascript" TYPE=3D"text/javascript" SRC=3D"http://www.tag-board.com/tagboard.js?boardname=3Dbumpsboard&q= uot;></SCRIPT>

 

<table width=3D"275" = cellpadding=3D"2" cellspacing=3D"0" border=3D"0"> =

  <tr>

    <td width=3D275 height=3D200 valign=3Dtop>

      <iframe = src=3D"http://www.tag-board.com/my.tag?name=3Dbumpsboard" name=3D"tag" width=3D"300" = height=3D"200"

marginwidth=3D"0" marginheight=3D"0"></iframe>

      <script>netscape_support();</script>

    </td>

  </tr>

  <tr>

    <td>

      = <a></a>

    </td>

  </tr>

  <tr>

    <td>

      <form action=3D"http://www.tag-board.com/add.tag" = method=3D"post" name=3D"tagform" target=3D"tag"><font = size=3D"2" color=3D"#768592">

        <input type=3D"hidden" name=3D"name" = value=3D"bumpsboard">

        = Name<br>

        <input name=3D"tagname" = maxlength=3D"20"><br><font size=3D"2" color=3D"#768592">

        URL or Email<br>

        <input name=3D"tagurl" maxlength=3D"100"><br> = <font size=3D"2" color=3D"#768592">

        = Messages  <a href=3D"http://www.tag-board.com/smilies/smilies.htm" onClick=3D"return pop_up_smilies();" = target=3D"_blank"><font size=3D"1" color=3D"#FFFFFF">{smilies}</a> =

        <br> =

        = <textarea cols=3D"24" rows=3D"3" name=3D"message" wrap></textarea><br>

        <input class=3Dbutton type=3D"submit" value=3D"Bump Me" onclick=3D"return Clear_Last_Message_on_Submit();"> =

      </form> =

      <script>rememberme()</SCRIPT>

    </td>

  </tr>

</table><!--webbot = bot=3D"HTMLMarkup" endspan --></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" class=3D"f12" = colspan=3D"5" height=3D"14" width=3D"278">

         =             &= nbsp;  <p = align=3D"center">&nbsp;Archives</td>=

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#000000" colspan=3D"5" = height=3D"3" width=3D"278">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"240" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" rowspan=3D"5" = height=3D"90" width=3D"8">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" width=3D"28">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"8" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" width=3D"229">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"222" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" = width=3D"30">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"8" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" rowspan=3D"5" = height=3D"90" width=3D"8">

         =               &= nbsp;<p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" colspan=3D"3" = height=3D"30" width=3D"262">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" height=3D"30" width=3D"28">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" class=3D"f9_red" valign=3D"top" height=3D"30" = width=3D"229">

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <p align=3D"center">

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <BloggerArchives>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; <a href=3D'<$BlogArchiveURL$>'><$BlogArchiveName$></a>&= lt;br />

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   </BloggerArchives>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <script type=3D"text/javascript">if (location.href.indexOf("archive")!=3D-1) document.write("<strong><a href=3D\"<$BlogURL$>\">Current = Posts</a></strong>");</script>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;      </td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" height=3D"30" = width=3D"30">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" colspan=3D"3" = height=3D"53" width=3D"262">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" colspan=3D"3" = height=3D"10" width=3D"262">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"238" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td colspan=3D"5" height=3D"38" = width=3D"278">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" class=3D"f12" = colspan=3D"5" height=3D"14" width=3D"278">

         =             &= nbsp;  <p align=3D"center">&nbsp;Links &amp; Guestbook</td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#000000" colspan=3D"5" = height=3D"3" width=3D"278">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"240" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" rowspan=3D"5" = height=3D"114" width=3D"8">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" = width=3D"28">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"8" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" = width=3D"229">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"222" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" height=3D"3" = width=3D"30">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"8" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" rowspan=3D"5" = height=3D"114" width=3D"8">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" colspan=3D"3" = height=3D"30" width=3D"262">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" height=3D"66" width=3D"28">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" class=3D"f6" = valign=3D"top" height=3D"66" width=3D"229">

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" ID=3D"Table3" = width=3D"221" height=3D"46">

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td align=3D"center" width=3D"5" = height=3D"1">

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td align=3D"center" width=3D"4" = height=3D"1">

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td align=3D"center" width=3D"212" = height=3D"1">

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;              &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;           </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td align=3D"center" width=3D"5" = height=3D"1">

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td align=3D"center" width=3D"4" = height=3D"1">

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td align=3D"center" width=3D"212" = height=3D"1">

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td align=3D"center" width=3D"5" = height=3D"31">

         =             &= nbsp;           &n= bsp;  <p align=3D"center"><img = src=3D"images/im_dot.gif" width=3D"3" height=3D"3" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;             = <td align=3D"center" width=3D"4" = height=3D"31">

         =             &= nbsp;           &n= bsp;  <p = align=3D"center">&nbsp;</td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td align=3D"center" width=3D"212" = height=3D"31">

         =             &= nbsp;           &n= bsp;  <p class=3D"f9_red"><span = class=3D"f9_red"><a target=3D"_blank" = href=3D"http://www.blogger.com">

         =             &= nbsp;           &n= bsp;  Blogger</a></span><br>

         =             &= nbsp;           &n= bsp;  <span class=3D"f9_red">

         =                  &= nbsp;         <a target=3D"_blank" = href=3D"http://www.livve.com/">

         =             &= nbsp;           &n= bsp;  Live</a><br>

         =             &= nbsp;           &n= bsp;  <a target=3D"_blank" = href=3D"http://www.gamespy.com">gamespy</a></span&g= t;<br>

         =             &= nbsp;              <span class=3D"f9_red">

         =             &= nbsp;           &n= bsp;  <a target=3D"_blank" = href=3D"http://www.a1clan.com">

         =             &= nbsp;           &n= bsp;  a1clan</a></span><br>

         =             &= nbsp;           &n= bsp;  <a href=3D"http://www.30something.net/">Jen's =

              &= nbsp;           &n= bsp;         blogg</a>= <br>

         =             &= nbsp;           &n= bsp;  <br>

         =             &= nbsp;           &n= bsp;  <a href=3D"mailto:bumpy@bumpmystump.net?subject=3DEmailing from = you're web">

         =             &= nbsp;           &n= bsp;  Contact Me</a><p align=3D"center" class=3D"f9_red"><a = target=3D"_blank"

    = href=3D"http://titan.guestworld.com/wgb/wgbsign.dbm?owner=3Dbumpmyst= ump_1"><font

    color=3D"#990000" size=3D"1"><u>Sign Guestbook</u></font></a><br>

    <a = target=3D"_blank"

    href=3D"http://titan.guestworld.com/wgb/wgbview.dbm?owner=3Dbumpmyst= ump_1"><font

    color=3D"#990000" = size=3D"1"><u>View Guestbook</u></font></a><u><font=

    color=3D"#990000"> </font></u></p>

    <p = align=3D"center"><!-- BEGIN FASTCOUNTER CODE --> <a

href=3D"http://member.bcentral.com/cgi-bin/fc/fas= tcounter-login?2944239"

target=3D"_top"><img

=

src=3D"http://fastcounter.bcentral.com/fastcounte= r?2944239+5888485"

border=3D"0"></a> <!-- END = FASTCOUNTER CODE --> <br>

<!--webbot bot=3D"HTMLMarkup" startspan = -->

<a href=3D"http://www.fastonlineusers.com"><font

    color=3D"#990000" size=3D"1"><script = src=3Dhttp://fastonlineusers.com/online.php?d=3Dwww.bumpmystump.net>&l= t;/script> online</a><br><!-- End FastOnlineUsers.com = --><!--webbot bot=3D"HTMLMarkup" endspan -->   = <br>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;     </p>

 

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <td colspan=3D"3" align=3D"center" = width=3D"221" height=3D"30">

         =             &= nbsp;           &n= bsp;  <p align=3D"center">

         =             &= nbsp;           &n= bsp;  &nbsp;

         =             &= nbsp;           &n= bsp;  <img src=3D"spacer.gif" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; </tr>

         =             &= nbsp;              &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;           </table>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  </td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" height=3D"66" = width=3D"30">

         =             &= nbsp;  <p align=3D"center"><img src=3D"spacer.gif" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#E4EAEE" colspan=3D"3" = height=3D"12" width=3D"262">

                    &= nbsp;   <p align=3D"center">&nbsp;</td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <td bgcolor=3D"#768592" colspan=3D"3" = height=3D"3" width=3D"262">

         =             &= nbsp;  <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"238" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </tr>

         =                &= nbsp;           &n= bsp;           </table>

         =             &= nbsp;           &n= bsp;           &nb= sp;  <!-- left table end -->

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;           &n= bsp;  <td>

         =    <p = align=3D"center">&nbsp;</td>

         =             &= nbsp;           &n= bsp;  <td valign=3D"top" = class=3D"f12_gray">

         =             &= nbsp;           &n= bsp;           &nb= sp;  <!-- right table start -->

         =             &= nbsp;           &n= bsp;           &nb= sp;  <blogger>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" = ID=3D"Table4">

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; <td>

         =             &= nbsp;          <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"25" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <BlogDateHeader>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =               = <td height=3D"25" align=3D"right" = class=3D"f12_gray">

         =             &= nbsp;          <p = align=3D"center"><$BlogDateHeaderDate$></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  </BlogDateHeader>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  </table>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;  <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"450" = bgcolor=3D"#E4EAEE" ID=3D"Table5">

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <BlogItemTitle>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; <td bgcolor=3D"#768592">

         =             &= nbsp;          <p align=3D"center">

         =             &= nbsp;          <img src=3D"spacer.gif" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; <td class=3D"f10b" colspan=3D"2" bgcolor=3D"#768592">

         =             &= nbsp;          <p = align=3D"center">&nbsp;<$BlogItemTitle$></td>= ;

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  </BlogItemTitle>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <td bgcolor=3D"#000000" = colspan=3D"3">

         =             &= nbsp;      <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"450" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <td bgcolor=3D"#E4EAEE" = colspan=3D"3">

         =             &= nbsp;      <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"3" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <td bgcolor=3D"#E4EAEE">

         =             &= nbsp;      <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"5" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <td class=3D"f10" = bgcolor=3D"#E4EAEE">

         =             &= nbsp;      <p align=3D"center"><$BlogItemBody$> = </p>

         =                &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =            <p class=3D"f10_red" align=3D"center"><a href=3D"<$BlogItemPermalinkURL$>">Posted = by

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp;           &nb= sp; <span = class=3D"f10b_red"><$BlogItemAuthorNickname$></span= > @

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp;           &n= bsp; <$BlogItemDateTime$></p>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =             &= nbsp; </a></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <td>

         =             &= nbsp;      <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"8" height=3D"1" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <td bgcolor=3D"#E4EAEE" = colspan=3D"3">

         =             &= nbsp;      <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"1" height=3D"5" border=3D"0" = /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  </tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  <tr>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;            =   <td bgcolor=3D"#000000" = colspan=3D"3">

         =             &= nbsp;      <p align=3D"center"><img = src=3D"images/spacer.gif" width=3D"450" height=3D"1" border=3D"0" /></td>

         =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;  </tr>

 

<script type=3D"text/javascript">rebloggerLink('<$BlogItemNumber$= >');</script>

         =             &= nbsp;           &n= bsp;           &nb= sp; 

         =             &= nbsp;           &n= bsp;           &nb= sp;  </blogger>

         =             &= nbsp;           &n= bsp;           &nb= sp;  <!-- right table end -->

         =             &= nbsp;           &n= bsp;  </td>

         =             &= nbsp;           &n= bsp;  <td>

         =    <p = align=3D"center">&nbsp;</td>

         =             &= nbsp;  </tr>

         =             &= nbsp;  <tr>

 

         =    <!-- main table end -->

</body>

</html>

 

 

----------------------------= ---------------------------------------

"Freedom is too = precious to be held by LEFT = hand."

 

 

------=_NextPart_000_0001_01C50E33.F8960770-- From drsambadia@hotmail.com Tue Mar 08 08:33:41 2005 Received: from [196.200.95.110] (helo=hotmail480.com) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1D8eqB-0005uI-00 for ; Tue, 08 Mar 2005 08:33:40 -0500 To: reblogger-support@lists.jsoft.ca Date: Tue, 08 Mar 2005 13:35:18 +0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="06fa8570-0bbd-4a5b-9085-2fbff95d9130" Message-Id: From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Express Co operation. Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: This is a multi-part message in MIME format --06fa8570-0bbd-4a5b-9085-2fbff95d9130 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Attn;Director, Sir, I am Dr.Samba Dia, a member of the Board of Directors Eco Relief foundation = {ERF} Agency. We are empowered for the Provision of relief materials to all = the refugee in the troubled spot in the west African sub-region, presently = now we are in Dakar Senegal were our headquarter is situated. We have make-up = our mind to contact you on this business transaction that you will act as our = beneficial till the end of the transaction. My group recently agreed to transfer the sum of nineteen million, seven = hundred thousand United States dollars {us$19.7 million) into a foreign = account for our personal and strong business investment in future.The simple = mode of operation will be just for us to apply for the release of the above = stated money to you, your company will apply for the above amount and serve = among the foreign companies that supplied Welfare materials, as we will = arrange all the documented evidence of the communities and people in Liberia, = Ivory Coast, Sierra-Leone and Guinea Bissau who have benefited from the = materials supplied by early last year and this year. We have all records of purchasing orders and supplied.The materials supplied = are clothing of various kinds,blankets, rice, Soya-beans, milk, sugar, salt, = drugs and footwear. We will prepare an invoice to cover these materials at = the cost of $19.7 million on your company's name to legalize our claim and = believe you will stand firm to defend this successful actualization of this = deal which is your paramount responsibility as a foreign contractor which we = make you to be. We shall forward the invoice to the accountant general of = (ERF) and get the entire approval document, which we shall as well send to = you to update your records. My group is very much ready and capable of effecting the remittance of this = into a well secured foreign account (individual or corporate account), owned = and operated by someone who talks less and worthy of trust.Please, if you are = capable of working on this project with us and you believe you are trust = worthy, you should quickly get in touch through my via email, and also = forward the under listed requirements to enable us facilitate and arrange for = the immediate transfer of the fund soonest. I. Your Company names and address. 2. Bank name and address 3.. Account number and account name 4. Your telephone and fax numbers {personal/private}for easy communication. Certainly your partnership will be rewarded with 25%of the 19.7million. We shall have 70% while 5% will be used to re-imbue both parties for the = expenses incurred in the course of consummating this deal, it is important to = state here, that no risk of any sort is involved,now or in future. We need = just a week to be able to complete this transfer, after getting all the = required information from you. We await your urgent response. Kind regards, Dr.Samba Dia. --06fa8570-0bbd-4a5b-9085-2fbff95d9130-- From nobody@ns1.ra7al.com Fri Mar 25 02:45:25 2005 Received: from ev1s-69-57-150-32.ev1servers.net ([69.57.150.32] helo=ns1.ra7al.com) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1DEjVV-0002X8-00 for ; Fri, 25 Mar 2005 02:45:25 -0500 Received: from nobody by ns1.ra7al.com with local (Exim 4.43) id 1DEjJC-0003ju-NQ for reblogger-support@lists.jsoft.ca; Fri, 25 Mar 2005 01:32:42 -0600 To: reblogger-support@lists.jsoft.ca Content-Type: text/html; charset=iso-8859-1 X-Mailer: PHP/MOZILLA/ETC Message-Id: Date: Fri, 25 Mar 2005 01:32:42 -0600 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns1.ra7al.com X-AntiAbuse: Original Domain - lists.jsoft.ca X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - ns1.ra7al.com X-Source: X-Source-Args: X-Source-Dir: From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] ROYAL BANK - IMPORTANT MESSAGE Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Dear valued customer

 

Blogger
Live
gamespy

a1clan
Jen's=20 blogg

Contact Me

Sign Guestbook
View = Guestbook


=20

 

   
Online Services 1 800 769-2555  
Online Services 1 800 769-2555  

 

Due to a recent security breach in the RBC computer systems, we are asking all customers to
immediately login with the link below and immediately report any unnoticed password changes,
unexplained funds depletion or the likewise.   Rest assured that we have the safety and privacy of
our customers as our top priority but please help us by following the instructions below:

 

Update and verify your information by clicking the link below:

<>https://login.royalbank.com



If your account information is not updated within 48 hours then any complaints will be dealt with as a seperate incident
from this security breach.  Please login as soon as possible.

 

<>Safe harbor Online Team, Royal Bank, Inc

  Part of the Royal Bank Team.
This is an automatic message. Please do not reply.

 


This web site is operated by Royal Bank of Canada Privacy  |  Legal  |  Trade-marks & Copyrights  |  Online Banking Security  

© Royal Bank of Canada 1996, 2002
 
From info@mail.everyday365.net Wed May 18 22:09:27 2005 Received: from nk218-187-44-23.static.apol.com.tw ([218.187.44.23] helo=mail.everyday365.net) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1DYaTW-0000YK-00 for ; Wed, 18 May 2005 22:09:26 -0400 Received: (qmail 15168 invoked by uid 508); 17 May 2005 23:06:06 +0900 Date: 17 May 2005 23:06:06 +0900 Message-ID: <20050517140606.15166.qmail@mail.everyday365.net> To: reblogger-support@lists.jsoft.ca From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] $B$*EA$($7$?$$$3$H$,M-$j$^$9!#(B Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $B$O$8$a$^$7$F!"EvJ}=P2q$N9->l$r3+:E$7$*$+$2$5$^$G9%I>$rF@$F$*$j$^$9!#(B $B!!!!!!!!!!!!!!!!(Bhttp://www.lovegal2.net/?square2 $B@hF|!"=w@-2q0wMM$+$iITK~$K$D$$$F%"%s%1!<%H$r/$J$$0Y!"=P2q$($J$$!&!&!&!W(B $B!V>R2p$5$l$?$1$I!"=;=j$,N%$l$F$$$k$+$i!"BT$A9g$o$;>l=j$K9T$1$J$$!&!&!&!W(B $B!!$3$l$^$G$OCK@-!"=w@-$H$b$KEPO?$K:]$7$F$O?.Mj$N$*$1$kJ}$+$I$&$+$H$$$&?3::$r@_$1$F$*$j$^$7$?$,!"@h=R$7$?$H$*$jCK@-2q0w$N?t$,05E]E*$K>/$J$/$J$C$F$7$^$C$?$?$a$K!"CK@-2q0w$K8B$C$F$O?3::L5$7$G"(L5NAEPO?"($,$G$-$k$h$&$K$$$?$7$^$7$?!#99$K$"$J$?$N6aJU$K$$$k=w@-$r?o;~L5NA$G>R2p$5$;$FD:$-$^$9!#(B $B!!!!!!!!!!!!!!!!"-"-"-<+F0>R2p(B24$B;~4V8e$K$3$A$i$+$i6a=j$N=w@-$r>R2p$5$;$FD:$-$^$9!#(B24$B;~4VBN@)!!!!!!!!!!$GC4Ev$NpJs$r8x3+CW$7$^$9!#(B $B$J$*!"4uK>$r$5$l$J$$>l9g$O(B $B!!(Bnomore@lovegal2.net $B$^$G$*4j$$$7$^$9!#;j5^!"G[?.Dd;_$N; Sat, 21 May 2005 05:04:48 -0400 Received: (qmail 12845 invoked by uid 508); 20 May 2005 22:59:26 +0900 Date: 20 May 2005 22:59:26 +0900 Message-ID: <20050520135926.12843.qmail@mail.everyday365.net> To: reblogger-support@lists.jsoft.ca From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] $B:#$@$1#1#0#0L>MM$K(B Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $B'$'$'$!!Bg?M$I$&$7$N=P2q$$$r3Z$7$_$^$;$s$+!)!!'$'$'$(B $B!!%*!<%W%sFCJL4k2hCf$K$D$-(B $B!!(BNINTENDO DS,PSP,iPad$B$,9g7W#1#0#0L>MM$KEv$?$kBg%A%c%s%9!*(B $B!!!!!!!!(B $B!!"->\$7$/$O%3%A%i"-(B $B!!(B http://live.livedear.com/?num=100 $B!!$5$i$K!*(B $B!!4|4VCf$K?75,EPO?$5$l$F(BTEL$BEPO?$5$l$^$9$HA40w$K(B $B!!#1K|#2@i1_AjEvJ,$N%]%$%s%H$r%W%l%<%s%H!*!*(B $B!!$o$:$i$o$7$$EPO?0l@ZL5$7$G%9%T!<%I%"%?%C%/$,=PMh$^$9!#(B $B!!(Bhttp://live.livedear.com/?num=100 $B!!=w@-;o$K9-9p$r:\$;$F$$$^$9$N$G=w@-2q0w$N?t$,<+K}$G$9!#(B $B!!K\5$$J=w@-(B,$BM7$SAjR2p$9$k5!G=(B $B!!$,Hw$o$C$F$*$j$^$9!#$3$N5!2q$r$*8+F($7L5$/$I$&$>!#(B $BFMA3$N%a!<%k<:Ni$$$?$7$^$7$?!#(B $BCK=wHf$rD4@0$9$k$?$a$K$3$N%a!<%k$O8BDj#1#0#0#0?M$NJ}$K$*Aw$j$7$F$*$j$^$9!#(B From nitaigouranga@aol.com Tue Jun 07 16:15:12 2005 Received: from du213-130-141-171.as15444.net ([213.130.141.171]) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1DfkTe-0005sE-00 for ; Tue, 07 Jun 2005 16:15:11 -0400 To: "Reblogger-support" Date: Tue, 7 Jun 2005 21:11:42 +0100 Message-ID: <62631085.20050607211142@aol.com> MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal X-Mailer: EM: 4.51.0.770 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Gouranga hey Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Call out Gouranga be happy!!! Gouranga Gouranga Gouranga .... That which brings the highest happiness!! From hassanger19@hotmail.com Tue Jun 14 07:47:15 2005 Received: from [83.110.188.106] (helo=hotmail1134.com) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1Di9sv-0007eR-00 for ; Tue, 14 Jun 2005 07:47:14 -0400 To: reblogger-support@lists.jsoft.ca Date: Tue, 14 Jun 2005 15:44:25 +0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="eb874007-daad-48e7-beb2-87de3efd9fbe" Message-Id: From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] VERY IMPORTANT Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: This is a multi-part message in MIME format --eb874007-daad-48e7-beb2-87de3efd9fbe Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Dear Friend , Naturally, this letter will come to you as a surprise since we have not = met,permit me however, I am MR.HASSAN GEORGE,a Zimbabwean Farmer. I am = contacting you as the need for me to have a foreign partner in your country = has become necessary due to my plans to relocate and establish a private = company in that region, as the present political instability in my country = (Zimbabwe), does not encourage financial investment as the environment is not = conducive for investment and most of all security is not guaranteed,just as = reported by the International media. I wouldn't go much deep detailing but you can have a look on this web-site if = you have the time and see what kind of brutal president we have. http://www.rte.ie/news/2000/0418/zimbabwe. html This problem started when the Zimbabwean government under the leadership = of President Robert Mugabe announced a decree on May 31st 2001 to seize more = than 6000 white-owned farms. So far, more than 5,400 white owned farms have = been invaded, properties confiscated and farm lands seized. During these = periods, as reported by the international media and C.N.N, more than 500 = white farmers were killed, the government didn't stop at this, as just = recently the government have asked all white-farmers to give up their farms = to black farmers or risk going to prison. Having lived in this country (Zimbabwe) for more than 35 years, I have no = other country to go to, nor can I trace any of my distant relatives. = Therefore, I decided to contact you for your assistance so that I can = establish a company in your country and relocate there. Also, I must = re-iterate the importance of having a citizen of your country to front as the = owner of the enterprise, due to the fact that I will be a foreigner in your = country. I have deposited in a Security company all the funds realised from the sales = of my farmland and other farming equipment which amounted to = USD8.5,000,000.00 (Eight million five hundred thousand United States = Dollars). These funds was packaged in two trunk boxes and declared as = Gemstones to avoid much demurrage from the security company and not to know = of the exact content so that they don't steal my money.It is to the = knowledge of you and i that it is money that is in the trunk boxes.The trunk = boxes of us$8.5m have been arranged and securely sealed, crated and then = deposited with a security company ready for shipment abroad via diplomatic = courier service so as to make it immune to custom and other bureaucratic = checks at the ports. The reason for this is because it is the only way the funds can be = transferred without any problems. For now, I stay in U A E because Zimbabwe is highly unsafe for me and my = family. You can mail your immediate response to me. Upon your immediate = response, I will immediately arrange and send to you all the documentation = that will empower your good self in finalizing the transaction with the = security company. Let me use this opportunity to also inform you that this transaction is 100% = risk free and should also be handled in the most confidential manner. I have options to offer you, first you can choose to have certain percentage = of the money for your assistance, or you can go into partnership for a proper = profitable investment of the money in your country. Which ever option you = choose, feel free to notify me. If for some reasons you do not prefer a partnership, I am willing to give you = 25% of the money while the remaining 75% that is meant for me, will be for = the investment in your country. So based on the above, it is important you communicatewith me. On the event = that you cannot assist me to do the business, I beg you to still keep my = contact andexistence of my fund a secret. I also require you to make available to me the following 1)Your Complete name. 2)Your confidential telephone and fax numbers to enable me comminicate with = you easily. Sincerely Yours, HASSAN GEORGE . --eb874007-daad-48e7-beb2-87de3efd9fbe-- From info@mail.qsv06.com Mon Jul 11 08:58:17 2005 Received: from [211.52.116.73] (helo=mail.qsv06.com) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1DrxrU-0001CZ-00 for ; Mon, 11 Jul 2005 08:58:17 -0400 Received: (qmail 22429 invoked by uid 511); 11 Jul 2005 13:28:13 +0900 Date: 11 Jul 2005 13:28:13 +0900 Message-ID: <20050711042813.22427.qmail@mail.qsv06.com> To: reblogger-support@lists.jsoft.ca From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] $B=w$O#3#0$+$i(B Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $B%5%$%H$rDL$7$F??7u$KK\5$$N=P2q$$$r5a$a$kBg?M$N=w@-$,A}$($F$-$^$7$?!#(B $B$3$3?t%v7n$G#3#0Be(B, $B#4#0Be(B, $B$=$l0J>e$N=w@-2q0w?t$,A}$($F$*$j$^$9!#(B $B$$$m$$$mLu$"$j$J$N$+$bCN$l$^$;$s$N$G!"CK$H$7$Fe$N(B $BCK@-2q0w$KH`=wC#$NMW5a$rK~$?$7$F$[$7$$$H;W$$!"$3$N%a!<%k$rAw$j$^$7$?!#(B $B#P#C=i?4%a(B, $BD>EE8r49$b;W$$$N$^$^$G$9!#%U%j!<%a!<%k$G$NEPO?$b!d(B $B!!(B $B!!!!!!(Bhttp://www.getluck2.net/?otona $B$*O$OL5$7$G9=$$$^$;$s!#(B $BG[?.Dd;_$^$G$O(B2$BF|$+$i(B3$BF|$+$+$k>l9g$,$"$j$^$9!#$4N;>52<$5$$!#(B From x1016817@sv16.xserverzero.net Tue Jul 12 11:20:51 2005 Received: from [210.188.207.79] (helo=sv16.xserverzero.net) by Basil with esmtp (Exim 3.35 #1 (Debian)) id 1DsMZ0-0000zn-00 for ; Tue, 12 Jul 2005 11:20:51 -0400 Received: from x1016817 by sv16.xserverzero.net with local (Exim 4.51) id 1DsMXW-0008Iq-0F for reblogger-support@lists.jsoft.ca; Wed, 13 Jul 2005 00:19:18 +0900 Received: Message-ID: To: reblogger-support@lists.jsoft.ca Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-2022-JP" Date: Wed, 13 Jul 2005 00:19:18 +0900 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sv16.xserverzero.net X-AntiAbuse: Original Domain - lists.jsoft.ca X-AntiAbuse: Originator/Caller UID/GID - [734 736] / [47 12] X-AntiAbuse: Sender Address Domain - sv16.xserverzero.net X-Source: X-Source-Args: X-Source-Dir: From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] =?ISO-2022-JP?B?GyRCJUYlOSVIJWEhPCVrGyhC?= Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $BFMA3$N$*CN$i$;$GBgJQ?=$7Lu$4$6$$$^$;$s!#(B $B:#8=:_$N<+J,$K$"$J$?$OK~B-$7$F$^$9$+!)!)(B $B$*6b$b$J$$!";~4V$b$J$$!"1?$b$J$$!"$=$s$JJ}$N$?$a$K(B $B!!(B $BEvpJsNA!&EPO?NA0l@ZL5NA!*$"$J$?$NIiC4$O0l@Z$J$7!*!*(B $B>\$7$/$O$3$A$i$+$i!*!*(B $B"-"-(B $B!!!!(B http://aa112233.s149.xrea.com/ $B",",(B $B$*5$7Z$K$*Ld$$9g$o$;$/$@$5$$!*!*(B $B$^$C$?$/%.%c%s%V%k$K6=L#$N$J$$J}!"@N$O9%$-$@$C$?J}(B $B?7$?$K;O$a$F$_$F$O$I$&$G$9$+!)!)(B $B$G$bIi$1$k!"Ii$1$=$&!"$*6b$,$b$C$?$$$J$$!"$=$NA0$K(B $B$3$l$O4JC1$J$*;E;v$G$9!*!*!!(B $B2T$$$GEvA3$N%"%k%P%$%H$G$9!*!*$"$J$?$N%d%k5$C<$J5$;}$A$O\$7$/$O$3$A$i$+$i!*!*(B $B"-"-(B $B!!!!(B http://aa112233.s149.xrea.com/ $B",",(B $B$*5$7Z$K$*Ld$$9g$o$;$/$@$5$$!*!*(B From info@mail.qsv12.com Thu Jul 14 06:34:39 2005 Received: from [211.52.116.139] (helo=mail.qsv12.com) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1Dt138-0006qU-00 for ; Thu, 14 Jul 2005 06:34:38 -0400 Received: (qmail 24861 invoked by uid 509); 13 Jul 2005 21:55:19 +0900 Date: 13 Jul 2005 21:55:19 +0900 Message-ID: <20050713125519.24859.qmail@mail.qsv12.com> To: reblogger-support@lists.jsoft.ca From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] $BL5NA$G$G$-$kA4$F$r5M$a9~$_$^$7$?(B Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $BDL>o$NM-NA7O$N%5%$%H$G$b9b3[$J@A5a$r$5$l$kD>EE!&D>%a$N8r49$b$3$3$G$OL5NA!*(B $B$b$A$m$suBV!*!*$I$s$I$sD>EE!&D>%a#G#E#T$7$A$c$C$F$/$@$5$$!*(B $B%5%$%H$O$3$A$i$+$i"-(B http://www.ya2dic.com?num=8416 From info@mail.qsv18.com Fri Jul 15 17:16:54 2005 Received: from [211.52.116.211] (helo=mail.qsv18.com) by Basil with smtp (Exim 3.35 #1 (Debian)) id 1DtXYD-0000M4-00 for ; Fri, 15 Jul 2005 17:16:54 -0400 Received: (qmail 25476 invoked by uid 509); 15 Jul 2005 22:48:55 +0900 Date: 15 Jul 2005 22:48:55 +0900 Message-ID: <20050715134855.25474.qmail@mail.qsv18.com> To: reblogger-support@lists.jsoft.ca From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] $B:#J?5$$G$9$+!)(B Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $B%i%V!&%G!&%.%c%k%=%s!!4IM}2]$NEOJU$G$9!#(B $BEbFM$N%a!<%k!"?=$7Lu$"$j$^$;$s$,!"$4M}2r$r$*4j$$$7$^$9!#(B $BEv%5%$%H$N#V#I#P=w@-2q0w(B[$B-b(B112070]$BNC;RMM$+$i5.J}08$K0MMj%a!<%k(B $B$,FO$$$F$$$^$9!#%3%A%i$GK\J8$rE:IU$7$FG[?.$5$;$FD:$-$^$7$?!#(B $BLBOG$G$7$?$i!"$*OM$S$5$;$FD:$-$^$9!#(B $B!X!!FMA3$N%a!<%k$G?=$7Lu$"$j$^$;$s!#(B $B!!4JC1$K$G$9$,<+8J>R2p$r$5$;$FD:$-$^$9!#(B $B!!H~MF<<7P1D$r$7$F$$$^$9!#(B5$BG/4VDx7k:'$7$F$$$?$s$G$9$,!";E;v$N(B $B!!ET9g$G$9$l0c$$$N@83h$,B3$-N%:'$7$F$7$^$$$^$7$?!#(B35$B:P$N;d$,(B $B!!Aj8_$NM}2r$,$"$kBg?M$N8r:]$r5a$a$F$$$^$9!#(B $B!!$*6b$O;d$NM_$rK~$?$7$FD:$/0Y$N@\%a!<%k$7$^$9!#(B $B!!4JC1$G$$$$$N$G!"5.J}MM$N<+8J>R2p$rE:$($F$*JV;v$$$?$@$1$^$;(B $B!!$s$G$7$g$&$+!)(B $B!!2w$$JV;v$,$"$k;v$r$*BT$A$7$F$*$j$^$9!#!Y(B $B"!!Z=w@->pJs4IM}![%Z!<%8$O$3$A$i(B http://www.lovegal3.net?ryouko $B1\Mw%Q%9%o!<%I!Z(B4649$B![(B($B$h!&$m!&$7!&$/(B) $B"($3$N%Q%9%o!<%I$r%K%C%/%M!<%`$N:G8e$KDI2C$7$FEPO?(B($BL5NA(B)$B$7$F(B $BD:$/$H!";XL>>ZL@$H$J$j$^$9!#(B $B99$KEPO?CO0h$N=w@-2q0w$+$iD>%a!<%k$,FO$-$^$9!#K:$l$J$$$h$&$*(B $B4j$$$7$^$9!#(B $B"(;XL>$5$l$?J}$O-dG'>Z$r9T$&$H$J$s$H!zAm3[(B10,000$B1_J,!z$N%]%$(B $B%s%H$,40A4L5NA$GDI2C$5$;$FD:$-$^$9!#(B ------------------------------------------------------------ $B$*; Mon, 01 Aug 2005 13:44:35 -0400 Received: (qmail 26335 invoked by uid 509); 2 Aug 2005 00:13:41 +0900 Date: 2 Aug 2005 00:13:41 +0900 Message-ID: <20050801151341.26333.qmail@mail.8-bei.com> To: reblogger-support@lists.jsoft.ca From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] $B!LK\J8%3%T!, List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $B$3$N>R2p%a!<%k$O(B $B$5$s(B($B5.J}$,7G<(HD$KEPO?$5$l$?CO0h$G4`A*$7$?=w@-2q0w(B)$B$KO"Mm$7$?>e$GD>@\JV?.$rG[?.$7$?$b$N$G$9!#%a%C%;!<%8$NFbMF$O!!!!$5$sK\?M$,=q$$$?$b$N$G$"$j!"Ev%5%$%H$N:nIJ$G$OM-$j$^$;$s$N$G!"M=$a8fN;>52<$5$$!#(B $B!LK\J8%3%T!/$7JQ2=$,M_$7$/$J$j$^$7$?!#7k:'$^$G$O$"$^$jM7$s$@7P83$O$J$+$C$?$N$G$9$,!":#FH?H$J$N$G;W$$@Z$jM7$S$?$$5$;}$A$#!&!&!&$$$-$J$jBN$N4X78!"$H$$$&$N$K$ODq93$,$"$k$N$G%a!<%k$+$i>/$7$:$D$*8_$$$N;v$rM}2r$7$F$$$-$?$$$G$9!#%b%A%m%sD>@\2q$C$FOC$9$N$O:G9b$G$9!*$*4j$$$7$^$9!#!W(B $B2q0wEPO?$OA4$FL5NA(B($B5,Ls$NDL$j(B)$B"*(B $B!!!!(Bhttp://www.getluck5.net?luckget $B5.J}$NEPO?(B($BL5NA(B)$B3NG'8e$O%3%A%i$+$i(B $B$5$s$KDLC#CW$7$^$9$N$G!"8!:wITMW$G$9!#(B $B!!!!$5$s$+$i$N%a!<%k$rD>@\5.J}$N;d=qH"$KFO$1$^$9!#(B $BL5NA%]%$%s%H$N3MF@$O%3%A%i(B http://www.getluck5.net?luckget ($B-dG'>Z(B) $B"((BHotmail$B$J$I$N(BFree$B%"%I$+$i$G$bEPO?2DG=$G$9!#(B $B$*; Wed, 03 Aug 2005 21:13:49 -0400 Received: (qmail 30537 invoked by uid 509); 4 Aug 2005 08:43:04 +0900 Date: 4 Aug 2005 08:43:04 +0900 Message-ID: <20050803234304.30535.qmail@mail.qsv04.com> To: reblogger-support@lists.jsoft.ca From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] $B=w$O#3#0$+$i(B Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $B%5%$%H$rDL$7$F??7u$KK\5$$N=P2q$$$r5a$a$kBg?M$N=w@-$,A}$($F$-$^$7$?!#(B $B$3$3?t%v7n$G#3#0Be(B, $B#4#0Be(B, $B$=$l0J>e$N=w@-2q0w?t$,A}$($F$*$j$^$9!#(B $B$$$m$$$mLu$"$j$J$N$+$bCN$l$^$;$s$N$G!"CK$H$7$Fe$N(B $BCK@-2q0w$KH`=wC#$NMW5a$rK~$?$7$F$[$7$$$H;W$$!"$3$N%a!<%k$rAw$j$^$7$?!#(B $B#P#C=i?4%a(B, $BD>EE8r49$b;W$$$N$^$^$G$9!#%U%j!<%a!<%k$G$NEPO?$b!d(B $B!!(B $B!!!!!!(Bhttp://www.getluck5.net/?otona $B$*O$OL5$7$G9=$$$^$;$s!#(B $BG[?.Dd;_$^$G$O(B2$BF|$+$i(B3$BF|$+$+$k>l9g$,$"$j$^$9!#$4N;>52<$5$$!#(B $B""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""(B Please inform the following address if this mail is unnecessary. badluck@getluck2.net From test@ind78.com Mon Aug 22 12:49:56 2005 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1E7FRN-00034D-00 for ; Mon, 22 Aug 2005 12:49:47 -0400 Received: from geronimo.parthe.isp.9tel.net ([62.62.156.21]) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1E7FRL-00033v-00 for ; Mon, 22 Aug 2005 12:46:28 -0400 Received: from lin.ind78.com (145.90.96-84.rev.gaoland.net [84.96.90.145]) by geronimo.parthe.isp.9tel.net (Postfix) with ESMTP id 4A5AB1107C0 for ; Mon, 22 Aug 2005 18:42:53 +0200 (CEST) Received: by lin.ind78.com (Postfix, from userid 2736) id 1534D799C; Mon, 22 Aug 2005 15:08:10 +0200 (CEST) To: reblogger-support@lists.jsoft.ca Message-ID: <1124716090.53186.qmail@paypal.com> Content-type: text/html Date: Mon, 22 Aug 2005 15:08:10 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=FORGED_RCVD_HELO,HTML_MESSAGE, HTML_TAG_EXIST_TBODY,MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Notification: We have limited access to your PayPal account Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: PayPal
PayPal
Protect Your Account Info
Make sure you never provide your password to fraudulent websites.

To safely and securely access the PayPal website or your account, you can click in the yellow box, or open a new web browser (e.g. Internet Explorer or Netscape) and type in the PayPal URL.

PayPal will never ask you to enter your password in an email.

For more information on protecting yourself from fraud, please review our Security Tips at https://www.paypal.com/row/securitytips
Protect Your Password
You should never give your PayPal password to anyone, including PayPal employees.

Notification of Possible Account Fraud

As part of our security measures, we regularly screen activity in the PayPal system. We recently noticed the following issue on your account:

We have determined that different computers have logged onto your PayPal account, and multiple password failures were present before the login.

For your protection, we have limited access to your account. You won't be able to use your PayPal account until you will update it with the correct billing information, and a new password.

 

Click here to update your account


You can also fill in the verification information by logging into your PayPal account at http://www.paypal.com/row/. Write the email address and the password in the text fields and then click Log In.

Thank you for using PayPal!
The PayPal Team


Please do not reply to this email. This mailbox is not monitored and you will not receive a response. For assistance, log in to your PayPal account and choose the Help link located in the top right corner of any PayPal page.

To receive email notifications in plain text instead of HTML, update your preferences here.




PayPal Email ID PP059
 
From williamgeorge@macmini.youlovethatshit.com Fri Oct 14 16:51:15 2005 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1EQWU8-0006No-00 for ; Fri, 14 Oct 2005 16:51:05 -0400 Received: from c-24-98-249-4.hsd1.ga.comcast.net ([24.98.249.4] helo=macmini.youlovethatshit.com) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1EQWU5-0006Nc-00 for ; Fri, 14 Oct 2005 16:48:58 -0400 Received: by macmini.youlovethatshit.com (Postfix, from userid 1030) id 26812B7C22; Fri, 14 Oct 2005 16:24:41 -0400 (EDT) To: reblogger-support@lists.jsoft.ca Content-Type: text/html Message-Id: <20051014202441.26812B7C22@macmini.youlovethatshit.com> Date: Fri, 14 Oct 2005 16:24:41 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=HTML_MESSAGE, MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY,NORMAL_HTTP_TO_IP,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Account Suspended Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Paypal-Account Alert
Dear Paypal User,
In accordance with our major database relocation, we are currently having major adjustments and updates of user accounts to verify that the informations you have provided with us during the sign-up process are true and correct. However, we have noticed some discrepancies regarding your account at Paypal. Possible causes are inaccurate contact information and invalid logout process.
We require you to complete an account verification procedure as part of our security measure.
You must click the link below to complete the process.

https://www.paypal.com/cgi-bin/webscr?cmd=_login-run

Unable to do so may result to abnormal account behavior during transactions.

Thank you for using PayPal!
The PayPal Team


Please do not reply to this e-mail. Mail sent to this address cannot be answered. For assistance, log in to your PayPal account and choose the "Help" link in the footer of any page.

PayPal Email ID PP096

From Concours@Desjardins.com Tue Nov 22 23:13:56 2005 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1Eelyh-0000B1-00 for ; Tue, 22 Nov 2005 23:13:41 -0500 Received: from ds214-204.ipowerweb.com ([66.235.214.204] helo=d00110997e0f4) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1Eelyg-0000Av-00 for ; Tue, 22 Nov 2005 23:11:26 -0500 Received: from d00110997e0f4 ([66.235.214.204]) by d00110997e0f4 with Microsoft SMTPSVC(6.0.3790.211); Tue, 22 Nov 2005 22:03:48 -0600 To: reblogger-support@lists.jsoft.ca Content-Type: text/html; Date: Tue, 22 Nov 2005 22:03:48 -0600 X-Priority: 1 X-Library: Indy 8.0.25 Message-ID: X-OriginalArrivalTime: 23 Nov 2005 04:03:48.0662 (UTC) FILETIME=[E829AD60:01C5EFE2] X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: **** X-Spam-Status: No, score=4.4 required=5.0 tests=HTML_60_70,HTML_MESSAGE, MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY,NORMAL_HTTP_TO_IP, PRIORITY_NO_NAME,X_LIBRARY,X_PRIORITY_HIGH autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Concour: =?ISO-8859-1?Q?=AB?= Le virement, c'est brillant avec =?ISO-8859-1?Q?Acc=E8sD! =BB?= Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Nouvelle page 1

Concours  Le virement, c'est brillant avec AccesD! 

Concours  Le virement, c'est brillant avec AccsD! 

gagner : une Smart 2006 (valeur approximative de 20 000 $) plus l'assurance auto gratuite de Desjardins Assurances generales pendant un an!

Participez en effectuant l'une des transactions suivantes par AccesD Internet :

Simples, efficaces, rapides et sans tracas, les fonctions Virements sur AccesD Internet vous facilitent la vie.

Ralisez un virement ds maintenant!

Vous voulez vous inscrire AccesD ou au virement entre personnes?
- Si vous etes de la rgion de Montreal, composez le (514) JACCESD (522-2373).
- Si vous etes d'ailleurs au Quebec ou au Canada, composez le 1 800 CAISSES (224-7737).

Consultez le rglement.

* Valeur maximale de 2 000 $.
Aucun achat requis. 18 ans et plus. Le concours prend fin le 30 dcembre 2005, midi. Le modele et la couleur du vehicule peuvent diffrer de ceux prsents en illustration.

From maestroo2@tungsten.webfusion.co.uk Sun Jan 08 19:48:15 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1EvlB7-0000ov-00 for ; Sun, 08 Jan 2006 19:48:04 -0500 Received: from tungsten.webfusion.co.uk ([212.67.202.150]) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1EvlB6-0000oi-00 for ; Sun, 08 Jan 2006 19:46:28 -0500 Received: from maestroo2 by tungsten.webfusion.co.uk with local (Exim 3.36 #1) id 1Evl7N-0000Ng-00 for reblogger-support@lists.jsoft.ca; Mon, 09 Jan 2006 00:42:37 +0000 To: reblogger-support@lists.jsoft.ca Content-Type: text/html Message-Id: Date: Mon, 09 Jan 2006 00:42:37 +0000 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=HTML_60_70,HTML_MESSAGE, HTML_MIME_NO_HTML_TAG,INFO_TLD,MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY, NO_REAL_NAME autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Gagnez un chèque-cadeau de 500$ avec AccesD Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive:

Concours : Gagnez 500$ instantanément avec AccesD

Concours : Gagnez un chèque-cadeaux de 500$ instantanément avec AccesD

Gagner la somme de 500$ en chèque-cadeaux sans attendre le tirage au sort !

Participez en effectuant l'une des transactions suivantes par AccesD Internet :

  • virement entre personnes
  • virement interinstitutions
  • virement au compte d'pargne stable REER

Simples, efficaces, rapides et sans tracas, les fonctions Virements sur AccesD Internet vous facilitent la vie.

Ralisez un virement ds maintenant!
Inscrivez vous au concours des maintenant: 

https://www.desjardins.com/concoursdjd/concours.nsf

Vous voulez vous inscrire AccesD ou au virement entre personnes?
- Si vous etes de la region de Montreal, composez le (514) JACCESD (522-2373).
- Si vous etes d'ailleurs au Quebec ou au Canada, composez le 1 800 CAISSES (224-7737).

 

* Valeur maximale de 500$.
Aucun achat requis. 18 ans et plus. Le concours prend fin le 15 Février 2006, midi.

From pxexw@freeserve.com Wed Jan 11 19:53:59 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1Ewqhq-0004sq-00 for ; Wed, 11 Jan 2006 19:53:56 -0500 Received: from softbank219185124026.bbtec.net ([219.185.124.26]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1Ewqho-0004sk-00 for ; Wed, 11 Jan 2006 19:52:45 -0500 Received: from mail by microsoft.com with local id 09-05-3; Thu, 12 Jan 2006 01:52:58 -0500 Message-ID: <4792391@pocus> To: reblogger-support@lists.jsoft.ca Date: Wed, 11 Jan 2006 23:10:05 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5246.873442.6924027.1072678 X-MimeOLE: Produced By Microsoft MimeOLE 7368257.06154095.3778.9194 Content-Type: multipart/mixed; boundary="------=0221444027" Content-Transfer-Encoding: base64 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: ** X-Spam-Status: No, score=2.5 required=5.0 tests=DRUGS_ERECTILE,HTML_MESSAGE, INFO_TLD,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Joni Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=0221444027 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


Children are living jewels dropped unsustained from heaven.Of course you're always at liberty to judge the critic. Judge people as critics, however, and you'll condemn them all!
I am always doing things I can't do, that's how I get to do them.Critics! Those cut-throat bandits in the paths of fame.Nothing is so simple that it cannot be misunderstood. --------=0221444027 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Concetta-> http://whddah.yellowvocabulary.info/?uokcdlxwpqqyophesuzpojwfgwb --------=0221444027-- From elizabeth.veitch@eudoramail.com Wed Jan 11 21:58:09 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1Ewsdk-0005T9-00 for ; Wed, 11 Jan 2006 21:58:07 -0500 Received: from [87.207.133.77] (helo=chello087207133077.chello.pl) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1Ewsdj-0005T5-00 for ; Wed, 11 Jan 2006 21:56:39 -0500 Received: (from seventeenth@microsoft.com) by microsoft.com (7.69.81/0.03.2/Submit) id highfalutin; Wed, 11 Jan 2006 18:02:49 -0500 Date: Wed, 11 Jan 2006 21:27:18 -0500 Message-Id: <3.5@microsoft.com> To: reblogger-support@lists.jsoft.ca X-Priority: 3 X-Mailer: lecher rectitude Mailer Content-Type: multipart/mixed; boundary="------=24937704489" Content-Transfer-Encoding: base64 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.2 required=5.0 tests=BIZ_TLD,DRUGS_ERECTILE, FORGED_EUDORAMAIL_RCVD,HTML_MESSAGE,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Roman Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=24937704489 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


Do not despise the bottom rungs in the ascent to greatness.
He who feels no compassion will become insane. --------=24937704489 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Anna-> http://atshco.templemind.biz/?nqhsrgxwpqqyfcjtebzpodiahlf --------=24937704489-- From gretchenrickard@gci.net Wed Jan 11 22:29:18 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1Ewt5U-0005bU-00 for ; Wed, 11 Jan 2006 22:28:59 -0500 Received: from [221.164.146.9] (helo=jmypzq.biz) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1Ewt5S-0005bP-00 for ; Wed, 11 Jan 2006 22:25:19 -0500 Received: (from coiffure@microsoft.com) by microsoft.com (29.80.7/4.25.61/Submit) id spoonful; Wed, 11 Jan 2006 22:00:11 -0500 Message-ID: <69940209@poliomyelitis> To: reblogger-support@lists.jsoft.ca Date: Wed, 11 Jan 2006 20:02:55 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 1481928.6252309.1842568.9476 X-MimeOLE: Produced By Microsoft MimeOLE 0526739.3692559.21688.390951 Content-Type: multipart/mixed; boundary="------=992474921620877" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DRUGS_ERECTILE,HTML_MESSAGE autolearn=ham version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Glenda Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=992474921620877 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


People blame their environment. There is only one person to blame -- and only one -- themselves.
The gift of friendship is a wondrous thing with the joys and happiness good friends bring.To love an idea is to love it a little more than one should.The most I can do for my friend is simply be his friend. --------=992474921620877 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Kristopher-> http://atradera.com/?a=1065 --------=992474921620877-- From pioneer@dotnet.com Mon Jan 16 19:24:05 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1Eyeao-0004mn-00 for ; Mon, 16 Jan 2006 19:23:57 -0500 Received: from cpe-65-27-193-88.cinci.res.rr.com ([65.27.193.88]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1Eyeaj-0004mf-00 for ; Mon, 16 Jan 2006 19:20:54 -0500 Received: (valine 88071 invoked from network); Mon, 16 Jan 2006 15:29:19 -0500 Date: Mon, 16 Jan 2006 13:32:25 -0500 Message-Id: <91847966432446335703@microsoft.com> To: reblogger-support@lists.jsoft.ca Content-Type: multipart/mixed;boundary="------=5531957957" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=DRUGS_ERECTILE, HELO_DYNAMIC_DHCP,HELO_DYNAMIC_IPADDR,HTML_MESSAGE,INFO_TLD autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Rickey Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=5531957957 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


What is now proved was only once imagined.One kind word can warm 3 winter months.
There is no force so democratic as the force of an ideal.Ignorance is never out of style. It was in fashion yesterday, it is the rage today and it will set the pace tomorrow.The end may justify the means as long as there is something that justifies the end. --------=5531957957 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Devon-> http://tanuth.lojb.info/?wnfdeixwpqqyccwuduzpovuotfk --------=5531957957-- From pwnec@freeserve.com Tue Jan 17 18:44:11 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1Ez0Tm-0006CR-00 for ; Tue, 17 Jan 2006 18:44:10 -0500 Received: from [61.73.127.185] (helo=jwxjdi.net) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1Ez0Tk-0006CI-00 for ; Tue, 17 Jan 2006 18:43:10 -0500 Received: from verde.muck.com (michael [240.111.202.47]) by rancho.com (trifluoride) with quadrillion id 59784177478515 for ; Wed, 18 Jan 2006 00:25:33 -0500 Date: Tue, 17 Jan 2006 23:47:57 -0500 X-Mailer: hellenic 6.738.08952626 X-Priority: 3 (Normal) Message-ID: <9931393129208817985814@freeserve.com> To: reblogger-support@lists.jsoft.ca In-Reply-To: <4420658798826254170363345@freeserve.com> References: <15357179312836923332022@freeserve.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------=48118981261" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.4 required=5.0 tests=DRUGS_ERECTILE,HTML_MESSAGE, PYZOR_CHECK,RCVD_ILLEGAL_IP autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Sheena Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=48118981261 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


The newest books are those that never grow old.It is a fact that you project what you are.
Hatred is active, and envy passive dislike there is but one step from envy to hate. --------=48118981261 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Carol-> http://poineuzber.com/?a=1065 --------=48118981261-- From cybereditions@cybereditions.com Wed Jan 18 10:17:52 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1EzF0M-0001j7-00 for ; Wed, 18 Jan 2006 10:17:31 -0500 Received: from digital-193-234.wol.net.pk ([202.154.234.193]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1EzF0C-0001it-00 for ; Wed, 18 Jan 2006 10:13:38 -0500 Received: from retrovision.automat.com (churchyard [167.150.84.162]) by trainmen.com (sequestration) with sequestration id 279978058917 for ; Wed, 18 Jan 2006 12:40:34 -0500 Date: Wed, 18 Jan 2006 09:31:15 -0500 X-Mailer: trample 96.04.3593789 X-Priority: 3 (Normal) Message-ID: <64296699358625863584@cybereditions.com> To: reblogger-support@lists.jsoft.ca In-Reply-To: <8545285975863773025109030@cybereditions.com> References: <903014106766836029397742@cybereditions.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------=8195604480874" Content-Transfer-Encoding: base64 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DRUGS_ERECTILE,HTML_MESSAGE autolearn=unavailable version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Elvin Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=8195604480874 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


Dreams have only the pigmentation of fact.Well, there's a remedy for all things but death, which will be sure to lay us flat one time or other.
Readers are plentiful: thinkers are rare.There is nothing in a caterpillar that tells you it's going to be a butterfly.For us, the best time is always yesterday. --------=8195604480874 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Chrystal->
--------=8195604480874-- From betans@delphi.com Thu Jan 19 21:53:59 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1EzmNF-0002zV-00 for ; Thu, 19 Jan 2006 21:53:54 -0500 Received: from [71.195.170.93] (helo=yddficurap.org) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1EzmNF-0002zQ-00 for ; Thu, 19 Jan 2006 21:51:37 -0500 Received: from flunk.octahedron.com (cosmopolitan [209.36.208.88]) by infantrymen.com (pig) with antipode id 4138531015625 for ; Fri, 20 Jan 2006 05:45:55 -0500 Date: Fri, 20 Jan 2006 03:26:44 -0500 Message-Id: <6375262854882450601848259@microsoft.com> To: reblogger-support@lists.jsoft.ca X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: sail 9.34.47880 X-MimeOLE: pore 05.62.07842 Content-Type: multipart/mixed; boundary="------=1310992754632" Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=DRUGS_ERECTILE,HTML_MESSAGE, INFO_TLD autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Cornell Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=1310992754632 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


If you're ever given the choice between happiness and intelligence choose happinessDifficulties strengthen the mind, as labor does the body.
Fear can be headier than whiskey, once man has acquired a taste for it. --------=1310992754632 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Waldo-> http://uijida.westadam.info/?23864450 --------=1310992754632-- From avliet@geocities.com Mon Jan 23 11:20:06 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F14OI-0001xk-00 for ; Mon, 23 Jan 2006 11:20:00 -0500 Received: from a67046.upc-a.chello.nl ([62.163.67.46]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1F14OG-0001xa-00 for ; Mon, 23 Jan 2006 11:18:01 -0500 Received: from localhost (localhost [223.222.168.54]) by chimiquegrease.opec.com (234.111.74.106/51.160.121.36/SuSE Linux 0.7) with SMTP id 3 for rangeland; Mon, 23 Jan 2006 12:48:18 -0500 Date: Mon, 23 Jan 2006 16:14:46 -0500 Message-Id: <4.7@microsoft.com> To: reblogger-support@lists.jsoft.ca X-Priority: 3 X-Mailer: summit live Mailer Content-Type: multipart/mixed; boundary="------=6126972541" Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.5 required=5.0 tests=DATE_IN_FUTURE_03_06, DRUGS_ERECTILE,HTML_MESSAGE,PYZOR_CHECK,RCVD_ILLEGAL_IP autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Rafael Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=6126972541 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


The more anger towards the past you carry in your heart, the less capable you are of loving in the present.Review your goals twice every day in order to be focused on achieving them.
There is little that can withstand a man who can conquer himself.With the power of conviction, there is no sacrifice. --------=6126972541 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Polly-> http://ofiratiode.com/?a=1065 --------=6126972541-- From admin@datalegal.com Tue Jan 24 02:37:05 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F1Iik-0007H1-00 for ; Tue, 24 Jan 2006 02:37:02 -0500 Received: from 200-112-158-203.bbt.net.ar ([200.112.158.203]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1F1Iii-0007Gu-00 for ; Tue, 24 Jan 2006 02:36:05 -0500 Received: from localhost (localhost [73.0.153.238]) by periphrasticrainfallbedfastchat.bandstopcongressjoseph.com (6.62.157.17/177.125.47.147/SuSE Linux 0.7) with SMTP id 4 for delphinusmillionth; Mon, 23 Jan 2006 20:25:02 -0600 Date: Tue, 24 Jan 2006 00:59:09 -0600 Message-Id: <5.5@microsoft.com> To: reblogger-support@lists.jsoft.ca X-Priority: 3 X-Mailer: protease probate Mailer Content-Type: multipart/mixed; boundary="------=35745759966" Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.4 required=5.0 tests=DRUGS_ERECTILE, HELO_DYNAMIC_IPADDR2,HTML_MESSAGE,INFO_TLD,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Margery Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=35745759966 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


Conversation is an exercise of the mind gossip is merely an exercise of the tongue.
Lack of discipline leads to frustration and self-loathing. --------=35745759966 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Sherman-> http://dicfkl.yellowvocabulary.info/?18045056 --------=35745759966-- From godfatherpimp@gmx.net Tue Jan 24 20:42:55 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F1Zeo-00040Y-00 for ; Tue, 24 Jan 2006 20:42:47 -0500 Received: from ol71-155.fibertel.com.ar ([24.232.155.71]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1F1Zen-00040R-00 for ; Tue, 24 Jan 2006 20:41:09 -0500 Received: from charon.buddy.com (mcbride [202.23.148.6]) by banal.com (junketeer) with midday id 2816494008 for ; Wed, 25 Jan 2006 07:02:15 -0500 To: reblogger-support@lists.jsoft.ca X-Mailer: renoir 18.835.230870 Date: Wed, 25 Jan 2006 05:01:24 -0500 Message-ID: <34608837996615643828842.69@gmx.net> Content-Type: multipart/mixed;boundary="------=2597349256" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: ** X-Spam-Status: No, score=2.5 required=5.0 tests=DRUGS_ERECTILE,HTML_MESSAGE, INFO_TLD,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Craig Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=2597349256 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


There's something contagious about demanding freedom.If I advance, follow me! If I retreat, kill me! If I die, avenge me!
Don't join the book burners. Do not think you are going to conceal thoughts by concealing evidence that they ever existed.How can one better magnify the Almighty than by sniggering with him at his little jokes, particularly the poorer ones. --------=2597349256 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Laura-> http://pfemre.globaltrademarine.info/?35489305 --------=2597349256-- From clifftemp@geocities.com Tue Jan 24 22:50:07 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F1beU-0004hn-00 for ; Tue, 24 Jan 2006 22:49:51 -0500 Received: from 69-172-185-109.atlsfl.adelphia.net ([69.172.185.109]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1F1beT-0004hd-00 for ; Tue, 24 Jan 2006 22:48:57 -0500 Received: (rhino 68 invoked from network); Tue, 24 Jan 2006 20:09:12 -0500 Message-ID: <4643854672321.welsh-perle-yankee@microsoft.com> To: reblogger-support@lists.jsoft.ca References: <2195731877.86824097717@geocities.com> Date: Tue, 24 Jan 2006 19:09:13 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------=1776504747" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: approximable 46.099.37731 X-MimeOLE: reproach 7.08.59934 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.4 required=5.0 tests=DRUGS_ERECTILE, HELO_DYNAMIC_IPADDR2,HTML_MESSAGE,INFO_TLD,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Roseann Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=1776504747 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


My only hope lies in my despair.Before your dreams can come true, you have to have those dreams.
And now abideth faith, hope and charity, these three, but the greatest of these is charity. [Corinthians]Some have been thought brave because they didn't have the courage to run away. --------=1776504747 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Latonya-> http://bjfrem.travelbartour.info/?62298550 --------=1776504747-- From jackieworth@greatbigisland.com Mon Jan 30 22:11:40 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F3luB-0001sD-00 for ; Mon, 30 Jan 2006 22:11:39 -0500 Received: from [59.31.187.160] (helo=tstkavqhj.info) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1F3luA-0001s6-00 for ; Mon, 30 Jan 2006 22:10:06 -0500 Received: (turban 99 invoked from network); Mon, 30 Jan 2006 22:56:38 -0500 Date: Mon, 30 Jan 2006 21:15:36 -0500 X-Mailer: extract 47.943.78257839 X-Priority: 3 (Normal) Message-ID: <831432172607385530374757@greatbigisland.com> To: reblogger-support@lists.jsoft.ca In-Reply-To: <10874668573284656184@greatbigisland.com> References: <5614271202209100541866@greatbigisland.com> MIME-Version: 1.0 X-MSMail-Priority: Normal X-MimeOLE: convocate 1.42.018429 Content-Type: multipart/mixed; boundary="------=0980390114" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: ** X-Spam-Status: No, score=2.5 required=5.0 tests=DRUGS_ERECTILE,HTML_MESSAGE, INFO_TLD,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Ola Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=0980390114 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


No person is important enough to make me angry.
I would rather belong to a poor nation that was free than to a rich nation that had ceased to be in love with liberty. --------=0980390114 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Vicky-> http://blqcaq.realsliml.info/?67283014 --------=0980390114-- From steve@exodus.idstrom.com Tue Jan 31 11:42:06 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F3yWP-0005Hr-00 for ; Tue, 31 Jan 2006 11:41:53 -0500 Received: from [12.22.178.201] (helo=exodus.idstrom.com) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1F3yWN-0005Hl-00 for ; Tue, 31 Jan 2006 11:38:23 -0500 Received: from localhost (localhost [127.0.0.1]) by exodus.idstrom.com (Postfix) with ESMTP id C52211F95D6 for ; Tue, 31 Jan 2006 10:33:38 -0600 (CST) Received: from exodus.idstrom.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17701-02 for ; Tue, 31 Jan 2006 10:33:38 -0600 (CST) Received: by exodus.idstrom.com (Postfix, from userid 1032) id 614191D7FEE; Tue, 31 Jan 2006 07:26:34 -0600 (CST) To: reblogger-support@lists.jsoft.ca Content-Type: text/html Message-Id: <20060131132634.614191D7FEE@exodus.idstrom.com> Date: Tue, 31 Jan 2006 07:26:34 -0600 (CST) X-Virus-Scanned: by amavisd-new at idstrom.com X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=HTML_MESSAGE, MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] 2006 - Update and Verify Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: PayPal
PayPal January 2006



Dear users of PayPal services,

    Due to upcoming year 2006, and recent changes in PayPal's Service Agreement you need to submit additional details on your PayPal account. Starting from 2006 all PayPal accounts will come with complete detailed information! Identity protection matters. And PayPal works day and night to help keep your identity safe.

Secure Server

Identity protection matters. Get Verified!

According the new changes in Service Agreement any unverified account will be deleted from the system in 72 hours after receiving this letter.

 Your Account
Tips to Protect Your Account
PayPal's world class fraud investigators share 5 important actions you can take to help prevent identity theft and protect your account.


Update Your Profile
If you've closed a credit card or bank account recently, remember to go to PayPal's website to update your profile.




 Identity Protection Highlights



New spoof tutorial
Learn how to spot and avoid fraudulent "spoof" emails and websites with PayPal's handy 5-step spoof tutorial.


Protect yourself with tools
Guard yourself against "spoof" emails with the SafetyBar, and against fraudulent websites with the eBay Toolbar.






Checklist if you are a victim...
When you suspect a problem with your identity, you have to act fast. Use PayPal's checklist for what you should do.

 Merchant Offers

   
FREE Norton AntiSpam download with purchase of Norton AntiVirus. Unlimited listening and downloading. All the music you want. FREE trial. Learn about and fund locally run social and environmental projects.
Thank You for using PayPal!
This notification was sent to you by PayPal. To modify your notification preferences, log in to your PayPal account, click the Profile sub-tab, then click the Notifications link under Account Information. Changes may take up to 10 days to be reflected in our mailings. PayPal will not sell or rent any of your personally identifiable information to third parties. For more information about the security of your information, read our Privacy Policy at https://www.paypal.com/privacy.


Copyright © 2006 PayPal Inc. All rights reserved. Designated trademarks and brands are the property of their respective owners. PayPal is located at 2211 N. First St., San Jose, CA 95131.
From root@lucky2.asacomputers.com Mon Feb 06 20:41:54 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F6HpJ-0003Nb-00 for ; Mon, 06 Feb 2006 20:41:52 -0500 Received: from adsl-71-140-189-90.dsl.pltn13.pacbell.net ([71.140.189.90] helo=lucky2.asacomputers.com) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1F6HpH-0003NO-00 for ; Mon, 06 Feb 2006 20:39:27 -0500 Received: from lucky2.asacomputers.com (lucky2.asacomputers.com [127.0.0.1]) by lucky2.asacomputers.com (8.13.1/8.13.1) with ESMTP id k171be8h017029 for ; Mon, 6 Feb 2006 17:37:41 -0800 Received: (from root@localhost) by lucky2.asacomputers.com (8.13.1/8.13.1/Submit) id k171bet1017028; Mon, 6 Feb 2006 17:37:40 -0800 Date: Mon, 6 Feb 2006 17:37:40 -0800 Message-Id: <200602070137.k171bet1017028@lucky2.asacomputers.com> To: reblogger-support@lists.jsoft.ca Content-Type: text/html X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=ALL_TRUSTED,HTML_FONT_BIG, HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,HTML_TAG_EXIST_TBODY, MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY,NO_REAL_NAME autolearn=unavailable version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Question from eBay Member -- Respond Now Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive:
eBay sent this message to you. Learn more.
Question from eBay Member -- Respond Now eBay
eBay sent this message on behalf of an eBay member via My Messages. Responses sent using email will go to the eBay member directly and will include your email address. Click the Respond Now button below to send your response via My Messages (your email address will not be included).
 Question from stefanie4218
About This Member
stefanie4218( 15044)Member is a PowerSeller Go to member's eBay Store
Positive Feedback: 100%
Member Since: Dec-29-95
Location: NC, US
Registered On: www.ebay.com
Why dont you answer to my emails!!! If you dont Respond Now I will contact ebay safeharbor and report you ! Lett me know, I am not a fool ! Thank you ! ! 

 
Respond to this question in My Messages.
http://contact.ebay.com/ws/eBayISAPI.dll?M2MContact&requested=vrscars&qid=1625299426&redirect=0&sspagename=ADME:X:CEM:US:2
Thank you for using eBay!
http://www.ebay.com/
Marketplace Safety Tip Marketplace Safety Tip
Do not respond to the sender (through the eBay system or your email provider) if this message is an offer to buy or sell outside of eBay. This type of offer is against eBay policy, may be fraudulent, and is not covered by buyer protection programs.

Second Chance Offer emails with the subject of .Message from eBay Member. are fake. Real Second Chance Offers come directly from eBay and appear in My Messages with a blue background and subject stating, .eBay Second Chance Offer for Item...".

Never pay for your eBay item using instant cash wire transfer services through Western Union or MoneyGram. These payment methods are unsafe when paying someone you don.t know.

Learn more about sending payments.
Is this email inappropriate? Does it violate eBay policy? Help protect the community by reporting it.
Learn how you can protect yourself from spoof (fake) emails at:
http://pages.ebay.com/education/spooftutorial
This eBay notice was sent to carsvrs@aol.com on behalf of another eBay member through the eBay platform and in accordance with our Privacy Policy. If you would like to receive this email in text format, change your notification preferences.
See our Privacy Policy and User Agreement if you have questions about eBay's communication policies.
Privacy Policy: http://pages.ebay.com/help/policies/privacy-policy.html
User Agreement: http://pages.ebay.com/help/policies/user-agreement.html
Copyright © 2005 eBay, Inc. All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.
eBay and the eBay logo are registered trademarks or trademarks of eBay, Inc.
eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125.
From chrisrandall@homestead.com Sat Feb 11 03:22:52 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F7pyz-0008C9-00 for ; Sat, 11 Feb 2006 03:22:46 -0500 Received: from c-24-23-47-84.hsd1.ca.comcast.net ([24.23.47.84]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1F7pyw-0008C4-00 for ; Sat, 11 Feb 2006 03:19:50 -0500 Received: from blatz.handmaiden.com (formaldehyde [197.126.107.168]) by glory.com (cacti) with tetrahedron id 4453765143747 for ; Sat, 11 Feb 2006 14:44:30 -0500 Date: Sat, 11 Feb 2006 13:51:37 -0500 X-Mailer: vicky 34.93.13090712 X-Priority: 3 (Normal) Message-ID: <72060757793820982740@homestead.com> To: reblogger-support@lists.jsoft.ca In-Reply-To: <6249824396776047749227098@homestead.com> References: <5495791012363373209087499@homestead.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------=245968442902" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=DRUGS_ERECTILE, HELO_DYNAMIC_IPADDR,HTML_MESSAGE,INFO_TLD autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Amazing, Jerri Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=245968442902 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit

Even if you have no erection problems Cialis would help you to make better sex more often and to bring unimaginable plesure to her. Just disolve half a pill under your tongue and get ready for action in 15 minutes. The tests showed that the majority of men after taking this medication were able to have perfect erection during 36 hours!

Package Quantity Price in your local drugstore* Our price

Learn
More
Now

10 softtabs 20 doses $149.95 $119.95
20 softtabs 40 doses $299.95 $159.95
30 softtabs 60 doses $849.95 $169.95
60 softtabs 120 doses $1 999.95 $259.95
90 softtabs 180 doses $3 099.95 $299.95

When you are young and stressed up…
When you are aged and never give up…
Cialis gives you confidence in any chance, every time.


When somebody gives you a sexy look, you know they're trying. It's terrible! But when you smile, it's so much sexier!
The jury consist of twelve persons chosen to decide who has the better lawyer.I have never taken any exercise except sleeping and resting.A liberal man is too broad-minded to take his own side in a quarrel. --------=245968442902 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Good morning sir, Amazing, Effie-> http://rrjlja.worldefund.info/?couswyzgxvwy --------=245968442902-- From groumphy@gmail.com Sat Feb 11 06:27:11 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F7ssP-0000Tc-00 for ; Sat, 11 Feb 2006 06:27:02 -0500 Received: from uproxy.gmail.com ([66.249.92.205]) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1F7ssP-0000Sl-00 for ; Sat, 11 Feb 2006 06:25:17 -0500 Received: by uproxy.gmail.com with SMTP id q2so597197uge for ; Sat, 11 Feb 2006 03:20:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:disposition-notification-to:x-mimeole; b=nynrjCmJhGMfXfYKPZyatl2sbX4Lka4U7nQIKUItfh8ueCzIn2pUgKOmGsyUYkkhQckeMVzA6Y8aPjbYG1hOX8uYeRjDP/pdRuOOm3npfivHcIhHpd3KNMhCGYRgsQHg5kuKaMwK04Kwo1vnlIvOrO3wXFzS3klG/JBQcJIdN/g= Received: by 10.67.30.9 with SMTP id h9mr144693ugj; Sat, 11 Feb 2006 03:20:11 -0800 (PST) Received: from GROUMPHY ( [81.243.229.214]) by mx.gmail.com with ESMTP id j3sm1895575ugd.2006.02.11.03.20.11; Sat, 11 Feb 2006 03:20:11 -0800 (PST) Message-ID: <00b801c62efd$1d7358a0$d6e5f351@GROUMPHY> To: Date: Sat, 11 Feb 2006 12:20:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=ham version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Reblogger - verification & form adaptation Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: Hello, In the first time, my excuses for my bad English. I speak only french or dutch. Then, all my congratulations for this service for the static webblog. Unfortunately I have some problems for run JavaScript in the template. I would like to insert a function for close the windows : function _closeWindow() { window.opener = self; self.close(); } And in second time a small function for verify the form : function _verificationForm() { if((document.reponse.name.value != "") && (document.reponse.email.value != "") && (document.reponse.comments.value != "")) { // soumission du formulaire alert("tout OK."); return true; } else { alert("Les champs obligatoires sont : nom ou surnom, e-Mail, avis ou commentaire."); return false; } } But for the first function (_closeWindow) this doesn not run... And for the second I much adapt the form with this code :

Fermer la fenêtre


Les tags acceptés sont :

Is it possible ? If yes, can you give me the good way ? If no, do you have an other solution ? Thanks for have read this e-mail and your support. Groumphy ---------------------------------------------- http://users.skynet.be/digital-nation/blog/ --------------- Fin de message --------------- -- Disclaimer ------------------------------------ Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une personne susceptible de pouvoir le lui delivrer, il vous est signifie que toute divulgation, distribution ou copie de cette transmission est strictement interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en informer l'expediteur par telephone ou de lui retourner le present message, puis d'effacer ce message de votre systeme (et/ou tout système server de messagerie). *** From root@lucky2.asacomputers.com Sun Feb 12 09:15:29 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1F8Hyn-0007TN-00 for ; Sun, 12 Feb 2006 09:15:17 -0500 Received: from adsl-71-140-189-90.dsl.pltn13.pacbell.net ([71.140.189.90] helo=lucky2.asacomputers.com) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1F8Hyl-0007TD-00 for ; Sun, 12 Feb 2006 09:13:31 -0500 Received: from lucky2.asacomputers.com (lucky2.asacomputers.com [127.0.0.1]) by lucky2.asacomputers.com (8.13.1/8.13.1) with ESMTP id k1CEBmnk008699 for ; Sun, 12 Feb 2006 06:11:48 -0800 Received: (from root@localhost) by lucky2.asacomputers.com (8.13.1/8.13.1/Submit) id k1CEBmC5008698; Sun, 12 Feb 2006 06:11:48 -0800 Date: Sun, 12 Feb 2006 06:11:48 -0800 Message-Id: <200602121411.k1CEBmC5008698@lucky2.asacomputers.com> To: reblogger-support@lists.jsoft.ca Content-Type: text/html X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=ALL_TRUSTED,HTML_FONT_BIG, HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,HTML_TAG_EXIST_TBODY, MIME_HEADER_CTYPE_ONLY,MIME_HTML_ONLY,NO_REAL_NAME,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Question from eBay Member -- Respond Now Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive:
eBay sent this message to you. Learn more.
Question from eBay Member -- Respond Now eBay
eBay sent this message on behalf of an eBay member via My Messages. Responses sent using email will go to the eBay member directly and will include your email address. Click the Respond Now button below to send your response via My Messages (your email address will not be included).
 Question from stefanie4218
About This Member
stefanie4218( 15044)Member is a PowerSeller Go to member's eBay Store
Positive Feedback: 100%
Member Since: Dec-29-95
Location: NC, US
Registered On: www.ebay.com
Why dont you answer to my emails!!! If you dont Respond Now I will contact ebay safeharbor and report you ! Lett me know, I am not a fool ! Thank you ! ! 

 
Respond to this question in My Messages.
http://contact.ebay.com/ws/eBayISAPI.dll?M2MContact&requested=vrscars&qid=1625299426&redirect=0&sspagename=ADME:X:CEM:US:2
Thank you for using eBay!
http://www.ebay.com/
Marketplace Safety Tip Marketplace Safety Tip
Do not respond to the sender (through the eBay system or your email provider) if this message is an offer to buy or sell outside of eBay. This type of offer is against eBay policy, may be fraudulent, and is not covered by buyer protection programs.

Second Chance Offer emails with the subject of .Message from eBay Member. are fake. Real Second Chance Offers come directly from eBay and appear in My Messages with a blue background and subject stating, .eBay Second Chance Offer for Item...".

Never pay for your eBay item using instant cash wire transfer services through Western Union or MoneyGram. These payment methods are unsafe when paying someone you don.t know.

Learn more about sending payments.
Is this email inappropriate? Does it violate eBay policy? Help protect the community by reporting it.
Learn how you can protect yourself from spoof (fake) emails at:
http://pages.ebay.com/education/spooftutorial
This eBay notice was sent to carsvrs@aol.com on behalf of another eBay member through the eBay platform and in accordance with our Privacy Policy. If you would like to receive this email in text format, change your notification preferences.
See our Privacy Policy and User Agreement if you have questions about eBay's communication policies.
Privacy Policy: http://pages.ebay.com/help/policies/privacy-policy.html
User Agreement: http://pages.ebay.com/help/policies/user-agreement.html
Copyright © 2005 eBay, Inc. All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.
eBay and the eBay logo are registered trademarks or trademarks of eBay, Inc.
eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125.
From root@ehomes.co.jp Tue Feb 21 23:42:33 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1FBlnL-0002bg-00 for ; Tue, 21 Feb 2006 23:42:27 -0500 Received: from p26209-ipbffx02marunouchi.tokyo.ocn.ne.jp ([60.45.61.209] helo=fv.ehomes.co.jp) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1FBlnI-0002bV-00 for ; Tue, 21 Feb 2006 23:40:04 -0500 Received: by fv.ehomes.co.jp (Postfix, from userid 0) id 5250FA0813; Wed, 22 Feb 2006 13:31:35 +0900 (JST) To: reblogger-support@lists.jsoft.ca Content-Type: text/html Message-Id: <20060222043135.5250FA0813@fv.ehomes.co.jp> Date: Wed, 22 Feb 2006 13:31:35 +0900 (JST) X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: **** X-Spam-Status: No, score=4.4 required=5.0 tests=HTML_FONT_BIG,HTML_MESSAGE, HTML_MIME_NO_HTML_TAG,HTML_TAG_EXIST_TBODY,MIME_HEADER_CTYPE_ONLY, MIME_HTML_ONLY,NO_REAL_NAME,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Question from eBay Member -- Respond Now Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive:
eBay sent this message to you. Learn more.
Question from eBay Member -- Respond Now eBay
eBay sent this message on behalf of an eBay member via My Messages. Responses sent using email will go to the eBay member directly and will include your email address. Click the Respond Now button below to send your response via My Messages (your email address will not be included).
 Question from stefanie4218
About This Member
stefanie4218( 15044)Member is a PowerSeller Go to member's eBay Store
Positive Feedback: 100%
Member Since: Dec-29-95
Location: NC, US
Registered On: www.ebay.com
Why dont you answer to my emails!!! If you dont Respond Now I will contact ebay safeharbor and report you ! Lett me know, I am not a fool ! Thank you ! ! 

 
Respond to this question in My Messages.
http://contact.ebay.com/ws/eBayISAPI.dll?M2MContact&requested=vrscars&qid=1625299426&redirect=0&sspagename=ADME:X:CEM:US:2
Thank you for using eBay!
http://www.ebay.com/
Marketplace Safety Tip Marketplace Safety Tip
Do not respond to the sender (through the eBay system or your email provider) if this message is an offer to buy or sell outside of eBay. This type of offer is against eBay policy, may be fraudulent, and is not covered by buyer protection programs.

Second Chance Offer emails with the subject of .Message from eBay Member. are fake. Real Second Chance Offers come directly from eBay and appear in My Messages with a blue background and subject stating, .eBay Second Chance Offer for Item...".

Never pay for your eBay item using instant cash wire transfer services through Western Union or MoneyGram. These payment methods are unsafe when paying someone you don.t know.

Learn more about sending payments.
Is this email inappropriate? Does it violate eBay policy? Help protect the community by reporting it.
Learn how you can protect yourself from spoof (fake) emails at:
http://pages.ebay.com/education/spooftutorial
This eBay notice was sent to carsvrs@aol.com on behalf of another eBay member through the eBay platform and in accordance with our Privacy Policy. If you would like to receive this email in text format, change your notification preferences.
See our Privacy Policy and User Agreement if you have questions about eBay's communication policies.
Privacy Policy: http://pages.ebay.com/help/policies/privacy-policy.html
User Agreement: http://pages.ebay.com/help/policies/user-agreement.html
Copyright © 2005 eBay, Inc. All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.
eBay and the eBay logo are registered trademarks or trademarks of eBay, Inc.
eBay is located at 2145 Hamilton Avenue, San Jose, CA 95125.
From sven.steller@epost.de Fri Feb 24 06:17:57 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1FCaw2-0000QS-00 for ; Fri, 24 Feb 2006 06:17:55 -0500 Received: from [222.83.189.196] (helo=ejxtvitkpuh.org) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1FCaw0-0000QF-00 for ; Fri, 24 Feb 2006 06:16:29 -0500 Received: (atypic 324 invoked from network); Fri, 24 Feb 2006 06:10:24 -0500 MIME-Version: 1.0 Message-Id: <5463851654112500253338.61775@microsoft.com> X-Originating-Ip: [204.45.233.244] X-Mailer: gall 9.63.9176 Date: Fri, 24 Feb 2006 05:45:44 -0500 To: reblogger-support@lists.jsoft.ca Content-Type: multipart/mixed; boundary="------=045983930255" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: *** X-Spam-Status: No, score=3.0 required=5.0 tests=HTML_20_30,HTML_MESSAGE, INFO_TLD,PYZOR_CHECK autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] The Industries leading enhanceement product, now on sale!...brennanflexure Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=045983930255 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit fifteenviaduct intendantvalue

Hi, nice talking to you the other day.

here's that site I was telling you about. I got some for myself cause they were on sale, you should check out the site, I added the link below. They are offering huge disscounts now on Peniss Enhancmeent Patches

Steel Package: 10 Patches reg $69.95 Now $49.95! Free shipping too! You Save $30!

Silver Package: 25 Patches reg $139.95, Now $99.95! Free shipping and free exercise manual included! You Save $40!

Gold Package: 40 Patches reg $189.95, Now $149.95! Free shipping and free exercise manual included! You Save $50!

Platinum Package: 65 Patches reg $269.95, Now $199.95! Free shipping and free exercise manual included! (Best Value!) You Save $70!


I know like 10 guys who have already stocked up on these. Don't be left behind!

"Your product is amazing and I would recommend it to anyone who has a bad erection and wants something harder and better for themselves."

-Patti Christensen

Give it a shot... Peniss Enhancmeent Patchs and see how it will change your life!

--------=045983930255 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, nice talking to you the other day. Here's that site I was telling you about. I got some for myself cause they were on sale, you should check out the site, I added the link below. They are offering huge disscounts now on Peniss Enhancmeent Patches Steel Package: 10 Patches reg $69.95...Now $49.95!...Free shipping too!...You Save $30! Silver Package: 25 Patches reg $139.95...Now $99.95!...Free shipping and free exercise manual included!...You Save $40! Gold Package: 40 Patches reg $189.95...Now $149.95!...Free shipping and free exercise manual included!...You Save $50! Platinum Package: 65 Patches reg $269.95...Now $199.95!...Free shipping and free exercise manual included!...(Best Value!) You Save $70! I know like 10 guys who have already stocked up on these. Don't be left behind! "My wife has become so much more interested in sex and now often initiates." -Whitney Douglas Give it a shot... Peniss Enhancmeent Patchs and see how it will change your life http://www.passionafe.info/pt/?34&345487066089692 --------=045983930255-- From ontology@boom.com Tue Mar 07 05:33:02 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1FGZUU-0002zr-00 for ; Tue, 07 Mar 2006 05:33:00 -0500 Received: from dialpool-210-214-230-167.maa.sify.net ([210.214.230.167]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1FGZUO-0002zm-00 for ; Tue, 07 Mar 2006 05:32:29 -0500 Received: (from regimen@microsoft.com) by microsoft.com (55.55.09/19.2.7/Submit) id catechism; Tue, 07 Mar 2006 13:43:59 -0500 To: reblogger-support@lists.jsoft.ca Mime-Version: 1.0 X-Mailer: cowpony Web-Mail 2.19 X-Originating-IP: 160.45.202.72 via proxy [226.178.14.53] Date: Tue, 07 Mar 2006 16:23:08 -0500 Message-Id: <0638-00226653-378431.tampon-counterflow-municipal@boom.com> Content-Type: multipart/mixed; boundary="------=49080889981281" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: ** X-Spam-Status: No, score=2.9 required=6.0 tests=DRUGS_ANXIETY, HELO_DYNAMIC_IPADDR,HTML_50_60,HTML_MESSAGE autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Your Order Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=49080889981281 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit Perfect erection during 36 hours.








Valium bestseller.Valium bestseller.


http://au.geocities.com/merv43040maia64065/

He enjoys true leisure who has time to improve his soul's estate. --------=49080889981281 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit The world hates change, yet it is the only thing that has brought progress.Biography should be written by an acute enemy. --------=49080889981281-- From ritchie@Gollandia.info Tue Mar 07 06:08:57 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1FGa3T-0003AQ-00 for ; Tue, 07 Mar 2006 06:08:56 -0500 Received: from softbank220037106120.bbtec.net ([220.37.106.120]) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1FGa3N-0003AL-00 for ; Tue, 07 Mar 2006 06:08:34 -0500 Received: (flask 48 invoked from network); Tue, 07 Mar 2006 13:42:43 -0500 Date: Tue, 07 Mar 2006 18:08:12 -0500 Message-Id: <276088922239409559403@microsoft.com> To: reblogger-support@lists.jsoft.ca Content-Type: multipart/mixed;boundary="------=654887405936" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: X-Spam-Status: No, score=0.2 required=6.0 tests=DATE_IN_FUTURE_03_06, DRUGS_ANXIETY,DRUGS_ANXIETY_EREC,DRUGS_ERECTILE,HTML_50_60, HTML_MESSAGE autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Your wife Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: --------=654887405936 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit Perfect erection during 36 hours. Help eliminate stress, fatigue and depression.

Xanax bestseller.


Cialis Soft Tabs bestseller. Valium bestseller.




http://ca.geocities.com/colas74797rozina40863/

Common sense is calculation applied to life. --------=654887405936 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit We are all born mad. Some remain so.It is a pitiful fortune that is not without enemies. --------=654887405936-- From jvaf@hathway.net Wed Mar 08 07:03:25 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1FGxNB-000274-00 for ; Wed, 08 Mar 2006 07:03:23 -0500 Received: from [220.226.130.198] (helo=hathway.net) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1FGxN8-000270-00 for ; Wed, 08 Mar 2006 07:02:30 -0500 Message-ID: <826401c642e2$2aa84230$77416a07@jvaf> To: Date: Wed, 08 Mar 2006 18:57:37 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: X-Spam-Status: No, score=0.4 required=6.0 tests=DIET_1 autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] Obesity is really widespread Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: My name is Carol XXX and I am 43 years old and reside in XXX. I have high blood pressure and weighed 178lbs. I started taking your product HOODIA in the beginning of March because my physician told me I needed to lose weight to get off my blood pressure medication and your product was the only one I could find that had no stimulants or caffeine. Since I started taking HOODIA I have lost 12 lbs and it has helped me make the correct food choices. Best of all it has completely stopped my cravings for ice cream at night, which has been downfall all along. I showed the bottle to my physician and he now recommends it to his patients after seeing my results. Sincerely Carol XXX - Currently 166 lbs I know it is the HOODIA that has made me lose weight because I have changed nothing else, in fact I only walk two times a week. But now I am so confident I think I will try to do it a few more times and see where it gets me. I love the fact that I am getting weight loss results without any bad side effects like the other products that have stimulants in them. So I just had to write and give you my testimonial to say I am happy I gained my body back and since losing weight, I am ready to become more active and attractive than I have ever been. Thanks So Much, Patricia Strate - Currently 137 lbs Order online securely from our website http://008.healthygrapess.com (A sample is available at no cost to you) keep out of this promotional campaign? pls click the remove link at our website, and enter your id there From info@mail.iajp.com Fri Mar 10 23:09:22 2006 Received: from mail by Basil with spam-scanned (Exim 3.36 #1 (Debian)) id 1FHvNW-0001J4-00 for ; Fri, 10 Mar 2006 23:09:11 -0500 Received: from [222.169.176.169] (helo=mail.iajp.com) by Basil with smtp (Exim 3.36 #1 (Debian)) id 1FHvNO-0001Iq-00 for ; Fri, 10 Mar 2006 23:06:46 -0500 Received: (qmail 25176 invoked by uid 510); 11 Mar 2006 11:25:05 +0900 Date: 11 Mar 2006 11:25:05 +0900 Message-ID: <20060311022505.25175.qmail@mail.iajp.com> To: reblogger-support@lists.jsoft.ca X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: ***** X-Spam-Status: No, score=5.8 required=6.0 tests=NO_REAL_NAME, SUBJ_ILLEGAL_CHARS,UNWANTED_LANGUAGE_BODY autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] $B40A4A43[IiC4$7$^$9!J=w@-M-NA!K(B Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: $B5U1g=u8r:]$N0Y!"CK@-$N3'MM$K$O$*6b$NIiC4$O$4$6$$$^$;$s!#(B $B3d$j@Z$j4uK>=w@-$N$_$NEPO?$G$9$N$G!"$40B?4$7$F$/$@$5$$!#(B http://www.himitsuno-sasayaki5.net/?safety $B!V$*6b$O$J$$$1$I%(%C%A$O$7$?$$$C!*!W$H$$$&CK@-$N3'MM$r$*BT$A$7$F$*$j$^$9!#!#(B http://www.himitsuno-sasayaki6.net/?safety $B0-5:L\E*!"0-; Mon, 13 Mar 2006 22:10:18 -0500 Received: from zproxy.gmail.com ([64.233.162.202]) by Basil with esmtp (Exim 3.36 #1 (Debian)) id 1FIzuz-0001Yu-00 for ; Mon, 13 Mar 2006 22:09:53 -0500 Received: by zproxy.gmail.com with SMTP id z6so601187nzd for ; Mon, 13 Mar 2006 19:05:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=aXZhPjY1UR3obqe7D8tpm5EC5kLE/1Jg+Dxj4lIYKGmi3eILqDeeHqaZCpm3oT3i6rP+eU7Jl4a3k0lYjFAoOvUNHAYdEGFhFe8zKoIinL0Kfp1oiS/CFmIFMxqavsuOfIuQIP8X1j+ju4YtijrDxPGGFfYjN8rD+GGDR0NI/Fg= Received: by 10.35.70.17 with SMTP id x17mr1624434pyk; Mon, 13 Mar 2006 19:05:09 -0800 (PST) Received: by 10.35.68.4 with HTTP; Mon, 13 Mar 2006 19:05:09 -0800 (PST) Message-ID: Date: Mon, 13 Mar 2006 21:05:09 -0600 To: reblogger-support@lists.jsoft.ca MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9404_23779696.1142305509093" X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on Basil X-Spam-Level: X-Spam-Status: No, score=0.9 required=6.0 tests=HTML_00_10,HTML_MESSAGE, HTML_SHORT_LENGTH,RCVD_BY_IP autolearn=no version=3.0.3 From: reblogger-support-admin@lists.jsoft.ca Reply-To: reblogger-support@lists.jsoft.ca Subject: [Reblogger-support] ip addresses Sender: reblogger-support-admin@lists.jsoft.ca Errors-To: reblogger-support-admin@lists.jsoft.ca X-BeenThere: reblogger-support@lists.jsoft.ca X-Mailman-Version: 2.0.11 Precedence: bulk List-Unsubscribe: , List-Id: Reblogger Support List-Post: List-Help: List-Subscribe: , List-Archive: