neverblueads logo MarketLeverage logo Hydra Network logo neverblueads logo
logo  

A discussion of earning with the Best Affiliate Programs, SEO, Wordpress Blogging and General Motivational Ideas for Internet Publishers and Affiliate Marketers.


feedburner

Blog Icon Wordpress Exploit - Blogroll Hacking With Spam Links

Posted in Blogs and Blogging by Dave on November 15th, 2007

One of my hosting clients contacted me today about an issue he was having with his install (version 2.1.2) being hacked and over 50 spam links added to his . The links were to a page on the Texas A&M University website :

http://csworkshops.tamu.edu/Templates/_notes/cache/accutane/index.html

The link is a re-direct to a prescription drug peddling site :

http://trustedtablets.com

Which is apparenty a UK owned domain :

blockquote
Administrative Contact:
 RX Partners
 Eagloff, Jessica jessicaeagloff@yahoo.co.uk
 145-157 St John Street
 2nd Floor
 London, GB EC1V 4PY
 GB
 +44-131-516-7104x112
 Fax:+44-131-516-7104

That has an IP (77.91.230.8) which is suspiciously hosted in Russia :

blockquote
person:         Dmitry Lazarev
inetnum:        77.91.230.0 - 77.91.230.63
address:        WEBALTA / Internet Search Company
address:        Andropova pr. 22
address:        Moscow, Russia
address:        115533
phone:          +7 495 234 0000
e-mail:         dlazarev@webalta.ru
nic-hdl:        DL2474-RIPE
mnt-by:         RU-WEBALTA-MNT
source:         RIPE # Filtered

I checked my hosting clients logfiles for entries to “GET /wp-admin/link-add.php” which is what will be logged whenever a Wordpress admin calls the page to add a new link. That is followed by an entry for “POST /wp-admin/link.php” which is the submission form post for a new link, and the end result is an entry for “GET /wp-admin/link-add.php?added=true”. Well, what I found was about 50 calls to “POST /wp-admin/link.php” without any calls in the proper order for a normal transaction through the Wordpress dashboard. Obviously somebody had discovered an bug in the Wordpress software and was using it to use an automate HTTP POST’s to exploit “link.php”.

To exploit this bug in Wordpress, a hacker must have registered as a user with the blog in question and I’ll go no further into how the exploit is carried out in case there are any potential losers who reading this article who would like to know how to carry this out. Anyway, here’s what you can do to prevent this type of attack from happening on your Wordpress blog.

First, disable user registration to your blog by unchecking “Anyone can register” under “Options” in your Wordpress dashboard. If you need to have other users on your blog, you can manually add them in your user managment section of your dashboard.

Second, follow this link Changeset 6256 - WordPress Trac and apply the changes to your “/wp-admin/link.php” file.

If you have any problems figuring out how to apply the changes, feel free to contact me via the contact form and I’ll gladly assist anybody (any small donations or backlinks would be appreciated), additionally, if anybody reading this is looking for a proactive, reliable place to host your Wordpress blog for $5 per month, again, contact me via the contact form. I only host Wordpress blogs and SMF forums, but whenever there is a patch or fix (or when I create a new hack or find a great new plugin), everybody hosting with me gets the updates.

Hopefully this helps prevent anybody from being hacked.



Like this post? Subscribe to AffiliateBestPrograms RSS feed and never miss a post !!


del.icio.us:Wordpress Exploit - Blogroll Hacking With Spam Links newsvine:Wordpress Exploit - Blogroll Hacking With Spam Links furl:Wordpress Exploit - Blogroll Hacking With Spam Links reddit:Wordpress Exploit - Blogroll Hacking With Spam Links blogmarks:Wordpress Exploit - Blogroll Hacking With Spam Links Y!:Wordpress Exploit - Blogroll Hacking With Spam Links smarking:Wordpress Exploit - Blogroll Hacking With Spam Links magnolia:Wordpress Exploit - Blogroll Hacking With Spam Links segnalo:Wordpress Exploit - Blogroll Hacking With Spam Links gifttagging:Wordpress Exploit - Blogroll Hacking With Spam Links

Blog Icon Wordpress Hack : SEO Friendly Titles

Posted in Blogs and Blogging by Dave on October 7th, 2007

Wordpress Logo Wordpress is the greatest blogging software ever created, however there are a few issues with a standard Wordpress install aren’t exactly the most SEO (Search Engine Optimization) friendly if you’re running straight “out of the box”. Particularly the way Wordpress handles page titles for individual post pages. Below is an example of a standard Wordpress installs handling of the html “title” tag. As is common knowledge in the SEO community, beside your domain name, the actual title that appears in the titlebar of the browser is one of the most essential aspects for ranking your posts high in the search engines, especially true with Google who has recently started bumping new articles up in the rankings and gradually fading them as the article becomes less relevant. If you’re a blogger like me, most of my articles are not particualrly time sensitive, so it is essential to have an effective title for each individual post that will sustain higher rankings over along period of time.

To begin with, choosing a short, yet descriptive title is imperative to gaining high rankings for your targeted keyowrds. Stuffing your html title is a definite mistake because in many an SEO’s experience, Google has a knack for singling out the keywords you’re not particularly trying to get ranked for. The old adage K.I.S.S (Keep it Simple Stupid) absolutely applies to standard webpages but it the single most important trick you can use to get your posts ranked high and keep them there as long as your article’s content is relative to your title.

Below is an example of the standard Wordpress install’s code to generate your blog titles :

<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

With this standard code your individual blog post pages will have a very ugly and SEO unfriendly title as shown below…

Wordpress Title Example 1

A much better title for your individual posts would look like this…

Wordpress Title Example 2

To accomplish this, all you have to do is replace the standard code shown above with this much more SEO friendly code:
</p> <table width="580" cellpadding="2" cellspacing="0" style="border:#444444 1px solid;"> <tr> <td> <title><br /> <?php if ( is_single() ) {<br /> wp_title('', true);<br /> }else{<br /> bloginfo('name');<br /> wp_title();<br /> }?><br /> </title> </td> </tr> </table> <p>Depending on what theme you’re using, the file to edit will be in your /wp-content/themes/yourtheme directory and if there isn’t a file named header.php (which is the usual edit spot), you will be editing the file index.php.</p> <p>Happy <a href="http://technorati.com/tag/Wordpress+Hack" style="font-weight: normal; color:#000000; text-decoration: none" rel="tag">Wordpress Hack</a>ing</p> <br /><br /><div class="my_feed">Like this post? <a href="http://feeds.feedburner.com/AffiliateBestPrograms" rel="nofollow" target="_blank"> Subscribe to AffiliateBestPrograms RSS feed</a> and never miss a post !! </div><br /><br /> <div class="comments"><div><span id="wp-notable-line" class="wp-notable-line"><span class="wp-notable" id="wp-notable-delicious" ><a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="del.icio.us:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/delicious.png" border="0" class="wp-notable_image" alt="del.icio.us:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-newsvine" ><a href="http://www.newsvine.com/_tools/seed&save?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&h=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="newsvine:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/newsvine.png" border="0" class="wp-notable_image" alt="newsvine:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-furl" ><a href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&t=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="furl:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/furl.png" border="0" class="wp-notable_image" alt="furl:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-reddit" ><a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="reddit:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/reddit.png" border="0" class="wp-notable_image" alt="reddit:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-blogmarks" ><a href="http://blogmarks.net/my/new.php?mini=1&simple=1&url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="blogmarks:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/blogmarks.png" border="0" class="wp-notable_image" alt="blogmarks:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-yahoo" ><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&t=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="Y!:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/yahoo.png" border="0" class="wp-notable_image" alt="Y!:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-smarking" ><a href="http://smarking.com/editbookmark/?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F" title="smarking:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/smarking.png" border="0" class="wp-notable_image" alt="smarking:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-magnolia" ><a href="http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="magnolia:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/magnolia.png" border="0" class="wp-notable_image" alt="magnolia:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-segnalo" ><a href="http://segnalo.com/post.html.php?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="segnalo:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/segnalo.png" border="0" class="wp-notable_image" alt="segnalo:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-gifttagging" ><a href="http://www.gifttagging.com/gift/add?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="gifttagging:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/gifttagging.png" border="0" class="wp-notable_image" alt="gifttagging:Wordpress Hack : SEO Friendly Titles" /></a></span ></span></div><div><a href="http://www.affiliatebestprograms.com/wordpress-hack-seo-friendly-titles/#comments" title="Comment on Wordpress Hack : SEO Friendly Titles"><strong>1</strong> Comment</a> <a href="http://www.affiliatebestprograms.com/wordpress-hack-seo-friendly-titles/" class="Permalink" title="Permalink to Wordpress Hack : SEO Friendly Titles">Permalink</a><br /> <br /></div></div> </div> </div> <h2 id="post-60" style="padding-left:7px;"><img src="/images/tools_com.gif" alt="Blog Icon" title="Blog Icon" /> <a href="http://www.affiliatebestprograms.com/wordpress-hack-add-a-digg-button-to-your-posts/" rel="bookmark">Wordpress Hack : Add a Digg Button to Your Posts</a></h2> <div class="meta"> Posted in <a href="http://www.affiliatebestprograms.com/category/blogs-and-blogging/" title="View all posts in Blogs and Blogging" rel="category tag">Blogs and Blogging</a> by Dave on July 31st, 2007 </div> <div class="main"> <div class="storycontent"> <p><img src="/images/digg.jpg" alt="Digg Logo" style="margin-right:6px; float: left;">I know there’s several <a href="http://technorati.com/tag/Wordpress+Plugins" style="font-weight: normal; color:#444444; text-decoration: none" rel="tag">Wordpress Plugins</a> available to add a “Digg It” button to your Wordpress blog, but I still prefer to add hacks in my Wordpress theme to accomplish the functionality without having to bother searching for, downloading and installing a Wordpress Plugin. As a webmaster with several Wordpress blogs and several different versions, I find it easier just to pop open my <a href="http://technorati.com/tag/Zend+Enviornment" style="font-weight: normal; color:#444444; text-decoration: none" rel="tag">Zend Enviornment</a> and edit the PHP code by hand. Here’s a quick and dirty way to add a “Digg It” button into your blog posts. It takes all of 5 minutes to complete. This example will add a Digg button like the one’s on this blog, in the upper left hand corner of every post. This will make it easier for your readers to Digg articles they like. It is advisable to place the “Digg It” button someplace easy for your readers to see so that they don’t have to do much searching to digg or review your articles.<br /> <br /> <b>Step 1:</b> Open the file <i>/wp-content/themes/*your-theme-name*/index.php</i> and look for the following code:<br /> <br /> <textarea class="code_ta" rows="1" cols="60"><?php the_content(__('(more…)')); ?></textarea><br /> <br /> Please note: the code may also look like this…<br /> <textarea class="code_ta" rows="1" cols="60"><?php the_content(__('Read more »')); ?></textarea><br /> <br /> Either way you’re looking for the beginning of the post content output loop if you want your Digg It widget as it appears on this site in the upper left hand corner of every blog post.<br /> <br /> <b>Step 2:</b> Add the following code directly <i>before</i> the code listed above.<br /> <br /> <textarea class="code_ta" rows="8" cols="80" wrap="physical"> <div style="float:left; margin: 0px 10px 0px 0px;"> <script type="text/javascript"> digg_url="<?php the_permalink() ?>“; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </div> <p></textarea></p> <p><span style="color:#cc0000;">****Please note (added 8/10/2007): If you’re having a problem copying and pasting this code from the blog, please go to this page to copy and paste the code…</span><br /> <a href="http://www.affiliatebestprograms.com/Wordpress_digg_code.html" style="color:#00cc00;" target="_blank">http://www.affiliatebestprograms.com/Wordpress_digg_code.htm</a></p> <p>Note: you can add it anywhere you want in your post loop. For example, if you want it on the right of every post all you have to do is change “float:left” to “float:right”. If you want the widget at he bottom of your posts, allyou have to do is add it after the code from step 1. Experiment with it and have fun.<br /> <br/><br /> <b>About Digg</b><br /> <a href="http://technorati.com/tag/Digg" style="font-weight: normal; color:#444444; text-decoration: none" rel="tag">Digg</a> is a <a href="http://technorati.com/tag/Social+Networking" style="font-weight: normal; color:#444444; text-decoration: none" rel="tag">Social Networking</a> and bookmarking website that allows members to submit stories and have other people vote on them to increase you article’s popularity. If you can get an article dugg a lot of times, you will certainly be getting a lot of hits from Digg users. Digg is primarily technology oriented, however they have been expanding the service to include other types of articles. I would also advise against trying to cheat the Digg system by registering multiple accounts and digging your own stories because you will find yourself banned and all your stories removed.</p> <p>There are additional ways to customize the look and feel of the Digg widget that are not covered in this article and if you’re interested in extending the functionality, visit the <a href="http://www.digg.com/tools" title="Digg Tools" style="color:#7DA721;" target="_blank">Digg Tools Page</a><br /> <br/><br /> If anybody has any questions about how to implement this code, feel free to post a comment here. If you are using this code in your blog, please post a comment with a link to your site so we can see it. We are a “dofollow” blog and we reward our commentors with backlinks for posting well written, intelligent comments.<br /> <br/><br /> Happy Publishing !!</p> <br /><br /><div class="my_feed">Like this post? <a href="http://feeds.feedburner.com/AffiliateBestPrograms" rel="nofollow" target="_blank"> Subscribe to AffiliateBestPrograms RSS feed</a> and never miss a post !! </div><br /><br /> <div class="comments"><div><span id="wp-notable-line" class="wp-notable-line"><span class="wp-notable" id="wp-notable-delicious" ><a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&title=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="del.icio.us:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/delicious.png" border="0" class="wp-notable_image" alt="del.icio.us:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-newsvine" ><a href="http://www.newsvine.com/_tools/seed&save?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&h=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="newsvine:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/newsvine.png" border="0" class="wp-notable_image" alt="newsvine:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-furl" ><a href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&t=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="furl:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/furl.png" border="0" class="wp-notable_image" alt="furl:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-reddit" ><a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&title=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="reddit:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/reddit.png" border="0" class="wp-notable_image" alt="reddit:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-blogmarks" ><a href="http://blogmarks.net/my/new.php?mini=1&simple=1&url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&title=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="blogmarks:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/blogmarks.png" border="0" class="wp-notable_image" alt="blogmarks:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-yahoo" ><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&t=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="Y!:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/yahoo.png" border="0" class="wp-notable_image" alt="Y!:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-smarking" ><a href="http://smarking.com/editbookmark/?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F" title="smarking:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/smarking.png" border="0" class="wp-notable_image" alt="smarking:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-magnolia" ><a href="http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&title=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="magnolia:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/magnolia.png" border="0" class="wp-notable_image" alt="magnolia:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-segnalo" ><a href="http://segnalo.com/post.html.php?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&title=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="segnalo:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/segnalo.png" border="0" class="wp-notable_image" alt="segnalo:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span > <span class="wp-notable" id="wp-notable-gifttagging" ><a href="http://www.gifttagging.com/gift/add?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-add-a-digg-button-to-your-posts%2F&title=Wordpress+Hack+%3A+Add+a+Digg+Button+to+Your+Posts+" title="gifttagging:Wordpress Hack : Add a Digg Button to Your Posts " rel="nofollow"><img src="/wp-content/plugins/blogbling/images/gifttagging.png" border="0" class="wp-notable_image" alt="gifttagging:Wordpress Hack : Add a Digg Button to Your Posts " /></a></span ></span></div><div><a href="http://www.affiliatebestprograms.com/wordpress-hack-add-a-digg-button-to-your-posts/#comments" title="Comment on Wordpress Hack : Add a Digg Button to Your Posts"><strong>16</strong> Comments</a> <a href="http://www.affiliatebestprograms.com/wordpress-hack-add-a-digg-button-to-your-posts/" class="Permalink" title="Permalink to Wordpress Hack : Add a Digg Button to Your Posts">Permalink</a><br /> <br /></div></div> </div> </div> <br /> <span style="margin-left:16px;"><a href="http://www.affiliatebestprograms.com/category/blogs-and-blogging/page/3/">« Previous Page</a> — <a href="http://www.affiliatebestprograms.com/category/blogs-and-blogging/page/5/">Next Page »</a></span> <br /> <br /> </div> <div id="right"> <br /><br /> <div id="right-nudge"> <table border="0" cellpadding="0" cellspacing="0" style="background:#ffffff;"> <tr><td><b>HIGHLY RECOMMENDED NETWORKS</b></td> </tr><tr><td> <script type="text/javascript" src="http://www.affiliatebestprograms.com/wp-content/plugins/oiopub-direct/js.php?type=banner&zone=1"></script> </td></tr></table> <br /> <table border="0" cellpadding="0" cellspacing="0" width="258" style="background:#132945;"> <tr><td class="most_header_footer"> <b>Affiliate Program and Network Reviews</b></td></tr> <tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/pepperjam-network-review/" title="Pepperjam Network Review" class="popular_link">Pepperjam Network Review</a></td></tr> <tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/hydra-network-review-high-performance-cpa-network/" title="Hydra Network Review" class="popular_link">Hydra Network Review</a></td></tr> <tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/marketleverage-review-performance-marketing-network/" title="Market Leverage Review" class="popular_link">Market Leverage Review</a></td></tr> <tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/neverblueads-review/" title="NeverBlueAds Review" class="popular_link">NeverBlueAds Review</a></td></tr> <tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/linkworth-affiliate-program/" title="LinkWorth Review" class="popular_link">LinkWorth Review</a></td></tr> <tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/tnxnet-review/" title="TNX.net Review" class="popular_link">TNX.net Review</a></td></tr> <tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/cardoffers-review-credit-card-affiliate-program/" title="CardOffers Review" class="popular_link">CardOffers Review</a></td></tr></table> <br /> <p style="margin-left:2px;"> <script type="text/javascript"><!-- google_ad_client = "pub-8299655316220106"; /* ABP Biggie - 250x250, created 8/14/08 */ google_ad_slot = "7971809860"; google_ad_width = 250; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </p> <br /><br /> <table border="0" cellpadding="0" cellspacing="1" width="258"> <tr><td class="most_header_footer"> <b>Most Popular Articles</b></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/how-to-get-indexed-by-google/" title="How to Get Indexed by Google " class="popular_link">How to Get Indexed by Google </a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/is-google-adsense-a-joke/" title="Is Google AdSense a Joke ?" class="popular_link">Is Google AdSense a Joke ?</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/shawn-hogan-of-digitalpoint-caught-with-hand-in-the-ebay-cookie-jar/" title="Shawn Hogan of DigitalPoint Caught With Hand in the eBay Cookie Jar" class="popular_link">Shawn Hogan of DigitalPoint Caught Wit...</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/10-secret-confessions-of-the-super-affiliates/" title="10 Secret Confessions of the Super Affiliates" class="popular_link">10 Secret Confessions of the Super Aff...</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/worst-affiliate-programs-and-affiliate-networks/" title="Worst Affiliate Programs and Affiliate Networks" class="popular_link">Worst Affiliate Programs and Affiliate...</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/7-reasons-most-affiliate-marketers-fail/" title="7 Reasons Most Affiliate Marketers Fail" class="popular_link">7 Reasons Most Affiliate Marketers Fai...</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/pepperjam-network-review/" title="PepperJam Network Review" class="popular_link">PepperJam Network Review</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/google-chrome-a-better-browser-or-just-blowing-smoke/" title="Google Chrome - A Better Browser or Just Blowing Smoke ?" class="popular_link">Google Chrome - A Better Browser or Ju...</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/yet-another-google-pagerank-update-for-september-2008/" title="Yet Another Google Pagerank Update for September 2008?" class="popular_link">Yet Another Google Pagerank Update for...</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/does-twitter-appeal-to-a-more-professional-demographic-than-myspace-or-facebook/" title="Does Twitter Appeal to a More Professional Demographic Than MySpace or FaceBook?" class="popular_link">Does Twitter Appeal to a More Professi...</a></td></tr><tr><td class="most_header_footer">»» <a href="http://www.affiliatebestprograms.com/most-popular-articles/" title="Most Popular Articles" style="color:#000000;">View the 50 Most Popular Articles...</a></td></tr></table> <br /><br /> <p> <a href="http://www.linkconnector.com/traffic_affiliate.php?lc=027257005758001435&lcpid=1343&atid=AFFBEST" title="Link Connector" rel="nofollow" target="_blank"> <img src="http://www.linkconnector.com/traffic_record.php?lc=027257005758001435&atid=AFFBEST" border="0" width="125" height="125" title="Link Connector" style="border:#000000 1px solid; margin-right:4px;" alt="Link Connector"></a> <a href="https://chitika.com/mm_overview.php?refid=cnxmedia" style="text-decoration: none;" rel="nofollow" target="_blank"> <img src="http://scripts.chitika.net/eminimalls/logos/125x125.png" border="0" alt="Get Chitika eMiniMalls" /></a> <br /> </p> <br /> <table border="0" cellpadding="0" cellspacing="1" width="258"> <tr><td class="most_header_footer"> <b>Recent Articles</b></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/are-alexacom-ads-by-pulse360-kanoodle-violating-ftc-truth-in-advertising/" title="Are Alexa.com Ads by Pulse360-Kanoodle Violating FTC Truth in Advertising?" class="popular_link">- Are Alexa.com Ads by Pulse360-Kanoodle Violating FTC Truth in Advertising?</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/google-settles-20-million-adwords-class-action-lawsuit/" title="Google Settles $20 Million Adwords Class Action Lawsuit" class="popular_link">- Google Settles $20 Million Adwords Class Action Lawsuit</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/chitika-update-for-using-google-adsense-as-alternate-ads/" title="Chitika Update For Using Google Adsense as Alternate Ads" class="popular_link">- Chitika Update For Using Google Adsense as Alternate Ads</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/sporting-a-new-tattoo-by-machine-gun-kelly/" title="Sporting a New Tattoo by "Machine Gun" Kelly" class="popular_link">- Sporting a New Tattoo by "Machine Gun" Kelly</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/are-all-shoemoney-readers-really-this-stupid-trash-talk-tuesday/" title="Are All Shoemoney Readers Really this Stupid? Trash Talk Tuesday" class="popular_link">- Are All Shoemoney Readers Really this Stupid? Trash Talk Tuesday</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/california-assembly-bill-178-could-it-set-precedent-for-an-affiliate-tax/" title="California Assembly Bill 178 - Could it Set Precedent for an Affiliate Tax?" class="popular_link">- California Assembly Bill 178 - Could it Set Precedent for an Affiliate Tax?</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/are-feedburner-rss-stats-misleading-aka-how-to-game-feedburner-stats/" title="Are Feedburner RSS Reader Stats Misleading? How to Game Feedburner" class="popular_link">- Are Feedburner RSS Reader Stats Misleading? How to Game Feedburner</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/does-twitter-appeal-to-a-more-professional-demographic-than-myspace-or-facebook/" title="Does Twitter Appeal to a More Professional Demographic Than MySpace or FaceBook?" class="popular_link">- Does Twitter Appeal to a More Professional Demographic Than MySpace or FaceBook?</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/convert2media-cutting-referrals-down-to-2/" title="Convert2Media Cutting Referrals Down To 2%" class="popular_link">- Convert2Media Cutting Referrals Down To 2%</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/5-good-reason-why-you-should-quit-affiliate-marketing-before-you-start/" title="5 Good Reasons Why You Should Quit Affiliate Marketing Before You Start" class="popular_link">- 5 Good Reasons Why You Should Quit Affiliate Marketing Before You Start</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/social-hijinx-digg-impregnated-with-rickrolling-malware-and-facebook-group-hijacked-by-spammers/" title="Social Hijinx - Digg Impregnated With Rickrolling Malware and Facebook Group Hijacked by Spammers" class="popular_link">- Social Hijinx - Digg Impregnated With Rickrolling Malware and Facebook Group Hijacked by Spammers</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/will-twitter-start-charging-for-commercial-accounts/" title="Will Twitter Start Charging for Commercial Accounts?" class="popular_link">- Will Twitter Start Charging for Commercial Accounts?</a></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"> <a href="http://www.affiliatebestprograms.com/search-gets-eyeballs-with-searchme-visual-search/" title="Search Gets Eyeballs With SearchMe Visual Search" class="popular_link">- Search Gets Eyeballs With SearchMe Visual Search</a></td></tr><tr><td class="most_header_footer"> </td></tr></table> <br /><br /> <table width="258" cellpadding="0" cellspacing="1" border="0"> <tr><td class="most_header_footer"> <b>Recent Comments</b></td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"><a href="http://www.konige.com" target="_blank" title="Konige" rel="nofollow" style="color:#004A80; font-weight:bold;">Konige</a> : <a href="http://www.affiliatebestprograms.com/2007/11/01/obtaining-edu-and-gov-backlinks/" title="Obtaining .edu and .gov Backlinks" class="popular_link">Hi Dave, did you ever find a PROOF that Google did help the ...</td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"><a href="http://www.webpagefx.com" target="_blank" title="Frank Lynch" rel="nofollow" style="color:#004A80; font-weight:bold;">Frank Lynch</a> : <a href="http://www.affiliatebestprograms.com/cardoffers-review-credit-card-affiliate-program/" title="CardOffers Review - Credit Card Affiliate Program" class="popular_link">great post, very informative, this will really help people who r...</td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"><a href="http://tinyurl.com/starterhosting" target="_blank" title="steve" rel="nofollow" style="color:#004A80; font-weight:bold;">steve</a> : <a href="http://www.affiliatebestprograms.com/twitter-thursay-interesting-twitter-related-blog-posts/" title="Twitter Thursday - Interesting Twitter Related Blog Posts" class="popular_link">I view twitter only as a place to promote. Never have i used it ...</td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"><a href="http://www.nyctowing.net" target="_blank" title="Towing" rel="nofollow" style="color:#004A80; font-weight:bold;">Towing</a> : <a href="http://www.affiliatebestprograms.com/neverblueads-review/" title="NeverblueAds Review" class="popular_link">I have heard good reviews about the neverblueads network.</td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"><span style="color:#004A80">Dan</span> : <a href="http://www.affiliatebestprograms.com/are-alexacom-ads-by-pulse360-kanoodle-violating-ftc-truth-in-advertising/" title="Are Alexa.com Ads by Pulse360-Kanoodle Violating FTC Truth in Advertising?" class="popular_link">No disrespect intended, but this is typical facile internet rhet...</td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"><a href="http://www.workathometomakemoney.com/" target="_blank" title="jay" rel="nofollow" style="color:#004A80; font-weight:bold;">jay</a> : <a href="http://www.affiliatebestprograms.com/shawn-hogan-of-digitalpoint-caught-with-hand-in-the-ebay-cookie-jar/" title="Shawn Hogan of DigitalPoint Caught With Hand in the eBay Cookie Jar" class="popular_link">I never knew Digital Point would take it that far....</td></tr><tr><td style="border-bottom:#ccddcc 1px solid; background:#ffffff; padding-left:4px;"><a href="http://www.birdscomfort.com" target="_blank" title="Ben" rel="nofollow" style="color:#004A80; font-weight:bold;">Ben</a> : <a href="http://www.affiliatebestprograms.com/sporting-a-new-tattoo-by-machine-gun-kelly/" title="Sporting a New Tattoo by "Machine Gun" Kelly" class="popular_link">Congrat amazing tat. Personly I have five and the other one is a...</td></tr><tr><td class="most_header_footer"> </td></tr></table> </div> <br /> <div align="center" style="margin-right:6px;"> <script type="text/javascript" src="http://pub.mybloglog.com/comm2.php?mblID=2007042617534798&c_width=240&c_sn_opt=n&c_rows=10&c_img_size=h&c_heading_text=Recent+Readers&c_color_heading_bg=777777&c_color_heading=ffffff&c_color_link_bg=E3E3E3&c_color_link=003333&c_color_bottom_bg=777777"></script> </div> <br /> <br /> <p align="center"> </p> <br /> <p align="center"> <script type="text/javascript" src="http://www.blogcatalog.com/w/recent.php?id=4278723&width=240&rows=7&bgcolor=FFFFFF&bcolor=666666&lcolor=3366FF&hcolor=FFFFFF&htext=BlogCatalog%20Followers&name=1&img=s"></script> </p> <br /> <!--<table border="0" width="250" cellpadding="0" cellspacing="4"><tr><td width="72" valign="top"> <img src="/images/me_whaaa.jpg" alt="Dave" /> </td><td width="178" valign="top"><b style="color:#004A80;">Blog Author</b><br /> <span class="my_profile"> ~Dave~ (The Other One)<br /> Ormond Beach, FL<br /> Rehoboth Beach, DE<br /> + <a href="http://plurk.com/redeemByURL?from_uid=2259460&check=1000096863&s=1" rel="nofollow" target="_blank">Follow Me on Plurk</a> </span> </td></tr></table>--> <br /><br /> </div> <!-- end sidebar --> <br /> <br /> <div id="botbar"> <form action="http://www.affiliatebestprograms.com" method="get" style="display:inline;"> <b style="margin-left:10px; margin-right:6px;">Categories</b> <select name='cat' id='cat' class='postform'> <option value="65">Affiliate Marketing(15)</option> <option value="76">Affiliate Network Reviews(9)</option> <option value="74">Affiliate News(32)</option> <option value="75">Affiliate Program Reviews(11)</option> <option value="32" selected="selected">Blogs and Blogging(20)</option> <option value="28">Everything Google(20)</option> <option value="79">Pay Per Click Marketing(4)</option> <option value="78">Ramblings and Rants(40)</option> <option value="17">Search Engine Optimization(9)</option> <option value="33">Social Networking(11)</option> <option value="80">Trash Talk Tuesday(1)</option> </select> <input type="submit" name="submit" value="view" /> </form> <form action="http://www.affiliatebestprograms.com" method="get" style="display:inline;"> <b style="margin-left:10px; margin-right:6px;">Archives</b> <select name=\"archive-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;'> <option value=\"\">Select Month</option> <option value='http://www.affiliatebestprograms.com/2009/07/'> July 2009  (4)</option> <option value='http://www.affiliatebestprograms.com/2009/06/'> June 2009  (2)</option> <option value='http://www.affiliatebestprograms.com/2009/04/'> April 2009  (1)</option> <option value='http://www.affiliatebestprograms.com/2009/03/'> March 2009  (6)</option> <option value='http://www.affiliatebestprograms.com/2009/02/'> February 2009  (5)</option> <option value='http://www.affiliatebestprograms.com/2009/01/'> January 2009  (5)</option> <option value='http://www.affiliatebestprograms.com/2008/12/'> December 2008  (1)</option> <option value='http://www.affiliatebestprograms.com/2008/10/'> October 2008  (6)</option> <option value='http://www.affiliatebestprograms.com/2008/09/'> September 2008  (10)</option> <option value='http://www.affiliatebestprograms.com/2008/08/'> August 2008  (13)</option> <option value='http://www.affiliatebestprograms.com/2008/07/'> July 2008  (12)</option> <option value='http://www.affiliatebestprograms.com/2008/06/'> June 2008  (4)</option> <option value='http://www.affiliatebestprograms.com/2008/05/'> May 2008  (1)</option> <option value='http://www.affiliatebestprograms.com/2008/04/'> April 2008  (2)</option> <option value='http://www.affiliatebestprograms.com/2008/03/'> March 2008  (7)</option> <option value='http://www.affiliatebestprograms.com/2008/02/'> February 2008  (6)</option> <option value='http://www.affiliatebestprograms.com/2008/01/'> January 2008  (11)</option> <option value='http://www.affiliatebestprograms.com/2007/12/'> December 2007  (3)</option> <option value='http://www.affiliatebestprograms.com/2007/11/'> November 2007  (15)</option> <option value='http://www.affiliatebestprograms.com/2007/10/'> October 2007  (7)</option> <option value='http://www.affiliatebestprograms.com/2007/09/'> September 2007  (5)</option> <option value='http://www.affiliatebestprograms.com/2007/08/'> August 2007  (4)</option> <option value='http://www.affiliatebestprograms.com/2007/07/'> July 2007  (10)</option> <option value='http://www.affiliatebestprograms.com/2007/06/'> June 2007  (3)</option> <option value='http://www.affiliatebestprograms.com/2007/05/'> May 2007  (12)</option> <option value='http://www.affiliatebestprograms.com/2007/04/'> April 2007  (15)</option> </select> </form> </div> <br /> <!--<div style="margin:0px 10px 0px 10px;"> Coming Soon: <a href="http://affiliate-traffic.affiliatebestprograms.com/" title="Affiliate Traffic">Affiliate Traffic Generator</a> | <a href="http://affiliate-directory.affiliatebestprograms.com/" title="Affiliate Directory">Affiliate Directory</a> | <a href="http://affiliate-software.affiliatebestprograms.com/" title="Affiliate Software">Affiliate Software</a> | <a href="http://affiliate-tools.affiliatebestprograms.com/" title="Affiliate Tools">Affiliate Tools</a> </div>--> <div id="footer"> <div style="clear:both;"> <p align="center"> <script type="text/javascript"><!-- google_ad_client = "pub-8299655316220106"; /* ABP2-Leaderboard - 728x90, created 3/8/08 */ google_ad_slot = "1431174509"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </p> </div> </div> <br /> <div id="footnotes"> <table border="0" width="940" cellpadding="10" cellspacing="4" align="center"> <tr><td style="border-right:#999999 1px dotted;" width="320" valign="top"> <img src="/images/resdaz_media.gif" title="Resdaz Media" alt="Resdaz Media" /><br /> AffiliateBestPrograms © 2007-20009 <a href="http://www.resdaz.com" title="Resdaz Media" style="color:#1D6A0B;" target="_blank">Resdaz Media</a><br /> <i>All Rights Reserved</i><br /> </td><td style="border-right:#999999 1px dotted; text-align:left; padding-left:20px;" width="300" valign="top"> <b style="color:#555555;">Other Resdaz Media Network Sites:</b> <br /> <ul style="list-style-type: square;"> <li><a href="http://www.code4gold.com/forums/Affiliate-Networks-and-Affiliate-Programs/" title="Affiliate Forum" target="_blank">Code4Gold Affiliate Forum</a></li> <li><a href="http://www.chronicseo.com" title="Chronic SEO - SEO Marketing" target="_blank">ChronicSEO - SEO Marketing</a></li> <li><a href="http://www.infoabout.us" title="Info About the United States" target="_blank">Info About US</a> <a href="http://www.rpgx.us" title="Android Games" target="_blank">RPGX</a></li> <li><a href="http://www.blogratedirectory.com" title="BlogRateDirectory - Blog Directory" target="_blank">BlogRateDirectory - Blog Ratings</a></li> <li><a href="http://www.recd.us" title="Recommend Us - Social News" target="_blank">Recommend Us - Social News</a></li> <li><a href="http://www.domainersystems.com/" title="Domainer Systems" target="_blank">Domainer Systems</a></li> </ul> </td><td valign="top" width="260"> <a href="http://technorati.com/faves?add=http://www.affiliatebestprograms.com"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a> <br /><br /> <a href="http://www.blogratedirectory.com/Dir/Opportunities.php" title="Opportunities Blogs"><img src="http://www.blogratedirectory.com/?act=in&id=9" alt="BRDTracker" border="0" style="margin-right:4px;"></a> <br /> <a href='http://www.blogs.com' target='_blank'><img src="http://www.blogs.com/badges/find-the-best-blogs-green.gif" alt='Find the best blogs at Blogs.com.' border='0' style="margin-right:4px;"></a> <a href="http://www.feeds4all.nl" target='_blank'><img src="http://www.feeds4all.nl/images/feeds4all_bannernl.gif" width="80" height="15" alt="feeds4all" border="0"></a> <br /> <br /> </td></tr></table> </div> <br /> </div> <!-- Start Quantcast tag --> <script type="text/javascript"> _qoptions={ qacct:"p-50Jnse0Xo0tko" }; </script> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <noscript> <a href="http://www.quantcast.com/p-50Jnse0Xo0tko" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-50Jnse0Xo0tko.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a> </noscript> <!-- End Quantcast tag --> <script type="text/javascript" src="http://www.assoc-amazon.com/s/link-enhancer?tag=albertov05-20&o=1"> </script> <noscript> <img src="http://www.assoc-amazon.com/s/noscript?tag=albertov05-20" alt="" /> </noscript> </body> </html>