<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html ><head><title>Which is the Best Home Pregnancy Test - Info Barrel</title><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta name="description" content="" /><link rel="canonical" href="http://www.infobarrel.com/Which_is_the_Best_Home_Pregnancy_Test" /> <link rel="stylesheet" href="/style.css" type="text/css" /><style> h1 { color: #222222; font-size: 26px; margin: 5px 0; font-weight: normal; } h2 { font-size: 1.25em; margin: 15px 0 0; } h3 { display: block; margin: 15px 0 0; font-size: 1.15em; line-height: 19px; } h4 { float: left; display: block; width: 100%; font-size: 14px; margin: 3px 0 1px; height: 20px; background: url("/images/topnav-bg.gif") 0 -8px; } form { margin: 0; } .errors { display: block; float: left; border: #4a545e 1px dashed; width: 982px; margin: 2px; background: #ffffff; } .article { float: left; display: block; font-size: 14px; line-height: 1.4em; background: #ffffff; overflow: hidden; padding: 2px; color: #222222; } .article h4 { background: none; float: none; height: auto; margin: 5px 0; } .article a { color: #018fb8; color: #015bb8; text-decoration: none; } .article a:hover { text-decoration: underline; } .article img { border: #cad6e0 1px solid; padding: 1px; margin: 1px; } .article .babby { color: #333333; font-size: 100%; line-height: 22px; margin: 10px 0; } .article .babby h5 { color: #262624; font-family: Georgia, Times, sans-serif; font-size: 200%; font-style: italic; margin: 5px 0; } #article_text img { margin: 5px; } .js #featured_article { height: 200px; } #featured_article { width: 980px; overflow: hidden; padding-bottom: 10px; } .media { float: left; display: block; width: 168px; margin-bottom: 5px; text-align: center; overflow: hidden; } .media a { display: block; } .comment { overflow: hidden; position: relative; display: block; border: #d1d1d1 1px solid; padding: 2px; margin-bottom: 2px; font-family: verdana; } .comment .date { position: absolute; right: 70px; top: 0px; font-size: 10px; } .comment .rating { position: absolute; right: 2px; top: 0px; font-size: 10px; } .comment p { margin: 0; padding: 0; border-top: #d1d1d1 1px dashed; } .comment img { display: block; float: left; } #tools img { display: inline; float: none; width: 16px; height: 16px; border: 0; margin: 0 2px 0 0; padding: 0; } .ad_250x250 { margin: 10px; }</style><script src="/scripts/scripts.js"></script><script src="/article_impression.php?id="></script><script language="javascript"> $("html").removeClass("nojs").addClass("js"); function comment_reply(id) { document.getElementById("comment_" + id).style.display = "block"; } function rate_comment(id, rating) { var div_id = "comment_rating_" + id; var new_rating = parseInt(document.getElementById("comment_user_rating_" + id).innerHTML) + rating; if((new_rating <= 1) && (new_rating >= -1)) { document.getElementById("comment_user_rating_" + id).innerHTML = new_rating; url = "/rate_comment.php?comment_id=" + id + "&rating=" + new_rating; ajaxFunction(url, div_id, 1); } if(new_rating <= -1) document.getElementById("comment_rating_down_" + id).src = "/images/rate_down_blur.gif"; else document.getElementById("comment_rating_down_" + id).src = "/images/rate_down.gif"; if(new_rating >= 1) document.getElementById("comment_rating_up_" + id).src = "/images/rate_up_blur.gif"; else document.getElementById("comment_rating_up_" + id).src = "/images/rate_up.gif"; } function rate_article(rating) { var div_id = "article_rating"; var new_rating = parseInt(document.getElementById("article_user_rating").innerHTML) + rating; if((new_rating <= 1) && (new_rating >= -1)) { document.getElementById("article_user_rating").innerHTML = new_rating; url = "/rate_article.php?article_id=&rating=" + new_rating; ajaxFunction(url, div_id, 1); } if(new_rating <= -1) document.getElementById("article_rating_down").src = "/images/rate_down_16_blur.gif"; else document.getElementById("article_rating_down").src = "/images/rate_down_16.gif"; if(new_rating >= 1) document.getElementById("article_rating_up").src = "/images/rate_up_16_blur.gif"; else document.getElementById("article_rating_up").src = "/images/rate_up_16.gif"; } function article_tab(div, button) { document.getElementById("button-related").style.background = "#cad5e7"; document.getElementById("button-user").style.background = "#cad5e7"; document.getElementById("button-cat").style.background = "#cad5e7"; document.getElementById("articles-related").style.display = "none"; document.getElementById("articles-user").style.display = "none"; document.getElementById("articles-cat").style.display = "none"; document.getElementById(div).style.display = "block"; button.style.background = "#ffffff"; } function media_tab(div, button) { document.getElementById("button-images").style.background = "#cad5e7"; document.getElementById("button-videos").style.background = "#cad5e7"; document.getElementById("media-images").style.display = "none"; document.getElementById("media-videos").style.display = "none"; document.getElementById(div).style.display = "block"; button.style.background = "#ffffff"; } function restore_categories(id, parent_id) {// document.getElementById("choose_category").style.display = "block"; document.getElementById("art_id").value = id; document.getElementById("parent_id").value = parent_id; if(parent_id == undefined) parent_id = 0; url = "article_edit-get_categories.php?id=" + id + "&parentid=" + parent_id; ajaxFunction(url, "show_cat", 1); } function add_category(title) { id = document.getElementById("art_id").value; parent_id = document.getElementById("parent_id").value; title = title.replace(/^s+|s+$/g,""); if(title == "") alert("You cannot have a blank title."); else { url = "article_edit-add_category.php?title=" + escape(title) + "&parentid=" + document.getElementById("parent").value; ajaxFunction(url, "add_cat", 1); restore_categories(id, parent_id); } } $(document).ready(function(){ $("#admin_panel_link").click(function () { $('#admin_panel').slideToggle("slow", function(){ show_admin(); } ); }); }); function show_admin() { if(document.getElementById("admin_panel_link").innerHTML == "Close Admin Panel") document.getElementById("admin_panel_link").innerHTML = "Open Admin Panel"; else document.getElementById("admin_panel_link").innerHTML = "Close Admin Panel"; }</script></head><body> <div id="achievement_hover_box" name=0 style="position: absolute; top: 0px; left: 0px; display: none; z-index: 1; border: #49535d 1px solid; background: #ffffff; padding: 2px;" onMouseOver="this.style.display = 'block';" onMouseOut="this.style.display = 'none';"></div> <div id="achievement_hover_box1" name=0 style="position: absolute; top: 0px; left: 0px; display: none; z-index: 1; border: #49535d 1px solid; background: #ffffff; padding: 2px;"></div> <div id="member_nav" style="display: none;"> <div style="width: 970px; margin: 0 auto; padding-right: 30px; text-align: right;"> <form id="head_login" action="/login.php" method="post" name="login" enctype="multipart/form-data" style="display: inline;"> <b>Login</b> <input id="head_login_box" type="text" name="login" value="" style="width: 140px; margin: 3px 20px 0 0;"> <b>Password</b> <input type="password" name="pass" value="" style="width: 140px; margin: 3px 0 0 0;"> <input type="submit" value="Submit"> <a href="/forgot_password.php">Forgot your password?</a> </form> </div> </div> <div id="header"> <div style="position: relative; width: 1000px; margin: 0 auto;"> <a href="http://www.infobarrel.com"><img src="/images/header-logo.gif" border=0 style="margin-top: 9px;"></a> <div style="position: absolute; top: 57px; left: 118px; z-index: 1; display: block; color: #64dcff; font-weight: bold; font-size: 12px; line-height: 12px;">Barrels of Information & how to Guides</h1></div> <div style="position: absolute; top: 1px; right: 20px; padding: 2px 10px; overflow: hidden; color: #ffffff; text-align: right; z-index: 2;"> <img src="/images/member_bar-tab_left.gif" style="float: left; display: block;"> <div style="float: left; display: block; display: inline; padding-top: 1px; height: 27px; background: #273037 url('/images/member_bar-tab_bg.gif') bottom repeat-x;"> <script type="text/javascript"> document.write("<b>welcome to InfoBarrel!</b> Please <a href='#' id='open_member_bar'>Login</a> or <a href='/signup.php'>Signup</a>."); </script> <noscript> <b>welcome to InfoBarrel!</b> Please <a href="/login.php" id="open_member_bar">Login</a> or <a href="/signup.php">Signup</a>. </noscript> </div> <img src="/images/member_bar-tab_right.gif" style="float: left; display: block;"> </div> <div style="position: absolute; bottom: 14px; right: 5px; width: 800px; z-index: 2; color: #ffffff;"> <div style="width: 400px; float: right;"> <b style="font-size: 14px;">Explore Infobarrel</b><br> <span onmouseover="header_sections('head-culture', 1);" onmouseout="header_sections('head-culture', 0);"> <div id="head-culture_info" class="infobox" style="bottom: 5px; right: 407px;"> Articles on human practices, values and life. These include topics such as <a href="/Sports">Sports</a>, <a href="/Food_and_Drink">Cooking</a>, <a href="/Fashion">Fashion</a> and <a href="/Holidays">Holidays</a>. </div> <div id="head-culture_arrow" class="arrowbox" style="bottom: 5px; right: 392px;"></div> <a href="/Culture">Culture</a>, </span> <span onmouseover="header_sections('head-geography', 1);" onmouseout="header_sections('head-geography', 0);"> <div id="head-geography_info" class="infobox" style="bottom: 5px; right: 352px;"> Articles on the Earth, its features and inhabitants. Includes topics such as <a href="/Countries">Countries</a>, Cities and <a href="/Buildings_and_Structures_by_Type">Buildings</a>. </div> <div id="head-geography_arrow" class="arrowbox" style="bottom: 5px; right: 337px;"></div> <a href="/Geography">Geography</a>, </span> <span onmouseover="header_sections('head-health', 1);" onmouseout="header_sections('head-health', 0);"> <div id="head-health_info" class="infobox" style="bottom: 5px; right: 277px;"> Articles dealing with human physical, emotional and mental well-being. Covering topics such as <a href="/Nutrition">Nutrition</a>, <a href="/Exercise">Exercise</a> and <a href="/Healthcare">Healthcare</a>. </div> <div id="head-health_arrow" class="arrowbox" style="bottom: 5px; right: 262px;"></div> <a href="/Health">Health</a>, </span> <span onmouseover="header_sections('head-history', 1);" onmouseout="header_sections('head-history', 0);"> <div id="head-history_info" class="infobox" style="bottom: 5px; right: 227px;"> Articles that cover the events of the past. Included topics are WWII, Ancient Egypt and the Olympics. </div> <div id="head-history_arrow" class="arrowbox" style="bottom: 5px; right: 212px;"></div> <a href="/History">History</a>, </span> <span onmouseover="header_sections('head-math', 1);" onmouseout="header_sections('head-math', 0);"> <div id="head-math_info" class="infobox" style="bottom: 5px; right: 172px;"> Articles that cover measurements and relationships between measurable things. Topics included are Algebra, Geometry and Numbers. </div> <div id="head-math_arrow" class="arrowbox" style="bottom: 5px; right: 157px;"></div> <a href="/Mathematics">Math</a>, </span> <span onmouseover="header_sections('head-people', 1);" onmouseout="header_sections('head-people', 0);"> <div id="head-people_info" class="infobox" style="bottom: 5px; right: 129px;"> Articles that discuss and/or examine the lives of people of interest throught History. Covers topics like <a href="/Actors">Actors</a>, <a href="/Painters">Painters</a> and World Leaders. </div> <div id="head-people_arrow" class="arrowbox" style="bottom: 5px; right: 114px;"></div> <a href="/People">People</a>, </span> <span onmouseover="header_sections('head-philosophy', 1);" onmouseout="header_sections('head-philosophy', 0);"> <div id="head-philosophy_info" class="infobox" style="bottom: 5px; right: 82px;"> Articles that examine the human quest to find answers about ourselves. Topics include <a href="/Ethics">Ethics</a>, <a href="/Principles">Principles</a> and <a href="/Psychoanalysis">Psychoanalysis</a>. </div> <div id="head-philosophy_arrow" class="arrowbox" style="bottom: 5px; right: 67px;"></div> <a href="/Philosophy">Philosophy</a>, </span> <span onmouseover="header_sections('head-religion', 1);" onmouseout="header_sections('head-religion', 0);"> <div id="head-religion_info" class="infobox" style="bottom: -10px; right: 407px;"> Articles on the human pursuit of God and a spirituality. Covering topics such as <a href="/Christianity">Christianity</a>, <a href="Prophecy">Prophecy</a> and Taoism. </div> <div id="head-religion_arrow" class="arrowbox" style="bottom: -10px; right: 392px;"></div> <a href="/Religion">Religion</a>, </span> <span onmouseover="header_sections('head-science', 1);" onmouseout="header_sections('head-science', 0);"> <div id="head-science_info" class="infobox" style="bottom: -10px; right: 350px;"> Articles covering the study of knowledge through observation and experimentation. Topics covered <a href="/Biology">Biology</a>, <a href="Astronomy">Astronomy</a> and <a href="/Chemical_Elements">the Elements</a>. </div> <div id="head-science_arrow" class="arrowbox" style="bottom: -10px; right: 335px;"></div> <a href="/Science">Science</a>, </span> <span onmouseover="header_sections('head-society', 1);" onmouseout="header_sections('head-society', 0);"> <div id="head-society_info" class="infobox" style="bottom: -10px; right: 295px;"> Articles on the study of groups of individuals and their interactions with each other. Topics included are <a href="/Economics">Economics</a>, <a href="/Psychology">Psychology</a>, <a href="/Parenting">Parenting</a> and <a href="/Crime">Crime</a>. </div> <div id="head-society_arrow" class="arrowbox" style="bottom: -10px; right: 280px;"></div> <a href="/Society">Society</a>, </span> <span onmouseover="header_sections('head-technology', 1);" onmouseout="header_sections('head-technology', 0);"> <div id="head-technology_info" class="infobox" style="bottom: -10px; right: 242px;"> Articles covering the use of tools to accomplish tasks. Topics covered include <a href="/Internet">the Internet</a>, <a href="/Automobiles">Cars</a>, <a href="/Mobile_Phones">Cell Phones</a> and <a href="/Video_Games">Video Games</a>. </div> <div id="head-technology_arrow" class="arrowbox" style="bottom: -10px; right: 227px;"></div> <a href="/Technology">Technology</a>, </span> <span onmouseover="header_sections('head-ibu', 1);" onmouseout="header_sections('head-ibu', 0);"> <div id="head-ibu_info" class="infobox" style="bottom: -10px; right: 165px;"> Articles to help you create and promote content on Infobarrel. Learn about <a href="/How_Does_InfoBarrel_Work%3f">how InfoBarrel works</a>, <a href="/Writing_for_InfoBarrel">writing an article</a> and <a href="/Ways_to_Get_More_Traffic_To_Your_Content">getting traffic to your content</a>. </div> <div id="head-ibu_arrow" class="arrowbox" style="bottom: -10px; right: 150px;"></div> <a href="/Infobarrel_University">InfoBarrel University</a> </span> </div> </div> </div> </div> <div style="z-index: 2; clear: both; position: relative; width: 1000px; margin: 0 auto; height: 0px;"> <div id="new_friends" class=text></div> </div> <div id="swp"> <div style="width: 1000px; margin: 0 auto;"> <div id="swp_1" style="background: url('/images/swp_arrow.gif') right no-repeat; float: left; width: 330px; position: relative;" onmouseOver="document.getElementById('swp_1_tag').style.display = 'block';" onmouseOut="document.getElementById('swp_1_tag').style.display = 'none';"> <a href="/signup.php"><img src="/images/swp_1.gif" align=top border=0>Sign Up</a> <div id="swp_1_tag" style="display: none; position: absolute; top: 30px; left: 52px;">Easy 2 step process! Comment, edit and write!</div> </div> <div id="swp_2" style="background: url('/images/swp_arrow.gif') right no-repeat; float: left; width: 330px; position: relative;" onmouseOver="document.getElementById('swp_2_tag').style.display = 'block';" onmouseOut="document.getElementById('swp_2_tag').style.display = 'none';"> <a href="/article_add.php"><img src="/images/swp_2.gif" align=top border=0>Create</a> <div id="swp_2_tag" style="display: none; position: absolute; top: 30px; left: 52px;">Simple word style editor! no HTML needed!</div> </div> <div id="swp_3" style="float: left; width: 340px; position: relative;" onmouseOver="document.getElementById('swp_3_tag').style.display = 'block';" onmouseOut="document.getElementById('swp_3_tag').style.display = 'none';"> <a href="/How_To_Get_A_Google_Adsense_Publisher_ID"><img src="/images/swp_3.gif" align=top border=0>Get Paid</a> <div id="swp_3_tag" style="display: none; position: absolute; top: 30px; left: 52px;">Earn 75% of Google Adsense views on your stuff!</div> </div> </div> </div> <div id="main" style="position: relative;"> <div id="nav_bar"> <a href="http://www.infobarrel.com" >Home</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/Writing_for_InfoBarrel" >Create</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/members.php" >Members</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/blog/" >Blog</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/Forum" >Forum</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/InfoBarrel_Contests" >Contests</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/InfoBarrel_for_Charities" >Charity</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/Things_To_Do" >things to Do</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/InfoBarrel_FAQ" >FAQ</a> <div class="seperator"></div> <a href="http://www.infobarrel.com/Contact_Us" >Contact Us</a> <div style="float: right; margin: 5px 5px 0 0;"> <form action="/search.php" method="post" name="form_search_head" enctype="multipart/form-data"> <input type="text" name="search" maxlength=255 value="" style="float: left; display: block; width: 175px; height: 16px; margin: 1px 0;"> <input type="submit" name="mybutton" value="Search" style="float: left; display: block; width: 75px;"> </form> </div> </div> <div id="content"> <div id="article"> <div id="flag" class="errors" style="display: none;"> <form action="article_flag.php" method="post" name="form_flag" enctype="multipart/form-data"> <input type="hidden" name="id" value="" /> <input type="hidden" name="link" value="Which_is_the_Best_Home_Pregnancy_Test" /> <div style="color: #FF0000; font-weight: bold; font-size: 14px; text-align: center;">FLAG AS INAPPROPRIATE!</div> <div style="display: block; float: left; width: 140px; margin: 0 10px; font-size: 10px; text-align: right;"> <h3>Reason For Flag</h3> Please be as descriptive as possible. </div> <textarea name="flag_reason" style="width: 640px; height: 50px; float: left; display: block;"></textarea> <input type="submit" name="mybutton" value="Submit" style="margin-left: 36px; width: 113px;"> <br style="clear: both;"> <div style="display: block; float: left; width: 140px; margin: 0 10px; font-size: 10px; text-align: right;"> <h3>Human Test</h3> </div> <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LcxQgMAAAAAAHVEgGscJZsGcqeMznHACBDbwhZg"></script> <noscript> <iframe src="http://api.recaptcha.net/noscript?k=6LcxQgMAAAAAAHVEgGscJZsGcqeMznHACBDbwhZg" height="300" width="500" frameborder="0"></iframe><br/> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> </noscript> </form> </div> <div class="article" style="margin-right: -3px; position: relative; background: #f1f1f1; width: 984px;"> <div style="position: relative; display: block; float: left; background: #FFFFFF; width: 622px; padding: 2px 4px; overflow: hidden;"> <!-- google_ad_section_start --> <h1>Which is the Best Home Pregnancy Test</h1> <div id="article_text" class="KonaBody"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body><p>Whoops, this article doesn't exist, yet. </p><p><a href="article_write.php?title=Which_is_the_Best_Home_Pregnancy_Test" style="font-weight: bold;">Write this article</a></p></body></html> </div> <div style="margin-top: 10px;"> <!-- AddThis Button BEGIN --> <a class="addthis_button_compact href="http://www.addthis.com/bookmark.php?v=250&username=infobarrel" style="float: left; font-weight: normal; font-size: 13px; mardgin: 1px 0 0 0; width: 90px;"><img src="/images/button-addthis.gif" width="16" height="16" alt="Share" align="absmiddle" style="border: 0; margin: 0; padding: 0; float: none; display: inline;"/> Share</a> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=infobarrel"></script> <!-- AddThis Button END --> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.infobarrel.com%2FWhich_is_the_Best_Home_Pregnancy_Test&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe> </div> <div style="display: block; width: 100%; margin-top: 5px;"></div> <!-- google_ad_section_end --> </div><!--[if !IE]>------------------------------------------------------------------ START RIGHT SIDE ------------------------------------------------------------------<![endif]--> <div class="text" style="background: 0; position: relative; float: right; display: block; width: 350px; z-index: 1"> <!-- google_ad_section_start(weight=ignore) --> <div class="tabs" style="margin: 0 2px 0 6px;"> <a href="javascript:void();" style="background: #ffffff; color: #000000;">Tools</a> </div> <div id="tools" class="text" style="float: right; margin: 0 2px 10px; width: 336px; border: #cad6e0 1px solid; border-top: 0; background: #ffffff;"> <span style="margin: 3px 3px 0;"> <img src="/images/printer.gif" align=absmiddle><a href="/article_print.php?title=Which_is_the_Best_Home_Pregnancy_Test">Print</a> </span> <span style="margin: 3px 3px 0;"> <img src="/images/email.gif" align=absmiddle><a href="#" onClick="document.getElementById('email_box').style.display = 'block';">E-mail</a> </span> <span style="margin: 3px 3px 0;"> <img src="/images/version_history.png" align=absmiddle><a href="/article_history.php?title=Which_is_the_Best_Home_Pregnancy_Test">History</a> </span> <span style="margin: 3px 3px 0;"> <img src="/images/activity_edit.gif" align=absmiddle><a href="/article_write.php?title=Which_is_the_Best_Home_Pregnancy_Test">Edit</a> </span> <span style="margin: 3px 3px 0;"> <img src="/images/flag.png" align=absmiddle style="width: 16px; height: 16px; border: 0; margin: 0 2px 0 0; padding: 0;"><a href="#" onClick="document.getElementById('flag').style.display = 'block';">Flag</a> </span> <br> <!-- AddThis Button BEGIN --> <script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script> <div class="addthis_toolbox addthis_default_style" style="margin-top: 10px;"> <a class="addthis_button_twitter"></a> <a class="addthis_button_facebook"></a> <a class="addthis_button_delicious"></a> <a class="addthis_button_stumbleupon"></a> <a class="addthis_button_digg"></a> <a class="addthis_button_reddit"></a> <a class="addthis_button_expanded">More</a> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=infobarrel"></script> <!-- AddThis Button END --> </div> <br style="clear: both;"> <!-- google_ad_section_end --> </div><!---[if !IE]>------------------------------------------------------------------ END RIGHT SIDE ------------------------------------------------------------------<![endif]--> </div> </div> <div id="explore" style="float: left; display: block; width: 1000px; overflow: hidden; margin: 10px 0;"> <div class="title" style="width: 993px;"> Explore Info Barrel </div> <div style="width: 998px; overflow: hidden; border: #d1d1d1 1px solid; border-top: 0;"> <a href="/Culture" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-culture.gif" align=absmiddle border=0>Culture</a> <a href="/Geography" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-geography.gif" align=absmiddle border=0>Geography</a> <a href="/Health" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-health.gif" align=absmiddle border=0>Health</a> <a href="/History" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-history.gif" align=absmiddle border=0>History</a> <a href="/Mathematics" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-mathematics.gif" align=absmiddle border=0>Mathematics</a> <a href="/People" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-people.gif" align=absmiddle border=0>People</a> <a href="/Philosophy" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-philosophy.gif" align=absmiddle border=0>Philosophy</a> <a href="/Religion" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-religion.gif" align=absmiddle border=0>Religion</a> <a href="/Science" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-science.gif" align=absmiddle border=0>Science</a> <a href="/Society" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-society.gif" align=absmiddle border=0>Society</a> <a href="/Technology" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-technology.gif" align=absmiddle border=0>Technology</a> <a href="/InfoBarrel_University" style="float: left; display: block; width: 248px; font-size: 15px;"><img src="/images/category-ibu.gif" align=absmiddle border=0>InfoBarrel University</a> </div> </div> <div id="nav_box"> <div style="float: left; display: block; width: 250px; border-right: #d1d1d1 1px solid; margin: 5px 10px 5px 5px;"> <h3>Site Links</h3> <a href="http://www.infobarrel.com/" title="Infobarrel">Home</a> <a href="http://www.infobarrel.com/search.php" title="Search InfoBarrel">Search</a> <a href="http://www.infobarrel.com/Contact_Us" title="Contact InfoBarrel">Contact Us</a> <a href="http://www.infobarrel.com/About_Us" title="About InfoBarrel">about Us</a> <a href="http://www.infobarrel.com/Press_Releases" title="InfoBarrel Press Releases">Press Releases</a> <a href="http://www.infobarrel.com/Terms_of_Service" title="InfoBarrel Terms of Service">Terms of Service</a> <a href="http://www.infobarrel.com/Privacy_Policy" title="InfoBarrel Privacy Policy">Privacy Policy</a> <a href="http://www.infobarrel.com/Blog_Buzz" title="Infobarrel Blog Buzz">Blog Buzz</a> </div> <div style="float: left; display: block; width: 250px; border-right: #d1d1d1 1px solid; margin: 5px 10px 5px 5px;"> <h3>Help</h3> <a href="http://www.infobarrel.com/Infobarrel_FAQ" title="Infobarrel FAQ">FAQ</a> <a href="http://www.infobarrel.com/How_Does_InfoBarrel_Work%3f" title="How Does InfoBarrel Work?">how Does this Work?</a> <a href="http://www.infobarrel.com/Writing_for_InfoBarrel" title="Writing for InfoBarrel">Writing for Us</a> <a href="http://www.infobarrel.com/InfoBarrel_Preapproved_Criteria" title="InfoBarrel Preapproved Criteria">how Do I become Preapproved?</a> </div> <div style="float: left; display: block; width: 440px; margin: 5px 10px 5px 5px;"> <h3>Info Barrel Archive</h3><br style="display: block; height: 1px;"><b style="margin: 0 3px 4px 2px;">2008</b><div style="display: inline; margin: 0 3px;">Jan</div><div style="display: inline; margin: 0 3px;">Feb</div><div style="display: inline; margin: 0 3px;">Mar</div><div style="display: inline; margin: 0 3px;">Apr</div><a href="/Archive/May-2008" style="margin: 0 3px; display: inline;">May</a><a href="/Archive/Jun-2008" style="margin: 0 3px; display: inline;">Jun</a><a href="/Archive/Jul-2008" style="margin: 0 3px; display: inline;">Jul</a><a href="/Archive/Aug-2008" style="margin: 0 3px; display: inline;">Aug</a><a href="/Archive/Sep-2008" style="margin: 0 3px; display: inline;">Sep</a><a href="/Archive/Oct-2008" style="margin: 0 3px; display: inline;">Oct</a><a href="/Archive/Nov-2008" style="margin: 0 3px; display: inline;">Nov</a><a href="/Archive/Dec-2008" style="margin: 0 3px; display: inline;">Dec</a><br style="display: block; height: 1px;"><b style="margin: 0 3px 4px 2px;">2009</b><a href="/Archive/Jan-2009" style="margin: 0 3px; display: inline;">Jan</a><a href="/Archive/Feb-2009" style="margin: 0 3px; display: inline;">Feb</a><a href="/Archive/Mar-2009" style="margin: 0 3px; display: inline;">Mar</a><a href="/Archive/Apr-2009" style="margin: 0 3px; display: inline;">Apr</a><a href="/Archive/May-2009" style="margin: 0 3px; display: inline;">May</a><a href="/Archive/Jun-2009" style="margin: 0 3px; display: inline;">Jun</a><a href="/Archive/Jul-2009" style="margin: 0 3px; display: inline;">Jul</a><a href="/Archive/Aug-2009" style="margin: 0 3px; display: inline;">Aug</a><a href="/Archive/Sep-2009" style="margin: 0 3px; display: inline;">Sep</a><a href="/Archive/Oct-2009" style="margin: 0 3px; display: inline;">Oct</a><a href="/Archive/Nov-2009" style="margin: 0 3px; display: inline;">Nov</a><a href="/Archive/Dec-2009" style="margin: 0 3px; display: inline;">Dec</a><br style="display: block; height: 1px;"><b style="margin: 0 3px 4px 2px;">2010</b><a href="/Archive/Jan-2010" style="margin: 0 3px; display: inline;">Jan</a><a href="/Archive/Feb-2010" style="margin: 0 3px; display: inline;">Feb</a><a href="/Archive/Mar-2010" style="margin: 0 3px; display: inline;">Mar</a><a href="/Archive/Apr-2010" style="margin: 0 3px; display: inline;">Apr</a><a href="/Archive/May-2010" style="margin: 0 3px; display: inline;">May</a><a href="/Archive/Jun-2010" style="margin: 0 3px; display: inline;">Jun</a><a href="/Archive/Jul-2010" style="margin: 0 3px; display: inline;">Jul</a><a href="/Archive/Aug-2010" style="margin: 0 3px; display: inline;">Aug</a><a href="/Archive/Sep-2010" style="margin: 0 3px; display: inline;">Sep</a> </div> <div style="position: absolute; bottom: 2px; right: 5px; z-index: 1;"> <a href="/feed.php" style="display: inline;"><img src="/images/rss-64x64.png" border=0></a> <a href="http://twitter.com/infobarrel" style="display: inline;"><img src="/images/twitter-64x64.png" border=0></a> <a href="http://www.facebook.com/pages/InfoBarrel/154225459385" style="display: inline;"><img src="/images/facebook-64x64.png" border=0></a> </div> </div> <div id="footer"> <div style="line-height: 20px; padding-right: 10px; float: left; display: block;">© Copyright 2008 - 2010 by Hinzie Media Inc.</div> <a href="/Terms_of_Service" style="background: none; color: #018fb8; font-weight: normal; text-decoration: underline; margin-top: 0px; line-height: 20px; padding-right: 10px; float: left; display: block;">Terms of Service</a> <a href="/Sitemap.php" style="background: none; color: #018fb8; font-weight: normal; text-decoration: underline; margin-top: 0px; line-height: 20px; padding-right: 10px; float: left; display: block;">XML Sitemap</a> <div id="rss"><a href="/feed.php"><img src="/images/rss_left.gif" align=top>Article Feed<img src="/images/rss_right.gif" align=top></a></div> <div id="rss"><a href="/blog/feed/"><img src="/images/rss_left.gif" align=top>Blog Feed<img src="/images/rss_right.gif" align=top></a></div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-2869764-10"); pageTracker._initData(); pageTracker._trackPageview(); </script> </div> <img id="keepAliveIMG" width="1" height="1" src="/invis.gif?" /> <div id="email_box" class="text" style="display: none; position: absolute; top: 100px; left: 300px; width: 500px; overflow: hidden; font-size: 11px; padding: 0; border: #d1d1d1 1px solid; background: #ffffff; z-index: 1;"> <h4 style="margin-top: 0; text-align: center; position: relative;"> E-mail to A Friend <div style="position: absolute; right: 1px; top: 1px;"><a href=# onClick="document.getElementById('email_box').style.display = 'none';"><img src="/images/close.gif"></a></div> </h4> <div style="border-bottom: #d1d1d1 1px dashed; padding: 2px; margin-bottom: 4px; display: block; float: left; width: 493px;"> You must be logged in to send e-mails to your friends. Please login at the top right of the page. if you are not a member you can sign up <a href="/signup.php">here</a>.</p><p> thanks </div> </div> </div> </div></body></html><uptime>















































