<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8258499341213556795</id><updated>2011-09-28T05:02:17.020+05:00</updated><category term='Mortgages'/><category term='Health Tips'/><category term='Saving Account'/><category term='Balance Transfer'/><category term='Link Building and SEO'/><category term='MBA in Pakistan'/><category term='Money Blogging'/><category term='Mutual Funds'/><category term='Get-paid-to Websites'/><category term='Ask Awash Manager'/><category term='Bond Market'/><category term='Oddities of our world'/><category term='MBA'/><category term='CHAT'/><category term='Online Business'/><category term='Money Earning Tips'/><category term='Shares and Stocks'/><category term='Web-Promotion Tools'/><category term='HomeTips'/><category term='Business'/><category term='Women Health'/><category term='Traffic building'/><category term='Cash Advance'/><category term='General-Stuff'/><category term='Online Reputation Managment'/><category term='International Business-Marketing'/><category term='Survey Tips'/><category term='Diet - Weightloss'/><category term='All About GMAT'/><category term='Make Money Blogging'/><category term='Humor'/><category term='The Key to Success in Business and Life'/><category term='Affiliate Marketing'/><category term='Cosmetics'/><category term='Spam'/><category term='Blogging Tips'/><category term='Education'/><category term='Web-Developmant'/><category term='Blog Marketing'/><category term='Debt'/><title type='text'>Awiolobby  " The home of Tactical  Articles and General Topics"</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default?start-index=101&amp;max-results=100'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>173</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2481862645425322305</id><published>2009-04-10T18:28:00.000+05:00</published><updated>2009-04-10T18:31:32.228+05:00</updated><title type='text'>How to add a go to top and go to bottom button</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-family: trebuchet ms;"&gt;Many websites or blogs have more than 2-3 posts at homepage. I find it very irritating to scroll down to bottom manually. Using a simple JavaScript Code we can scroll to top or bottom of a page at lightening speed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;How to add Go to top and bottom button:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;a) CSS Code: Copy and paste the following code between  and . Most advisable place would be just before ]]&gt; or &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;.gototop{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;background:url(http://wolverinehacks.googlepages.com/arrow_top.gif)no-repeat;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;display:block;_display:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;position:fixed;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;z-index:9999;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;text-indent:-9999px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;width:17px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;height:17px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;overflow:hidden;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;outline:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;left:3px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;bottom:30px;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;.gotobottom {&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;background:url(http://wolverinehacks.googlepages.com/arrow_down.gif)no-repeat;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;width:17px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;height:17px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;display:block;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;_display:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;position:fixed; z-index:9999;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;text-indent:-9999px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;overflow:hidden;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;outline:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;left:3px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;bottom:5px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;b) HTML Code: Copy and paste the following code between  and .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: trebuchet ms;" class="gototop" href="javascript:scroll(0,0)" title="Scroll to top of this page"&gt;Top&lt;/a&gt;&lt;a style="font-family: trebuchet ms;" class="gotodown" href="http://www.blogger.com/post-create.g?blogID=8258499341213556795#footer" title="Go to Bottom"&gt;Bottom&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;Save it and check your blog.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;How to customize CSS and HTML Code&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;a) CSS Code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;.gototop{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;background:url(http://wolverinehacks.googlepages.com/arrow_top.gif)no-repeat;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;display:block;_display:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;position:fixed;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;z-index:9999;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;text-indent:-9999px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;width:17px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;height:17px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;overflow:hidden;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;outline:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;left:3px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;bottom:30px;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;.gotobottom {&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;background: url(http://wolverinehacks.googlepages.com/arrow_down.gif)no-repeat;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;width:17px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;height:17px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;display:block;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;_display:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;position:fixed; z-index:9999;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;text-indent:-9999px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;overflow:hidden;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;outline:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;left:3px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;bottom:5px;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;1. Change the background image link in red to the desired image source.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;2. To change the position of these Buttons, change the values in red of left:3px;bottom:5px;. For example if you want to place these buttons to right bottom, then replace left:3px;bottom:5px; to right:3px;bottom:5px;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;b) HTML Code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="font-family: trebuchet ms;" class="gototop" href="javascript:scroll(0,0)" title="Scroll to top of this page"&gt;Top&lt;/a&gt;&lt;a style="font-family: trebuchet ms;" class="gotobottom" href="http://www.blogger.com/post-create.g?blogID=8258499341213556795#footer" title="Go to Bottom"&gt;Bottom&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;Go to bottom button is set to #footer. If you do not have #footer in your CSS then, search for #footer-wrapper or #footer-wrap.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;Final Words&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms;"&gt;I hope this tutorial is easy to understand. If you do not understand anything then leave a comment. I will reply asap. So, what do you have to say about it?&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2481862645425322305?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2481862645425322305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2481862645425322305&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2481862645425322305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2481862645425322305'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2009/04/how-to-add-go-to-top-and-go-to-bottom.html' title='How to add a go to top and go to bottom button'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-5031036462061070930</id><published>2009-04-10T18:18:00.003+05:00</published><updated>2009-04-10T18:28:11.062+05:00</updated><title type='text'>WH Fixed menu for blogger</title><content type='html'>&lt;p  style="font-family:trebuchet ms;"&gt;&lt;span style="font-size:100%;"&gt;I am using a fixed menu at left side of my other Blog &lt;a href="http://free-downloadz.blogspot.com/"&gt;Free Downloadz&lt;/a&gt; since a long time. Today i came across a same menu at &lt;a href="http://www.blogfixes.com/"&gt;Blogfixes.com&lt;/a&gt;. So, i thought i should write about it and explain how to customize. Some of the features of Fixed Menu.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul  style="font-family:trebuchet ms;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;It is a Fixed menu.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;It can be placed anywhere on the blog&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;It can be placed horizontally as well as vertically&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;It has Mouse Hover Effect&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=";font-family:verdana;font-size:100%;"  &gt;Demo: Top of this blog or &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a style="font-family: trebuchet ms;" href="http://free-downloadz.blogspot.com/"&gt;Free Downloadz&lt;/a&gt;&lt;/span&gt;&lt;span style=";font-family:verdana;font-size:100%;" id="fullpost"  &gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color:orange;"&gt;How to &lt;span style="color:red;"&gt;add&lt;/span&gt; WH Fixed Menu for bloggers&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;a) CSS Code:&lt;/b&gt; Copy and paste the following code between  and . Most advisable place would be just before &lt;b&gt;]]&gt;&lt;/b&gt; or&lt;br /&gt;&lt;br /&gt;&lt;div class="codeview"&gt;.fixed_menu {&lt;br /&gt;position: fixed; /*set the position type for non IE systems*/&lt;br /&gt;top: 140px;&lt;br /&gt;left: 0px;&lt;br /&gt;width: auto;&lt;br /&gt;margin: 0 0px 0px 0px;&lt;br /&gt;background: #ffffff;&lt;br /&gt;opacity:.900;&lt;br /&gt;filter: alpha(opacity=90);&lt;br /&gt;padding: 7px 5px 5px 5px;&lt;br /&gt;-moz-border-radius-topright: 10px;&lt;br /&gt;-moz-border-radius-topleft: 0px;&lt;br /&gt;-moz-border-radius-bottomright: 10px;&lt;br /&gt;-moz-border-radius-bottomleft: 0px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.fixed_menu a:hover img {&lt;br /&gt;position: relative;&lt;br /&gt;top: 2px;&lt;br /&gt;left: 2px;&lt;br /&gt;border-top: 1px solid #b3b3b3;&lt;br /&gt;border-left: 1px solid #b3b3b3;&lt;br /&gt;border-bottom: 2px solid #999999;&lt;br /&gt;border-right: 2px solid #999999;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.fixed_menu a { display: block; } /*Optional : This puts each link in the menu on a new line, remove if you want a horizontal menu*/&lt;br /&gt;&lt;br /&gt;* html .fixed_menu {position:absolute;} /*IE only change the position mode of the menu*/&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="color:orange;"&gt;How to &lt;span style="color:red;"&gt;customize&lt;/span&gt; HTML Code&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;you can change the position of the menu, color, background color, margin, padding and so on.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;b) HTML Code:&lt;/b&gt;  &lt;/span&gt;Copy and paste the following code between &lt;b&gt;body&lt;/b&gt; and  &lt;b&gt;/body&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="codeview"&gt;&lt;div class="'fixed_menu'"&gt;&lt;br /&gt;&lt;a href="'&lt;span" style="color: red;"&gt;http://YOURBLOG.blogspot.com&lt;/span&gt;' title='Home'&gt;&lt;br /&gt;&lt;img src="'&lt;span" style="color: red;" /&gt;http://wolverinehacks.googlepages.com/HomeIcon.png&lt;/span&gt;'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="'mailto:&lt;span" style="color: red;"&gt;YOUR EMAIL ADDRESS&lt;/span&gt;' title='Mail me'&gt;&lt;br /&gt;&lt;img src="'&lt;span" style="color: red;" /&gt;http://wolverinehacks.googlepages.com/EmailIcon.png&lt;/span&gt;'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="'&lt;span" style="color: red;"&gt;http://YOURBLOG.blogspot.com/feeds/posts/default&lt;/span&gt;' title='Subscribe to feed - Posts'&gt;&lt;br /&gt;&lt;img src="'&lt;span" style="color: red;" /&gt;http://wolverinehacks.googlepages.com/feediconblue.png&lt;/span&gt;'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="'&lt;span" style="color: red;"&gt;http://YOURBLOG.blogspot.com/feeds/comments/default&lt;/span&gt;' title='Subscribe to feed - Comments'&gt;&lt;br /&gt;&lt;img src="'&lt;span" style="color: red;" /&gt;http://wolverinehacks.googlepages.com/FeedIconorange.png&lt;/span&gt;'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="'javascript:scroll(0,0)'" title="'Scroll"&gt;&lt;br /&gt;&lt;img src="'&lt;span" style="color: red;" /&gt;http://wolverinehacks.googlepages.com/top.PNG&lt;/span&gt;'/&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="codeview"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span id="fullpost"  style="font-family:verdana;"&gt;&lt;b&gt;&lt;span style=";font-size:16;color:orange;"  &gt;How to &lt;span style="color:red;"&gt;customize&lt;/span&gt; HTML Code&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Download Following images and save it to your server or googlepages.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://wolverinehacks.googlepages.com/HomeIcon.png"&gt;Home Icon&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wolverinehacks.googlepages.com/EmailIcon.png"&gt;Email Icon&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wolverinehacks.googlepages.com/feediconblue.png"&gt;Post Feed Icon - Blue&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wolverinehacks.googlepages.com/FeedIconorange.png"&gt;Comment Feed Icon - orange&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://wolverinehacks.googlepages.com/top.PNG"&gt;Go to Top icon&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Now edit links in red to desired links.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=";font-size:16;color:orange;"  &gt;Final Words&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;I hope you understood everything. I am using horizontal fixed menu for Wolverine Hacks Blog. You can check it on top of this page. Soon, i will write how to make a nice horizontal fixed menu for blogger.Any doubts, comments here. So what do you have to say on this?&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-5031036462061070930?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/5031036462061070930/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=5031036462061070930&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/5031036462061070930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/5031036462061070930'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2009/04/wh-fixed-menu-for-blogger.html' title='WH Fixed menu for blogger'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2423705504181184387</id><published>2009-04-10T18:15:00.001+05:00</published><updated>2009-04-10T18:16:36.533+05:00</updated><title type='text'>How to show 10 posts instead of 5 posts in blogger</title><content type='html'>One of the most popular and useful blogger hack or blogger widget is Recent Posts. This blogger hack lets you display recent posts of your blog. Maximum number of bloggers use blogger feed for this purpose. But, this method one limitation, i.e. only 5 most recent posts can be displayed.&lt;br /&gt;&lt;br /&gt;How to show 10 recent posts&lt;br /&gt;&lt;br /&gt;I tried to edit the blogger code to make this possible but all in vain. Thus, I used JavaScript to show more than 5 recent posts. Here is the code:&lt;br /&gt;&lt;br /&gt;&lt;script&gt;&lt;br /&gt;function rp(json) {&lt;br /&gt;document.write('&lt;ul&gt;');&lt;br /&gt;&lt;br /&gt;for (var i = 0; i &lt; numposts; i++) {&lt;br /&gt;document.write('&lt;li&gt;');&lt;br /&gt;var entry = json.feed.entry[i];&lt;br /&gt;var posttitle = entry.title.$t;&lt;br /&gt;var posturl;&lt;br /&gt;&lt;br /&gt;if (i == json.feed.entry.length) break;&lt;br /&gt;&lt;br /&gt;for (var k = 0; k &lt; entry.link.length; k++) {&lt;br /&gt;if (entry.link[k].rel == 'alternate') {&lt;br /&gt;posturl = entry.link[k].href;&lt;br /&gt;break;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;posttitle = posttitle.link(posturl);&lt;br /&gt;var readmorelink = "(more)";&lt;br /&gt;readmorelink = readmorelink.link(posturl);&lt;br /&gt;var postdate = entry.published.$t;&lt;br /&gt;var cdyear = postdate.substring(0,4);&lt;br /&gt;var cdmonth = postdate.substring(5,7);&lt;br /&gt;var cdday = postdate.substring(8,10);&lt;br /&gt;var monthnames = new Array();&lt;br /&gt;monthnames[1] = "Jan";&lt;br /&gt;monthnames[2] = "Feb";&lt;br /&gt;monthnames[3] = "Mar";&lt;br /&gt;monthnames[4] = "Apr";&lt;br /&gt;monthnames[5] = "May";&lt;br /&gt;monthnames[6] = "Jun";&lt;br /&gt;monthnames[7] = "Jul";&lt;br /&gt;monthnames[8] = "Aug";&lt;br /&gt;monthnames[9] = "Sep";&lt;br /&gt;monthnames[10] = "Oct";&lt;br /&gt;monthnames[11] = "Nov";&lt;br /&gt;monthnames[12] = "Dec";&lt;br /&gt;&lt;br /&gt;if ("content" in entry) {&lt;br /&gt;var postcontent = entry.content.$t;&lt;br /&gt;} else if ("summary" in entry) {&lt;br /&gt;var postcontent = entry.summary.$t;&lt;br /&gt;} else&lt;br /&gt;var postcontent = "";&lt;br /&gt;var re = /&lt;\S[^&gt;]*&gt;/g;&lt;br /&gt;postcontent = postcontent.replace(re, "");&lt;br /&gt;document.write(posttitle);&lt;br /&gt;&lt;br /&gt;if (showpostdate == true) document.write(' - ' + monthnames[parseInt(cdmonth,10)] + ' ' + cdday);&lt;br /&gt;&lt;br /&gt;if (showpostsummary == true) {&lt;br /&gt;if (postcontent.length &lt; numchars) {&lt;br /&gt;document.write(postcontent);&lt;br /&gt;} else {&lt;br /&gt;postcontent = postcontent.substring(0, numchars);&lt;br /&gt;var quoteEnd = postcontent.lastIndexOf(" ");&lt;br /&gt;postcontent = postcontent.substring(0,quoteEnd);&lt;br /&gt;document.write(postcontent + '...' + readmorelink);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;document.write('&lt;/li&gt;');&lt;br /&gt;}&lt;br /&gt;document.write('&lt;/ul&gt;');&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;script&gt;&lt;br /&gt;var numposts = 10;&lt;br /&gt;var showpostdate = false;&lt;br /&gt;var showpostsummary = false;&lt;br /&gt;var numchars = 100;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;script src="http://YOURBLOG.blogspot.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=rp"&gt;&lt;/script&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="clear"&gt;&lt;/div&gt;&lt;p style="text-align:right;"&gt;&lt;a href="http://feeds.feedburner.com/~r/wolverinehacks/~3/423845145/how-to-show-10-posts-instead-of-5-posts.html" title="Grab this wiget"&gt;Grab this Widget&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;If you want to use this blogger hack, just copy this code to a new HTML/Javascript Gadget.&lt;br /&gt;&lt;br /&gt;Final Words&lt;br /&gt;&lt;br /&gt;I hope you will find it useful for your blog. Give it a try and leave your feedback or query here. What do you want me to write next?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2423705504181184387?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2423705504181184387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2423705504181184387&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2423705504181184387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2423705504181184387'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2009/04/how-to-show-10-posts-instead-of-5-posts.html' title='How to show 10 posts instead of 5 posts in blogger'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-1263248384982112055</id><published>2009-04-10T18:03:00.003+05:00</published><updated>2009-04-10T18:14:28.158+05:00</updated><title type='text'>Facebook style lightbox - Facebox</title><content type='html'>Demos:&lt;br /&gt;&lt;br /&gt;FaceBox used to display an image:&lt;br /&gt;&lt;br /&gt;Girl listening to music&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="listenmusic.jpg" rel="facebox"&gt;Girl listening to music&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;FaceBox used to display an inline DIV:&lt;br /&gt;&lt;br /&gt;View DIV with id="mydiv" on the page&lt;br /&gt;This is the contents of a hidden DIV on the page, with ID="mydiv" and style set to "display:none".&lt;br /&gt;&lt;br /&gt;Dynamic Drive&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="#mydiv" rel="facebox"&gt;View DIV with id="mydiv" on the page&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;div id="mydiv" style="display:none"&gt;&lt;br /&gt;This is the contents of a hidden DIV on the page, with ID="mydiv" and style set to "display:none" &lt;br /&gt;&lt;a href="http://www.dynamicdrive.com"&gt;Dynamic Drive&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;FaceBox used to display an external page (on same server) using Ajax:&lt;br /&gt;&lt;br /&gt;View "External.htm" fetched via Ajax&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="external.htm" rel="facebox"&gt;View "External.htm" fetched via Ajax&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;FaceBox used to display an external page, plus apply a CSS class to the container (to further style it):&lt;br /&gt;&lt;br /&gt;View "External.htm" fetched via Ajax, , further styled via ".thickstyle" CSS class.&lt;br /&gt;&lt;br /&gt;&lt;style type="text/css"&gt;&lt;br /&gt;&lt;br /&gt;.thickstyle{&lt;br /&gt;background: silver;&lt;br /&gt;}&lt;br /&gt;&lt;/style&gt;&lt;br /&gt;"&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="external.htm" rel="facebox[.thickstyle]"&gt;View "External.htm" fetched via Ajax, further styled with ".thickstyle" CSS class&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note the valid doctype declaration at the very top of the code, which is required unless your page already has one defined. Facebox consists of 2 .js files, 1 .css file, plus several images that make up its interface (such as round corner images). Download facebox1.1.zip, which consists of all those files:&lt;br /&gt;&lt;br /&gt;    * facebox1.1.zip&lt;br /&gt;    * facebox.css&lt;br /&gt;    * facebox.js&lt;br /&gt;    * jquery-1.2.2.pack.js&lt;br /&gt;    * Facebox images&lt;br /&gt;&lt;br /&gt;By default the zip file should be unzipped to the same directory as the page using Facebox (a sub directory facefiles/ is added). If you wish to create a dedicated directory for the above zip file, you'll want to open up facebox.js and edit the images references near the top to point to the correct locations afterwards. The references inside the code of Step 1 should also be updated accordingly.&lt;br /&gt;&lt;br /&gt;Step 2: All that's left now is to define your Facebox "thumbnail" links on the page, by giving the link a rel="facebox" attribute, plus set its href attribute to point to either an image, the ID of a hidden DIV, or a URL to the page on your server, depending on the content type you wish to load. For example:&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="listenmusic.jpg" rel="facebox"&gt;Girl listening to music&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="external.htm" rel="facebox"&gt;View "External.htm" fetched via Ajax&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;See the demos at the top of the page and their corresponding HTML code for more info.&lt;br /&gt;Notes&lt;br /&gt;&lt;br /&gt;You can directly load some content into the Facebox container via scripting, instead of the conventional path of setting up a thumbnail link. The method to call is:&lt;br /&gt;&lt;br /&gt;jQuery.facebox('Some content to show')&lt;br /&gt;&lt;br /&gt;You can directly close the Facebox container once it's open via scripting, instead of the default path of the user clicking on the "close" button. The method to call is:&lt;br /&gt;&lt;br /&gt;jQuery(document).trigger('close.facebox')&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-1263248384982112055?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/1263248384982112055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=1263248384982112055&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1263248384982112055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1263248384982112055'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2009/04/facebook-style-lightbox-facebox.html' title='Facebook style lightbox - Facebox'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-351016989666251423</id><published>2009-03-11T13:31:00.006+05:00</published><updated>2009-04-04T15:45:35.439+05:00</updated><title type='text'>Tackle your problems, don't blame Pakistan: LeT chief to India</title><content type='html'>&lt;div id="namepost"&gt;  &lt;span style="font-size:100%;"&gt;&lt;span class="Verdana12Ash"&gt;By&lt;/span&gt;   &lt;span class="Verdana12Ash"&gt; IANS   &lt;/span&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class="Verdana12Ash" id="whenpostedmain"&gt; &lt;div class="vvvl12liteAsh" id="postdate1"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:verdana;"&gt;Sunday,07 December 2008, 00:00 hrs&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;&lt;br /&gt;&lt;/div&gt;   Islamabad: India should focus on its internal problems instead of accusing Pakistan of complicity in the Mumbai terror attacks, Lashkar-e-Taiba (LeT) chief Hafiz Muhammad Saeed has said, while his deputy has blamed an Indian intelligence agency for the terror bombing of a Peshawar blast that killed more than two dozen people.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 51, 204);font-size:180%;" &gt;&lt;a style="font-family: georgia;" href="http://www.freepremiumdomain.com/?r=94585"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span&gt;GET FREE (.com / .net / .org) Domain for Life&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Addressing a gathering of thousands of people, including hundreds of women, during Friday prayers at Lahore's Jamia Masjid, Saeed said India was indulging in politics of accusations and was blaming Pakistan to hide its internal problems, a posting Sunday on the website of the Jamaat-ul Dawah, as the LeT is now known, read.&lt;br /&gt;&lt;br /&gt;&lt;script language="JavaScript"&gt;&lt;br /&gt;&lt;!-- rk_ad_partner = "20351"; rk_ad_section = "25"; rk_ad_bg = "FFFFFF"; rk_ad_width = 336; rk_ad_height = 280; rk_ad_bc = "FFFFFF"; rk_ad_cc = "9966CC"; rk_ad_lc = "9999FF"; rk_ad_tc = "000000"; rk_ad_adult = "0"; rk_ad_kywds = "brand+advertising,+marketing,+online+marketing,+advertising+company,+web+marketing,+internet+marketing,+branding,+contextual+marketing,+advertisement+strategy,+online+advertising+strategy,+advertising+strategies,+branding+strategies,+marketing+branding,++advertising+strategy,+target+marketing,+product+advertising,+branding+campaign,+advertisement+market,+contextual+communications,+online+advertising+marketing,+business+advertisement,+product+advertisement,+online+advertising+company,+retail+advertisement,+banner+advertising+online,+contextual+ads,+website+marketing,+search+engine+marketing+company,+consumer+advertisement,+context+advertising,+marketing+search,+e+marketing,+e+commerce,+corporate+advertisement,+internet+marketing+blog,+definition+of+advertisement,+web+banner+advertising,+make+money+at+home,+promote+website,+top+affiliate+programs,+web+designers+%09+web+page+designing,+web+design+company,+professional+web+design+company,+web+design+price,+free+web+design,+web+design+firm,+web+designer,+web+design+and+hosting,+web+design+templates,+business+web+design,+affordable+web+design,+company+logo+design,+corporate+logo+design,+logo+design,+website+design,+graphic+design,+graphic+designer,+design,+web+hosting,+web+development,+internet+business,+web+design,+logo+design,+design,+graphic+design,+website+design,+Miscellaneous+keywords,+%09+adult+affiliate,+adult+banner+advertisement,+adult+pictures,+affiliate+programs,+affiliate+networks,+affiliate+program,+affiliate+marketing,+affiliate+program+directory,+affiliate,+affiliates,+affiliate+software,+flash+banner,+banner+maker,+affiliate+websites,+free+affiliate+programs,+pay+per+click+affiliates,+pay+per+click+programs,+top+10+affiliate+programs,+affiliate+advertising,+highest+paying+affiliate+programs,+affiliate+make+money+program,+pay+per+click+program,+pay+per+click+banner+advertising,+money+making+affiliate+program+%09+google+adsense,+google+cash,+google+adwords,+affiliate+software,+adwords,+adsense,+payperclick,+adwords+secrets,+clickbank,+ppc+advertising,+ppc+marketing,+search+engine+marketing,+search+engine+optimization,+search+marketing,+adwords+marketing,+pay+per+lead,+make+money,+ppc+ad,+ppc+ads,+adwords+ebook,+make+money+with+adwords,+search+engine+submission,+seo,+google+advertising,+internet+marketing,+online+marketing,+adwords+management,+ppc+campaign+%09+free+ring+tones,+free+downloadable+ringtones,+real+ringtones,+ringtones,+free+polyphonic+ring+tones,+polyphonic+ringtones,+free+lg+ringtones,+free+t+mobile+ringtones,+free+samsung+ringtones,+free+real+tones,+downloadable+ringtones,+free+ringtones,+free+tmobile+ringtones,+free+mobile+ringtones,+mobile+ringtones,+latest+ringtones,+free+cell+phone+ringtones,+mosquito+ringtone,+wwe+ringtones,+free+ringtone+maker,+free+composer+ringtones,+bollywood+ring+tones,+free+ringtones+for+%09+download+hindi+songs,+hindi+song+download,+songs,+bollywood+songs+download,+hindi+music+download,+hindi+film+songs,+punjabi+songs,+hindi+movie+songs,+hindi+songs,+free+hindi+music+download,+download+pakistani+songs,+download+desi+songs,+hindi+mp3+songs,+bollywood+songs+downloads,+songs+bollywood,+indian+music,+music+video+songs,+download+top+10+songs,+indian+music+%09+website+optimization,+search+engine,+search+engine+optimization+companies,+search+engine+optimization+tutorials,+keyword+optimization,+seo+optimization,+search+engine+optimization,+search+engine+positioning+service,+search+engine+optimization+google,+search+engine+optimization+software,+search+engine+optimization+tools,+seo+services,+website+marketing,+internet+advertising,+search+engine+ranking+software,+search+engine+ppc,+internet+marketing+services,+web+marketing+search+engine+optimization,+keyword+rankings,+seo+ranking,+website+promotion,+meta+tags,+what+is+search+engine+optimization+%09++Make+Money,earn+money,+make+money+online,+earn+money+online,+online+money,+money,+money+making,+money+making+techniques,+++how+to+earn+money+online,+online+jobs,+data+entry+jobs,+worldwide+jobs,+jobs+in+pakistan,+how+to+get+money+online,++become+rich+online+"; rk_ad_fx = 5; // --&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script language="JavaScript" src="http://ads.rkads.com/show_ads.js"&gt;&lt;br /&gt;&lt;/script&gt;        &lt;br /&gt;&lt;br /&gt;"He said there are several ongoing separatist movements in India which were begun in reaction to the excesses of Hindu Brahmins, especially the denial of peaceful co-existence to Muslims. Yet, he said, no power in the world cares what atrocities are committed against Muslims," the posting read.&lt;br /&gt;&lt;br /&gt;According to Saeed, US Secretary Of State Condoleezza Rice and the chairman of the US Joint Chiefs of Staff Admiral Mullen "were quick to exert pressure on Pakistan after the Mumbai events, yet why don't they exert pressure on India to safeguard the rights of its minorities?"&lt;br /&gt;&lt;br /&gt;"Where was the American Secretary of State when the Babri Masjid was martyred and when thousands of innocent Muslims were slaughtered in Gujarat?" he asked.&lt;br /&gt;&lt;br /&gt;In a separate web positing, Saeed's deputy Hafiz Abdur Rahman Makki said India's Research and Analysis Wing (RAW) external intelligence agency was behind the Peshawar blast.&lt;br /&gt;&lt;br /&gt;"He blamed Indian consulates in Afghanistan as being behind the planning and execution of incidents of terrorism inside Pakistan," the posting read.&lt;br /&gt;&lt;br /&gt;In an interview to IANS in Islamabad Saturday, Makki said that "we don't kill people", even as he accused India of using Pakistan "like a punching bag" in the aftermath of the Mumbai attacks that killed 172 people.&lt;br /&gt;&lt;br /&gt;"We don't kill people. Our mission is to spread the word of Islam and Allah's message on earth. And we are not Lashkar-e-Taiba, we are Jamaat-ul Dawah," Makki said.&lt;br /&gt;&lt;br /&gt;India - as well as US experts - say the LeT is one of the principal suspects for the Mumbai terror strikes.&lt;br /&gt;&lt;br /&gt;The US government's Excluded Parties List System names the LeT as one of the alternate identities of the Jamaat-ul Dawah.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-351016989666251423?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/351016989666251423/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=351016989666251423&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/351016989666251423'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/351016989666251423'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2009/03/tackle-your-problems-dont-blame.html' title='Tackle your problems, don&apos;t blame Pakistan: LeT chief to India'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-7924620821567668469</id><published>2009-03-11T13:19:00.003+05:00</published><updated>2009-03-11T13:31:15.109+05:00</updated><title type='text'>Resolve people-to-people problems first: Pakistani newspaper</title><content type='html'>&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: verdana;" class="time_stamp"&gt;Islamabad | January 15,  2007 5:15:06 PM IST&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;The people of Pakistan, suffering because relations with India cannot be normalised, "are not going to revolt against the state if the state cannot win Kashmir for them", an influential Pakistani newspaper said Monday.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;The Daily Times criticised the Pervez Musharraf regime for insisting on discussing Kashmir and other "outstanding issues" at the cost of problems that touch the lives of the people on sides of the India-Pakistan border.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;"The path to follow is to normalise the bilateral relationship unconditionally to such an extent that hostile rhetoric dies down and can no longer be exploited politically," the newspaper said in its editorial.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;&lt;script language="JavaScript"&gt;&lt;br /&gt;&lt;!--&lt;br /&gt;rk_ad_partner = "20351";&lt;br /&gt;rk_ad_section = "25";&lt;br /&gt;rk_ad_bg = "FFFFFF";&lt;br /&gt;rk_ad_width = 336;&lt;br /&gt;rk_ad_height = 280;&lt;br /&gt;rk_ad_bc = "FFFFFF";&lt;br /&gt;rk_ad_cc = "9966CC";&lt;br /&gt;rk_ad_lc = "9999FF";&lt;br /&gt;rk_ad_tc = "000000";&lt;br /&gt;rk_ad_adult = "0";&lt;br /&gt;rk_ad_kywds = "brand+advertising,+marketing,+online+marketing,+advertising+company,+web+marketing,+internet+marketing,+branding,+contextual+marketing,+advertisement+strategy,+online+advertising+strategy,+advertising+strategies,+branding+strategies,+marketing+branding,++advertising+strategy,+target+marketing,+product+advertising,+branding+campaign,+advertisement+market,+contextual+communications,+online+advertising+marketing,+business+advertisement,+product+advertisement,+online+advertising+company,+retail+advertisement,+banner+advertising+online,+contextual+ads,+website+marketing,+search+engine+marketing+company,+consumer+advertisement,+context+advertising,+marketing+search,+e+marketing,+e+commerce,+corporate+advertisement,+internet+marketing+blog,+definition+of+advertisement,+web+banner+advertising,+make+money+at+home,+promote+website,+top+affiliate+programs,+web+designers+%09+web+page+designing,+web+design+company,+professional+web+design+company,+web+design+price,+free+web+design,+web+design+firm,+web+designer,+web+design+and+hosting,+web+design+templates,+business+web+design,+affordable+web+design,+company+logo+design,+corporate+logo+design,+logo+design,+website+design,+graphic+design,+graphic+designer,+design,+web+hosting,+web+development,+internet+business,+web+design,+logo+design,+design,+graphic+design,+website+design,+Miscellaneous+keywords,+%09+adult+affiliate,+adult+banner+advertisement,+adult+pictures,+affiliate+programs,+affiliate+networks,+affiliate+program,+affiliate+marketing,+affiliate+program+directory,+affiliate,+affiliates,+affiliate+software,+flash+banner,+banner+maker,+affiliate+websites,+free+affiliate+programs,+pay+per+click+affiliates,+pay+per+click+programs,+top+10+affiliate+programs,+affiliate+advertising,+highest+paying+affiliate+programs,+affiliate+make+money+program,+pay+per+click+program,+pay+per+click+banner+advertising,+money+making+affiliate+program+%09+google+adsense,+google+cash,+google+adwords,+affiliate+software,+adwords,+adsense,+payperclick,+adwords+secrets,+clickbank,+ppc+advertising,+ppc+marketing,+search+engine+marketing,+search+engine+optimization,+search+marketing,+adwords+marketing,+pay+per+lead,+make+money,+ppc+ad,+ppc+ads,+adwords+ebook,+make+money+with+adwords,+search+engine+submission,+seo,+google+advertising,+internet+marketing,+online+marketing,+adwords+management,+ppc+campaign+%09+free+ring+tones,+free+downloadable+ringtones,+real+ringtones,+ringtones,+free+polyphonic+ring+tones,+polyphonic+ringtones,+free+lg+ringtones,+free+t+mobile+ringtones,+free+samsung+ringtones,+free+real+tones,+downloadable+ringtones,+free+ringtones,+free+tmobile+ringtones,+free+mobile+ringtones,+mobile+ringtones,+latest+ringtones,+free+cell+phone+ringtones,+mosquito+ringtone,+wwe+ringtones,+free+ringtone+maker,+free+composer+ringtones,+bollywood+ring+tones,+free+ringtones+for+%09+download+hindi+songs,+hindi+song+download,+songs,+bollywood+songs+download,+hindi+music+download,+hindi+film+songs,+punjabi+songs,+hindi+movie+songs,+hindi+songs,+free+hindi+music+download,+download+pakistani+songs,+download+desi+songs,+hindi+mp3+songs,+bollywood+songs+downloads,+songs+bollywood,+indian+music,+music+video+songs,+download+top+10+songs,+indian+music+%09+website+optimization,+search+engine,+search+engine+optimization+companies,+search+engine+optimization+tutorials,+keyword+optimization,+seo+optimization,+search+engine+optimization,+search+engine+positioning+service,+search+engine+optimization+google,+search+engine+optimization+software,+search+engine+optimization+tools,+seo+services,+website+marketing,+internet+advertising,+search+engine+ranking+software,+search+engine+ppc,+internet+marketing+services,+web+marketing+search+engine+optimization,+keyword+rankings,+seo+ranking,+website+promotion,+meta+tags,+what+is+search+engine+optimization+%09++Make+Money,earn+money,+make+money+online,+earn+money+online,+online+money,+money,+money+making,+money+making+techniques,+++how+to+earn+money+online,+online+jobs,+data+entry+jobs,+worldwide+jobs,+jobs+in+pakistan,+how+to+get+money+online,++become+rich+online+";&lt;br /&gt;rk_ad_fx = 5;&lt;br /&gt;// --&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script language="JavaScript" src="http://ads.rkads.com/show_ads.js"&gt;&lt;br /&gt;&lt;/script&gt;           &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;Terming the posturing on each issue by the two governments as "usual Kabuki", the newspaper said: "We should pursue resolution of the outstanding disputes, meanwhile allowing the populations of both countries to taste the fruits of peaceful coexistence." &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;Ridiculing the oft-repeated call by Musharraf for "out of the box" thinking, the editorial said: "Islamabad's 'out of the box' thinking isn't as 'out-of-the-box' as it would have us believe. Pakistanis who suffer because of the deadlock of normal relations between the two countries are no longer threatening to revolt against the state if the state cannot win Kashmir for them."&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;The hard-hitting editorial also criticised Prime Minister Shaukat Aziz for "employing the most worn out 'Kashmir-first' platitude that the nation has heard in the past half century".&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;It also wondered why Foreign Minister Khurshid Mahmood Kasuri was insisting on resolving long-pending issues like reducing military presence in Siachen "within days" even after his Indian counterpart Pranab Mukherjee made the Indian standpoint clear.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;Criticising the bureaucracy's role, the newspaper said: "The bitter truth is that the people in Pakistan have lost interest in getting India to cough up Kashmir and get down from Siachen (after the Kargil operation) while the 'smaller' problems, like not being issued visas easily and not being tortured inhumanely in Indian jails which matter to them, don't interest the bureaucracy in Islamabad." &lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-7924620821567668469?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/7924620821567668469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=7924620821567668469&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7924620821567668469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7924620821567668469'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2009/03/resolve-people-to-people-problems-first.html' title='Resolve people-to-people problems first: Pakistani newspaper'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-3329582056861660870</id><published>2009-03-05T20:50:00.006+05:00</published><updated>2009-03-05T21:14:17.163+05:00</updated><title type='text'>Web Designing  Development, E-Commerce, Graphics Designing Firm</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:130%;" &gt;&lt;span style="font-family:verdana;"&gt;Creative ideas, talented, experienced team and strong knowledge of existing market and cutting edge multimedia requirement&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 0);font-size:130%;" &gt;&lt;span style="font-family:verdana;"&gt;s are one thing but what makes us unique in our field&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.calculationguru.co.cc/web/web-design.html"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 160px;" src="http://2.bp.blogspot.com/_Bhcg43wWErg/Sa_10CdANLI/AAAAAAAAAEk/phrPLjglBcs/s320/Untitled+1.jpg" alt="" id="BLOGGER_PHOTO_ID_5309732760053626034" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-3329582056861660870?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/3329582056861660870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=3329582056861660870&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3329582056861660870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3329582056861660870'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2009/03/web-designing-development-e-commerce.html' title='Web Designing  Development, E-Commerce, Graphics Designing Firm'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Bhcg43wWErg/Sa_10CdANLI/AAAAAAAAAEk/phrPLjglBcs/s72-c/Untitled+1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-6929883376887353963</id><published>2008-10-12T15:13:00.001+06:00</published><updated>2008-10-13T14:10:57.798+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Bladder Infections in Men, Women and Children</title><content type='html'>&lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;Although many people associate a bladder infection with women, all humans are actually at risk for developing this infection. There are numerous causes for bladder infections, as well as urinary tract infections. Let’s take a look at some of the most common &lt;b&gt;urinary tract infection in women, men and children&lt;/b&gt;.&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span class="style9"  style="font-family:verdana;"&gt;&lt;b&gt;Men&lt;/b&gt;&lt;/span&gt;&lt;/span&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;Although &lt;b&gt;male urinary tract infections&lt;/b&gt; are not as many bladder infections as women, thanks in part to the length of their urethra, which makes it harder for bacteria to reach the bladder, most men will deal with the issue at least once in their lives. &lt;b&gt;Urinary tract infections in men&lt;/b&gt; can be incredibly painful for a man, so it is important to understand what causes a urinary tract infection.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;First, let’s look at an STD that is becoming increasingly more common and is one of the top causes of &lt;b&gt;bladder infections in men&lt;/b&gt;. Chlamydia trachomatis is the second most popular bacteria that can lead to a UTI, and as the name suggests, it is related to the STD known as Chlamydia. You can get this STD through unprotected intercourse. Once the bacteria is present, it travels up the urethra, until it reaches the bladder. After it arrives there, a bladder infection will commonly ensue.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;It is important for men that are afflicted with this STD to understand that they can pass the bacteria on to their partner. For women, this is also the second most popular bacteria responsible for a UTI.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;By far however, the most common cause of &lt;b&gt;male bladder infection&lt;/b&gt; is the bacteria called e-coli. This bacteria is present in most digestive tracts and improper hygiene or specific sex acts can increase the risks of having this bacteria cause a &lt;b&gt;bladder infection in men&lt;/b&gt;. Once again, this can also be transmitted during sex, to both partners.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;Kidney stones are a common affliction for many man, and one of the usual side effects of this problem is a UTI. The stone creates a blockage in the urethra, which allows bacteria to build up, therby causing a bladder infection. This is a more difficult situation to handle since hygiene does not play as large of a role. Every human has bacteria in their system, but when it builds up, it can easily cause bladder infections in men and women.&lt;/span&gt;&lt;/p&gt;&lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;&lt;!-- Begin Adversite Code --&gt;&lt;br /&gt;&lt;script language="javascript"&gt;&lt;!--//&lt;br /&gt;var server_client_id = 1021;&lt;br /&gt;var server_ad_width = 468; &lt;br /&gt;var server_ad_height = 60;&lt;br /&gt;var server_ad_style = "468x60_as";&lt;br /&gt;var server_code_version = "4";&lt;br /&gt;var server_ad_color_border = "FFFFFF";&lt;br /&gt;var server_ad_color_background = "FFFFFF";&lt;br /&gt;var server_ad_color_headline = "770000";&lt;br /&gt;var server_ad_color_body = "006600";&lt;br /&gt;var server_ad_color_url = "AAAAAA";&lt;br /&gt;var server_ad_keyword = ""; &lt;br /&gt;var server_ad_channel = 2;&lt;br /&gt;var server_publisher_channels = "";&lt;br /&gt;var server_ad_random = 1;&lt;br /&gt;&lt;br /&gt;//--&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="text/javascript" src="http://www.adversite.net/ads/display_ads.php"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;!-- End Adversite Code --&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span class="style9"  style="font-family:verdana;"&gt;&lt;b&gt;Children&lt;/b&gt;&lt;/span&gt;&lt;/span&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;By far, the most common cause of &lt;b&gt;urinary tract infections in children&lt;/b&gt; is improper hygiene. For children that are just starting their bathroom training, it can be difficult for them to grasp the necessity that they must wipe in the proper direction, from front to back, in order to keep clean. They may have coordination issues at first, and it is quite common for children to experience a UTI during this stage of their lives.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;Even if they are past this point in their training, if parents do not effectively monitor hygiene practices, frequent infections can occur. Since this is such a common cause for &lt;b&gt;bladder infections in children&lt;/b&gt;, parents must really drive this particular lesson home with their children.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;A lack of hand washing can also lead to urinary tract infections in children. They may not be as diligent as they could be, and it is very easy for them to spread the before mentioned bacteria, e-coli to themselves as well as one another. Children must be taught that hand washing is absolutely mandatory to avoid this type of infection.&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span class="style9"  style="font-family:verdana;"&gt;&lt;b&gt;Women&lt;/b&gt;&lt;/span&gt;&lt;/span&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;By far, women have to deal with UTI’s much more frequently than man. There are many causes for &lt;b&gt;female bladder infections&lt;/b&gt; that are similar to what men face. Sexual activity is usually the number one issue and cause of bladder infections for women. Whether the woman is using a diaphragm as birth control, or the act itself pushes bacteria into the urethral area, there are many risk factors that women face.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;Although these can usually be treated with medication, there are times when this may be complicated by other factors. For example, treating a &lt;b&gt;bladder infection during pregnancy&lt;/b&gt; can be risky. Some medications pose a danger to the fetus, so proper medical care is necessary when this is the case.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;For some women, &lt;b&gt;urinary tract infection during pregnancy&lt;/b&gt; can be attributed to frequent bladder infections. The bladder may not be able to empty all the way, depending on the location of the fetus, and this can lead to a build up of bacteria. Inflammation starts and before long, a full blown bladder infection can occur. If you are pregnant and experiencing frequent UTI’s, it is best to discuss your options with your doctor.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;Other causes of &lt;b&gt;bladder infections in women&lt;/b&gt; include as we mentioned before, the use of a diaphragm as well as some sexual practices. When a diaphragm is used as a contraceptive, it effectively blocks some debris, which can lead to a build up of bacteria. This bacteria travels up the urethral tract, eventually stopping in the bladder, where it causes a full blown bladder infection.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;Sexual relations with men that are infected with the chlamydia trachomatis bacteria can also cause bladder infections in women. This is associated with a common STD that we mentioned earlier in this article. The main issue at hand is that many men do not experience many symptoms with this SID and they may not be aware that they are spreading it.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;Certain physical conditions can also be the cause of bladder infections in women. For example, those that suffer from diabetes are usually quite likely to have at least a few bladder infections on a regular basis. Other conditions that suppress the immune system, such as AIDS, can also be blamed as a frequent cause of urinary tract infections in women.&lt;/span&gt;&lt;/p&gt; &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="style9"&gt;&lt;span style="font-size:100%;"&gt;One of the most elusive causes of bladder infections in women may actually be genetics. Although the theory is still being studied, doctors have found that patients with family members that had frequent UTI’s are much more likely to suffer them as well. Research is continuing on this premise, but for now, if you do have a family history of dealing with UTI’s, it is important to let your doctor know.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-6929883376887353963?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/6929883376887353963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=6929883376887353963&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/6929883376887353963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/6929883376887353963'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/bladder-infections-in-men-women-and.html' title='Bladder Infections in Men, Women and Children'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2402232812036074186</id><published>2008-10-12T14:33:00.001+06:00</published><updated>2008-10-12T14:36:08.374+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Dealing with pregnancy</title><content type='html'>&lt;h2 style="text-align: center; font-style: italic; color: rgb(153, 51, 0);"&gt;Alternatives To Hysterectomy&lt;/h2&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;A hysterectomy is a big decision to take, and women may like to consider alternatives to hysterectomy and discuss these alternatives with their doctor. Here are some of the alternatives to the medical problems that are treated with a hysterectomy. &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Fibroids&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;        &lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some of the alternative treatment options for fibroids include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Waiting until menopause;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Inducing temporary menopause by taking GNRH analogues;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Mirena intra-uterine system;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Heat or laser therapy to reduce the size of the fibroids;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Surgically removing the fibroids;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Uterine fibroid embolisation.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: right;"&gt;&lt;!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --&gt;&lt;div style="font-family:Arial, Helvetica, sans-serif; font-size:9px;height:20px;text-align:center;width:160px;margin:0;padding:0;letter-spacing:-.5px"&gt;&lt;a href="http://www.vizu.com" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Online Surveys&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#999;"&gt; &amp;amp; &lt;/span&gt;&lt;a href="http://answers.vizu.com/market-research.htm" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Market Research&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;embed src="http://wp.vizu.com/vizu_poll.swf" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="160" height="248" name="vizu_poll" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" flashvars="js=false&amp;amp;pid=123238&amp;amp;ad=false&amp;amp;vizu=true&amp;amp;links=true&amp;amp;mainBG=ffffff&amp;amp;questionText=cc3366&amp;amp;answerZoneBG=99ccff&amp;amp;answerItemBG=ffffff&amp;amp;answerText=000000&amp;amp;voteBG=ff9900&amp;amp;voteText=ffff66"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/div&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Heavy Bleeding&lt;/span&gt;&lt;/h5&gt;      &lt;input id="articleid" value="19" type="hidden"&gt;      &lt;script type="text/javascript" src="http://www.womenhealthfocus.com/script/rate.js"&gt;&lt;/script&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some of the alternative treatment options for heavy bleeding include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Non-hormonal drugs like NSAIDs and tranexamic acid;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Hormonal drugs (including the oral contraceptive);&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Mirena intra-uterine system;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Removing the endometrium by endometrial ablation.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Uterine Prolapse&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some of the alternatives for uterine prolapse include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Pelvic floor exercises;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Ring pessary;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Other surgical procedures.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Endometriosis/Adenomysosis&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some of the alternatives for endometriosis/adenomyosis include:      &lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Hormonal drugs (progestins, Danazol and GNRH analogues);&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Removal of the endometrial tissue;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Mirena intra-uterine system.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Cancer&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There is no real alternative for treating cancer, except with a hysterectomy.  &lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Benefits of Hysterectomy&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;A hysterectomy can be a difficult decision to make and other options may like to be considered before the hysterectomy is done. Some of the benefits of a hysterectomy include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Can be life-saving in the case of cancer;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Can more effectively treat certain medical conditions than other methods;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A hysterectomy will often remove the chances of the problem reoccurring.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Risks of Hysterectomy&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There are some risks in any hysterectomy procedure.  Some of these risks include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Post-operative fever and infection;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Formation of a blood clot in the lungs;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Damage to surrounding organs;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Urinary complaints;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Risk of vaginal vault prolapse.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;      &lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Making the Decision&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Most women who face the prospect of a hysterectomy have some time to think about whether they want to undergo this operation. It is worth spending some thought about whether this is what you want to do before you make the decision. You should also discuss the different types of hysterectomy available with your doctor. A total abdominal hysterectomy has more recovery time and more risks than a vaginal hysterectomy.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2402232812036074186?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2402232812036074186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2402232812036074186&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2402232812036074186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2402232812036074186'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_3799.html' title='Dealing with pregnancy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8068223059809411167</id><published>2008-10-12T14:27:00.000+06:00</published><updated>2008-10-12T14:31:44.942+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Dealing with pregnancy</title><content type='html'>&lt;h2 style="text-align: center; color: rgb(153, 51, 0);"&gt;&lt;span style="font-style: italic;"&gt;Severe Complications in Pregnancy&lt;/span&gt;&lt;/h2&gt;&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family: verdana;"&gt;There are some severe complications in pregnancy for women as follows      &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Placenta Previa&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;       &lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family: verdana;"&gt;Placenta previa is the implantation of the placenta over or near the cervix, in the lower instead of the upper part of the uterus. The placenta can completely or partially cover the opening of the cervix. This occurs in 1 of 200 deliveries, and happens usually in women who have had more than one pregnancy.&lt;/span&gt;&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Bleeding During Pregnancy&lt;/span&gt;&lt;/h5&gt;&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family: verdana;"&gt;Bleeding during all phases of pregnancy can potentially be dangerous, contacting your doctor is necessary if this problem is experienced. Vaginal bleeding is the secretion of any blood coming from your vagina (the tract leading from the uterus to the external genitals).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;&lt;!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --&gt;&lt;div style="font-family:Arial, Helvetica, sans-serif; font-size:9px;height:20px;text-align:center;width:160px;margin:0;padding:0;letter-spacing:-.5px"&gt;&lt;a href="http://www.vizu.com" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Online Surveys&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#999;"&gt; &amp;amp; &lt;/span&gt;&lt;a href="http://answers.vizu.com/market-research.htm" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Market Research&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;embed src="http://wp.vizu.com/vizu_poll.swf" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="160" height="248" name="vizu_poll" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" flashvars="js=false&amp;amp;pid=123238&amp;amp;ad=false&amp;amp;vizu=true&amp;amp;links=true&amp;amp;mainBG=ffffff&amp;amp;questionText=cc3366&amp;amp;answerZoneBG=99ccff&amp;amp;answerItemBG=ffffff&amp;amp;answerText=000000&amp;amp;voteBG=ff9900&amp;amp;voteText=ffff66"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/div&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Preterm Labour&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Premature labour occurs if a woman has regular contractions that cause the cervix to start to open or thin out (called dilation and effacement) before the pregnancy has reached 37 weeks of pregnancy. If a baby is delivered before the 37th week, it is considered to be a premature birth.&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Postpartum Depression&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt; Depression occurring after pregnancy is called postpartum depression. Hormonal changes in a woman's body can sometimes trigger symptoms of depression. Post problems after pregnancy can sometimes be treated with mild antidepressants and the depression will lessen once the hormones in the body have settled down.&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Sciatic Neuralgia&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Sciatic neuralgia is a pain from the buttocks down the leg to the foot or just the buttocks and thigh. This pain may be accompanied by numbness or weakness in the affected area. This pain is caused by a herniated disc in the back and can occur after childbirth.&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Toxaemia of Pregnancy&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;One of the common after pregnancy problems that also may occur during a pregnancy, is toxaemia. This pregnancy-induced hypertension is a dangerous condition that can happen during pregnancy. The blood pressure may rise significantly and the swelling of ankles and hands, sudden weight gain and protein in the urine may be experienced.&lt;br /&gt;&lt;br /&gt;It is important to avoid pregnancy problems by taking good care of your body during a pregnancy. Complications in pregnancy cannot always be avoided but by making sure to recognise any signs of possible problems will certainly help.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8068223059809411167?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8068223059809411167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8068223059809411167&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8068223059809411167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8068223059809411167'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_6249.html' title='Dealing with pregnancy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-9080526268390696351</id><published>2008-10-12T14:25:00.005+06:00</published><updated>2008-10-12T14:58:43.650+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Dealing with pregnancy</title><content type='html'>&lt;h2 style="text-align: center; font-style: italic; color: rgb(153, 51, 0);"&gt;How to Prevent the Complications in Pregnancy?&lt;/h2&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;During pregnancy, a problem may occur or a condition may develop to make the pregnancy high risk. Many women experience pregnancy problems at some stage in their pregnancy and medical problems can sometimes spoil a very happy time. &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;One of the possible &lt;a href="http://www.pregnancychildbirth.org/" style="text-decoration: none;"&gt;complications in pregnancy&lt;/a&gt; for example is the fact that sometimes pregnant women can be exposed to something that could produce birth defects (teratogens), like radiation, certain chemicals, drugs, or infections in the body. There is always a (slim) chance for disorders to develop. Complications can arise at any point in time during the pregnancy, or after the birth of a child.&lt;/span&gt;&lt;/div&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;What is Ectopic Pregnancy?&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;One of the problems in pregnancy that could be experienced is a so-called ectopic pregnancy. This is caused by the fact that a fertilized egg has planted itself in a place in the female body outside the uterus. Most of the time the egg will settle itself in the fallopian tube and that is why ectopic pregnancies are also referred to as tubal pregnancies. There is no space or nurturing tissue for a pregnancy to develop if this happens. As the fetus grows, it will eventually damage and burst the organ that contains it. If this happens severe bleeding can occur and can endanger the mother's life. A classical ectopic pregnancy cannot develop into a live birth.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Possible Complications in Pregnancy&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;During a pregnancy women can develop disorders that are not necessarily related to pregnancies. Some of these conditions increase the risk of problems for pregnant women or for the foetus. These conditions include disorders that cause a fever, infections, or disorders that require abdominal surgery. Other possible problems during pregnancy are:&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Gestational Diabetes&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;About 1 to 3% of all pregnant women have a chance of developing diabetes during their pregnancy. This type of pregnancy diabetes disorder is called gestational diabetes. If this remains unrecognized and untreated, it can increase the risk of health problems during pregnancy and the foetus is at risk of dying. This type of diabetes is more common among obese women and among women of certain ethnic groups, particularly Native Americans, Pacific Islanders, and women of Mexican, Indian, and Asian descent. This type of diabetes can possibly cause thyroid problems and pregnancy risks.&lt;br /&gt;&lt;br /&gt;Some doctors run routine screenings of all pregnant women for pregnancy diabetes. Other doctors test only those women who have risk factors for, like obesity and certain ethnic backgrounds. Blood tests are used to measure blood sugar levels. &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Anaemia&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Often pregnant women develop anaemia because they have an iron deficiency. The body needs double the amount of iron during pregnancy because iron is needed to make red blood cells in the foetus. Anaemia can develop because of a lack of folic acid. Usually this is prevented or treated by taking iron and folic acid supplements during pregnancy.&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Placental Complications&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There are some of the following placental complications as follows:&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Placental Abruption&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Placental Abruption is the premature detachment of a placenta from the wall of the uterus. The placenta can loosen incompletely or completely. The cause for this problem is unknown. This complication is more common with women who have a high blood pressure.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;b style="font-style: italic; color: rgb(0, 102, 0);"&gt;Continue to:  &lt;/b&gt;&lt;span style="font-style: italic; color: rgb(51, 102, 255);"&gt;&lt;a href="http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_6249.html"&gt;Severe Complications in Pregrancy&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-9080526268390696351?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/9080526268390696351/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=9080526268390696351&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/9080526268390696351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/9080526268390696351'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_2464.html' title='Dealing with pregnancy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-4050582541318481237</id><published>2008-10-12T14:25:00.004+06:00</published><updated>2008-10-12T14:55:39.269+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Dealing with pregnancy</title><content type='html'>&lt;h2 style="text-align: center; font-style: italic; color: rgb(153, 51, 0);"&gt;How to Prevent the Complications in Pregnancy?&lt;/h2&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;During pregnancy, a problem may occur or a condition may develop to make the pregnancy high risk. Many women experience pregnancy problems at some stage in their pregnancy and medical problems can sometimes spoil a very happy time. &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;One of the possible &lt;a href="http://www.pregnancychildbirth.org/" style="text-decoration: none;"&gt;complications in pregnancy&lt;/a&gt; for example is the fact that sometimes pregnant women can be exposed to something that could produce birth defects (teratogens), like radiation, certain chemicals, drugs, or infections in the body. There is always a (slim) chance for disorders to develop. Complications can arise at any point in time during the pregnancy, or after the birth of a child.&lt;/span&gt;&lt;/div&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;What is Ectopic Pregnancy?&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;One of the problems in pregnancy that could be experienced is a so-called ectopic pregnancy. This is caused by the fact that a fertilized egg has planted itself in a place in the female body outside the uterus. Most of the time the egg will settle itself in the fallopian tube and that is why ectopic pregnancies are also referred to as tubal pregnancies. There is no space or nurturing tissue for a pregnancy to develop if this happens. As the fetus grows, it will eventually damage and burst the organ that contains it. If this happens severe bleeding can occur and can endanger the mother's life. A classical ectopic pregnancy cannot develop into a live birth.&lt;/span&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Possible Complications in Pregnancy&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;During a pregnancy women can develop disorders that are not necessarily related to pregnancies. Some of these conditions increase the risk of problems for pregnant women or for the foetus. These conditions include disorders that cause a fever, infections, or disorders that require abdominal surgery. Other possible problems during pregnancy are:&lt;/span&gt;&lt;h5  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Gestational Diabetes&lt;/span&gt;&lt;/h5&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;About 1 to 3% of all pregnant women have a chance of developing diabetes during their pregnancy. This type of pregnancy diabetes disorder is called gestational diabetes. If this remains unrecognized and untreated, it can increase the risk of health problems during pregnancy and the foetus is at risk of dying. This type of diabetes is more common among obese women and among women of certain ethnic groups, particularly Native Americans, Pacific Islanders, and women of Mexican, Indian, and Asian descent. This type of diabetes can possibly cause thyroid problems and pregnancy risks.&lt;br /&gt;&lt;br /&gt;Some doctors run routine screenings of all pregnant women for pregnancy diabetes. Other doctors test only those women who have risk factors for, like obesity and certain ethnic backgrounds. Blood tests are used to measure blood sugar levels. &lt;/span&gt;&lt;h5  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Anaemia&lt;/span&gt;&lt;/h5&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;Often pregnant women develop anaemia because they have an iron deficiency. The body needs double the amount of iron during pregnancy because iron is needed to make red blood cells in the foetus. Anaemia can develop because of a lack of folic acid. Usually this is prevented or treated by taking iron and folic acid supplements during pregnancy.&lt;/span&gt;&lt;h5  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Placental Complications&lt;/span&gt;&lt;/h5&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;There are some of the following placental complications as follows:&lt;/span&gt;&lt;h5  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Placental Abruption&lt;/span&gt;&lt;/h5&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;Placental Abruption is the premature detachment of a placenta from the wall of the uterus. The placenta can loosen incompletely or completely. The cause for this problem is unknown. This complication is more common with women who have a high blood pressure.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;b style="font-style: italic; color: rgb(0, 102, 0);"&gt;Continue to: &lt;/b&gt;&lt;span style="color: rgb(0, 102, 0); font-style: italic;"&gt;&lt;a style="color: rgb(51, 102, 255);" href="http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_6249.html"&gt;Severe Complications in Pregerancy&lt;/a&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255); font-style: italic;"&gt;&lt;a href="http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_6249.html"&gt;&lt;span style="font-size:85%;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-4050582541318481237?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/4050582541318481237/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=4050582541318481237&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/4050582541318481237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/4050582541318481237'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_4917.html' title='Dealing with pregnancy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-4510849476803855068</id><published>2008-10-12T14:22:00.001+06:00</published><updated>2008-10-12T14:31:44.944+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Dealing with pregnancy</title><content type='html'>&lt;h2 style="text-align: center; color: rgb(153, 51, 0); font-style: italic;"&gt;Alternatives To Hysterectomy&lt;/h2&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;A hysterectomy is a big decision to take, and women may like to consider alternatives to hysterectomy and discuss these alternatives with their doctor. Here are some of the alternatives to the medical problems that are treated with a hysterectomy. &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Fibroids&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;        &lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some of the alternative treatment options for fibroids include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Waiting until menopause;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Inducing temporary menopause by taking GNRH analogues;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Mirena intra-uterine system;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Heat or laser therapy to reduce the size of the fibroids;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Surgically removing the fibroids;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Uterine fibroid embolisation.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0); text-align: right;"&gt;&lt;!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --&gt;&lt;div style="font-family:Arial, Helvetica, sans-serif; font-size:9px;height:20px;text-align:center;width:160px;margin:0;padding:0;letter-spacing:-.5px"&gt;&lt;a href="http://www.vizu.com" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Online Surveys&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#999;"&gt; &amp;amp; &lt;/span&gt;&lt;a href="http://answers.vizu.com/market-research.htm" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Market Research&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;embed src="http://wp.vizu.com/vizu_poll.swf" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="160" height="248" name="vizu_poll" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" flashvars="js=false&amp;amp;pid=123238&amp;amp;ad=false&amp;amp;vizu=true&amp;amp;links=true&amp;amp;mainBG=ffffff&amp;amp;questionText=cc3366&amp;amp;answerZoneBG=99ccff&amp;amp;answerItemBG=ffffff&amp;amp;answerText=000000&amp;amp;voteBG=ff9900&amp;amp;voteText=ffff66"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/h5&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Heavy Bleeding&lt;/span&gt;&lt;/h5&gt;      &lt;input id="articleid" value="19" type="hidden"&gt;      &lt;script type="text/javascript" src="http://www.womenhealthfocus.com/script/rate.js"&gt;&lt;/script&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some of the alternative treatment options for heavy bleeding include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Non-hormonal drugs like NSAIDs and tranexamic acid;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Hormonal drugs (including the oral contraceptive);&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Mirena intra-uterine system;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Removing the endometrium by endometrial ablation.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Uterine Prolapse&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some of the alternatives for uterine prolapse include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Pelvic floor exercises;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Ring pessary;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Other surgical procedures.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Endometriosis/Adenomysosis&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some of the alternatives for endometriosis/adenomyosis include:      &lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Hormonal drugs (progestins, Danazol and GNRH analogues);&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Removal of the endometrial tissue;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Mirena intra-uterine system.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Cancer&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There is no real alternative for treating cancer, except with a hysterectomy.  &lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Benefits of Hysterectomy&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;A hysterectomy can be a difficult decision to make and other options may like to be considered before the hysterectomy is done. Some of the benefits of a hysterectomy include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Can be life-saving in the case of cancer;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Can more effectively treat certain medical conditions than other methods;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A hysterectomy will often remove the chances of the problem reoccurring.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Risks of Hysterectomy&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There are some risks in any hysterectomy procedure.  Some of these risks include:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Post-operative fever and infection;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Formation of a blood clot in the lungs;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Damage to surrounding organs;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Urinary complaints;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Risk of vaginal vault prolapse.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;      &lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Making the Decision&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Most women who face the prospect of a hysterectomy have some time to think about whether they want to undergo this operation. It is worth spending some thought about whether this is what you want to do before you make the decision. You should also discuss the different types of hysterectomy available with your doctor. A total abdominal hysterectomy has more recovery time and more risks than a vaginal hysterectomy.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-4510849476803855068?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/4510849476803855068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=4510849476803855068&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/4510849476803855068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/4510849476803855068'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_4126.html' title='Dealing with pregnancy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-7073736165293217393</id><published>2008-10-12T14:20:00.002+06:00</published><updated>2008-10-12T14:53:39.726+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Dealing with pregnancy</title><content type='html'>&lt;h2 style="font-style: italic; text-align: center; color: rgb(153, 51, 0);"&gt;Hysterectomy - When Do You Need It?&lt;/h2&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;A hysterectomy is an operation through which some of the female reproductive system is removed. A hysterectomy may be performed as a vaginal hysterectomy, a laparoscopic hysterectomy or an abdominal hysterectomy. A hysterectomy may be conducted when there is need of a total abdominal hysterectomy. &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;Different hysterectomy operations may remove different parts of the reproductive system. Some of the different hysterectomy procedures include sub-total or partial hysterectomy, hysterectomy with ovarian conservation, hysterectomy with oophorectomy, radical or Wertheim's hysterectomy.&lt;/span&gt;&lt;/div&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;When is a Hysterectomy Recommended?&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;A hysterectomy is recommended when a women has health problems related to her reproductive organs. Some cases where a hysterectomy may be recommended include fibroids, heavy bleeding, endometriosis, prolapse, cancer and uncontrolled bleeding after having a baby.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Preparation for a Hysterectomy&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;Different hysterectomy operations are performed in different ways. How the hysterectomy is done will depend on the type of hysterectomy operation being conducted. There are three main options for hysterectomy surgery; abdominal hysterectomy, vaginal hysterectomy and laparoscopic hysterectomy. &lt;/span&gt;&lt;ul  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;An abdominal hysterectomy is done when there is need for extensive exploration of the reproductive system, when the uterus is enlarged or on women who have never had children or who are obese. It can be done with a vertical incision (which involves a cut from the naval to the public hairline) or by a bikini line cut (which is a horizontal incision above the pubic hairline). After the incision has been made, the surgeon will explore the reproductive system and remove the organs that need to be removed.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A vaginal hysterectomy involves an incision in the upper portion of the vagina. The uterus is then removed through the vagina. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A laparoscopic hysterectomy involves making three or four small cuts in the abdomen. A laparoscope is inserted through the incisions into the abdominal cavity. The organs are then viewed on a screen and other incisions are made as necessary.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Types of Hysterectomy Surgery&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt; There are also different types of hysterectomy surgery, according to the different organs that are removed. Here are some of the main types of hysterectomy surgery that may be performed.&lt;/span&gt;&lt;ul  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Sub-total or partial hysterectomy. This operation removes the Fallopian tubes and the upper two-thirds of the uterus. The cervix is preserved.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Hysterectomy with ovarian conservation. This operation removes the Fallopian tubes, uterus and the cervix, but preserves the ovaries. This operation is also known as a total hysterectomy.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Hysterectomy with oophorectomy. This operation removes the Fallopian tubes, uterus and cervix and one or both sets of the ovaries.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Radical or Wertheim's hysterectomy. This operation removes the Fallopian tubes, uterus, cervix, ovaries, lymph nodes and the upper portion of the vagina. This operation is usually used for cancer cases.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;After Hysterectomy&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt; Hysterectomy recovery will depend on the method of the hysterectomy and the type of hysterectomy performed. A vaginal hysterectomy will require less recovery time after hysterectomy than a total abdominal hysterectomy. Women with an abdominal hysterectomy generally take around eight weeks before they can resume normal activities. They will need to stay in hospital from two to five days, depending on the type of operation performed.&lt;br /&gt;&lt;br /&gt;Side effects of a hysterectomy can include:&lt;/span&gt;&lt;ul  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Feeling nauseous from the general anaesthetic;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Pain and discomfort in the abdominal region;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Vaginal discharge or bleeding.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;During the recovery period, women need to avoid heavy lifting, bending at the waist, pressure on the wound, active activities and sexual penetration. A post-operative check-up will take place about six weeks after the operation. Some pre-menopausal women who have a hysterectomy may need to take hormone replacement therapy.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-style: italic; color: rgb(0, 102, 0);"&gt;Continue to: &lt;/b&gt;&lt;span style="color: rgb(51, 102, 255); font-style: italic;"&gt;&lt;a href="http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_4126.html"&gt;Alternatives to hysterectomy&lt;/a&gt;&lt;/span&gt;&lt;a style="font-style: italic; color: rgb(0, 102, 0);" href="http://www.womenhealthfocus.com/women-health-articles/alternatives-to-hysterectomy.php" class="link"&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-7073736165293217393?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/7073736165293217393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=7073736165293217393&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7073736165293217393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7073736165293217393'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_4045.html' title='Dealing with pregnancy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8921942572552553620</id><published>2008-10-12T14:18:00.000+06:00</published><updated>2008-10-12T14:31:44.945+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Dealing with pregnancy</title><content type='html'>&lt;h2 style="text-align: center; font-style: italic; color: rgb(153, 51, 0);"&gt;Best Infertility Treatment Procedures &lt;/h2&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Treatment for Infertility or infertility solutions depends on the factor that has caused infertility. Once the cause of infertility is known the person can proceed for the treatment. &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Infertility Drugs&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;       &lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Infertility drugs as one of the initial infertility solutions that are given for ovulation and can be combined with other treatment procedure to facilitate the treatment. Clomiphene citrate is given to females with irregular periods and prolonged cycles. It blocks estrogen and regulated pituitary for secretion of FSH and LH that eases release of the egg. The medicine is suggested for polycystic ovary and irregular periods.&lt;br /&gt;&lt;br /&gt;Glucophage for infertility assists to cure Pos or Polycystic Ovary Syndrome. Superovulation or controlled ovarian stimulation is used if Clomiphene is not able to cure the problem. FSH and LH are directly administered collectively and better known as gonadotropins that replicate the natural process of ovulation.&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --&gt;&lt;div style="font-family:Arial, Helvetica, sans-serif; font-size:9px;height:20px;text-align:center;width:160px;margin:0;padding:0;letter-spacing:-.5px"&gt;&lt;a href="http://www.vizu.com" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Online Surveys&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#999;"&gt; &amp;amp; &lt;/span&gt;&lt;a href="http://answers.vizu.com/market-research.htm" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Market Research&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;embed src="http://wp.vizu.com/vizu_poll.swf" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="160" height="248" name="vizu_poll" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" flashvars="js=false&amp;amp;pid=123238&amp;amp;ad=false&amp;amp;vizu=true&amp;amp;links=true&amp;amp;mainBG=ffffff&amp;amp;questionText=cc3366&amp;amp;answerZoneBG=99ccff&amp;amp;answerItemBG=ffffff&amp;amp;answerText=000000&amp;amp;voteBG=ff9900&amp;amp;voteText=ffff66"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/div&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Surgery&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Surgery is mostly used to remove if there is any kind of blockage in the fallopian tubes. At times the presence of fibroids also results in infertility, the fibroids then needs to be surgically removed. Presence of cyst in the fallopian tube if does not respond to medicine then surgery remains as the only option for removing the cysts. &lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Other Options for Infertility Treatment&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There some of the options for infertility treatment as follow: &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Intrauterine Insemination (IUI): &lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;With the females tube healthy this is a very simple treatment. The sperm of the male is put into the ovaries at the time of release of the egg increasing the chance of pregnancy. This treatment is popularly known Artificial Pregnancy.&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;In Vitro Fertilization (IVF): &lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;The procedure of this treatment involves external proceedings, the egg and sperm from female and male partner is taken and fertilized in the laboratory and then planted in the fetus. This treatment often gives multiple babies.&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Egg Donation&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;is also a solution to infertility where the female does not have eggs, a donor is the only solution where the egg is taken from the donor and fertilized.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Does Infertility Lead to other Complications?&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt; Inability to bear a child is not just a problem or disease that needs to be treated it is also a traumatic experience for people who are desperate for a family. It is a stressful period to get diagnosed and know the reason for infertility. The treatment for infertility though has high success rates yet there are times when several attempts are taken before a successful pregnancy. The failure period of treatment causes depression in both the partners. Anger, frustration and anxiety occur because of prolonged treatment and medication. Certain treatment procedure requires constant or regular checkups in a female's uterus and ovaries, which are quite painful, and therefore causes pain in the pelvic region. Vaginal bleeding or discharge during treatment is painful and stressful. Some people have noticed change in weight during treatment. It is very important to know the complications that might occur during the treatment, Counseling and correct information on infertility at this point of time can be helpful to cope the situation and face the complications with positive attitude.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;How to Prevent Infertility&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Healthy Diet: It is very essential to comprise diet with nutritious vitamins, proteins and folic acid that cures the deficiency and birth defects.&lt;br /&gt;&lt;br /&gt;Weight: Ovulation can become difficult if you the female is over or under weight, Complications arise during pregnancy if the female is over weight.&lt;br /&gt;&lt;br /&gt;Quit Tobacco: Smoking by females is one of the factors that cause infertility, early menopause in women at times results because of smoking. It is a must to quit smoking and stop all kinds of tobacco.&lt;br /&gt;&lt;br /&gt;Alcohol: Alcohol consumption decreases the chances of pregnancy and often leads to frequent miscarriage.&lt;br /&gt;&lt;br /&gt;Exercise: Moderate exercise keeps the person fit and maintains weight. Chances of ovulation increase in a healthy person. Exercising is a self-regulated cure. &lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Tips to Cope with Infertility &lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Infertility leads to stress and anxiety, it is very important to have a strong relationship between the couples and they should be supportive to each other. Counselor can help the couples to deal with the emotional turmoil and talking to a counselor can change one's outlook and attitude. Acupuncture has emerged as an effective alternate in coping with infertility. It regulates ovulation in females. Joining groups of people with similar problems can be of great help in sharing one's feeling and thought process. Infertility treatment has 90% success rate, it is very important to maintain a positive attitude while going for the treatment.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8921942572552553620?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8921942572552553620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8921942572552553620&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8921942572552553620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8921942572552553620'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_12.html' title='Dealing with pregnancy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2475654470906755098</id><published>2008-10-12T14:16:00.002+06:00</published><updated>2008-10-12T15:08:56.361+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Dealing with pregnancy</title><content type='html'>&lt;h2 style="font-style: italic; text-align: center; color: rgb(153, 51, 0);"&gt;Consider These Sure Cures For Infertility&lt;/h2&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;font-size:100%;"  &gt;Infertility conventionally is defined as the inability to bear or conceive a child even after regular intercourse without contraceptive for a year. To conceive the women must ovulate. &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;A woman is born with the eggs while a man's sperm is produced during reproductive years. With the advancing age the eggs reduce in their quantity that diminishes fertility slowly. The reproduction cycle should be synchronized in both male and female for a successful pregnancy.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h4&gt;What is the Difference between Infertility and Sterility?&lt;/h4&gt;Sterility is often taken as a synonym to infertility, though they both mean disability to bear a child yet they have a very basic difference. Infertility mostly point at the inability to conceive, which may be because of various internal or external factors. Sterility means when the person is unable to reproduce sexually, this mostly is because of problem in the reproductive system.&lt;br /&gt;&lt;br /&gt;Infertility might exist because of certain abnormalities that might not be related to the reproductive system. At times infertility exist because of stress, emotional shocks or side effect of any treatment, but sterility is very restricted to the reproductive system like damage in ovaries or varicose veins in the testicles might cause sterility. &lt;h4&gt;Are there Symptoms for Infertility?&lt;/h4&gt;Infertility symptoms vary and there are no rigid symptoms that can easily distinguish infertility. Infertility symptoms can be seen in a female if she has:&lt;ul&gt;&lt;li&gt;Irregular periods&lt;/li&gt;&lt;li&gt;Absence of periods&lt;/li&gt;&lt;li&gt;Weight gain&lt;/li&gt;&lt;li&gt;Pelvic pain&lt;/li&gt;&lt;li&gt;Chronic acne&lt;/li&gt;&lt;/ul&gt;The above symptoms though are taken, as signs of infertility yet at times there are no significant symptoms for infertility.&lt;h4&gt;Cause of Infertility&lt;/h4&gt;There are various factors that lead to infertility. Certain common factors are briefly discussed below:&lt;h5&gt;Thyroid&lt;/h5&gt;Thyroid problem in females is one of the factors associated with infertility, if the secretion of thyroid hormone (hyperthyroidism) is high or low (hypothyroidism), it can interrupt cycles. Irregular periods therefore cause infertility.&lt;h5&gt;Diabetes Mellitus&lt;/h5&gt;High level of blood sugar can lead to weight gain or loss, anxiety and hormonal imbalance in the body. The hormonal imbalance leads to infertility.&lt;h5&gt;Ovarian Factors &lt;/h5&gt;Ovarian factors that results in infertility are listed below:&lt;h5&gt;Polycystic Ovary Syndrome&lt;/h5&gt;High amount of secretion of androgens, which is more of male hormone than female hormone can result in infertility. This causes most of the menstrual period disorder. Absence of periods or infrequent periods is the symptom of POS. The female may develop facial hairs, acne and obesity if suffering from POS.&lt;h5&gt;Ovarian Cyst&lt;/h5&gt;The sac of fluid that grows in ovary is termed as an ovarian cyst. At times the cyst does not respond to medical treatment or goes off by itself then it can lead to infertility. The cyst then needs to be surgically removed.&lt;h5&gt;Early Menopause&lt;/h5&gt; It is also termed as premature ovarian failure and may be caused by STD (Sexually Transmitted Disease) Tuberculosis and mumps. Early weakening of follicles is the main reason for early menopause at about the age of 40.&lt;h4&gt;Tubal or Peritoneal Factors&lt;/h4&gt;There are some of the tubal factors as follows&lt;h5&gt;Endometriosis&lt;/h5&gt;Endometriosis is a state when fragments of the endometrial lining are implanted in other areas of the pelvic instead of traveling from uterus to vagina. It blocks the eggs passage and does not allow release of the egg. It causes burning and inflammation with painful periods and leads to infertility.&lt;h5&gt;Implantation Failure&lt;/h5&gt;It is also termed as Luteal Phase defect where the ovum fails to implant in the endometrium. This state leads to frequent miscarriages.&lt;h4&gt;Other Factors&lt;/h4&gt;The other factors include the following&lt;h5&gt;Pelvic Inflammatory Disease&lt;/h5&gt;Infection caused by various bacteria in the reproductive region causes PID.       The frequency of these infections causes scarring and abscess or tubal damage that causes infertility.&lt;h5&gt;Benign Fibroids &lt;/h5&gt;These are one of the most common reasons for infertility in women. This non-cancerous tumor or fibroids that either blocks the fallopian tubes or grow in the uterus and occupying space, which does not allow the growth of the egg leading to either miscarriages or infertility.&lt;h5&gt;Medication for Cancer Treatment&lt;/h5&gt;Radiation and chemotherapy might damage the reproductive system and cause infertility. Therefore a women going through the treatment and want to conceive should take proper consultation from the physician.&lt;h4&gt;How is Infertility Diagnosed?&lt;/h4&gt;Infertility is diagnosed by complete physical examination and medical history. Several preliminary test and laboratory test can be done for proper analysis and requirement.&lt;ul&gt;&lt;li&gt;Hormonal test to determine the low or high hormones secretion.&lt;/li&gt;&lt;li&gt;Blood test for thyroid and for prolactin levels.&lt;/li&gt;&lt;li&gt;Ultrasound and Sonography are infertility tests to check uterus, ovaries, fibroids, ovarian cysts and tumors, and if any obstructions in the urinary tract&lt;/li&gt;&lt;li&gt;Hysteroscopy is also an infertility test that checks for the presence of endometriosis, fibroids, pelvic scars or blockage in the fallopian tubes.&lt;/li&gt;&lt;li&gt;Hysterosalpingography can check for the possible blockage in the fallopian tubes or abnormality in uterus. A tube is inserted in the cervix and the dye is passed in the fallopian tubes and uterus and then X-ray is taken. Often tiny blockage can be removed using this procedure.&lt;/li&gt;&lt;li&gt;Laproscopy can check for any abnormalities in the pelvis area and can be used to remove abnormal tissues in the pelvis. A cut is made in the lower abdomen and the tubular microscope inserted to look more closely at the womb, Fallopian tubes and ovaries.&lt;/li&gt;&lt;li&gt;Progesterone and infertility are combined together with coloscopy to detect for any abnormality in the ovaries.&lt;/li&gt;&lt;/ul&gt;&lt;b style="font-style: italic;"&gt;Continue to: &lt;/b&gt;&lt;a style="font-style: italic; color: rgb(51, 102, 255);" href="http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_12.html"&gt;Best Infertility Treatment Procedure&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2475654470906755098?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2475654470906755098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2475654470906755098&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2475654470906755098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2475654470906755098'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy.html' title='Dealing with pregnancy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-1232784724342817414</id><published>2008-10-12T14:13:00.001+06:00</published><updated>2008-10-12T14:31:44.947+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Best Anorexia Treatment Methods</title><content type='html'>&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;After medical and psychological tests it is time to treat the disorder. Often this is a very difficult path for any patient, emotionally and physically. Treatment methods that could be used are: &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;font-size:100%;" &gt;Psychotherapy&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;       &lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Different types of therapy such as Individual, family and group therapy may all be beneficial for anorexia sufferers. Individual therapy could possibly help a person to deal with the behavior and thoughts that contribute to anorexia. Cognitive behavior therapy is most commonly used. This is a type of therapy in which thought patterns are changed. &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Medical care&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Because of all the medical complications caused by anorexia, people with the condition often need to have their vital signs checked. Often a doctor will keep a close eye on the hydration levels of the body and the condition of the patient's skin.&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --&gt;&lt;div style="font-family:Arial, Helvetica, sans-serif; font-size:9px;height:20px;text-align:center;width:160px;margin:0;padding:0;letter-spacing:-.5px"&gt;&lt;a href="http://www.vizu.com" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Online Surveys&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#999;"&gt; &amp;amp; &lt;/span&gt;&lt;a href="http://answers.vizu.com/market-research.htm" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Market Research&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;embed src="http://wp.vizu.com/vizu_poll.swf" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="160" height="248" name="vizu_poll" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" flashvars="js=false&amp;amp;pid=123238&amp;amp;ad=false&amp;amp;vizu=true&amp;amp;links=true&amp;amp;mainBG=ffffff&amp;amp;questionText=cc3366&amp;amp;answerZoneBG=99ccff&amp;amp;answerItemBG=ffffff&amp;amp;answerText=000000&amp;amp;voteBG=ff9900&amp;amp;voteText=ffff66"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/div&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Nutritional therapy.&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;A dietician can offer guidance and a healthy diet plan. As the symptoms of anorexia wear off, the patient will need to learn how to follow a healthy eating plan instead of seeing food as an enemy.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Is it Possible to Prevent Anorexia?&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Paediatricians can possibly recognize the early signs of anorexia in people. If this is the case they can be helpful in preventing the development of a full-blown illness. These professionals can ask questions about eating habits and can keep track on the physical appearance of a person. If you know someone who might be suffering from anorexia, try talking to them about your concerns or speak to a trained professional about your worries. &lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Guidelines for Dealing with Anorexia&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;If you suffer from anorexia, these steps could help you:&lt;br /&gt;&lt;br /&gt;It is important to talk to your doctor about any mineral supplements. Your body might not be getting all the nutrients it needs. Don't be embarrassed or ashamed to speak to a doctor&lt;br /&gt;&lt;br /&gt;Stick with your treatment. If you have trouble following your meal plan, talk about it, but don't dismiss or stop using the plan.&lt;br /&gt;&lt;br /&gt;Make sure to not isolate yourself from family and friends who want to help you get healthy. Understand that they have your best interest at heart.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;How to Cope with Anorexia?&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt; It can be very difficult to cope with anorexia when you keep seeing messages by the media, culture, and perhaps your own relatives or friends focusing on weight loss and being thin. How can you possible cope with this disorder and the symptoms of anorexia if you are being told that being thin is a sure sign of success?&lt;br /&gt;&lt;br /&gt;Keep reminding yourself about the healthy weight for your body&lt;br /&gt;&lt;br /&gt;Do not visit any pro-anorexia Web sites on the Internet. Anorexia is a disease ad not a lifestyle.&lt;br /&gt;&lt;br /&gt;Acknowledge that you are not be the best judge of your own food habits at this point in time.&lt;br /&gt;&lt;br /&gt;Look for positive healthy role models, even though they can be hard to find.&lt;br /&gt;&lt;br /&gt;With these suggestions you might be able to help yourself or find help for a friend or relative suffering from this destructive disorder. The signs of anorexia are not always clear but eventually anorexia symptoms will surface if a person is suffering from this eating disorder.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-1232784724342817414?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/1232784724342817414/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=1232784724342817414&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1232784724342817414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1232784724342817414'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/best-anorexia-treatment-methods.html' title='Best Anorexia Treatment Methods'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-733624774373879368</id><published>2008-10-12T14:10:00.001+06:00</published><updated>2008-10-12T14:31:44.947+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Are You Starving Yourself to Slim Down? You Could Be Suffering From Anorexia</title><content type='html'>&lt;h2 style="font-family: verdana; color: rgb(0, 102, 0); font-weight: normal;"&gt;&lt;span style="font-size:100%;"&gt;Anorexia nervosa is an eating disorder as well as a psychological disorder. Anorexia is a condition that goes beyond dieting and the signs of anorexia can be hard to interpret and understand. &lt;/span&gt;&lt;/h2&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(&lt;/script&gt;&lt;span style="font-size:100%;"&gt;A person with anorexia symptoms might initially start dieting to lose weight. With anorexic people losing weight turns into an issue concerning the control or fears relating to one's body.&lt;/span&gt;&lt;/div&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Does Anorexia Lead to Other Complications?&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;The effects of anorexia can cause many different physical and mental problems. Some heath threatening side effects of this disorder are:&lt;br /&gt;&lt;br /&gt;1. Infertility caused by the absence of menstruation due to hormonal abnormalities.&lt;br /&gt;&lt;br /&gt;2. Bone loss. As the body gets fewer nutrients than it really needs and hormonal imbalance shakes the body's system of regeneration, bone loss or bone damage may occur.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;3. Anemia. Due to a lack of nutrients in the body a person suffering from anorexia may develop anemia, a lack of iron in the blood that will cause a feeling of weakness, tiredness and overall inability to function or perform physical activity.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Impact of Anorexia on Pregnant women&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt; If a woman does not get treatment for anorexia and regain her normal weight before she gets pregnant there is a very high risk of miscarriage as the body can have difficulty providing nutrients for the foetus. Also, the anorexic body is suffering from fluctuating hormone problems if a person is anorexic. If an anorexic woman gets pregnant, urgent anorexia treatment is needed for the foetus to develop healthily.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;The Differences between Anorexia and Bulimia&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;The main difference between anorexia and bulimia is the fact that people suffering from anorexia starve themselves, avoid high-calorie foods and have the urge to exercise constantly. People with bulimia eat huge amounts of food, but they throw up soon after eating, or take laxatives or diuretics to not gain any weight. People with bulimia tend to not lose as much weight as people with anorexia. &lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Two Categories of Anorexia&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There are two main different types of anorexia but these two types can sometimes overlap. The two types are:      &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Restricting Anorexia&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;People suffering from this type of anorexia lose weight because they are severely limiting the amount of food they eat. They also try to lose weight by exercising excessively. &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Binge-eating anorexia/purging&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;People suffering from this type of anorexia are trying controlling their weight by getting rid of food or calories by vomiting after a meal or they misuse laxatives, diuretics or enemas. Some of these people possibly eat excessive amounts of food, and then purge. Others purge after eating a small amount of food.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --&gt;&lt;div style="font-family:Arial, Helvetica, sans-serif; font-size:9px;height:20px;text-align:center;width:160px;margin:0;padding:0;letter-spacing:-.5px"&gt;&lt;a href="http://www.vizu.com" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Online Surveys&lt;/span&gt;&lt;/a&gt;&lt;span style="color:#999;"&gt; &amp;amp; &lt;/span&gt;&lt;a href="http://answers.vizu.com/market-research.htm" target="_blank"&gt;&lt;span style="color:#999;text-decoration:underline;font-size:9px;"&gt;Market Research&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;embed src="http://wp.vizu.com/vizu_poll.swf" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="160" height="248" name="vizu_poll" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" flashvars="js=false&amp;amp;pid=123238&amp;amp;ad=false&amp;amp;vizu=true&amp;amp;links=true&amp;amp;mainBG=ffffff&amp;amp;questionText=cc3366&amp;amp;answerZoneBG=99ccff&amp;amp;answerItemBG=ffffff&amp;amp;answerText=000000&amp;amp;voteBG=ff9900&amp;amp;voteText=ffff66"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;/div&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Symptoms of Anorexia&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There are many, often disturbing, signs and symptoms of anorexia. Some of the best identifiable symptoms are:&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;A thin appearance.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Abnormal blood counts noted by a doctor.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Fatigue.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Dizziness or fainting.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Brittle nails.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Hair that gets thinner rapidly, breaks or falls out.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt; A very dry skin.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Causes of Anorexia&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt; It is hard to pinpoint one particular cause of anorexia. As every person is different, every anorexia sufferer has a different reason for their disorder. Some causes are:&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Biological Reasons&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Some people are genetically more vulnerable to developing anorexia than others. Anorexia facts show that quite often women with a relative suffering from an eating disorder are at higher risk. Genetics could cause a tendency toward perfectionism, sensitivity and perseverance, which are all associated with this disorder. &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Psychological Reasons&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;People with anorexia often have psychological and emotional characteristics that could cause anorexia. A sense of low self-worth, for instance, could trigger people into developing anorexia. &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Sociocultural Reasons&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;The modern world has reinforced an image of thinness that equals beauty upon us. Success and worth are often equated with being thin, causing people with problems or a low self-esteem to develop anorexia. This is one of the most common anorexia causes.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Diagnosis of Anorexia&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;If a doctor suspects a possible case of anorexia, the following tests are often used to determine whether a patient is suffering from illness or anorexia:&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;A physical exam&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;This type of exam could include measuring height and weight; checking vital signs, such as heart rate, blood pressure and temperature; checking the skin for dryness or other problems; listening to the heart and lungs; and examining the abdomen. &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Laboratory tests. &lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Blood counts may be done to check for traces of protein in the blood and the liver, kidney and thyroid functions will be tested.&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Psychological evaluation&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;A psychological test might be done to assess the thoughts, feelings and eating habits of a potential anorexia patient. Psychological self-assessment tests and questionnaires are also used. sometimes.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-733624774373879368?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/733624774373879368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=733624774373879368&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/733624774373879368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/733624774373879368'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/are-you-starving-yourself-to-slim-down.html' title='Are You Starving Yourself to Slim Down? You Could Be Suffering From Anorexia'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8402786859518690815</id><published>2008-10-12T14:05:00.001+06:00</published><updated>2008-10-12T14:09:58.784+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Hair Loss Treatment In Women</title><content type='html'>&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;There are several ways to treat female hair loss with different hair loss products, some commonly used methods are:      &lt;/span&gt;&lt;div style="font-family: verdana; font-weight: bold; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:100%;" &gt;Medication&lt;/span&gt;&lt;/div&gt;       &lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Minoxidil, a topically applied solution stimulates hair growth if the hair follicle is small and not producing hair. This product is FDA approved for treating both male and female hair loss. Anthralin, another treatment, alters the immune function in the affected skin and is an approved psoriasis treatment. &lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt; Surgical procedures &lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana;font-size:100%;" &gt;&lt;span style="color: rgb(0, 102, 0);"&gt;If medication does not have any effect, a doctor can help refer you to a hair specialist for hair implants. This is a procedure that is often performed in a few different sessions under local anaesthetic.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;      Click here for more information on&lt;/span&gt; &lt;a href="http://www.the-cosmetic-surgery-directory.com/replacement.html"&gt;surgical hair restoration&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h5 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Head Massage&lt;/span&gt;&lt;/h5&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Head massage is said to stimulate the hair follicles and hair growth, producing new hair growth after only a few sessions. This treatment is quite experimental and success is never guaranteed.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Are Estrogens Prescribed by Physicians to Treat Hair Loss in Women?&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;Oral and topical estrogens are prescribed by physicians to treat hair loss for women although there are no controlled studies to support this use of estrogen. The hormone is said to regulate hair growth when hair loss is caused by a hormonal imbalance. &lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;How to Cope with Hair Loss?&lt;/span&gt;&lt;/h4&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);font-size:100%;" &gt;It can be very challenging to have to cope with hair loss problems. As female baldness is often not socially accepted, women suffering from this problem sometimes also develop a lack of self-esteem or embarrassment due to the problem. What steps can you take to be able to deal with your hair loss problem?&lt;br /&gt;&lt;br /&gt;Get an idea of the cause of your baldness and available treatment options. Speak to as many doctors and professionals as you can and don't be scared to ask for a second opinion. Your looks and hair are part of your image in the outside world and if you feel unhappy because of your hair loss nothing is more important than finding the right treatment or help for you. Check out both regular and alternative medicine options and decide what's best for you.&lt;br /&gt;&lt;br /&gt;Educate those near you. Let people know that female baldness is nothing to be ashamed of, nor is it anything that you can change at will. Women suffering from hair loss don't have to be old or ill to experience this problem. If you feel up to it, get in touch with women with the same problem, for example on the Internet.&lt;br /&gt;&lt;br /&gt;Don't experiment. Experimenting with any hair growth formula that you can buy anywhere might do more damage to your scalp and only a professional can assess the problem and suggest the right treatment for your hair and scalp.&lt;br /&gt;&lt;br /&gt;Female hair loss can often be helped with the right hair loss treatment. Getting advice and finding out what your options are will help you back on your way to healthy hair.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8402786859518690815?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8402786859518690815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8402786859518690815&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8402786859518690815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8402786859518690815'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/hair-loss-treatment-in-women.html' title='Hair Loss Treatment In Women'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2866803073482865578</id><published>2008-10-12T14:03:00.002+06:00</published><updated>2008-10-12T15:13:30.102+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Hair Loss Among Women - It is not as Simple as it Sounds</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;Usually women do not expect to have to cope with female hair loss even if there is a history of hair loss in their family, with males or females. The general belief tends to be that baldness is a problem for males, not for women. Female hair loss is only accepted when women are old and it is hard to find a hair loss treatment specifically aimed at females. &lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:130%;" &gt;Types of Hair Loss&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;       &lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;There are three main types of hair loss (alopecia) in women. These types are:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Androgenetic alopecia&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;This is a type of inherited pattern hair loss and it is the most common cause of permanent hair loss in both women and men.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Alopecia Areata&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;This type of hair loss occurs because the immune system is attacking the hair follicles&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Traumatic Alopecia&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;This type of hair loss is caused by braiding or chemically treating the hair. Hot rollers and other appliances can damage the hair to an extent that the hair follicles will stop producing hairs, causing baldness. This treatment is commonly used to stop hair loss.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Causes for Hair Loss in Women&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;The cause of female hair loss is different for every woman and sometimes it is possible to stop hair loss by, for example, not using a specific hair treatment product or method anymore. Other causes for female hair loss are:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;Poor nutrition.       A lack of essential vitamins and minerals in your diet might cause hair loss.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;Certain types of medication can cause hair loss. If you are using medication and you are experiencing hair loss, contact your doctor.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;A scalp infection can be the cause of (temporary) hair loss.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;Damaging hair treatments with acids or heat can damage the hair and follicles to an extent where hair will stop growing.&lt;/span&gt;&lt;h4 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Diagnosis of Hair Loss in Women&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;A doctor can diagnose your hair loss on the basis of (for example) medical history. Other facts on which a diagnosis can be based are:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;Regularly checking the pattern of your hair.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;A hair biopsy (the hair will be checked in a laboratory).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-family:verdana;" &gt;Blood tests can help a doctor find out if the hair loss is caused by a medical condition.      &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b style="font-family: verdana; font-style: italic; color: rgb(153, 0, 0);"&gt;Continue to: &lt;/b&gt;&lt;span style="font-family: verdana; color: rgb(51, 102, 255); font-style: italic;"&gt;&lt;a href="http://awiolobby.blogspot.com/2008/10/hair-loss-treatment-in-women.html"&gt;Hair Loss Treatment in Women&lt;/a&gt;&lt;/span&gt;&lt;a style="font-family: verdana; font-style: italic; color: rgb(153, 0, 0);" href="http://www.womenhealthfocus.com/women-health-articles/hair-loss-treatment.php" class="link"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2866803073482865578?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2866803073482865578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2866803073482865578&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2866803073482865578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2866803073482865578'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/hair-loss-among-women-it-is-not-as.html' title='Hair Loss Among Women - It is not as Simple as it Sounds'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-1916965554713658221</id><published>2008-10-12T13:32:00.004+06:00</published><updated>2008-10-12T14:09:58.787+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Best Ways for Treating Women in Depression</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;Treating depression in women or women in depression commonly involves psychotherapy and antidepressants, usually selective serotonin reuptake inhibitors or SSRIs. Both are equally effective with mild to moderate depression with psychotherapy being especially well adapted to depressive issues arising from given thought patterns and interpersonal relationships. &lt;/span&gt;&lt;/span&gt;&lt;div class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;Cognitive behavior therapy coupled with the use of antidepressants can help women to alter the behaviors at the root of their depression so that they can ultimately go off the medication and cope quite well.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;What are Some Tips for Dealing with Depression?&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;Exercise is a powerful remedy against depression. The body's natural endorphins, elevated by a good workout, will naturally improve your mood. At the same time you can help yourself to be happier, you will also be getting physically healthier.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Avoid the use of alcohol, sedatives and antihistamines which cause a "loggy," drugged feeling. Eat less protein and fat in favor of fruits and vegetables. Make sure you're getting plenty of Vitamins B6 and C.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Investigate some form of guided meditation, for instance disciplines involving patterned breathing. Learning an active mechanism for the control of anxiety and panic attacks will significantly decrease subsequent episodes of depression.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: right;"&gt;&lt;!-- Altering or removing this link is a breach of the Vizu Terms and Conditions --&gt;&lt;div style="margin: 0pt; padding: 0pt; font-family: Arial,Helvetica,sans-serif; font-size: 9px; height: 20px; text-align: center; width: 160px; letter-spacing: -0.5px;"&gt;&lt;a href="http://www.vizu.com/" target="_blank"&gt;&lt;span style="color: rgb(153, 153, 153); text-decoration: underline;font-size:9;" &gt;Online Surveys&lt;/span&gt;&lt;/a&gt;&lt;span style="color: rgb(153, 153, 153);"&gt; &amp;amp; &lt;/span&gt;&lt;a href="http://answers.vizu.com/market-research.htm" target="_blank"&gt;&lt;span style="color: rgb(153, 153, 153); text-decoration: underline;font-size:9;" &gt;Market Research&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;embed src="http://wp.vizu.com/vizu_poll.swf" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" name="vizu_poll" allowscriptaccess="always" type="application/x-shockwave-flash" flashvars="js=false&amp;amp;pid=123238&amp;amp;ad=false&amp;amp;vizu=true&amp;amp;links=true&amp;amp;mainBG=ffffff&amp;amp;questionText=cc3366&amp;amp;answerZoneBG=99ccff&amp;amp;answerItemBG=ffffff&amp;amp;answerText=000000&amp;amp;voteBG=ff9900&amp;amp;voteText=ffff66" width="160" align="middle" height="248"&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Don't isolate yourself. Ruminative thinking gets worse when you are alone. Spend time with family and friends and develop a support system. Everyone needs a friend or counselor with whom they can share both their joys and their sorrows.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;In a depressive state, avoid making major, life-altering decisions. If you are tempted to do so, discuss the idea with a trusted friend or perhaps your minister. Force yourself to allow time to "sleep on" the idea.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Many women report that developing some aspect of spiritualism helps them to feel more grounded and able to weather the ups and downs of life. For some this may take the form of prayer, for others a regimen of yoga. Do what feels right for you, even combining disciplines if that gives you maximum benefit.&lt;/span&gt;&lt;/span&gt;      &lt;input id="articleid" value="1" type="hidden"&gt;      &lt;script type="text/javascript" src="http://www.womenhealthfocus.com/script/rate.js"&gt;&lt;/script&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Is Research on Depression and Women Ongoing?&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;Better research is being conducted about the complex factors that go into the development of depression in women. A woman's hormonal fluctuations are unique to the individual and usually can not be treated with a "blanket" approach. In other words what works for one woman may not work for another. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Simply honoring the uniqueness of your life and your problems and combating them in a positive, affirming way in keeping with your belief and comfort levels is one of the greatest steps forward in dealing with depression. By keeping yourself informed, reading new research findings, and educating yourself about any therapies proposed by a health care professional, you are taking charge of your overall health and well being which is exactly what you should do.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Depression in women is a far more common disorder than most people realize. Left unaddressed the condition can negatively influence a woman's life and her interpersonal relationships. A feeling of defeat, however, should not overwhelm women and depression issues. These problems can be effectively overcome in an empowering way.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-1916965554713658221?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/1916965554713658221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=1916965554713658221&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1916965554713658221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1916965554713658221'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/best-ways-for-treating-women-in.html' title='Best Ways for Treating Women in Depression'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8226570521812981251</id><published>2008-10-12T13:29:00.001+06:00</published><updated>2008-10-12T15:11:23.697+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Women Health'/><title type='text'>Depression does not Cure by Itself! Attend To It</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;Depression in women occurs twice as often than in men and can appear at any stage of life. Women from all socio-economic, racial, and educational backgrounds may be affected. As researchers gather more data concerning women and depression and come to better understand its role in their lives, the root causes seems to be an interplay of genetic factors, hormonal fluctuations, and life events. &lt;/span&gt;&lt;/span&gt;&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="cp_gle"&gt;       &lt;script type="text/javascript"&gt;&lt;!--       google_ad_client = "pub-5997312508081572";       google_ad_width = 250;       google_ad_height = 250;       google_ad_format = "250x250_as";       google_ad_type = "text";       google_ad_channel ="7847239081";       google_color_border = "FFFFFF";       google_color_bg = "FFFFFF";       google_color_link = "4D5771";       google_color_text = "666666";       google_color_url = "242424";       //--&gt;&lt;/script&gt;       &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;       &lt;/script&gt;&lt;script&gt; window.google_render_ad(); &lt;/script&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;What are the Symptoms of Depression?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;       &lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;Women who are experiencing depression don't just feel sad, they feel miserable. Most report extreme fatigue and a total absence of energy. The smallest tasks seem impossibly daunting. Anxiety attacks are common with depression and women as is reclusive, anti-social behavior.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Women in depression have trouble concentrating and feel they are failures and a burden to others. These feelings in turn lead to a sense of guilt and an inability to see a future. The depressed person may exhibit anger or irritability, often expressing a sense that life is unfair and passing them by. Insomnia is a common symptom and physical aches and pains for no apparent reason are also common.&lt;/span&gt;&lt;/span&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;What are some of the Causes and Risk Factors for Depression in Women?&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;Certain events in a woman's life put her at special risk for depression including puberty, pregnancy, perimenopause, substance abuse, relationship disruptions, and trauma. The presence of depression puts these women at further risk for suicide and death from illnesses caused by poor self-care and reduced attention to medical regimens.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Recent research indicates that major depressive episodes cluster in families. If you have a parent or sibling who has battled the disorder, you too are at increased risk. With the onset of puberty, the normal monthly cycle, pregnancy, and menopause a women experiences hormonal surges and disruptions that effect neuromodulators like serotonin. Depression and anxiety can result.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;More than 80 percent of documented cases of depression in women are preceded by some adverse event ranging from childhood sexual abuse to spousal abuse. Early trauma, which is often suppressed for long periods of time, can actually have a more pronounced depressive effect than more recent events.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Statistics of depression in women have also revealed that women are more prone to ruminative thinking, a mental pattern which repetitively and passively focuses on symptoms, causes, and consequences. With relationships more central to a woman's sense of self than a male's, the combination of this emphasis and the ruminative thought pattern often leads to extended periods of depression focused on interpersonal relationships.&lt;/span&gt;&lt;/span&gt;&lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:100%;"&gt;Don't Antidepressants have Side Effects?&lt;/span&gt;&lt;/h4&gt;&lt;span style="color: rgb(0, 102, 0);font-size:100%;" &gt;&lt;span style="font-family:verdana;"&gt;Approximately 30 to 35 percent of individuals who take antidepressants are not helped by the medications. Although the drug companies assert that SSRIs like Prozac are not addictive, anecdotal evidence suggests otherwise. Many women report significant weight gain while taking SSRIs and Prozac has been found to actually cause suicidal behavior in some individuals.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;You should never take an SSRI without fully understanding its range of potential side effects and potential interactions. If you are taking an SSRI do not go "cold turkey" off the drug. Gradually discontinue the use of the medication under the supervision of a doctor to avoid withdrawal symptoms, a sudden onset of depression, and even nerve damage. (There are also numerous natural and alternative remedies for depression that do not carry the same risk factors and side effects.) &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:100%;" &gt;&lt;b style="color: rgb(0, 102, 0);"&gt;Continue to: &lt;/b&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;a href="http://awiolobby.blogspot.com/2008/10/best-ways-for-treating-women-in.html"&gt;Best way of Treating Women  in Depression&lt;/a&gt;&lt;/span&gt;&lt;a style="color: rgb(0, 102, 0);" href="http://www.womenhealthfocus.com/women-health-articles/women-in-depression.php" class="link"&gt;&lt;/a&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8226570521812981251?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8226570521812981251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8226570521812981251&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8226570521812981251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8226570521812981251'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/depression-does-not-cure-by-itself.html' title='Depression does not Cure by Itself! Attend To It'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2330926489911023979</id><published>2008-10-12T12:48:00.002+06:00</published><updated>2008-10-12T13:02:38.690+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Top Rated  Online Muscle Building  Course</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style=";font-family:Tahoma;font-size:180%;"  &gt;&lt;strong&gt;&lt;span style="color: rgb(198, 0, 0);"&gt;“Discover The Top Rated &lt;span style="color: rgb(0, 0, 0);"&gt;            Online Muscle Building        &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-family:Tahoma;font-size:180%;"  &gt;&lt;strong&gt;            Course&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: rgb(198, 0, 0);font-family:Tahoma;font-size:6;"  &gt;&lt;strong&gt;&lt;span style="font-size:180%;"&gt;               Rated By &lt;u&gt;EIGHT&lt;/u&gt; Unbiased World             Renowned Fitness Experts, Leaving             The Competition Crying and &lt;u&gt;YOU&lt;/u&gt;             With A Ripped And Muscular             Physique...”&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;p style="color: rgb(0, 102, 0);"&gt; &lt;span style="font-family:Tahoma;"&gt;       &lt;strong&gt;The Purpose Of My Site:&lt;/strong&gt; To help you make        an &lt;u&gt; educated&lt;/u&gt;         and &lt;u&gt;unbiased&lt;/u&gt; decision about the best muscle        building programs available on the Internet, without all        the marketing hoopla and B.S.&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(0, 102, 0);font-family:Tahoma;" &gt;     &lt;/span&gt;&lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-family:Tahoma;"&gt; &lt;strong&gt;The Problem:&lt;/strong&gt; You have over a few       hundred bodybuilding/muscle building programs to choose from       on the net. Some are free. Some have a small price. Each       author bombards you with a different training “style” and       you are left clueless about which one is the&lt;strong&gt; best!&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(0, 102, 0);font-family:Tahoma;" &gt;     &lt;/span&gt;&lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-family:Tahoma;"&gt; &lt;strong&gt;The Solution:&lt;/strong&gt; In the end, you must       decide for yourself who you are going to trust, however the       goal of this site is to show you why we feel we have       discovered our number one choice for you...&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(0, 102, 0);font-family:Tahoma;" &gt;     &lt;/span&gt;&lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-family:Tahoma;"&gt; ...after comparing over dozens of the most popular       muscle building and bodybuilding programs we have reached a       verdict. After sifting out 90% of the programs and courses       that were pure junk and just out for your money, we were       left with a very small handful of programs and we have       decided to simply show you our #1 pick below to keep your       decision very easy...&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 102, 0);"&gt; &lt;span style="font-family:Tahoma;"&gt;                         &lt;br /&gt;                                                   &lt;table  style="width: 603px; height: 38px; font-weight: bold;font-family:trebuchet ms;" border="0" cellpadding="8" cellspacing="0"&gt;                         &lt;tbody&gt;&lt;tr style="color: rgb(255, 255, 0);" valign="top" bg&gt;                           &lt;td colspan="2" class="style5" align="center"&gt;                             &lt;span class="style2"&gt;&lt;i&gt;Created By Vince         DelMonte&lt;/i&gt;&lt;/span&gt;&lt;/td&gt;                         &lt;/tr&gt;                          &lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Tahoma;"&gt;                &lt;span style="color: rgb(0, 102, 0);"&gt;If your interested in                getting super buff,                ripped and muscular than &lt;/span&gt;&lt;strong style="color: rgb(0, 102, 0);"&gt;               Vince DelMonte's No                Nonsense Muscle Building                program&lt;/strong&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; is our                highest recommendation                and number one choice.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;strong&gt;&lt;span style="font-family:Tahoma;"&gt; Vince's program, in         our opinion, was the most comprehensive and complete         program that appealed to skinny guys and girls young         and old. &lt;/span&gt;&lt;/strong&gt;&lt;span style="font-family:Tahoma;"&gt;&lt;strong&gt;        Although the title is “Skinny Guy Secrets...” the         program is complete enough to be a solution for         those seeking fat loss as well.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-family:Tahoma;"&gt;          Vince literally reveals EVERYTHING there is to         know about the muscle building process. Not one         stone is left unturned. It is amazing how much         information you get at such a low price which         reinforced NNMB as our top pick.&lt;/span&gt;&lt;/p&gt;        &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-family:Tahoma;"&gt; The program Vince promotes         is the same one he used to defeat his long distance         running genes &lt;em&gt;(Vince used to be an endurance         athlete for 10 years)&lt;/em&gt; and packed on a clean,         41-pounds of lean muscle mass in half a years time.&lt;/span&gt;&lt;/p&gt;        &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-family:Tahoma;"&gt; We were extremely impressed         when we discovered that Vince's transformation was         featured in the international magazine, Maximum         Fitness, he is a National Fitness Model champion and         manages a personal training team of 15 full time         trainers in his home town. &lt;strong&gt;It's nice to see         a muscle building author living what he preaches         which can't be said for many of the other programs         out there...&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;        &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-family:Tahoma;"&gt; Therefore, when a guy like         this writes a course on muscle building to reveal         his system and secrets then you just have to look!&lt;/span&gt;&lt;/p&gt;        &lt;p&gt;&lt;span style="font-family:Tahoma;"&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; The foundation of his         program is his best-selling 201 page e-book&lt;/span&gt;&lt;span style="color: rgb(198, 0, 0);"&gt; &lt;strong&gt;        No Nonsense Muscle Building: Skinny Guy Secrets To         Insane Muscle Gain.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;                                           &lt;blockquote&gt;                  &lt;p&gt;&lt;span style="color: rgb(198, 0, 0);font-family:Tahoma;" &gt;&lt;strong&gt; No Nonsense is broken up into   these 9 chapters:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;              &lt;p align="left"&gt;&lt;span style="color: rgb(0, 0, 204);font-family:Tahoma;" &gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div  style="font-size:14px;"&gt; &lt;span style="color: rgb(0, 0, 204);font-family:Tahoma;" &gt;&lt;strong&gt; 1. Top 14 Mistakes To Avoid Before You Even Begin Training&lt;br /&gt;            &lt;br /&gt;              2. The Top 12 Bodybuilding Myths&lt;br /&gt;            &lt;br /&gt;              3. How To Build Muscle&lt;br /&gt;            &lt;br /&gt;              4. Recovery Methods – Accelerate Recovery&lt;br /&gt;            &lt;br /&gt;              5. Maximizing Hormones For Maximal Muscle Building   &amp;amp; Fat Loss&lt;br /&gt;            &lt;br /&gt;              6. Massive Eating &amp;amp; Nutrition&lt;br /&gt;            &lt;br /&gt;              7. Making Sense Of Supplementation – Use Them   Wisely&lt;br /&gt;            &lt;br /&gt;              8. Injury Prevention &amp;amp; Avoiding The Causes&lt;br /&gt;            &lt;br /&gt;              9. No Nonsense Maximum Muscle Growth Program&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;            &lt;/blockquote&gt;                &lt;p&gt;&lt;span style="font-family:Tahoma;"&gt; If that is not enough, he slaps on over 10 support  modules to guarantee you get started on the right track. Everything from a&lt;strong&gt;  beginner-intermediate 29 week muscle building program, a 29-week advanced muscle  building program&lt;/strong&gt;    (after you complete the first one), &lt;strong&gt;five 84 day healthy mass meal  plans&lt;/strong&gt;    that range from 2000 to 6000 calories. A &lt;strong&gt;virtual exercise demonstrator&lt;/strong&gt;    to show proper technique, an entire review of all the most &lt;strong&gt;popular  supplements, audio courses, personal one-on-one email coaching &lt;/strong&gt;and much  more. &lt;/span&gt;&lt;/p&gt;       &lt;p&gt;&lt;span style="font-family:Tahoma;"&gt; The program can be ordered through &lt;strong&gt;Clickbank's  secure server&lt;/strong&gt; which ensures &lt;strong&gt;100% safety&lt;/strong&gt; with your  payment information. Everything is digitally delivered, nothing is sent in the  mail, so you will be able to have all of this information within less than 2  minutes of ordering.&lt;/span&gt;&lt;/p&gt;      &lt;p&gt;&lt;span style="font-family:Tahoma;"&gt; At the end, Vince takes all the risk       by offering a 8-week money back guarantee which means if you       don't get the results you want, just email Clickbank, and       they will give you ever single penny back. You really have       NOTHING to lose or risk. &lt;/span&gt;&lt;/p&gt;       &lt;p&gt;&lt;span style="font-family:Tahoma;"&gt; One of the most reassuring facts prior to ordering is  the impressive fact that No Nonsense has a collection of Expert Reviews on his  site. Vince has pretty much every &lt;strong&gt;world renowned fitness experts&lt;/strong&gt;    promoting his site with an endorsement after reviewing his product just like  we did. &lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Tahoma;"&gt; &lt;strong&gt;Guys like Dr. John Berardi, Dr. Jon Benson,  David Grisaffi, Robert Dimaggio and Nick Nilsson all give this program  “two-thumbs up” which speaks volumes because I'm sure these guys don't put their  name just beside any random product!&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;      &lt;p&gt;&lt;span style="font-family:Tahoma;"&gt; Lastly, No Nonsense boasts literally       dozens of Success Stories, with before and after pictures,       of current users of the program. &lt;/span&gt;&lt;/p&gt;                                                                                                                                                            &lt;table width="100%" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top" height="750"&gt;                            &lt;blockquote&gt;                             &lt;p class="style2"&gt;&lt;strong&gt;&lt;span style="background-color: rgb(255, 255, 153);"&gt;&lt;br /&gt;                            Program Highlights:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;                              &lt;table style="width: 416px; height: 363px;" border="0" cellpadding="5" cellspacing="0"&gt;                               &lt;tbody&gt;&lt;tr&gt;                                 &lt;td width="19" bgcolor="#e5f0fb"&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkblue.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3" width="450" bgcolor="#e5f0fb"&gt;         #1 best-selling skinny guy muscle building          program on net&lt;/td&gt;                               &lt;/tr&gt;                                &lt;tr&gt;                                 &lt;td&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkwhite.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3"&gt;Most complete and          comprehensive step-by-step muscle building          course&lt;/td&gt;                               &lt;/tr&gt;                                &lt;tr&gt;                                 &lt;td bgcolor="#e5f0fb"&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkblue.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3" bgcolor="#e5f0fb"&gt;Written by          national fitness model champion and former          skinny guy&lt;/td&gt;                               &lt;/tr&gt;                                &lt;tr&gt;                                 &lt;td bgcolor="#ffffff"&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkwhite.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3" bgcolor="#ffffff"&gt;Instantly          downloadable from website, available in every          country&lt;/td&gt;                               &lt;/tr&gt;                                &lt;tr&gt;                                 &lt;td bgcolor="#e5f0fb"&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkblue.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3" bgcolor="#e5f0fb"&gt;Eight          unbiased Expert Reviews from world renowned          fitness authors&lt;/td&gt;                               &lt;/tr&gt;                                &lt;tr&gt;                                 &lt;td bgcolor="#ffffff"&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkwhite.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3" bgcolor="#ffffff"&gt;Literally          over thousands of successful users in 60          different countries&lt;/td&gt;                               &lt;/tr&gt;                                &lt;tr&gt;                                 &lt;td bgcolor="#e5f0fb"&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkblue.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3" bgcolor="#e5f0fb"&gt;Extremely          high value and very low price&lt;/td&gt;                               &lt;/tr&gt;                                &lt;tr&gt;                                 &lt;td bgcolor="#ffffff"&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkwhite.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3" bgcolor="#ffffff"&gt;100% safe          and secure ordering system&lt;/td&gt;                               &lt;/tr&gt;                                &lt;tr&gt;                                 &lt;td bgcolor="#e5f0fb"&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/checkblue.jpg" width="20" height="19" /&gt;&lt;/td&gt;                                  &lt;td class="style3" bgcolor="#e5f0fb"&gt;8 week          money back guarantee&lt;/td&gt;                               &lt;/tr&gt;                                                             &lt;/tbody&gt;&lt;/table&gt;        &lt;/blockquote&gt;                                                                     &lt;p align="left"&gt;&lt;strong&gt;&lt;br /&gt;                            &lt;span class="style2"&gt;&lt;span style="background-color: rgb(255, 255, 153);"&gt;        Click the link below&lt;/span&gt; to visit Vince's website         for more information...&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;                             &lt;p align="center"&gt;&lt;span class="style2"&gt;&lt;strong&gt;&lt;a href="http://soyman.nononsense.hop.clickbank.net/"&gt;&lt;br /&gt;                            &lt;/a&gt;        &lt;a target="_blank" href="http://www.vincedelmontefitness.com/home2.html"&gt;                              &lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: left;"&gt;&lt;span class="style2"&gt;&lt;strong&gt;&lt;a target="_blank" href="http://www.vincedelmontefitness.com/home2.html"&gt;&lt;img style="width: 503px; height: 242px;" src="http://www.healthybiz2000.com/muscle-building/images/basic_package.jpg" alt="Muscle Building Program" border="0" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;                              &lt;p class="style9" align="center"&gt;&lt;strong&gt;&lt;img src="http://www.healthybiz2000.com/muscle-building/images/arrow.gif" width="25" height="25" /&gt;         &lt;a style="color: rgb(255, 0, 0);" title="Muscle Building Program" target="_blank" href="http://www.vincedelmontefitness.com/home2.html"&gt;Click Here&lt;/a&gt; To Visit Vince's Website&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="color: rgb(198, 0, 0);font-family:Tahoma;font-size:6;"  &gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(198, 0, 0);font-family:Tahoma;font-size:6;"  &gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2330926489911023979?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2330926489911023979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2330926489911023979&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2330926489911023979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2330926489911023979'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/top-rated-online-muscle-building-course.html' title='Top Rated  Online Muscle Building  Course'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-4453766714976210809</id><published>2008-10-12T12:45:00.001+06:00</published><updated>2008-10-12T13:04:59.084+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Menu Planning</title><content type='html'>&lt;div style="text-align: right;"&gt;&lt;div style="text-align: left;"&gt;&lt;p&gt; &lt;img style="width: 543px; height: 125px;" src="http://www.healthybiz2000.com/family.jpg" alt="Menu Planning" border="0" /&gt; &lt;/p&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 0, 0);font-family:Tahoma;font-size:130%;"  &gt;Sunday, October 12, 2008&lt;/span&gt;             &lt;br /&gt;&lt;/div&gt;&lt;span style="font-family:Verdana;"&gt;&lt;br /&gt;Stop Feeding Your Family Junk!&lt;br /&gt;&lt;br /&gt;If you had a choice between grabbing fat-laden fast food yet again or&lt;br /&gt;serving your family a balanced, home-cooked meal, which would you pick?&lt;br /&gt;&lt;br /&gt;What if I told you that you can prepare that home-cooked meal and save&lt;br /&gt;time and money over the so called "Fast Food" option? Menu Planning allows&lt;br /&gt;you to do just that. It ensures that you have the ingredients you need in&lt;br /&gt;the house to whip up a delicious and nutritious dinner in less time than&lt;br /&gt;it takes you to find a coupon for your favorite pizza joint -- again.&lt;br /&gt;&lt;br /&gt;But who has time to sit down to find recipes, make a menu plan and the&lt;br /&gt;grocery list to go along with it? The Menu Mom Does!&lt;br /&gt;&lt;br /&gt;She's done all the hard work for you, compiling recipes and creating&lt;br /&gt;printable shopping lists. All you have to do is click print and you're set&lt;br /&gt;to feed your family for an entire week.&lt;br /&gt;&lt;br /&gt;Don't spend this summer stuck in the kitchen, missing out on summer&lt;br /&gt;memories, or worse, wasting your money on fast-food.&lt;br /&gt;&lt;br /&gt;Let the Menu Mom handle everything for you.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-4453766714976210809?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/4453766714976210809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=4453766714976210809&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/4453766714976210809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/4453766714976210809'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/menu-planning.html' title='Menu Planning'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-3059922261893799737</id><published>2008-10-12T12:43:00.003+06:00</published><updated>2008-10-12T13:28:57.037+06:00</updated><title type='text'>Liposuction</title><content type='html'>&lt;div style="text-align: right;"&gt;&lt;span style="font-family:Tahoma;font-size:130%;color:#000000;"&gt;Sunday, October 12, 2008&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;p style="font-family: times new roman; color: rgb(0, 102, 0); font-style: italic;" align="left"&gt;&lt;span style="font-size:100%;"&gt;A Definition of Liposuction&lt;br /&gt;by Robbie Darmona&lt;/span&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt; &lt;span style="font-size:100%;"&gt;Known also as suction lipectomy, lipoplasty or  liposculpture, liposuction has become an easy way to retain the youthful look of  our bodies. It is used almost by everyone, who has problems with subcutaneous  fats.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt; &lt;span style="font-size:100%;"&gt; Liposuction can be best described as a manipulation for operative removing of  the fat from a certain place of your body. The fattened place can be the abdomen  area, the thighs, the chin, the flanks, the upper area of the knees, the neck  area, the area of the underarms, and so on. Nearly every area that has fats  under the skin can be put to a liposuction procedure. The main thing that people  confuse when talking about liposuction is that you get slimmer after the  operation. This is not the case, although it helps people with certain obesity  problems, or people who have been living on a calorie-restricted diet for years.  But in most cases liposuction just removes the unwanted fat in a certain place  of the body, its aim is not to make you thinner. &lt;/span&gt;  &lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt;&lt;span style="font-size:100%;"&gt;Liposuction can be done in many  different ways. The traditional method is by using a special cannula for sucking  out the fats. The cannula can be replaced with a vacuum pump type machines. This  way of using the surgery instruments is called Dry Liposuction. Another types of  liposuction include Wet and Super-Wet Liposuction, and Tumescent Liposuction.  There are other techniques, involving modern technology, such as  Ultrasound-Assisted Liposuction, Power-Assisted Liposuction, or MicroAire  Liposuction. The latest advances in technology make possible the appearance of  even better developed Liposuction Techniques- the Laser Liposuction, the Laser  Lipolisis, the Chemical Fat Removal and last but not least the Lower Level  Ultrasonic-Assisted fat ablation. As the technological revolution is getting up  speed faster and faster, there are surely to evolve new Liposuction Techniques.  The growing development of liposuction is because nearly everyone needs it. Many  people have fat problems, and most of them are ready to pay every sum of money  the surgeons require to get rid of overweight. For more information click &lt;a target="_blank" href="http://www.newlbody.com/"&gt;Liposuction&lt;/a&gt; &lt;/span&gt;  &lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt;&lt;span style="font-size:100%;"&gt;But not everyone can be operated  to remove the fat. Liposuction can be dangerous for some of you, so you must  consult a professional before you decide to undertake the operation. First of  all, you need to tell your surgeon your full medical history, all your previous  illnesses, as well as all the medications you have taken or are still taking at  the moment. You should be in good general condition, at a steady weight  (15%-20%-30% of your 'ideal' weight), and you shouldn't suffer from pre-existing  diseases. After the removal of the fats from underneath, your skin needs to have  elasticity in order to gain back its former tightness. The laxity of your  tissues can leave ugly stretch marks on your skin for several weeks. Liposuction  on greater areas causes the same cosmetic deformities that pregnant women suffer  from after birth giving. Sometimes excess skin must also be removed, if  liposuction is done on a larger area of the body. The most important thing  before heading into the manipulation itself, is to consult carefully all details  with your surgeon. Ask all the questions you came to think of, to make sure no  misunderstanding ruins your health.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt;&lt;span style="font-size:100%;"&gt; Article by   &lt;a target="_blank" href="http://www.robbiedarmona.com/"&gt;Robbie Darmona&lt;/a&gt; -  an article author who writes on a wide variety of subjects. For more information  click   &lt;a target="_blank" href="http://www.newlbody.com/"&gt; Liposuction&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-3059922261893799737?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/3059922261893799737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=3059922261893799737&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3059922261893799737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3059922261893799737'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/liposuction_12.html' title='Liposuction'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2343186893804661928</id><published>2008-10-12T12:43:00.000+06:00</published><updated>2008-10-12T12:55:01.234+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Liposuction</title><content type='html'>&lt;div style="text-align: right;"&gt;&lt;span style="font-family:Tahoma;font-size:130%;color:#000000;"&gt;Sunday, October 12, 2008&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;p style="font-family: times new roman; color: rgb(0, 102, 0); font-style: italic;" align="left"&gt;&lt;span style="font-size:100%;"&gt;A Definition of Liposuction&lt;br /&gt;by Robbie Darmona&lt;/span&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt; &lt;span style="font-size:100%;"&gt;Known also as suction lipectomy, lipoplasty or  liposculpture, liposuction has become an easy way to retain the youthful look of  our bodies. It is used almost by everyone, who has problems with subcutaneous  fats.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt; &lt;span style="font-size:100%;"&gt; Liposuction can be best described as a manipulation for operative removing of  the fat from a certain place of your body. The fattened place can be the abdomen  area, the thighs, the chin, the flanks, the upper area of the knees, the neck  area, the area of the underarms, and so on. Nearly every area that has fats  under the skin can be put to a liposuction procedure. The main thing that people  confuse when talking about liposuction is that you get slimmer after the  operation. This is not the case, although it helps people with certain obesity  problems, or people who have been living on a calorie-restricted diet for years.  But in most cases liposuction just removes the unwanted fat in a certain place  of the body, its aim is not to make you thinner. &lt;/span&gt;  &lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt;&lt;span style="font-size:100%;"&gt;Liposuction can be done in many  different ways. The traditional method is by using a special cannula for sucking  out the fats. The cannula can be replaced with a vacuum pump type machines. This  way of using the surgery instruments is called Dry Liposuction. Another types of  liposuction include Wet and Super-Wet Liposuction, and Tumescent Liposuction.  There are other techniques, involving modern technology, such as  Ultrasound-Assisted Liposuction, Power-Assisted Liposuction, or MicroAire  Liposuction. The latest advances in technology make possible the appearance of  even better developed Liposuction Techniques- the Laser Liposuction, the Laser  Lipolisis, the Chemical Fat Removal and last but not least the Lower Level  Ultrasonic-Assisted fat ablation. As the technological revolution is getting up  speed faster and faster, there are surely to evolve new Liposuction Techniques.  The growing development of liposuction is because nearly everyone needs it. Many  people have fat problems, and most of them are ready to pay every sum of money  the surgeons require to get rid of overweight. For more information click &lt;a target="_blank" href="http://www.newlbody.com/"&gt;Liposuction&lt;/a&gt; &lt;/span&gt;  &lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt;&lt;span style="font-size:100%;"&gt;But not everyone can be operated  to remove the fat. Liposuction can be dangerous for some of you, so you must  consult a professional before you decide to undertake the operation. First of  all, you need to tell your surgeon your full medical history, all your previous  illnesses, as well as all the medications you have taken or are still taking at  the moment. You should be in good general condition, at a steady weight  (15%-20%-30% of your 'ideal' weight), and you shouldn't suffer from pre-existing  diseases. After the removal of the fats from underneath, your skin needs to have  elasticity in order to gain back its former tightness. The laxity of your  tissues can leave ugly stretch marks on your skin for several weeks. Liposuction  on greater areas causes the same cosmetic deformities that pregnant women suffer  from after birth giving. Sometimes excess skin must also be removed, if  liposuction is done on a larger area of the body. The most important thing  before heading into the manipulation itself, is to consult carefully all details  with your surgeon. Ask all the questions you came to think of, to make sure no  misunderstanding ruins your health.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);" align="left"&gt;&lt;span style="font-size:100%;"&gt; Article by   &lt;a target="_blank" href="http://www.robbiedarmona.com/"&gt;Robbie Darmona&lt;/a&gt; -  an article author who writes on a wide variety of subjects. For more information  click   &lt;a target="_blank" href="http://www.newlbody.com/"&gt; Liposuction&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2343186893804661928?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2343186893804661928/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2343186893804661928&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2343186893804661928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2343186893804661928'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/liposuction.html' title='Liposuction'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-1957596038674297148</id><published>2008-10-12T12:41:00.000+06:00</published><updated>2008-10-12T12:55:01.235+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Low Cost Health Insurance</title><content type='html'>&lt;div style="text-align: right;"&gt;&lt;span style="font-family:Tahoma;font-size:130%;color:#000000;"&gt;Sunday, October 12, 2008&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;span style="font-family:Verdana;"&gt;Many feel that health insurance is a waste of  money. These people are often quite healthy and have no need to see their  physician beyond yearly check-ups. However, health insurance is extremely  important because it not only offers you protection from harmful illnesses or  diseases and creates a better quality of life, but it can protect you from  financial devastation in the case of an emergency.&lt;br /&gt;&lt;br /&gt; One of the most crucial reasons to have health insurance is to cover the costs  of medical bills - emergency or non-emergency. Without health insurance, you may  be tempted to not see a doctor about medical issues you have, or you may assume  that they are not serious. Both of these options are harmful and unwise as  medical issues will often progress and become worse over time.&lt;br /&gt;&lt;br /&gt;Insurance is often about ensuring you are covered in an emergency situation. For  instance, you carry automobile insurance so that if you ever get into an  accident, you will not be responsible financially. Health insurance works in  much the same way, but it is also used to cover basic medical expenses and  sometimes even preventative care depending upon your insurance provider. This  can increase or improve your quality of life by allowing you to be proactive in  your health care instead of simply reacting to medical issues that may arise.&lt;br /&gt;&lt;br /&gt;Furthermore, the costs of medical procedures and consultations have increased  with time. Even a routine outpatient procedure, like the removal of gall bladder  stones, can be a costly medical expense. Even a short visit to a specialist for  diagnosis can be extremely expensive. Emergency medical issues or the  development of possibly fatal or debilitating illnesses are one reason to have  health insurance. The expenses to treat these medical issues can cost hundreds  of thousands dollars and pull you into a financially disastrous situation. With  late fees and minimum payments, you may never be able to pay off your medical  bills, and hospitals and doctors will often send collection agencies after you.  This is not only inconvenient, but can also can ruin your credit and make it  impossible to rent an apartment or buy a car.&lt;br /&gt;&lt;br /&gt;As you can see, health insurance is very important. It will not only improve  your quality of life and ensure that you are in top-notch health, but it can  save you money in the long-run. When you consider what in your life is most  important, your health has to be on the top of the list. If you protect your  possessions or your home with insurance because of their value, then you should  insure your health as well. After all, isn't your health valuable too?     &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-1957596038674297148?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/1957596038674297148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=1957596038674297148&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1957596038674297148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1957596038674297148'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/low-cost-health-insurance.html' title='Low Cost Health Insurance'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-1965291362444198360</id><published>2008-10-12T12:39:00.000+06:00</published><updated>2008-10-12T12:55:01.236+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Over 40 - Fitness</title><content type='html'>&lt;span style="font-family:Tahoma;font-size:130%;color:#000000;"&gt;Sunday, October 12, 2008&lt;/span&gt;                 &lt;p&gt;&lt;span style="font-family:Verdana;"&gt;Staying &lt;b&gt;Fit at 40 Plus&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Verdana;"&gt;Is your physical condition causing you pain?&lt;br /&gt;&lt;br /&gt;Do you want to say goodbye to backaches, leg cramps, stiffness, muscle aches,  neck pain, and sore joints?&lt;br /&gt;&lt;br /&gt; I am very excited to share with you a unique system designed by Jon Benson, that  has helped various pain for people just like you and me worldwide!&lt;br /&gt;&lt;br /&gt;What would you be able to accomplish if you were pain-free everyday?&lt;br /&gt;&lt;br /&gt; &lt;a onmouseover="window.status='http://www.fitover40.com';return true;" onmouseout="window.status=' ';return true;" target="_blank" href="http://www.fitover40.com/aff/soyman"&gt; http://www.fitover40.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Verdana;"&gt;Jon's program has helped many achieve this and  can do it for you too!&lt;br /&gt;&lt;br /&gt;Fit over 40 can help you to maintain a healthy lifestyle while watching your  family grow, your body change for the better and even your energy levels rise  despite menopause.&lt;br /&gt;&lt;br /&gt;Don't just read it - believe it and see other people who were once just like you  thriving and living each day to the fullest...&lt;br /&gt;&lt;br /&gt;...Like the 77 year old grandmother who competes in body building competitions!!&lt;br /&gt;&lt;br /&gt; &lt;a onmouseover="window.status='http://www.fitover40.com';return true;" onmouseout="window.status=' ';return true;" target="_blank" href="http://www.fitover40.com/aff/soyman"&gt; http://www.fitover40.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Verdana;"&gt;Although not everyone will take on a challenge  like she did, the freedom to know you can do it should be enough to make you  check out Fit Over 40 and see what could be in store for you.&lt;br /&gt;&lt;br /&gt;Just a few of the benefits of increased bone density that you could benefit from  in just 24 months include....&lt;br /&gt;&lt;br /&gt;Increased muscle tone, sex drive and energy level&lt;br /&gt;&lt;br /&gt;Decrease in joint pain&lt;br /&gt;&lt;br /&gt;Improvement in posture...&lt;br /&gt;&lt;br /&gt;and less need for expensive pharmaceuticals.&lt;br /&gt;&lt;br /&gt;Click on the link below to learn just how Jon Benson and his more than qualified  team of trainers can help you with each of these crucial areas in your life.&lt;br /&gt;&lt;br /&gt; &lt;a onmouseover="window.status='http://www.fitover40.com';return true;" onmouseout="window.status=' ';return true;" target="_blank" href="http://www.fitover40.com/aff/soyman"&gt; http://www.fitover40.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-family:Verdana;"&gt;Be like thousands of others and see what all  the buzz and hype is about.&lt;br /&gt;&lt;br /&gt;Visit the Fit Over 40 website today and see  how you can begin to reverse the natural products of aging and continue to live  your life to the fullest.&lt;br /&gt;&lt;br /&gt;To your pain-free future,&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;  &lt;p&gt;&lt;span style="font-family:Verdana;"&gt;Notes:&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Verdana;"&gt;1. Visit the site and read tons of   testimonials by people just like me and you just like theses&lt;br /&gt;&lt;br /&gt;"This is   not a book just about staying or being fit. It is a book which takes fitness   to a much higher level than what we see today. A brilliant combination of   real-life stories with messages and information about staying fit in body,   mind and spirit. Read it for the priceless information, inspiration and   motivation and use it to keep yourself fit forever. This is real dynamite   material."&lt;br /&gt;- John Harricharan, Atlanta, Georgia, USA -&lt;br /&gt;Award-winning   author of the bestseller, When You Can Walk On Water, Take The Boat&lt;br /&gt;&lt;br /&gt; "Man, I can't believe how inspiring your new book is. That's powerful   stuff-all those pictures, personal stories, and how-to, rolled into one   package."&lt;br /&gt;- Charles Burke, Japan -&lt;br /&gt; Author of Inside the Minds of Winners and Command More Luck&lt;br /&gt;&lt;br /&gt; &lt;a onmouseover="window.status='http://www.fitover40.com';return true;" onmouseout="window.status=' ';return true;" target="_blank" href="http://www.fitover40.com/aff/soyman"&gt;  http://www.fitover40.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:Verdana;"&gt;2. Just for taking the time to visit the   Fit Over 40 website and hear Jon Benson out you will receive two absolutely   free gifts.&lt;br /&gt;&lt;br /&gt;What are-You-waiting for??? Check it out now!&lt;br /&gt; &lt;br /&gt; &lt;a onmouseover="window.status='http://www.fitover40.com';return true;" onmouseout="window.status=' ';return true;" target="_blank" href="http://www.fitover40.com/aff/soyman"&gt;  http://www.fitover40.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-1965291362444198360?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/1965291362444198360/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=1965291362444198360&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1965291362444198360'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1965291362444198360'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/over-40-fitness.html' title='Over 40 - Fitness'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-3488108095914396301</id><published>2008-10-12T12:36:00.000+06:00</published><updated>2008-10-12T12:55:01.238+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Discount Dental Plans</title><content type='html'>&lt;div style="text-align: right;"&gt;&lt;span style="font-family:Tahoma;font-size:130%;color:#000000;"&gt;Sunday, October 12, 2008&lt;/span&gt;&lt;/div&gt;                    &lt;p align="left"&gt;&lt;span style="font-family:Verdana;"&gt;Which do you prefer,     Dental Insurance or Discount Dental Plans (Fee for Service)?&lt;br /&gt;by     Raul Ramirez&lt;/span&gt;&lt;/p&gt;        &lt;p align="left"&gt;&lt;span style="font-family:Verdana;"&gt;Good dental health, as     well as correcting dental problems, is essential to overall health.     Many Americans are finding themselves without effective dental     coverage to treat and maintain their dental needs. This is due in     part to businesses increasingly cutting-back or offering inferior     dental coverage for prices many cant afford. So what are people to     do? As a result, people have started looking for alternatives for     their dental coverage needs especially online.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt; &lt;span style="font-family:Verdana;"&gt;The #1 question people     are asking is, "What's the difference between Dental Insurance and     Discount Dental Plans?"     &lt;/span&gt;&lt;/p&gt;        &lt;p align="left"&gt;&lt;span style="font-family:Verdana;"&gt;There are distinct     differences between the way dental insurance plans and "discount     dental plans work. Usually, dental insurance is used by large groups     and businesses to cover their employees dental care. Dental     insurance is true insurance where monthly premiums are paid for     defined coverage. Dental insurance is not readily available to     individuals and families, unless provided by their employer. The     pitfalls of dental insurance include annual benefit maximums,     deductibles, waiting periods for procedures, and limitations and     exclusions. There are also claims forms to fill out and submit.     Dental insurance a lot of times doesn't even cover the cost of     preventative measure until deductibles are met. You are able to use     any dentist but the monthly premiums for dental insurance may be as     much as $30 per month for individuals and over $100 per month for     family plans.    &lt;/span&gt;&lt;/p&gt;    &lt;p align="left"&gt;&lt;span style="font-family:Verdana;"&gt;Discount dental plans     or "fee for service" plans, on the other hand, are available for     everyone whether or not you are covered by a group plan. Fee for     service plans are designed to provide clients dental networks at     reduced rates or better yet, pay a certain amount and only that     amount for services performed. Discount dental plans are affordable     and are the most widely available dental programs for individuals     and families. These discount plans work differently than dental     insurance plans, yet provide consumers with real and substantial     savings on most dental procedures. Discount dental plans are     membership-based programs that usually provide coverage on an annual     basis. Consumers pay a membership fee in exchange for secured     discounts on most dental services, such as dental exams, routine     cleanings, fillings, extractions, root canals, dentures, crowns, and     braces. These plans typically save the consumer ten to sixty percent     off most standard out-of-pocket fees when visiting a participating     network provider. Most discount dental plans provide a "fee     schedule" with the discounted fees listed out in the membership     materials to ensure consumers will receive their promised savings. &lt;/span&gt;&lt;/p&gt;    &lt;p align="left"&gt;&lt;span style="font-family:Verdana;"&gt;While there are     several differences between traditional dental insurance plans and     discount dental plans, they can also be used together in certain     situations to maximize savings. Gulf Breeze Insurance Inc. offer     both plans but prefer to off the fee for service plan for the basic     fact our clients like to save money and most need dental coverage     now with no waiting period or stipulations on the money they spend.     The fact that you know exactly what you are getting and saving is     enough to prefer these plans over any other. Many dentists will even     tell you at the time you checkout how much you have just saved. You     can even visit Gulf Breeze Insurance Inc. at &lt;a href="http://www.gulfbreezeinsurance.com/"&gt;    http://www.gulfbreezeinsurance.com&lt;/a&gt; to see if one of these plans     is available in your area and how much it can help you.&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;    &lt;p align="left"&gt;&lt;span style="font-family:Verdana;"&gt;Raul Ramirez is     a licensed agent in the state of Florida. He owns and operates Gulf     Breeze Insurance Inc. an independent insurance agency.     &lt;a href="http://www.gulfbreezeinsurance.com/"&gt;http://www.gulfbreezeinsurance.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;span style="font-family:Verdana;font-size:130%;"&gt;&lt;b&gt;Discount Dental Plans&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p align="left"&gt;&lt;span style="font-family:Verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-3488108095914396301?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/3488108095914396301/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=3488108095914396301&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3488108095914396301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3488108095914396301'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/discount-dental-plans.html' title='Discount Dental Plans'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-7569298784471872517</id><published>2008-10-09T09:56:00.000+06:00</published><updated>2008-10-09T10:00:56.583+06:00</updated><title type='text'>The Kidney Infection - Very Common, Very Uncomfortable</title><content type='html'>&lt;div style="text-align: center; color: rgb(153, 0, 0);"&gt;&lt;span style="font-family: trebuchet ms; font-weight: bold;font-size:180%;" class="art_title" &gt;The Kidney Infection - Very Common, Very Uncomfortable&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: left; font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;div id="body"&gt;&lt;p&gt;Kidney infections, known medically as pyelonephritis (pyelos means pelvis of the kidney) and glomerulonephritis, often start in the bladder. If a person has low resistance, germs from the bladder can travel up the ureters to the kidneys and begin to multiply. An acute kidney infection starts suddenly with severe symptoms, then quickly comes to an end. A chronic kidney infection develops slowly and grows worse with time. A chronic infection can lead to kidney failure.&lt;/p&gt;&lt;p&gt;We'll cover the glomerulonephritis type of kidney infection first.&lt;/p&gt;&lt;p&gt;Acute glomerulonephritis is an inflammatory kidney infection involving the renal glomeruli of the kidneys. It is believed to involve an antigen-antibody reaction which produces damage to the kidney in the glomerular capillaries.&lt;/p&gt;&lt;p&gt;Acute glomerulonephritis usually follows a streptococcal infection of the respiratory tract or sometimes a skin infection such as impetigo. But most often it's caused by an allergic or immune response to infections elsewhere in the body. Strep infection is the most common cause.&lt;/p&gt;&lt;p&gt;Chronic glomerulonephritis is a kidney infection that progresses slowly. It's generally characterized by inflammation of the glomeruli, which results in sclerosis, scarring and eventually, kidney failure. This variety of infection usually develops insidiously and without symptoms, often over many years.&lt;/p&gt;&lt;p&gt;Many different kinds of infections can lead to glomerulonephritis, including pneumonia, syphilis, malaria, hepatitis, and measles. Chronic cases can also be caused by structural abnormalities or systemic disorders.&lt;/p&gt;&lt;p&gt;If the kidney infection is still present after one to two years, it may be considered chronic. This occurs in a very small percent of patients. Typically, the damage to the kidneys continues to progress, but so slowly that the patient is without symptoms. A normal life may be possible for 20 to 30 years, until the kidneys can no longer function. At that time, a kidney transplant or dialysis is necessary.&lt;/p&gt;&lt;p&gt;Pyelonephritis&lt;/p&gt;&lt;p&gt;Pyelonephritis is an inflammation of one or both kidneys. It may be acute, relapsing or chronic. This type of infection can include complications like hypertension, chronic infection, renal insufficiency and kidney failure. Typically the this kind of infection progresses very slowly. Patients sometimes have adequate kidney function for more than 20 years after onset.&lt;/p&gt;&lt;p&gt;Most kidney infections of this type result from bacterial infection, including intestinal bacteria and fecal flora that grow readily in urine. Pyelonephritis can be caused by any of the organisms that cause lower urinary tract infection. Certain conditions increase the likelihood of such an infection, including scars from previous infections, urinary tract infections, abnormal growth of the prostate gland, kidney stones, tumors, stagnation of urine due to back flow from the bladder, diabetes mellitus, trauma and even pregnancy.&lt;/p&gt;&lt;p&gt;Symptoms of Kidney Infection&lt;/p&gt;&lt;p&gt;Symptoms and signs of some kidney infections are often vague and ill-defined. But symptoms associated with pyelonephritis are often acute, including fever, chills, back ache, and nausea.&lt;/p&gt;&lt;p&gt;Other symptoms of a kidney infection can include cloudy, foul smelling urine, fever, chills or weakness.&lt;/p&gt;&lt;p&gt;Treatment of Kidney Infection&lt;/p&gt;&lt;p&gt;Glomerulonephritis: rest and antibiotics. The treatment may continue for one to two weeks after tests of blood, blood pressure, and the urine indicates that the kidneys are back to normal. Sodium and protein may be restricted.&lt;/p&gt;&lt;p&gt;Pyelonephritis: the most important steps are to eliminate the bacteria with antibiotics and to unblock any obstruction. When the blockage can't be eliminated and infections persist, then long-term antibiotic therapy may be necessary.&lt;/p&gt;&lt;/div&gt;&lt;p&gt;For more information, click on &lt;a id="link_73" target="_new" href="http://www.kidney-problem.org/"&gt;Kidney Infection&lt;/a&gt;&lt;/p&gt;&lt;p&gt;George McKenzie is a retired TV anchor, medical reporter and radio talk show host. He is a frequent contributor to &lt;a id="link_74" href="http://www.healthinfoarticles.com/" target="_blank"&gt;Health Information Articles&lt;/a&gt;, a resource site about health and wellness.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-7569298784471872517?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/7569298784471872517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=7569298784471872517&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7569298784471872517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7569298784471872517'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/kidney-infection-very-common-very.html' title='The Kidney Infection - Very Common, Very Uncomfortable'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-4973337365026684152</id><published>2008-10-09T09:53:00.000+06:00</published><updated>2008-10-09T09:56:01.622+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Urinary Tract Infection</title><content type='html'>&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;It was only third period, but Tracy had already visited the bathroom six times that morning. Sometimes she barely had time to ask the teacher for permission because the urge to pee was so intense. Did she drink too much orange juice for breakfast? Nope — although she really had to go, only a little urine came out each time. And every time she peed, she felt a burning sensation. What was going on?&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Tracy's experience is not unusual. Her problem, a &lt;strong&gt;urinary tract infection&lt;/strong&gt;, is one of the most common reasons that teens — especially girls — visit a doctor.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;img class="right" alt="" src="http://kidshealth.org/teen/infections/common/images_52578/979937507938.front_view.gif" /&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;What Is a Urinary Tract Infection?&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;A bacterial urinary tract infection (UTI) is the most common kind of infection affecting the &lt;a href="http://kidshealth.org/teen/your_body/body_basics/kidneys.html"&gt;urinary tract&lt;/a&gt;. Urine, or pee, is the fluid that is filtered out of the bloodstream by the kidneys. Urine contains salts and waste products, but it doesn't normally contain bacteria. When bacteria get into the bladder or kidney and multiply in the urine, a UTI can result.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;There are three main types of UTI. Bacteria that infect only the &lt;strong&gt;urethra&lt;/strong&gt; (the short tube that delivers urine from the bladder to the outside of the body) cause &lt;strong&gt;urethritis&lt;/strong&gt; (pronounced: yur-ih-&lt;strong&gt;threye&lt;/strong&gt;-tis). Bacteria can also cause a bladder infection, which is called &lt;strong&gt;cystitis&lt;/strong&gt; (pronounced: sis-&lt;strong&gt;tie&lt;/strong&gt;-tis). Another, more serious, kind of UTI is infection of the kidney itself, known as &lt;strong&gt;pyelonephritis&lt;/strong&gt; (pronounced: pie-low-nih-&lt;strong&gt;fry&lt;/strong&gt;-tis). With this type of UTI, a person often has back pain, high fever, and vomiting.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;The most common type of UTI, the bladder infection, causes mostly just discomfort and inconvenience. Bladder infections can be quickly and easily treated. And it's important to get treatment promptly to avoid the more serious infection that reaches the kidneys.&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Bacteria Are to Blame&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;UTIs are usually caused by &lt;em&gt;E. coli&lt;/em&gt;, bacteria that are normally found in the &lt;a href="http://kidshealth.org/teen/your_body/body_basics/digestive_system.html"&gt;digestive tract&lt;/a&gt; and on the skin around the rectal and vaginal areas. When the bacteria enter the urethra, they can make their way up into the bladder and cause an infection.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Girls get urinary tract infections much more frequently than guys, most likely due to differences in the shape and length of the urethra. Girls have shorter urethras than guys, and the opening lies closer to the rectum and vagina where bacteria are likely to be. Some people seem to get frequent UTIs, but they often have other problems that make them more prone to infection, like an abnormality in the urinary tract structures or function. The most common functional problem of the urinary tract is called &lt;strong&gt;vesicoureteral reflux&lt;/strong&gt; (pronounced: veh-zi-coe-you-&lt;strong&gt;ree&lt;/strong&gt;-tur-al), a condition in which some urine flows backward, or refluxes, from the bladder into the ureters and even up to the kidneys.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;There are several ways bacteria can get into the urethra. During sexual intercourse, the bacteria in the vaginal area may be pushed into the urethra and eventually end up in the bladder, where urine provides a good environment for the bacteria to grow. This is the reason why females who are sexually active often get UTIs (UTIs are &lt;strong&gt;not&lt;/strong&gt; contagious, so you can't catch a urinary tract infection from someone else). Bacteria may also be introduced into a girl's bladder by wiping from back to front after a bowel movement, which can contaminate the urethral opening. The use of &lt;a href="http://kidshealth.org/teen/sexual_health/contraception/contraception_spermicide.html"&gt;spermicides&lt;/a&gt; (including condoms treated with spermicide) and &lt;a href="http://kidshealth.org/teen/sexual_health/contraception/contraception_diaphragm.html"&gt;diaphragms&lt;/a&gt; as contraceptives may also increase the risk of getting a urinary tract infection.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;a href="http://kidshealth.org/teen/sexual_health/stds/std.html"&gt;Sexually transmitted diseases&lt;/a&gt; (STDs) may cause UTI-like symptoms, such as pain with urination. This is due to the inflammation and irritation of the urethra or vagina that's sometimes associated with &lt;a href="http://kidshealth.org/teen/sexual_health/stds/std_chlamydia.html"&gt;chlamydia&lt;/a&gt; and other STDs. If untreated, STDs may lead to serious long-term problems, including &lt;a href="http://kidshealth.org/teen/sexual_health/stds/std_pid.html"&gt;pelvic inflammatory disease (PID)&lt;/a&gt; and infertility. Unlike UTIs, STDs are contagious.&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Symptoms of UTIs&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;There are a number of symptoms associated with UTIs. With bladder infections, symptoms may include:&lt;/p&gt;  &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;frequent urination&lt;/li&gt;&lt;li&gt;burning or pain during urination&lt;/li&gt;&lt;li&gt;the feeling of having to pee even though little or no urine actually comes out&lt;/li&gt;&lt;li&gt;pain in the lower abdomen&lt;/li&gt;&lt;li&gt;pain above the pubic bone (in women)&lt;/li&gt;&lt;li&gt;a full feeling in the rectum (in men)&lt;/li&gt;&lt;li&gt;bloody or foul-smelling urine&lt;/li&gt;&lt;li&gt;mild fever&lt;/li&gt;&lt;li&gt;a general feeling of shakiness and fatigue&lt;/li&gt;&lt;/ul&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;A kidney infection may involve more serious symptoms, including:&lt;/p&gt;  &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;high fever&lt;/li&gt;&lt;li&gt;chills&lt;/li&gt;&lt;li&gt;nausea and vomiting&lt;/li&gt;&lt;li&gt;abdominal pain&lt;/li&gt;&lt;li&gt;cloudy or bloody urine&lt;/li&gt;&lt;li&gt;pain in the back, just above the waist&lt;/li&gt;&lt;/ul&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;If you have any symptoms of a urinary tract infection, you'll need to go to a doctor right away. The symptoms won't go away if you ignore them — they'll only become worse. The more quickly you begin treatment, the less uncomfortable it will be.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Call your doctor's office or clinic immediately. If you can't reach your doctor, you can visit an urgent care center or hospital emergency room. The most important thing is to take action as soon as possible.&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Battling the Bacteria&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Only your health care provider can treat urinary tract infections. The first thing a doctor will do is confirm that a person has a UTI by taking a clean-catch urine specimen. At the doctor's office, you'll be asked to clean your genital area with disposable wipes and then urinate into a sterile (bacteria-free) cup.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;If an infection is suspected when the specimen is examined, a doctor will probably prescribe antibiotics. Because there are many different antibiotics available, the doctor may send the urine specimen for a urine culture, which is a test to identify the exact type of bacteria causing your infection. It takes about 48 hours to get results from a urine culture, and a doctor may ask patients to switch antibiotics depending on the results.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Although antibiotics begin fighting the infection right away, they can't stop all the symptoms immediately. If someone has a lot of pain from a UTI, the doctor may recommend a medication to help relieve the spasm and pain in the bladder. This will turn urine a bright orange color, but it's harmless and will usually make a person much more comfortable within hours. In the case of a kidney infection, a doctor may prescribe pain medication.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;For some infections, a person may only have to take antibiotics for 3 days, but usually people with UTIs stay on medication for 7 to 14 days. It's important to take the antibiotics until the prescription is finished. Many people stop taking medication when they begin to feel better, but that doesn't allow the antibiotics to completely kill the bacteria, which increases the risk that the infection will reappear. If you've been diagnosed with a UTI and symptoms continue after you've used up all your medication or if your symptoms aren't much better after 2 to 3 days of treatment, contact your doctor.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;It's important to drink lots of water during and after treatment because each time you urinate, the bladder cleanses itself a little bit more. Cranberry juice may also be helpful. People with UTIs should avoid coffee and spicy foods. And, while it's always a good idea to &lt;a href="http://kidshealth.org/teen/drug_alcohol/tobacco/quit_smoking.html"&gt;quit smoking&lt;/a&gt;, this is especially true for people who have a UTI or are prone to getting UTIs because smoking is linked to bladder problems.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;People who get a doctor's help for a UTI right away should be clear of symptoms within a week. For a more serious kidney infection, most people have to return to the doctor's office for a follow-up visit to ensure that the infection has responded completely to the medication.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;In either case, a doctor may tell people with UTIs to avoid sexual intercourse for a week or so, which allows the inflammation to disappear completely.&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Preventing UTIs&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;There are several ways people may be able to prevent urinary tract infections. After urination, girls should wipe from &lt;strong&gt;front to back&lt;/strong&gt; with toilet paper. After bowel movements, be sure to wipe from front to back to avoid spreading bacteria from the rectal area to the urethra.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Another thing both girls and guys can do to prevent UTIs is to go to the bathroom frequently. Avoid holding urine for long periods of time.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Males and females should also keep the genital area clean and dry. Girls should change their &lt;a href="http://kidshealth.org/teen/sexual_health/girls/feminine_hygiene.html"&gt;tampons and pads&lt;/a&gt; regularly during their &lt;a href="http://kidshealth.org/teen/sexual_health/girls/menstruation.html"&gt;periods&lt;/a&gt;. Frequent bubble baths can cause irritation of the vaginal area, so girls should take showers or plain baths. Avoid prolonged exposure to moisture in the genital area by not wearing nylon underwear or wet swimsuits. Wearing underwear with cotton crotches is also helpful. And girls should skip using feminine hygiene sprays or douches — these products can irritate the urethra.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;If you are sexually active, go to the bathroom both before and within 15 minutes after intercourse. After sex, gently wash the genital area to remove any bacteria. Avoid sexual positions that irritate or hurt the urethra or bladder. For girls who use lubrication during sex, use a water-soluble lubricant such as K-Y Jelly.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Finally, drinking lots of water each day keeps the bladder active and bacteria free.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Remember that although urinary tract infections are uncomfortable and often painful, they are very common and easily treated. The sooner you contact your doctor, the sooner you'll be able to get rid of the problem.&lt;/p&gt;  &lt;span style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Reviewed by: &lt;/span&gt;&lt;a style="font-family: verdana; color: rgb(0, 102, 0);" href="http://kidshealth.org/parent/misc/reviewers.html#h"&gt;T. Ernesto Figueroa, MD&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Date reviewed: August 2006&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-4973337365026684152?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/4973337365026684152/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=4973337365026684152&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/4973337365026684152'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/4973337365026684152'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/urinary-tract-infection.html' title='Urinary Tract Infection'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2516558422406314405</id><published>2008-10-09T09:40:00.000+06:00</published><updated>2008-10-09T09:46:56.880+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Human Health Modification Using Sun Light and Frequency</title><content type='html'>&lt;center style="color: rgb(153, 51, 0);"&gt;&lt;h3 align="center"&gt;&lt;b&gt;&lt;strong&gt;Human Health Modification Using Sun Light and Frequency&lt;/strong&gt;&lt;/b&gt;&lt;/h3&gt;&lt;/center&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Human behavior could be modified using light preferably real sunlight. A person could rest in a hammock while a large fan would rotate at a prescribed speed. For instance a fan blade would block the sun as it passes the individual. A four bladed fan spinning at 2 revolutions per second would produce a shade spot on the individual 8 times per second. What this would be attempting is to use the sunlight healing properties along with inducing Alpha brain waves to a frequency near the earth? frequency, which is 7.&lt;/p&gt;&lt;br /&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; 89 Hz. The theory would hold that the immune system would run at full optimum around 8. 5 Hz or right near the Earth? Resonance. The theory further holds that this is how our body works thru hundreds of thousands of years of evolution. Some additional theories which have been extrapolated from recent research claim that the sunlight is encoded and interacts with our DNA causing and triggering certain reactions allowing health healing releases in the brain and body.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; The theorists of such go so far as to say this either proves intelligent design or an ultra long period of evolution of the human species allowing us to adapt to the sun? rays in such a favorable way. Still none of this has been proven, but I would like to see an attempt to use my simple idea of a fan to test these theories using real sunlight instead of the Alpha Brain Wave Therapy Machines, which use light bulbs and artificial light.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; "Lance Winslow" - If you have innovative thoughts and unique perspectives, come think with Lance; www. WorldThinkTank. net/wttbbs&lt;/p&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0); font-weight: bold; font-style: italic;"&gt;Author:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0); font-weight: bold; font-style: italic;"&gt;Lance Winslow  &lt;/span&gt;&lt;br /&gt;&lt;!--– google_ad_section_start(weight=ignore) –--&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2516558422406314405?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2516558422406314405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2516558422406314405&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2516558422406314405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2516558422406314405'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/human-health-modification-using-sun.html' title='Human Health Modification Using Sun Light and Frequency'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-3359097763539009615</id><published>2008-10-09T09:36:00.001+06:00</published><updated>2008-10-09T09:46:56.881+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health Tips'/><title type='text'>Health Tips For Busy People: Healthy Diet &amp; Exercise In the Office</title><content type='html'>&lt;center style="color: rgb(153, 51, 0);"&gt;&lt;h3 align="center"&gt;&lt;span style="font-size:130%;"&gt;&lt;b&gt;&lt;strong&gt;Health Tips For Busy People: Healthy Diet &amp;amp; Exercise In the Office&lt;/strong&gt;&lt;/b&gt;&lt;/span&gt;&lt;/h3&gt;&lt;/center&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Many women? lifestyle magazines frustrate us by providing exercise regimens for work and then adding:? ou can do this exercise in your office!?What about those of us who work in a cube or other small space (with no floor space for Pilates-style stretches) that? not very private (do you really want your boss to wander by right when you?e doing jumping jacks?). Even if you are cube-confined, you can maintain your health in a cube.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Make A "Health" DrawerYour filing spaces are your friends. Most cubes have lots of little drawers. Make one of them a? ealth?drawer. Add a ziplock bag or two with&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; healthy non-perishable snacks in it (maybe dried veggies), a few bags of herbal, non-caffeinated tea (switch over from coffee midday to help you sleep better at night), and a travel-size hand-sanitizing gel for use regularly when there? a cold going around the office (did you know most colds are transmitted through shared objects like doorknobs?).&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; A decorative canvas bag can store an extra pair of athletic shoes in case you can take a 10 minute walk or stretch break over lunch. Get Blood Back To Your Brain:Pop goes the weasel. When you sit in a cube in front of a computer or on the phone for hours at a time, gravity pulls your blood towards your feet.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; It pools in your feet, ankles, and fanny; if you?e ever noticed your feet looking puffy towards the end of the day, the puffiness may be a side-effect of having blood spending so much time down there! Our arm and leg muscles function as? umps?to get blood back to the heart. While you could just do jumping jacks to get the blood flowing back upwards, there are less noticeable ways to get blood moving: If you?e got a shelf in your high in your cube, keep daily useables (paperclips, stapler) there; getting up regularly will remind you to stretch.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; While standing lift your legs up at the knee, one at a time, to help get blood flowing. One enterprising woman kept a postcard pinned up towards the very top of her cube wall - and kept an ever-growing collection of postcards that she exchanged every day in the afternoon.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; The new postcard each day perked her up, and it gave her a reminder to get up and stretch several times a day. Muscular injury is common in the desk-job world. The Center for Disease Control reports that 92,576 injuries resulted from repetitive motion, including typing or key entry. Make sure to take breaks from the keyboard at least once an hour.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Use a wrist support at your computer when you are typing or browsing, Your forearm, wrist, and hand should be on a level, not making a V. The Harvard RSI action group suggests some exercises to help prevent repetitive stress injuries (http://www. rsi. deas. harvard. edu/). If you spend a lot of time on the phone and can? use a speaker phone, don? hold the phone by crunching your shoulder against your ear.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Instead, invest in or ask for a headset or shoulder support for your receiver. Drink Plenty Of Water:Drinking water is very important. It can help you recover from a cold more quickly (though it doesn?? ure?it), replenish lost fluids after exercise, and assist in weight loss (many people think they are hungry when they are actually thirsty, so make sure to take a drink before diving for the candy machine).&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Keep a four-cup bottle or thermos near the computer and replenish daily. Don? overdo though - excess water can dilute important minerals and vitamins in your blood stream. Make Sure To Take Your Vitamins &amp;amp; Other Pills:Pill reminders. Do you need regularly forget to take vitamins because you?e busy? Find an attractive, desk-top container to put the bottle in - a decorative flower pot is one option.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Something attractive and eye catching will remind you it? there. This can also work for daily medications, but keep in mind that some medications can be toxic to others or have street-value (many prescribed pain killers), so these are medications that should stay with you, rather than your desk. American Council on Exercise,? ow much water is too much?,?2005Center for Disease Control,? epetitive Stress/Strain Injuries,?www.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; cdc. gov/od/ohs/Ergonomics/Ergohome. htmTyrrell, D. , Fielder, M. , Cold Wars: The Fight against the Common Cold,&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Oxford University Press, 2003Ian Mason, owner of Shoppe. MD, your source for Online Prescription Medications and health news. Ian studies health, weight loss, exercise, and several martial arts; maintaining several websites in an effort to help provide up-to-date and helpful information for other who share his interests in health of body and mind.&lt;/p&gt;&lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt; Contact Ian Mason by e-mail at ian@shoppe. md.&lt;/p&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0); font-weight: bold; font-style: italic;"&gt;Author:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana; color: rgb(0, 102, 0); font-style: italic; font-weight: bold;"&gt;Ian Mason  &lt;/span&gt;&lt;br /&gt;&lt;!--– google_ad_section_start(weight=ignore) –--&gt;&lt;!--– google_ad_section_start(weight=ignore) –--&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-3359097763539009615?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/3359097763539009615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=3359097763539009615&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3359097763539009615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3359097763539009615'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/health-tips-for-busy-people-healthy.html' title='Health Tips For Busy People: Healthy Diet &amp; Exercise In the Office'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8788883984366532328</id><published>2008-10-08T17:28:00.002+06:00</published><updated>2008-10-08T17:36:23.055+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General-Stuff'/><category scheme='http://www.blogger.com/atom/ns#' term='Money Earning Tips'/><title type='text'>Make Money Online 11-Step Plan</title><content type='html'>&lt;p  style="color: rgb(0, 102, 0);font-family:trebuchet ms;"&gt;&lt;span style="font-size:130%;"&gt;&lt;strong&gt;11-Step Plan to Make Money Online&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p face="verdana" style="color: rgb(0, 102, 0);"&gt;&lt;strong&gt;You are new to the Internet and the make money online world, correct? Confused by the myriad of get started plans and gurus’ selling their latest ‘get rich quick’ scheme? Then you need a simple, free and highly-effective plan to get started with just what you have…&lt;/strong&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Here is HOW YOU CAN DO IT, right now, with about $15! (you’ll need a domain &amp;amp; hosting). Everything else is free. Just turn off the TV and you’ll have plenty of time to get this done. My directions are rather simple. However, as this post ‘ages’ I’ll keep adding content to update and improve “The Exact Plan” you need to follow!&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;img class="aligncenter size-full wp-image-590" title="make-money-online" src="http://www.richsage.com/wp-content/uploads/2008/07/make-money-online.gif" alt="Make Money Online" height="188" width="500" /&gt;&lt;br /&gt;(This post will be edited and updated monthly as I update content to help you make money online.  Keep it bookmarked!)&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;Let’s get our $100 per day, make money online, plan started!&lt;/strong&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span id="more-420"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Once you get started and learn to build success, you can duplicate this plan to as many web sites as you can to increase your income! The idea is to run a WordPress CMS (content management software) with several advertisers to produce blogs that earn anywhere from a $1.00 to $100+ dollars per day, based on traffic generated by search engines. Keep in mind that you can even create sub-domains that contain installations of blogs, forums, etc. –duplicating your exposure with just one domain! Just explore what you can do, and you’ll be surprised.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;You’ll run into a million online make money plans:  This one is free and takes an hour to implement… (get started phase).&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;Just get to work — otherwise, you’ll never know WHAT IS possible! While reading this, keep in mind that QUALITY will always win over QUANTITY. &lt;/strong&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;1. &lt;/strong&gt;What you’ll need first is a place to do business.  You need hosting.  Get an account at &lt;a title="WebIntellects" href="http://www.webhostgiant.com/" target="_blank"&gt;http://www.webhostgiant.com/&lt;/a&gt;, run by Webintellects, Inc. They provide great customer care and value. If you look at the DELUXE PLAN, you can host *unlimited domains* for that low monthly price! I picked this hosting company because the customer service is top notch. I have no idea how long the special will last. My advice getting started is to get only what you need. Note that their Deluxe Plan allows for unlimited domains! This is all you need. If you are going to run a large mailing list, you can always upgrade to their VPS (virtual private server) hosting which can manage much larger operations.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;2.&lt;/strong&gt; Your next step is to figure out what *worldly problems* you will help resolve. By looking to solve problems that people have, you’ll be able to produce articles, content, etc. that people are actively looking for. To do that just look to current events. Look to web site comments. Look at forums. People express their problems. You’ll just need to come up with ways to solve them. These are the problems people need help resolving. Just to give you an example, I like to work with small business and stocks. I have a lot of experience in both. I enjoy solving problems in both. I can talk all day about both… IF you can work with your passion, it will be a bonus.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;If you need to find a niche blog or forum, just search like this: [ "problem" + forum ] on Google and you’ll find plenty of web sites to explore todays issues.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;In your case, looking for a niche you can also:&lt;/strong&gt;&lt;/p&gt; &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;Look at trends.  As I write this, look at the mortgage mess, which I hope is a short lived one.&lt;/li&gt;&lt;li&gt;People need more money!&lt;/li&gt;&lt;li&gt;People always want to look young, and gorgeous as I am.&lt;/li&gt;&lt;li&gt;Everyone wants to improve their health.&lt;/li&gt;&lt;li&gt;Pay special attention to *growing* trends –baby boomers, their kids, etc.&lt;/li&gt;&lt;li&gt;OR just look at any hobby –what can you add to a discussion?  What contribution from your passion or experience can you make?&lt;/li&gt;&lt;li&gt;While at it, don’t overlook the essentials –food, drink, sex and a roof to live under. Just about anything out there can be a good niche to work with… WELL, ALMOST! As I said, a growing niche is best. Preferably, a niche where a good amount of money is spent on advertising.&lt;/li&gt;&lt;/ul&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;When you think about the domain, ask this question:&lt;/strong&gt;&lt;br /&gt;Will I provide INFORMATION (SOLVE a PROBLEM) or AM I GOING to HELP SOMEONE MAKE a PURCHASE DECISION? Often people looking for information will search with two key words, while those looking to purchase something will use three or more words -or a phrase. If you can, try to have a key word or two from your key search phrases in your domain name.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;Did you pick a domain name that has all the above elements in it?&lt;/strong&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;It’s very important to help people who are looking for a solution to a problem, QUICKLY. They are ACTIVE BUYERS. These people are much more likely to click on ads and make purchase or pre-purchase decisions. These types of buyers often look for a discount before buying. They are looking for a bargain, etc. Help them.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Use these ideas (above) and search for a DOMAIN NAME. Please note my research location in step #4!&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;4. &lt;/strong&gt;Then go to http://www.godaddy.com or http://www.namecheap.com and register a domain name. I have had the unfortunate problem of researching a domain name and then “sleeping on the idea” for a night and finding out the next day that the domain was registered. What I do now is to search the domain at Network Solutions (&lt;a title="Network Solutions" href="http://www.netsol.com/" target="_blank"&gt;http://www.netsol.com&lt;/a&gt;).  Then pick a lower cost registrar to “claim my asset”.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;A few tips about domain names:&lt;/strong&gt;&lt;/p&gt; &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt; It’s a good idea to have the name of the niche that you are working in as part of the domain name, as I said before.&lt;/li&gt;&lt;li&gt; However, that is not a must.  Shorter the better.  If people can remember it, that’s a bonus.&lt;/li&gt;&lt;li&gt; If you are focusing on helping local businesses, keep that in mind, as you register the domain.&lt;/li&gt;&lt;/ul&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;a title="GoDaddy Auction Area" href="https://www.tdnam.com/"&gt;GoDaddy has a DOMAIN AUCTION or RE-SALE AREA&lt;/a&gt;.  Try that too. There are often great domains that are years old being sold or on auction for just a few dollars.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Now your domain is “active” –usually it takes about 72 hours for it to propagate the Internet’s name servers. Then you are LIVE and now it’s time to start rocking! By now http://www.my_dream_online.com is pointing to a location that you control and it’s time to take the next few steps.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;5. &lt;/strong&gt;Download  FILEZILLA (&lt;a title="FileZilla" href="http://filezilla-project.org/" target="_blank"&gt;http://filezilla-project.org/&lt;/a&gt;), which is a FREE FTP Program. Set it up to connect to your hosting account, which should take you about 2 min. If you have problems running this, just search YouTube (&lt;a title="YouTube" href="http://www.youtube.com/ytawards07" target="_blank"&gt;http://www.youtube.com&lt;/a&gt;) for “How to use FileZilla” and you’ll find a step-by-step video.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;When you learn to use FileZilla, please keep these tips in mind as well:&lt;/strong&gt;&lt;/p&gt; &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;Use it often to make a back up of your blog and files.  Learn how to back up WordPress as you build your business.&lt;/li&gt;&lt;li&gt;FileZilla works great with a editing program such as &lt;a title="NotePad++" href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank"&gt;NotePad++&lt;/a&gt;. If you are editing a file, make sure to edit a copy! You can do this by downloading a file, while changing the original file name of the copy on the server. When you upload the edited file, it will *not* replace the original.&lt;/li&gt;&lt;li&gt;Lastly, FileZilla keeps an XML file with all the connecting information to all of your sites –back up that file.&lt;/li&gt;&lt;/ul&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;6. &lt;/strong&gt;Once you have FILEZILLA running, download to your local hard drive, WORDPRESS (WP: &lt;a title="WordPress" href="http://www.wordpress.org/" target="_blank"&gt;http://www.wordpress.org&lt;/a&gt;), which is a simple, yet highly effective CMS (Content Management System) that you can use to manage your online content. WordPress will do everything for you, apart from writing the content. You’ll have to do that. If you have problems installing WordPress, just search “How to install WordPress” on YouTube and you’ll find a video that will take you step by step. The hardest part of a WordPress install is the creation of a MySQL Database.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Need an example of a good WordPress implementation? Check me out!  Yes, the Rich Sage runs on WordPress!&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;WP is wonderful because you can change the “look ‘n feel” in seconds to what you want. Just Google “WordPress Themes” and find what you want, all for free. Just don’t spend too much time playing around with what your web site will look like. You can do that AFTER you start making money.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;7.&lt;/strong&gt; Once done, you should be able to type http://www.my_dream_online.com and reach the WordPress installation that you have created. Login to the ADMIN area and discover a world where you don’t need to be a programmer, while controlling everything that readers see. You’ll get the location of the ADMIN via email to the e-mail address you used during installation.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Now life is good, and you’re ALMOST ready to ROCK! Now is the time to install a few PLUGINS, which are add-ons to WP that do specific tasks. Everything from Search Engine Optimization to managing comments, a plugin will do, making life easy for you.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;Here is a short list of WordPress Plugins You should be using:&lt;/strong&gt;&lt;/p&gt; &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;Search Engine Optimization&lt;/li&gt;&lt;li&gt;Image display and gallery&lt;/li&gt;&lt;li&gt;Ad display&lt;/li&gt;&lt;li&gt;SiteMaps for Google, Yahoo, MSN, etc.&lt;/li&gt;&lt;li&gt;Show YouTube Videos&lt;/li&gt;&lt;li&gt;Spam Blocking in Comments&lt;/li&gt;&lt;li&gt;Mailing lists &amp;amp; RSS Feeds&lt;/li&gt;&lt;/ul&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;I’ll stop at that. Otherwise, I could be here another day or two! You should be able to find a pluggin to do everything that you need to do. If you cannot, you can ask a programmer to build it for you.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;8.&lt;/strong&gt; Now your hosting is setup, domain is up and running. WordPress is ALIVE!  Time to wait ’til tomorrow for the next steps.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;NO WAY!&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;You should be having fun by now. Perhaps, you have not installed and setup ALL the WP PLUGGINS that you need, but you’ve started the process. Now it’s time to start adding some content about your niche. It’s time to research articles. It’s time to tell your friends! So, the site has to look great. Find a good theme that meets your needs and install. Then it’s time to start “making money online”.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;Here are a few WordPress Theme Collections:&lt;/strong&gt;&lt;/p&gt; &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;a title="WordPress Themes" href="http://www.prosperityachiever.com/webblog-design-tips/74-wordpress-themes-collection/" target="_blank"&gt;74 WordPress Themes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a title="Alex King" href="http://alexking.org/projects/wordpress/themes" target="_blank"&gt;Alex King’s WordPress Theme Collection&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a title="100 Free WordPress Themes" href="http://www.smashingmagazine.com/2008/01/08/100-excellent-free-high-quality-wordpress-themes/" target="_blank"&gt;100 Excellent WordPress Themes that are FREE&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a title="At WordPress.ORG" href="http://codex.wordpress.org/Using_Themes/Theme_List" target="_blank"&gt;The Home of WordPress and It’s Theme Directory&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;9.&lt;/strong&gt; There are two schools of thought to making $100.00 or more dollars per day online.&lt;/p&gt; &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;The first is to be the best running one blog in your niche OR&lt;/li&gt;&lt;li&gt;Run tens or even hundreds of blogs and earn a “buck or two” from each blog daily.  Just a “rinse and repeat process”.&lt;/li&gt;&lt;/ul&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;This is not something that you’ll be able to resolve at this time. I do focus on one blog, which is my brand. However, I also work on my niches, which are small business and stocks. I also work full-time online, as the stocks tend to be an “off and on” affair, where once decisions are made, nothing happens for weeks or months. So, you”ll have to find the right fit for your income, family and emotional needs.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;I do think that in the long-term, quality will win out over quantity. Unless, you find a tool or two to manage your WordPress empire! That still means you’ll have to come up with content. All this is easy once you have your first success in hand –then the next success is so much easier.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;&lt;em&gt;Rich Sage Wisdom&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;PART ONE:&lt;/strong&gt; Also, keep in mind that this is not an INSTANT SUCCESS PLAN –Really, nothing is. However, this is a quick way to reward minimal RISK. It works. You’ll just have to stick with it. Almost $80 Billion will be spent online by 2010 on advertising alone. This given you ample opportunity to find companies to work with and build your revenue.&lt;br /&gt;&lt;strong&gt;PART TWO:&lt;/strong&gt; Never use a credit card to build your business. Often we use money that we don’t have, to buy things that *will pay the bill* (generate revenue) tomorrow. That leads to buying things that we really don’t need AND over-spending. &lt;em&gt;&lt;strong&gt;My advice is to do this:  From DAY ONE, find creative ways to stay CASH POSITIVE.&lt;/strong&gt;&lt;/em&gt; This will be *very tough* when you start, but you’ll find ways to do it! Borrow money to build your business *ONLY WHEN YOU DON”T HAVE TO* (when borrowing will INCREASE ROI!!!).&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;One suggestion that I can make to staying “cash positive”, even at the start-up phase, is to find a LOCAL CLIENT you can help with all of your knowledge about Internet Marketing (IM). Even a client that pays $100 is a client that will set you “in the black!”.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Since you have only one domain setup, let’s follow the FIRST SCHOOL of THOUGHT and just get started. Once you follow this process, it is just a matter of repeating it every time you find a niche that you want to work with.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;10.&lt;/strong&gt; When you get busy writing content, who will know what you wrote about? Well, the Search Engine Optimization that you did with WP will help. On my first day releasing my blog, I had 3 visitors –Me, Myself and I. You’ve just got to start! That’s better than 98% of the others who will wait for tomorrow and watch years go by.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Once you start writing, make it a habit to visit publishing sites such as Digg (&lt;a title="Digg" href="http://www.digg.com/" target="_blank"&gt;http://www.digg.com&lt;/a&gt;), Sphinn (&lt;a title="Sphinn" href="http://www.sphinn.com/"&gt;http://www.sphinn.com&lt;/a&gt;) and REDDIT (&lt;a title="Reddit" href="http://www.reddit.com/"&gt;http://www.reddit.com&lt;/a&gt;) and let the world know that you have written something. This makes a 20% difference in traffic to my main site. Using a SWAP FILE, posting your update to all three sites takes about 5 minutes. That’s it. If you feel a bit energetic, you can add another 2 to 4 sites –Web 2.0 to publish content.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Actually, there is an easy way to do this: Several sites will “pick up” your content when WordPress “pings” that there is an update. The first that come to mind are Google and Yahoo. Make sure that your SiteMap software is updated everyday to help ‘bots’ that visit you. All this generates FREE TRAFFIC. Make sure to have a friendly setup to take advantage.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;11.&lt;/strong&gt; NEXT YOU NEED to MONETIZE! At this point you are LIVE. And you’ve started to add content. You’ve setup things for the search engines to love you, and you’ll “feed” the search engine spiders crawling your site with great “food” (your content) to keep them coming back daily.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt; Make sure to write that content for humans, who enjoy reading what you have to say.&lt;/strong&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Now you need to MONETIZE to the max. There are hundreds of ways to go about doing this, but I’ll discuss the most effective and the easiest to get started. I may not follow all of these, but I certainly will do them all as I experiment to find the “best mix” to work with.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;I suggest that you do the following, starting with the easiest:&lt;/strong&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;A. Display Ads –This is the easiest.&lt;/strong&gt; Get your own AdSense account from Google, or use an alternative. Just search “AdSense Alternative” on Google and you’ll find a few. All of these services display ads based on the content you’ll write about. Keep in mind that content about volunteer work will pay minimal per click, while content about stock or financial services will pay a lot better. Often 10 to 20 times as much!&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;UPDATE: Note that Google has a service that helps sell ads on your site in BETA. At the time of this writing, this is *invitation only* but I am sure sometime this summer (2008) you will see the process open to all. This service basically is an AD SALESMEN that all of need. By setting up an account at Google, you can sell all of your advertising through it.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;This gives you the opportunity to sell ads:&lt;/strong&gt;&lt;/p&gt; &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;Text links on the sidebar&lt;/li&gt;&lt;li&gt;Display ads&lt;/li&gt;&lt;li&gt;In post ads&lt;/li&gt;&lt;li&gt;Banner ads&lt;/li&gt;&lt;li&gt;Private Reviews&lt;/li&gt;&lt;li&gt;And in my case, running a complete market place.&lt;/li&gt;&lt;/ul&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Ad sales don’t pay a heck of lot until traffic is in the 5-figure areas daily.  That will take a while.  I have resorted to working with several memberships to monetize my efforts&lt;a title="Rich Sage Underground" href="http://www.richsage.com/make-money/underground.php" target="_blank"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;B. Display Reviews of Products that you’ve tested or purchased. &lt;/strong&gt; Another approach you can take is to look at the MARKETPLACE at CLICKBANK (&lt;a title="ClickBank Marketplace" href="http://www.clickbank.com/marketplace/" target="_blank"&gt;http://www.clickbank.com/marketplace/&lt;/a&gt;). Click on a CATEGORY that your readers are interested in and look at the TOP 10 items. These are all “best sellers” with a “High Gravity” that converts well. Pick a few and display an image and your own words to your readers.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;You can also propose to review products for companies and publishers for a paid fee. This is all contingent on your traffic and general exposure. At the start-up phase this is not easy at all.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;C. Generate a double opt-in mailing list using a squeeze page. &lt;/strong&gt;This is a more advanced setup, which you may want to wait to do AFTER you’ve gotten started.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;The objective is rather straight forward: Create one page on the WP setup (or an entirely external page) to display nothing but a subscription to your mailing list. This is called an OPT-IN PAGE. The best way to do this is with a pop-up (JAVA) type that displays when reader navigates away from your main page. I’ve purchased such code for $15.00 or you may find it free somewhere. Or by now someone has created a plugin to do just that. Install it and start building your reader list. Keep in mind that the RSS plugin that I suggest earlier will build RSS readers. There are also a few services that will ‘announce your update’ via email to readers.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Use both processes to tell your audience that you’ve created new content.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;D. Setup a Membership Content area&lt;/strong&gt; –This takes much more time, but allows you to have PREMIUM CONTENT. Perhaps, all the writing that you do is free via the WP install. However, more advanced, or vital content, that takes up your time and much more effort to produce, can be “hidden” using a simple username and password. Readers will have to pay a membership fee –ONE TIME or MONTHLY -to access that information. This can be done with graphic, private label rights content, and just about any type of information deemed worthy by your niche.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Just like that you’ll have a digital product.  Using such a setup and a PayPal Account (&lt;a title="PayPal" href="http://www.paypal.com/" target="_blank"&gt;http://www.paypal.com&lt;/a&gt;), which is also free, you’re exponentially increasing your monthly revenue.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;JUST a FEW TIPS to INCREASE YOUR DAILY INCOME:&lt;/strong&gt;&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Once you get into a good rhythm working on your WP site, it’s time to explore what else you can do. Running on a theme that solving a problem works well to attract buyers, just look around any niche forum for problems that people have, and come up with your own $7.00 or $17.00 or even $97.00 digital product. Always think: Problem? Solution! Soon you’ll have a lot of product ideas to work with.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;In this Start Up Plan I have said that you can get started with Adsense. That will work well for a site that has a niche where people are actively seeking information. I have a business credit building site that I have monetized using Adsense, which works well. The ads complement the writing and provide a lot more information to the visitor.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;However, you’ll often find that this is not the best way to make money online –that is often by using CPA Ads. These are “cost per action” ads that pay when someone buys or completes a detailed form or joins a membership area. Networks such as &lt;a title="Hydra Network" href="http://www.hydranetwork.com/" target="_blank"&gt;Hydra Network&lt;/a&gt; specialize in these types of ads. You’ll earn a lot more revenue with such ads, based on your niche, than ads that are CPC (cost per click) type such as Adsense.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Regardless of your success, making $10.00 or $100.00 or even $1,000.00 per day, &lt;strong&gt;keep in mind the age-old wisdom:&lt;/strong&gt; Those who reach for excellence, each day, never stopping, will reach their goals. Be the best that you can be providing the information and solutions for your readers and you’ll see a lot of good things happen.&lt;/p&gt; &lt;span style="color: rgb(0, 102, 0); font-weight: bold; font-style: italic;font-family:verdana;" &gt;KASHIF&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8788883984366532328?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8788883984366532328/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8788883984366532328&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8788883984366532328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8788883984366532328'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/make-money-online-11-step-plan.html' title='Make Money Online 11-Step Plan'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-7111860193110068980</id><published>2008-10-08T17:18:00.002+06:00</published><updated>2008-10-08T17:28:23.776+06:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Money Earning Tips'/><title type='text'>List of TOP 100 CPM Key Phrases</title><content type='html'>&lt;p style="font-family: trebuchet ms; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:130%;"&gt;&lt;strong&gt;TOP 100 Cost Per Thousand Key Phrases&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Generally speaking you can write about the below niches and expect to earn high cpa (cost per action) and ppc (pay per click) ad revenues for your efforts.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;IF you know of key word phrases that I’ve missed, please send me a comment and I’ll be glad to check on it to make sure that add it to this list.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;My List Continues…&lt;/strong&gt;&lt;br /&gt;&lt;span id="more-632"&gt;&lt;/span&gt;&lt;strong&gt;TOP 100 Cost Per Thousand (CPM) Key Phrases&lt;/strong&gt;&lt;/p&gt; &lt;ol style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;Agricultural equipment&lt;/li&gt;&lt;li&gt;Antiques and Collectibles&lt;/li&gt;&lt;li&gt;Anti-aging&lt;/li&gt;&lt;li&gt;Architecture&lt;/li&gt;&lt;li&gt;Automotive&lt;/li&gt;&lt;li&gt;Banking and Finance&lt;/li&gt;&lt;li&gt;Business Process Outsourcing&lt;/li&gt;&lt;li&gt;Cancer (all types)&lt;/li&gt;&lt;li&gt;Car and auto insurance&lt;/li&gt;&lt;li&gt;Communications (ISP/LAN/Wireless)&lt;/li&gt;&lt;li&gt;Computer Hardware&lt;/li&gt;&lt;li&gt;Computer Repair&lt;/li&gt;&lt;li&gt;Specialized Software (CAD, SAP)&lt;/li&gt;&lt;li&gt;Consumer Electronics&lt;/li&gt;&lt;li&gt;Credit and Finance&lt;/li&gt;&lt;li&gt;Debt consolidation&lt;/li&gt;&lt;li&gt;Dedicated Hosting&lt;/li&gt;&lt;li&gt;Dentistry and Orthodontics&lt;/li&gt;&lt;li&gt;Distant learning&lt;/li&gt;&lt;li&gt;Electrical Appliances&lt;/li&gt;&lt;li&gt;Engineering Schools&lt;/li&gt;&lt;li&gt;Exotic Restaurants and Foods&lt;/li&gt;&lt;li&gt;Forex&lt;/li&gt;&lt;li&gt;Furniture&lt;/li&gt;&lt;li&gt;General Health&lt;/li&gt;&lt;li&gt;Health and Medical Insurance&lt;/li&gt;&lt;li&gt;Heavy Equipment&lt;/li&gt;&lt;li&gt;Industrial Machinery&lt;/li&gt;&lt;li&gt;ISP and Networking&lt;/li&gt;&lt;li&gt;Legal (personal injury law)&lt;/li&gt;&lt;li&gt;Loans and Mortgage&lt;/li&gt;&lt;li&gt;Mesothelioma and asbestos cancer&lt;/li&gt;&lt;li&gt;Digital Photography&lt;/li&gt;&lt;li&gt;Military Equipment&lt;/li&gt;&lt;li&gt;Offshore Job&lt;/li&gt;&lt;li&gt;Online Degree&lt;/li&gt;&lt;li&gt;Pawn Shop and Jewelry&lt;/li&gt;&lt;li&gt;PC and Internet Security&lt;/li&gt;&lt;li&gt;PLC and Pheumatics&lt;/li&gt;&lt;li&gt;Psychotheraphy&lt;/li&gt;&lt;li&gt;Real Estate&lt;/li&gt;&lt;li&gt;SEO software and tools&lt;/li&gt;&lt;li&gt;Solar panels&lt;/li&gt;&lt;li&gt;Sports (boxing and MMA)&lt;/li&gt;&lt;li&gt;Sports (car racing)&lt;/li&gt;&lt;li&gt;Sports (golf)&lt;/li&gt;&lt;li&gt;Telecommunications Companies&lt;/li&gt;&lt;li&gt;Tourism &amp;amp; Luxury shipping&lt;/li&gt;&lt;li&gt;Web Development&lt;/li&gt;&lt;li&gt;Weight Loss&lt;/li&gt;&lt;/ol&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;If you have a key word phrase that you’d like to add to this list, please leave me a comment.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-7111860193110068980?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/7111860193110068980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=7111860193110068980&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7111860193110068980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7111860193110068980'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/list-of-top-100-cpm-key-phrases_08.html' title='List of TOP 100 CPM Key Phrases'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8412130397672511321</id><published>2008-10-08T17:18:00.001+06:00</published><updated>2008-10-08T17:27:04.011+06:00</updated><title type='text'>List of TOP 100 CPM Key Phrases</title><content type='html'>&lt;p style="font-family: trebuchet ms; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:130%;"&gt;&lt;strong&gt;TOP 100 Cost Per Thousand Key Phrases&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;Generally speaking you can write about the below niches and expect to earn high cpa (cost per action) and ppc (pay per click) ad revenues for your efforts.&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;IF you know of key word phrases that I’ve missed, please send me a comment and I’ll be glad to check on it to make sure that add it to this list.&lt;/p&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;strong&gt;My List Continues…&lt;/strong&gt;&lt;br /&gt;&lt;span id="more-632"&gt;&lt;/span&gt;&lt;strong&gt;TOP 100 Cost Per Thousand (CPM) Key Phrases&lt;/strong&gt;&lt;/p&gt; &lt;ol style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;Agricultural equipment&lt;/li&gt;&lt;li&gt;Antiques and Collectibles&lt;/li&gt;&lt;li&gt;Anti-aging&lt;/li&gt;&lt;li&gt;Architecture&lt;/li&gt;&lt;li&gt;Automotive&lt;/li&gt;&lt;li&gt;Banking and Finance&lt;/li&gt;&lt;li&gt;Business Process Outsourcing&lt;/li&gt;&lt;li&gt;Cancer (all types)&lt;/li&gt;&lt;li&gt;Car and auto insurance&lt;/li&gt;&lt;li&gt;Communications (ISP/LAN/Wireless)&lt;/li&gt;&lt;li&gt;Computer Hardware&lt;/li&gt;&lt;li&gt;Computer Repair&lt;/li&gt;&lt;li&gt;Specialized Software (CAD, SAP)&lt;/li&gt;&lt;li&gt;Consumer Electronics&lt;/li&gt;&lt;li&gt;Credit and Finance&lt;/li&gt;&lt;li&gt;Debt consolidation&lt;/li&gt;&lt;li&gt;Dedicated Hosting&lt;/li&gt;&lt;li&gt;Dentistry and Orthodontics&lt;/li&gt;&lt;li&gt;Distant learning&lt;/li&gt;&lt;li&gt;Electrical Appliances&lt;/li&gt;&lt;li&gt;Engineering Schools&lt;/li&gt;&lt;li&gt;Exotic Restaurants and Foods&lt;/li&gt;&lt;li&gt;Forex&lt;/li&gt;&lt;li&gt;Furniture&lt;/li&gt;&lt;li&gt;General Health&lt;/li&gt;&lt;li&gt;Health and Medical Insurance&lt;/li&gt;&lt;li&gt;Heavy Equipment&lt;/li&gt;&lt;li&gt;Industrial Machinery&lt;/li&gt;&lt;li&gt;ISP and Networking&lt;/li&gt;&lt;li&gt;Legal (personal injury law)&lt;/li&gt;&lt;li&gt;Loans and Mortgage&lt;/li&gt;&lt;li&gt;Mesothelioma and asbestos cancer&lt;/li&gt;&lt;li&gt;Digital Photography&lt;/li&gt;&lt;li&gt;Military Equipment&lt;/li&gt;&lt;li&gt;Offshore Job&lt;/li&gt;&lt;li&gt;Online Degree&lt;/li&gt;&lt;li&gt;Pawn Shop and Jewelry&lt;/li&gt;&lt;li&gt;PC and Internet Security&lt;/li&gt;&lt;li&gt;PLC and Pheumatics&lt;/li&gt;&lt;li&gt;Psychotheraphy&lt;/li&gt;&lt;li&gt;Real Estate&lt;/li&gt;&lt;li&gt;SEO software and tools&lt;/li&gt;&lt;li&gt;Solar panels&lt;/li&gt;&lt;li&gt;Sports (boxing and MMA)&lt;/li&gt;&lt;li&gt;Sports (car racing)&lt;/li&gt;&lt;li&gt;Sports (golf)&lt;/li&gt;&lt;li&gt;Telecommunications Companies&lt;/li&gt;&lt;li&gt;Tourism &amp;amp; Luxury shipping&lt;/li&gt;&lt;li&gt;Web Development&lt;/li&gt;&lt;li&gt;Weight Loss&lt;/li&gt;&lt;/ol&gt; &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;If you have a key word phrase that you’d like to add to this list, please leave me a comment.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8412130397672511321?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8412130397672511321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8412130397672511321&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8412130397672511321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8412130397672511321'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/10/list-of-top-100-cpm-key-phrases.html' title='List of TOP 100 CPM Key Phrases'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-382068174727980520</id><published>2008-05-02T17:20:00.001+05:00</published><updated>2008-05-02T17:27:46.959+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Traffic building'/><title type='text'>101 FREE Ways To Increase Your Blog Traffic</title><content type='html'>&lt;div style="font-family: verdana; color: rgb(0, 102, 0);" class="date"&gt;     &lt;p&gt;&lt;span style="font-size:100%;"&gt;Written by George Manty  · May 17, 2007&lt;/span&gt;&lt;/p&gt;    &lt;/div&gt;        &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;I am a bit behind where I would like to be with my blog traffic series. So I decided to write this post listing 101 ways to get traffic to your blog. Then I will take some (not all) of these points and talk about them in detail in my series on getting blog traffic.&lt;/span&gt;&lt;/p&gt;   &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;Here goes, 101 ways to get traffic to your blog:&lt;/span&gt;&lt;/p&gt;   &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;1. Join &lt;a href="http://www.mybloglog.com/"&gt;MyBlogLog&lt;/a&gt;, add friends, and join communities.&lt;br /&gt;2. Sign up for &lt;a href="http://www.technorati.com/"&gt;Technorati&lt;/a&gt; and ping it when your blog content changes.&lt;br /&gt;3. Use a ping service like &lt;a href="http://pingomatic.com/"&gt;pingomatic&lt;/a&gt; to ping &lt;span class="caps"&gt;RSS&lt;/span&gt; aggregators.&lt;br /&gt;4. Submit your blog to all of the directories on &lt;a href="http://www.masternewmedia.org/rss/top55/"&gt;Robin Good’s list of &lt;span class="caps"&gt;RSS&lt;/span&gt; directories&lt;/a&gt;.&lt;br /&gt;5. Use trackbacks.&lt;br /&gt;6. Leave comments on blogs in related niches.&lt;br /&gt;7. Tell your friends about your blog and specific posts.&lt;br /&gt;8. Put your blog &lt;span class="caps"&gt;URL&lt;/span&gt; in your forum signatures.&lt;br /&gt;9. Create link bait.&lt;br /&gt;10. Tell Your newsletter subscribers about your blog.&lt;br /&gt;11. Write press releases for your blog.&lt;br /&gt;12. Link liberally to other blogs in your posts (many bloggers check who links to them).&lt;br /&gt;13. Tag your posts using Technorati tags or a tag plug-in.&lt;br /&gt;14. Submit your posts to multiple social bookmarking sites using &lt;a href="http://www.onlywire.com/"&gt;OnlyWire&lt;/a&gt;.&lt;br /&gt;15. Use &lt;a href="http://www.stumbleupon.com/"&gt;Stumbleupon&lt;/a&gt; to stumble your posts.&lt;br /&gt;16. Answer questions on &lt;a href="http://answers.yahoo.com/"&gt;Yahoo answers&lt;/a&gt; with the answers on your blog.&lt;br /&gt;17. Answer questions on forums related to your niche with a link to one of your blog posts that answers the question.&lt;br /&gt;18. Set up a feed on MyYahoo so that Yahoo keeps better track of your blog.&lt;br /&gt;19. Make lists (My Top 5…, Ten Things…, etc.). Many of the most popular blog posts are lists like this one.&lt;br /&gt;20. Use pictures. Most of the top trafficed blogs use pictures in their posts.&lt;br /&gt;21. Use video on your blog.&lt;br /&gt;22. Find out what people want to learn about in your blog’s niche and write about it.&lt;br /&gt;23. Be the first to break a news story.&lt;br /&gt;24. Use keyword research to find good keywords to use in your posts.&lt;br /&gt;25. Write controversial posts.&lt;br /&gt;26. Strongly Agree or strongly disagree with other bloggers and write about it with a link to their post.&lt;br /&gt;27. Make it easy for your readers to sign up for your &lt;span class="caps"&gt;RSS&lt;/span&gt; feed.&lt;br /&gt;28. Make it easy for your readers to Digg your posts.&lt;br /&gt;29. Ask your readers to submit your posts to social bookmarking sites (Digg, Reddit, etc.).&lt;br /&gt;30. Interview well known people in your industry (&lt;a href="http://www.canimakebigmoneyonline.com/index.php/category/interviews/"&gt;it’s working well for me&lt;/a&gt;).&lt;br /&gt;31. Give credit to the blogs that inspire your posts.&lt;br /&gt;32. &lt;a href="http://www.canimakebigmoneyonline.com/index.php/20070214-dont-be-boring/"&gt;Don’t be boring&lt;/a&gt;.&lt;br /&gt;33. Write for beginners.&lt;br /&gt;34. Participate in group writing projects.&lt;br /&gt;35. Participate in blog memes.&lt;br /&gt;36. Create a blog meme and tag your friends.&lt;br /&gt;37. Participate in blog carnivals.&lt;br /&gt;38. Post at different times of the day.&lt;br /&gt;39. Submit your best posts to article directories.&lt;br /&gt;40. Write &lt;a href="http://www.chrisg.com/killer-flagship-content-free-ebook-to-download/"&gt;Killer Content&lt;/a&gt; .&lt;br /&gt;41. Start a group blog. These tend to get more traffic, because more people are creating conent and more people are promoting it.&lt;br /&gt;42. Have guest posters.&lt;br /&gt;43. Create a blog meme and tag an A-list blogger who you like.&lt;br /&gt;44. Submit your blog to regular web directories (like &lt;span class="caps"&gt;DMOZ&lt;/span&gt;, etc.).&lt;br /&gt;45. Join &lt;a href="http://www.spicypage.com/"&gt;SpicyPage&lt;/a&gt; and promote your blog on it.&lt;br /&gt;46. Join a blog webring.&lt;br /&gt;47. Sign up for &lt;a href="http://www.blogwoods.com/"&gt;BlogWoods&lt;/a&gt; and promote your blog on it.&lt;br /&gt;48. Join &lt;a href="http://www.linkandblogchallenge.com/"&gt;LinkAndBlog&lt;/a&gt; and do link and blog challenges.&lt;br /&gt;49. Submit your best posts to &lt;a href="http://www.netscape.com/"&gt;Netscape&lt;/a&gt;.&lt;br /&gt;50. Exchange Ads (not blogroll links) with complementary blogs.&lt;br /&gt;51. Trade blog roll links with related blogs.&lt;br /&gt;52. Sign up for&lt;a href="http://www.rojo.com/"&gt; Rojo&lt;/a&gt;. Subscribe to your feed and click “add mojo” on your better articles.&lt;br /&gt;53. Add a plug-in to notify users of new comments (I &lt;span class="caps"&gt;REALLY&lt;/span&gt; need to do this).&lt;br /&gt;54. Make it easy for your visitors to submit your post to &lt;span class="caps"&gt;ALL&lt;/span&gt; social bookmarking sites (not just Digg).&lt;br /&gt;55. Add a tell-a-friend script or plug-in to your posts.&lt;br /&gt;56. Make it easy for your visitors to bookmark your page in their browser.&lt;br /&gt;57. Make it easy for people to link to your blog.&lt;br /&gt;58. Use easy to read fonts.&lt;br /&gt;59. Use a professional looking blog design.&lt;br /&gt;60. Make your blog easy to navigate.&lt;br /&gt;61. Highlight your most popular posts.&lt;br /&gt;62. Write posts that ask provocative questions.&lt;br /&gt;63. Use questions for the title of your blog posts (you knew that was coming).&lt;br /&gt;64. Use good keywords in your post titles.&lt;br /&gt;65. Reply to every question you get through email.&lt;br /&gt;66. Reply to every question you get on your blog.&lt;br /&gt;67. E-mail other bloggers about your really good post(s) (breaking news posts).&lt;br /&gt;68. Offer free stuff related to your niche (tools, ebooks, etc).&lt;br /&gt;69. Run a contest.&lt;br /&gt;70. Publish videos on YouTube with the &lt;span class="caps"&gt;URL&lt;/span&gt; for your site at the beginning and end of the video.&lt;br /&gt;71. Install a translation plug-in or use a translation service to translate your blog into foreign languages.&lt;br /&gt;72. Put Your &lt;span class="caps"&gt;URL&lt;/span&gt; on everything that goes out of your house (business cards, stationary, mailing labels, etc.).&lt;br /&gt;73. Go through &lt;a href="http://www.listible.com/list/complete-list-of-web-2-0-products-and-services"&gt;listible.com’s list of web 2.0 sites&lt;/a&gt; and promote your blog on all web 2.0 sites that apply.&lt;br /&gt;74. Search for Wikis related to your niche to submit your blog to. For example, for this blog the search phrase would be “make money online wiki” or “internet marketing wiki”.&lt;br /&gt;75. Give regular polls (use a poll plug-in like democracy for this).&lt;br /&gt;76. Add trivia quiz pages.&lt;br /&gt;77. Add ecard pages.&lt;br /&gt;78. Add a forum for your visitors to discuss more on your niche.&lt;br /&gt;79. Add a wiki to your blog .&lt;br /&gt;80. Join Hubpages and post links to your blog from articles you write.&lt;br /&gt;81. Join &lt;a href="http://www.blinklist.com/"&gt;Blink List&lt;/a&gt; and make a list of blogs with your blog in it.&lt;br /&gt;82. Join &lt;a href="http://www.43things.com/"&gt;43 Things&lt;/a&gt; and write a list of 43 things you want to achieve (include your blog url in the list).&lt;br /&gt;83. Join &lt;a href="http://www.bloggerparty.com/"&gt;Blogger Party&lt;/a&gt; (and/or other free blog systems). Then write posts that link back to your blog.&lt;br /&gt;84. Make a &lt;a href="http://www.squidoo.com/"&gt;Squidoo&lt;/a&gt; lens (or more than one) with a link to your blog.&lt;br /&gt;85. Provide Wikipedia articles with links to your blog where it makes sense.&lt;br /&gt;86. Tell people you will link back to them if they review your blog (like &lt;a href="http://www.johnchow.com/"&gt;John Chow&lt;/a&gt;).&lt;br /&gt;87. Join &lt;a href="http://www.blogcatalog.com/"&gt;Blog Catalog&lt;/a&gt; (kind of like MyBlogLog).&lt;br /&gt;88. Create a MySpace Page. Put your blog on it, and get some friends.&lt;br /&gt;89. Use &lt;span class="caps"&gt;SEO &lt;/span&gt;(Search Engine Optimization).&lt;br /&gt;90. Use good grammar.  People will be happy with your writing.&lt;br /&gt;91. Submit your blog to directories in your niche.&lt;br /&gt;92. Email or Instant message your friends to Digg, stumbelupon, etc. your post.&lt;br /&gt;93. Link to your blog from other websites and blogs you own.&lt;br /&gt;94. Write a post about the top x bloggers in your niche or state or country, etc. Then tell them about, so they will want to link back to you.&lt;br /&gt;95. Promote your posts on related newsgroups.&lt;br /&gt;96. Post frequently.&lt;br /&gt;97. Submit your site to free website review sites like &lt;a href="http://www.coolsiteoftheday.com/"&gt;coolsiteoftheday&lt;/a&gt;.&lt;br /&gt;98. Search for .edu sites with link pages, forums, directories, and wikis to submit your link to.&lt;br /&gt;99. Give out blogging awards and tell the bloggers you are giving the awards to about it.&lt;br /&gt;100. Pray. (That’s just always good advice)...&lt;br /&gt;101. Make a 101 list.&lt;/span&gt;&lt;/p&gt;   &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:100%;"&gt;&lt;span class="caps"&gt;BONUS&lt;/span&gt;:&lt;br /&gt;102. Think outside the box.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-382068174727980520?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/382068174727980520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=382068174727980520&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/382068174727980520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/382068174727980520'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/05/101-free-ways-to-increase-your-blog.html' title='101 FREE Ways To Increase Your Blog Traffic'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-1110499005295817334</id><published>2008-05-02T12:11:00.001+05:00</published><updated>2008-05-02T12:17:40.923+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Traffic building'/><title type='text'>Why Don't People Read Your Blog?</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-style: italic; font-family: verdana;"&gt;&lt;span style="font-weight: bold;"&gt;by Yaro Starak -&lt;/span&gt; &lt;a href="http://www.blogtrafficking.com/"&gt;The Blog Traffic King&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Why does it seem that some bloggers have all the traffic and others are lucky if they have about 10 visitors per day? You may write regular content for your blog but because no one reads it you feel like you are wasting your time.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;All blogs are not created equal. Guy Kawasaki started blogging and a few weeks after launching&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;he had over 4000 daily readers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Guy is a famous author and business speaker so he had the benefit of lots of other bloggers and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;media spreading the word for him. Chances are you don't have this advantage. I didn't, I had to earn my traffic the hard way.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Blogging is like starting your own print fanzine. First you put the hard work in, gather a&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;collection of articles, images and other content and launch your new publication. Once the first&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;issue is ready it's time to get out there and show it to everyone.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;You won't have a marketing budget or the benefits of a public relations officer drumming up free&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;publicity for you. You have to do all this for yourself. You wear all the hats for your blog -&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;author, publisher, marketer and public relations.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;This is where a lot of bloggers fail. Often they produce good content but they don't know how to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;market their blog. They don't know where the best places are to drum up traffic and use "shotgun" tactics - haphazardly shooting for traffic all over the place using as many random methods as possible with no thought into exactly what is the smart way to get traffic. No methodology. No process.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;START AT THE BEGINNING&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;The first step in blog traffic building is accepting the fact that you will have to work for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;your traffic. No one is going to do it for you. No one is going to help you. Your blog is your baby&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;and you are a single parent, solely responsible for it's growth.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Are you okay with that? Do you accept the burdens?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Yes? Good! Okay, let's move forward.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Blog traffic building begins, just like a magazine, by creating something worth reading. You&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;would never go out and hand out copies of your fanzine if it had only one or two articles in it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Before we even talk about finding readers for your blog you have to ask whether the readers you are chasing will read your blog once they get there.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Is your blog AMAZING? Do you have great content?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Do you even know what great content is?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Take a good look at your blog and review whether your starting content is worthy enough to capture and retain the attention of readers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;If you just switched the "on" button for your blog then there is only one thing you need to worry&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;about. Forget about traffic. Sit down, get your writers hat on and start writing articles.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;If you haven't done so already, cover at least these topics before properly launching your blog -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;1. Your About Page&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Who are you? What you are blogging about and what would a reader of your blog benefit from?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;2. Your Contacts Page&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Be certain to make it very easy to get in touch with you and if possible include a nice smiley picture of your face. Include a very clear 'contact me' link on your blog or list your email&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;address on your front page and offer more extended content details in a specific sub-page.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Other possible contact details include phone numbers, mailing addresses, Skype, MSN Messenger, AOL, your Linked-In or MySpace account - anything you feel comfortable making available to the public.&lt;/span&gt;&lt;br /&gt;&lt;span style="text-decoration: underline; font-family: verdana;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;3. Pillar Articles&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;I'll introduce you to the concept of pillar articles soon, but for the moment you need to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;start working on some nice fat juicy meaty...okay, you get the picture....solid articles. Something&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;substantial. Something worth reading that teaches your audience about the subjects relevant to your blog topic. Not just news reposts from other websites. This is original content from your&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;brain.&lt;/span&gt;&lt;/span&gt;&lt;script&gt;&lt;!-- D(["mb","over the place using as many random methods as\u003cbr /\&gt;possible with no thought into exactly what is the\u003cbr /\&gt;smart way to get traffic. No methodology. No\u003cbr /\&gt;process.\u003cbr /\&gt;\u003cbr /\&gt;START AT THE BEGINNING\u003cbr /\&gt;\u003cbr /\&gt;The first step in blog traffic building is\u003cbr /\&gt;accepting the fact that you will have to work for\u003cbr /\&gt;your traffic. No one is going to do it for you. No\u003cbr /\&gt;one is going to help you. Your blog is your baby\u003cbr /\&gt;and you are a single parent, solely responsible\u003cbr /\&gt;for it\'s growth.\u003cbr /\&gt;\u003cbr /\&gt;Are you okay with that? Do you accept the burdens?\u003cbr /\&gt;\u003cbr /\&gt;Yes? Good! Okay, let\'s move forward.\u003cbr /\&gt;\u003cbr /\&gt;Blog traffic building begins, just like a\u003cbr /\&gt;magazine, by creating something worth reading. You\u003cbr /\&gt;would never go out and hand out copies of your\u003cbr /\&gt;fanzine if it had only one or two articles in it.\u003cbr /\&gt;\u003cbr /\&gt;Before we even talk about finding readers for\u003cbr /\&gt;your blog you have to ask whether the readers you\u003cbr /\&gt;are chasing will read your blog once they get\u003cbr /\&gt;there.\u003cbr /\&gt;\u003cbr /\&gt;Is your blog AMAZING? Do you have great content?\u003cbr /\&gt;Do you even know what great content is?\u003cbr /\&gt;\u003cbr /\&gt;Take a good look at your blog and review whether\u003cbr /\&gt;your starting content is worthy enough to capture\u003cbr /\&gt;and retain the attention of readers.\u003cbr /\&gt;\u003cbr /\&gt;If you just switched the &amp;quot;on&amp;quot; button for your blog\u003cbr /\&gt;then there is only one thing you need to worry\u003cbr /\&gt;about. Forget about traffic. Sit down, get your\u003cbr /\&gt;writers hat on and start writing articles.\u003cbr /\&gt;\u003cbr /\&gt;If you haven\'t done so already, cover at least\u003cbr /\&gt;these topics before properly launching your blog -\u003cbr /\&gt;\u003cbr /\&gt;1. Your About Page\u003cbr /\&gt;\u003cbr /\&gt;Who are you? What you are blogging about and what\u003cbr /\&gt;would a reader of your blog benefit from?\u003cbr /\&gt;\u003cbr /\&gt;2. Your Contacts Page\u003cbr /\&gt;\u003cbr /\&gt;Be certain to make it very easy to get in touch\u003cbr /\&gt;with you and if possible include a nice smiley\u003cbr /\&gt;picture of your face. Include a very clear\u003cbr /\&gt;\'contact me\' link on your blog or list your email\u003cbr /\&gt;address on your front page and offer more extended\u003cbr /\&gt;content details in a specific sub-page.\u003cbr /\&gt;",1] );  //--&gt;&lt;/script&gt;&lt;script&gt;&lt;!-- D(["mb","\u003cbr /\&gt;Other possible contact details include phone\u003cbr /\&gt;numbers, mailing addresses, Skype, MSN Messenger,\u003cbr /\&gt;AOL, your Linked-In or MySpace account - anything\u003cbr /\&gt;you feel comfortable making available to the\u003cbr /\&gt;public.\u003cbr /\&gt;\u003cbr /\&gt;You can see one of my contact and about pages here\u003cbr /\&gt;\u003cbr /\&gt;\u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.entrepreneurs-journey.com/about/\" target\u003d_blank\&gt;http://www.entrepreneurs\u003cwbr /\&gt;-journey.com/about/\u003c/a\&gt;\u003cbr /\&gt;\u003cbr /\&gt;3. Pillar Articles\u003cbr /\&gt;\u003cbr /\&gt;I\'ll introduce you to the concept of pillar\u003cbr /\&gt;articles soon, but for the moment you need to\u003cbr /\&gt;start working on some nice fat juicy meaty...okay,\u003cbr /\&gt;you get the picture....solid articles. Something\u003cbr /\&gt;substantial. Something worth reading that teaches\u003cbr /\&gt;your audience about the subjects relevant to your\u003cbr /\&gt;blog topic. Not just news reposts from other\u003cbr /\&gt;websites. This is original content from your\u003cbr /\&gt;brain.\u003cbr /\&gt;\u003cbr /\&gt;Here\'s to your blogging success,\u003cbr /\&gt;\u003cbr /\&gt;Yaro Starak\u003cbr /\&gt;Blog Traffic King\u003cbr /\&gt;\u003cbr /\&gt;P.S. - Blog Traffic School is coming soon.\u003cbr /\&gt;Stay tuned to the pre-launch blog to keep\u003cbr /\&gt;up to date with the latest news and get\u003cbr /\&gt;more traffic tips from the Blog Traffic King.\u003cbr /\&gt;\u003cbr /\&gt;Visit - \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.BlogTrafficSchool.com\" target\u003d_blank\&gt;http://www.BlogTrafficSchool\u003cwbr /\&gt;.com\u003c/a\&gt;\u003cbr /\&gt;\u003cbr /\&gt;******\u003cbr /\&gt;\u003cbr /\&gt;\u003cbr /\&gt;\u003cbr /\&gt;******\u003cbr /\&gt;To reply to this email go to: \u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://ReplytoYaro.com\" target\u003d_blank\&gt;http://ReplytoYaro.com\u003c/a\&gt;\u003cbr /\&gt;******\u003cbr /\&gt;\u003cbr /\&gt;GPO Box 2679, Brisbane, QLD 4001, AUSTRALIA\u003cbr /\&gt;\u003cbr /\&gt;To unsubscribe or change subscriber options visit:\u003cbr /\&gt;\u003ca onclick\u003d\"return top.js.OpenExtLink(window,event,this)\" href\u003d\"http://www.aweber.com/z/r/?TOysjMxMtCyMLKwMDIxM\" target\u003d_blank\&gt;http://www.aweber.com/z/r/\u003cwbr /\&gt;?TOysjMxMtCyMLKwMDIxM\u003c/a\&gt;\u003cbr /\&gt;\u003cbr /\&gt;\u003c/div\&gt;",0] );  //--&gt;&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-1110499005295817334?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/1110499005295817334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=1110499005295817334&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1110499005295817334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/1110499005295817334'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/05/why-dont-people-read-your-blog.html' title='Why Don&apos;t People Read Your Blog?'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-5861831638948204013</id><published>2008-05-02T12:09:00.001+05:00</published><updated>2008-05-02T12:17:40.925+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Traffic building'/><title type='text'>How To Build Blog Traffic</title><content type='html'>&lt;p&gt;&lt;span style="font-family: trebuchet ms;font-size:100%;" &gt;&lt;span style="font-size: 130%;"&gt;&lt;a style="color: rgb(51, 0, 153); font-weight: bold;" href="http://www.blogmastermind.com/sample-lesson.php?home=1216"&gt;A sample lesson from BlogMasterMind&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;By far the number one complaint bloggers have, and this effects bloggers at all levels, is not having enough traffic. Whether you are just starting out or well established, we all want more traffic, and rightly so, since traffic is the single biggest determinant of profitability - there is no money without traffic.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;I'm going to cut to the chase, there are only four ways you can get traffic to your blog -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;  1. You can buy it&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;  2. You can get it from search engines&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;  3. You can take other people's traffic&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;  4. You can do or create something that generates attention and word of mouth&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;We will cover all four methods through the upcoming lessons. Note that you don't have to use every single method, in fact many people focus on becoming proficient at one method only. Obviously the more you diversify, the less dependence you have on any one source, which is important because no technique remains effective forever and the environment constantly changes.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;I make use of the last method the most, but I have experience with all of them.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Some blogs focus on search engines and work constantly on search engine optimization (SEO), researching keywords, building links and chasing long tail traffic.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Other blogs use paid advertising to establish an initial following by purchasing paid reviews, pay per click ads and banners on websites and blogs.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Then there are bloggers who use techniques to "borrow" traffic from other sources, perhaps through joint ventures, or guest blogging or even simple methods like we will review in this lesson and the next - leaving comments and posting in forums.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;The most common way bloggers use to build traffic, which unfortunately is usually the slowest unless you have existing leverage points in place, is to focus on building content. Great content can be enough to sustain a blog, but it's rarely enough to get it going in the first place. It's usually necessary to combine this method with one or several of the other traffic techniques, at least initially.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;What Method Is Best?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;It's up to you how you choose to build traffic and your current circumstances and abilities dictate what methods you use. No one method is better than another in a strict sense, but certain techniques you will find easier and suit your style, thus reward you better, so I suggest you gravitate to methods you find comfortable and rewarding.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Remember back to your initial training in the &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://www.blogmastermind.com/blueprint/?home=1216"&gt;Blog Profits Blueprint&lt;/a&gt;&lt;span style="font-family: verdana;"&gt; - our goal here is to tap into the large rivers of traffic and if you lack resources other than your own time and energy, you will need to work your way up to the large traffic sources by focusing on building smaller sources first - the streams.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Whenever possible I will suggest the best way to leverage each technique so you get the biggest bang for your buck, but as I explained in the Blueprint, in most situations, the more you put it in, the more you get out.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;If you have money to spend or resources you can leverage like virtual staff, outsourcers or employees, then you can grow your traffic quickly. As always, I recommend you look for ways to have other people do things for you or at least plan for the day when you can set aside tasks for other people (we will cover systemizing your blog business in later lessons).&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Become A Conversationalist&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Every source of traffic comes from opening a communication channel, thus your goal at all times when marketing your blog is to communicate with people and foster relationships. By blogging and marketing your blog, you are opening conversations with an ever expanding sphere of influence.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Once your influence reaches thousands of people you create the potential to earn thousands of dollars. Reach tens of thousands of people and you can make tens of thousands of dollars, and so on.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;What can be misleading is thinking it's purely about the volume of people you can reach. In reality it's about the relationship you develop with people that counts, and in the end, leads to a greater volume of traffic anyway.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;When you open a dialog with a person they immediately begin an evaluation process. If the way you converse with them is positive, if you contribute to their life in a meaningful and valuable way, they will naturally desire to continue to know you. If you do a great job, not only will they want to stay in touch with you, they will also share you with other people, thus triggering the best marketing tool available - word of mouth.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;If you communicate half-heartedly, if you rush, are unoriginal, pushy, try to get people to do something before building trust, or you lack personality or a differentiation point, chances are people who come into contact with will not wish to stay in touch and certainly will not tell others about you. That's why writing one brilliant comment to a blog will always do more for your traffic than leaving ten useless one line comments.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Your goal is to make each person who experiences communication with you walk away wanting to do it again. This applies to every single communication channel - from email, to comments you make on other blogs or replies to comments made on your blog, to the way you approach other bloggers, how you write your blog posts, how you write advertisements, the way you write newsletters, your forum posts, how you interact at social community sites - every single way you contact other people. Simply put - if they like you and you provide value, traffic will come.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Don't underestimate what you are learning here - this is THE key for tapping large communication channels.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;While you might initially focus on smaller communication channels, how you perform early tasks impacts when or even if, you ever tap the larger traffic sources. Remember, relationships lead to relationships and if you impress people with every point of contact you have with them, eventually you will find the people who can be points of leverage, who can give you access to huge sources of traffic (A-list bloggers, people who have huge email lists, owners of large content sites, journalists, business owners, etc).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;How To Effectively Market With Blog Comments&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;One of the best ways I can illustrate the power of how you communicate with people is the stock standard traffic tip of leaving comments on other blogs. You've been told to do this hundreds of times, yet most people never really build much traffic from comment marketing, and there is a very good reason why.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;The secret to effective comment marketing is to realize why you do it. Most people think you leave comments on other blogs because people will click the link to your blog that accompanies each comment you make. If you leave enough comments you are bound to build traffic coming from all these little links, so you go out and attempt to leave as many comments as you can.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;This simply doesn't work. It doesn't work because everybody who uses this strategy focuses on volume and thus leaves low-quality comments. I know this for a fact because 90% of the real comments I get (as in not automated spam) are one or two liners that add absolutely nothing to the conversation. I see this trend on every blog I visit. It's clear that most people who leave comments just want exposure and focus only on what is in it for them - a link and maybe a trickle of traffic.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Worse still, this problem is exacerbated because every blogger writing about blog traffic tells people to leave comments without explaining how to do it the right way. The end result is thousands of bloggers leaving useless comments, filling blogs up with comments almost as bad as spam, and wondering why they still don't get any traffic to their blogs for their efforts.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;The fact is, leaving blog comments will never ever be a large source of traffic, however the reason why you do it is because it can lead you to larger communication channels. This happens not because you leave waves and waves two-line comments, it happens because you focus on each of the comments you make, ensuring they have a real impact on people, and in particular, on the blogger who's blog you are leaving the comment at.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;The Two Step Process For Successful Comment Marketing&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;If you want to truly leverage blog commenting as a traffic strategy you only need to do two things -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 1. Focus on a handful of reasonably popular blogs, in complimentary niches to your own blog, and concentrate your commenting efforts there.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 2. When these bloggers write articles that you can respond to, offer something of real value, perhaps a story, or a counter-point, or an additional point or a direction to relevant resources. Leave a comment that makes an impact. Repeat this process on the handful of blogs you are focusing on until you build a profile, and most importantly, you have the attention of the blogger. This is the first step to develop a relationship with them.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;This process is the powerful way of building traffic with blog comments. Most bloggers read every comment they get to their blogs and for the really popular blogs this is one of the only times you get to make an impression. Why waste that opportunity by writing run-of-the-mill, just like everybody else comments?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Popular bloggers lead very busy lives and each comment you leave to their blog is a very small window of attention you have from them. Take this opportunity to contact other bloggers and make a powerful, positive impression, and do it over and over again with each comment you make.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;With an initial good first impression made, when it comes time to contact that blogger they will know you already - you will be that guy or girl who leaves them great comments. This obviously makes the approach that much easier and likely that you will get the outcome you are seeking - some form of exposure to their readers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;In the best of cases just leaving great comments can result in the blogger taking notice of your blog and linking to you without you even asking for it. If they see five great comments coming from you, they might just click that link in your comments, visit your blog, find a great article or start reading your blog on a regular basis, and eventually link to you. This only happens when you get their attention with the quality of your contribution to their blog.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;As a worst case scenario, you may still need to contact the blogger to enjoy the fruits of your commenting labor, perhaps asking to submit a guest article, or for them to check out one of your blog posts. It's much more likely that this blogger will be open to your communication and actually respond if they know you from your comments to their blog. You will also evoke the law of reciprocity - the blogger will feel they owe you something because you have contributed so much time and value to their blog.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Best of all, this method of commenting actually takes less effort for better rewards than the traditional low-quality, high-volume method. If you spend just 20 minutes each night leaving three great comments to one blog, and you understand why you do it (to get the attention and open a relationship with the other blogger), you will get better results than spending an hour writing 25 one and two line comments to ten different blogs.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;As an added benefit of this technique, other people who read your comments will come to respect your contribution - you will add value to the conversation, which in turn makes it much more likely that they will actually click the link and visit your blog.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Remember your goal at all times is to rise above the crowd and be remarkable in the way you converse, and if each comment you make is clearly superior to all the other comments left on a blog post, guess which comment is likely to get the majority of any clicks. This should make complete sense to you.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;The Leverage Is In The Relationship With The Blogger&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Depending on your current status and reputation in the marketplace (for example if you have a proven, demonstrable track record), you may be able to bypass commenting altogether to form a relationship with other bloggers by contacting them directly. This can work if the blogger already knows you by reputation, or you can introduce yourself and offer proof of your value (perhaps show them your book, or your successful blog, or whatever other credibility tool you have).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;For most of you reading this, there isn't a good reason why a popular blogger should pay attention to you until you do something to warrant them giving you attention. Leaving powerful comments is one way to do this and is the only effective method of comment marketing that can lead to serious traffic.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;If you decide comment marketing is one of the techniques you will use to market your blog, make sure you are clear with your purpose and you follow the two step process I introduced to you in this lesson. It's not rocket-science, but if you focus on making an impact with how you communicate with your commenting - and in every marketing technique we will cover in this program - you will get exponential results over time.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Lesson 11 Action Activities&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Here are your tasks:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 1. Let's start with your mandatory content requirement since this must come BEFORE marketing. Publish 2-3 pillar content pieces to your blog before next lesson and if you can, slot in a few smaller news posts so you can get your blog updated with daily content.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 2. Make use of the two-step effective comment marketing process I introduced to you in this lesson. Isolate about 2-5 blogs as your targets and start up a habit of adding valuable comments to them. If you can leave a solid comment every day to just three blogs, which shouldn't take longer than twenty minutes, you will have success with this process.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 3. If you know a really popular blog or person and they have access to the type of audience that would love your blog, consider who you would need to get to know in order to get in touch with them. Sometimes it's necessary to make use of a connector - a person who knows and is trusted by the person you want to know - since a direct approach won't always work. Find the connectors and build relationships with them and you are only one step away from the person who can deliver huge amounts of targeted traffic to you.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 4. I recommend you avoid targeting the really large blogs, because even if you write brilliant comments, chances are you won't ever get through to the person who makes decisions and publishes content. The best targets are the "one-man-(or woman)-show" type blogs were the person who makes all the decisions is the blog owner. They do all the work and hence you just need to get to know them.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; If you can get in touch with a top blogger who commands an audience of 20,000+ readers alone, just one article focused on and linking to your blog, can add hundreds of new readers for you. Finding this type of blog might take time depending how popular your niche is, so spend some time this week surfing blogrolls (such &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://www.blogcatalog.com/user/ezrich"&gt;BlogCatalog&lt;/a&gt;&lt;span style="font-family: verdana;"&gt; and &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://www.mybloglog.com/buzz/members/EzRich/"&gt;MyBlogLog&lt;/a&gt;&lt;span style="font-family: verdana;"&gt;) and &lt;/span&gt;&lt;a style="font-family: verdana;" href="http://www.technorati.com/people/technorati/ezrich"&gt;technorati.com&lt;/a&gt;&lt;span style="font-family: verdana;"&gt; to find the type of blog that could potentially deliver a big break for you. Remember sometimes you have to think outside your niche and consider complimentary industries to find the large blogs.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 5. If you have no luck finding massive blogs, that's okay, you can always work your peers. The traffic windfall won't be as large, but sometimes knowing five people who are all working hard growing their blogs can lead to big traffic for everyone as you rise together.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Find bloggers who share a lot in common with you and your blog - similar audience and subject matter - and work to build a "mastermind" group with them. Collaborate together to create combined resources (perhaps string together a couple of pillar series, one from each blog, to create a PDF report that you can all distribute).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; Things happen quicker when multiple people are working towards the same goals and relationships can come from simply taking a little extra time when you leave comments. This method will require that you (or someone else in your group) takes initiative and organizes people, because generally without some form of leadership, nothing gets done. The goal is to work together to create resources that will increase traffic to all the blogs involved.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Here's an additional task you can do if you have already completed the above tasks.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; * I have only one additional task for you this lesson, but it's a very important one. Many of the techniques coming up require you have a pool of content to use outside of your blog. If you can, start compiling short-and-sweet pillar articles (the list format works best, around 400-700 words) and have them ready to go for use in other marketing techniques. Do not post these to your blog - they have to be original content not published elsewhere online.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2 style="color: rgb(153, 0, 0);" align="center"&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://www.blogmastermind.com/blueprint/?home=1216"&gt;Click Here To Join Blog Mastermind&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-5861831638948204013?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/5861831638948204013/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=5861831638948204013&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/5861831638948204013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/5861831638948204013'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/05/how-to-build-blog-traffic.html' title='How To Build Blog Traffic'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-6007297489126236751</id><published>2008-05-02T12:02:00.001+05:00</published><updated>2008-05-02T12:17:40.926+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Traffic building'/><title type='text'>Increase blog traffic with April Fool trick</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_YniKlbPh29k/R-4GQ3pcJ8I/AAAAAAAAA50/cZ3OUaM0o5A/s1600-h/23302761.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://4.bp.blogspot.com/_YniKlbPh29k/R-4GQ3pcJ8I/AAAAAAAAA50/cZ3OUaM0o5A/s320/23302761.jpg" alt="" id="BLOGGER_PHOTO_ID_5183087108035454914" border="0" /&gt;&lt;/a&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family: verdana;"&gt;April Fool day is approaching. Though not a cultural festival, April Fool has been known world wide as a day to fool others or get fooled.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Anyway, it has been a traditional practice by most pranksters to create a scene or alarming news only to fool others. Even the media such as the newspaper publishing company do that. Those people who get others to be fool do it for fun and thrill. At times, it can be excited to note how people react to your news only to be inform later that it was fake.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;In promoting your blog or website, the same concept can also be applied. The idea is to create some post that is surreal but in reality is a fake. Once your post hit the blogsphere, see your site statistics go wild. Of course submitting your post URL to blog aggregator such as digg.com or stumbleupon.com can also help speed up the promotion of your blog.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;You have 3 days to come up with the April Fool tricks and post it on your blog to increase the traffic. Just ensure that your April Fool post is appropriate.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-6007297489126236751?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/6007297489126236751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=6007297489126236751&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/6007297489126236751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/6007297489126236751'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/05/increase-blog-traffic-with-april-fool.html' title='Increase blog traffic with April Fool trick'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_YniKlbPh29k/R-4GQ3pcJ8I/AAAAAAAAA50/cZ3OUaM0o5A/s72-c/23302761.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-6847892073287380348</id><published>2008-05-02T11:58:00.001+05:00</published><updated>2008-05-02T12:17:40.928+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Traffic building'/><title type='text'>Why Page Rank is important in building traffic to your blog</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Google PageRank is important&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; in building traffic to your website for a number of reasons. Before we discuss why, here is quick heads up on how it works.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Page Rank is based&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; on links between your site and other sites, in fact specifically between web pages, since it is links between individual pages rather than complete websites that interests Google. That is because Google lists individual pages and not domains. There is a formula that Google uses to determine the value of each link to your site, which is based on the PageRank of the web page providing the link and also the number of other links leaving that page.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;You can see the page Rank&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; in the Google PageRank bar on the Google Toolbar - it is the green bar that shows a numerical value of 0 to 10 when you hover your cursor over it. This value is logarithmic, which means that if it takes 10 links to reach PR 1, then it takes a lot more to reach 2. If Google uses a logarithmic factor of 8, as it might do (nobody knows), then it will take 8 links to your site to get to PR 1, 64 to reach PR 2, 512 to PR 3 and so on. This is very basic, since, as I have stated, it also depends on the PR of the page providing the link and the number of other links leaving that page.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Here are the top 4 reasons&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; that in my opinion help most to generate traffic and make you money:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;1. &lt;/span&gt;&lt;span style="font-family: verdana;"&gt;The higher your Google PageRank, then the higher Google is likely to list you in the search engine results pages. Google take the view than the more other websites link to yours, then the more relevant your web page must be to the topic in hand, otherwise they wouldn't link to you. In fact, the links are to specific pages in your site, not to the site as a whole, which is why it is called 'Page Rank' and not Site Rank.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;2. &lt;/span&gt;&lt;span style="font-family: verdana;"&gt;The higher the Page Rank, then the more relevant other people will consider any particular page on your website to be. They will feel more confident that if they visit your site they will have their questions answered and find the information they are looking for.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;3. &lt;/span&gt;&lt;span style="font-family: verdana;"&gt;A high Page Rank shows that you have a high number of links on the pages of other websites. There is then the possibility of others clicking on these links to get to your website.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;4. &lt;/span&gt;&lt;span style="font-family: verdana;"&gt;The higher your Page Rank, then the more people will want you to link to their website. That means that they too will be likely to visit your site. They will also offer you a reciprocal link if you want one, and that too will provide you with more exposure online.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;There are some factors you should keep in mind that could affect your Page Rank. The way your domain name is presented is very important. Take at look at these domains: www.mydomain.com, www.mydomain.com/index.html, domain.com, domain.com/index.html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;They are all different URLs &lt;/span&gt;&lt;span style="font-family: verdana;"&gt;that will lead somebody using them to your domain. However, search engine spiders see them all as different URLs, and if you use different ways to write your home page URL, then they will all be listed separately, and all be given a different Page Rank. Thus, the page rank for any one of them will be weaker than your page would have been if you had used only the one way to express it. Get into the habit of expressing your domain in only one way.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;There are other ways&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; in which poor use of your website URLs and also injudicious linking policies, can harm your Page Rank, but the main point that should keep in mind is that the your page rank applies to each page individually, and you get a share of the Google PageRank of the page that provides you with the link. If that page has a PR of zero, then you get nothing.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;In giving my reasons for page rank&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; being important in building traffic, I should stress that it is not one of my more important ways. However, Google takes notice of your PageRank, otherwise why would it bother giving you a Page Rank in the first place. For that reason alone it is well worth building up as many links back to your webpages as possible, not just for the traffic, but also to keep your website in the public eye.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;It is the Home Page&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; that is highest listed on most search engines, and also the page is given the highest PageRank, so if you can persuade others to link to your home page in return for a link from a page internal to your site, then that would be a good deal, and is what you should be trying for.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;Don't ask me though&lt;/span&gt;&lt;span style="font-family: verdana;"&gt;, because I would a link back from your highest Page Ranked page!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-size: 85%; font-family: verdana;"&gt;About the Author: Page Rank is an important property of your website, and for more information on internal and external linking strategy check out Pete's website &lt;a href="http://www.improved-search-engine-rank.com/" rel="nofollow"&gt;Improved Search Engine Rank&lt;/a&gt; where you will find many other SEO tips.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-6847892073287380348?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/6847892073287380348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=6847892073287380348&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/6847892073287380348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/6847892073287380348'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/05/why-page-rank-is-important-in-building.html' title='Why Page Rank is important in building traffic to your blog'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-7290557663721582012</id><published>2008-04-28T13:50:00.002+05:00</published><updated>2008-04-28T13:52:45.791+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Diet - Weightloss'/><title type='text'>Mediterranean Diet During Pregnancy Wards off Childhood Asthma and Allergy</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div style="font-family: verdana; color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2008/01/mediterranean_diet1.jpg" alt="Mediterranean Diet" align="right" border="1" height="280" hspace="5" vspace="5" width="196" /&gt;A two-stage study has shown, that &lt;strong&gt;women&lt;/strong&gt;, who follow &lt;strong&gt;Mediterranean diet&lt;/strong&gt; in &lt;strong&gt;pregnancy&lt;/strong&gt;, also protect their babies from childhood asthma and allergy. During the first stage of the study, 1997, doctors recruited 507 women who attended an antenatal clinic on Menorca, Spain. These women were quizzed about their &lt;strong&gt;dietary &lt;/strong&gt;habits. Six years later the children of these women were examined for &lt;strong&gt;asthma &lt;/strong&gt;and were tested to see if their organisms responded to six common &lt;strong&gt;allergens&lt;/strong&gt;. The researchers found, that the diet of &lt;strong&gt;children &lt;/strong&gt;did not influence the fact whether they had these problems. The main reason was the dietary intake of the mothers while pregnant.&lt;span id="more-373"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Study Results&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;The researchers elaborated the Mediterranean Diet Score System, which measured the consumption of &lt;strong&gt;fruits&lt;/strong&gt;, &lt;strong&gt;vegetables&lt;/strong&gt;, olive oil, nuts, legumes, fish and &lt;strong&gt;wholegrain cereals&lt;/strong&gt;. One third of the quizzed mothers had a low rating on this score, while two-thirds had a high score. At the same time children from the “low score” group were almost twice likelier to develop allergies and about four times as likely as children from the “high score” group, to develop asthmatic symptoms.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;What is the Mediterranean Diet&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;There are two main components in the Mediterranean diet: &lt;strong&gt;antioxidants &lt;/strong&gt;(vitamin compounds that kill free radicals) and &lt;strong&gt;polyunsaturated fatty acids&lt;/strong&gt;. In our case the first ones were found effective against &lt;strong&gt;asthma &lt;/strong&gt;in babies, the second ones protected against &lt;strong&gt;inflammation&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;In general, the Mediterranean diet consists of the following products:&lt;/span&gt;&lt;/p&gt;  &lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt; &lt;li&gt;&lt;span style="font-size:85%;"&gt; lots of fruits and vegetables,&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; fish,&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; bread&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; wheat and other &lt;strong&gt;cereals&lt;/strong&gt;,&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; moderate amounts of &lt;strong&gt;red wine&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Mediterranean diet differs from that one typical to the &lt;strong&gt;Americans &lt;/strong&gt;a lot: the second one has the high amount of animal fats, while Mediterranean diet means first of all the consumption of a lot of &lt;strong&gt;olive oil&lt;/strong&gt;, which &lt;strong&gt;lowers cholesterol levels &lt;/strong&gt;in the &lt;strong&gt;blood&lt;/strong&gt;, &lt;strong&gt;blood sugar level&lt;/strong&gt; and &lt;strong&gt;blood pressure&lt;/strong&gt;. This is why Mediterranean diet is associated with &lt;strong&gt;longevity&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-7290557663721582012?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/7290557663721582012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=7290557663721582012&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7290557663721582012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7290557663721582012'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/mediterranean-diet-during-pregnancy.html' title='Mediterranean Diet During Pregnancy Wards off Childhood Asthma and Allergy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8035370518601688065</id><published>2008-04-28T13:48:00.001+05:00</published><updated>2008-04-28T13:52:45.791+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Diet - Weightloss'/><title type='text'>Probiotics in Yoghurt Drinks Affect Metabolism</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div style="font-family: verdana; color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2008/01/youghurt11.jpg" alt="Yoghurt with Probiotics" title="Yoghurt with Probiotics" align="right" border="1" height="214" hspace="5" vspace="5" width="196" /&gt;A new study conducted by Nestlé Research Center along with a team from Imperial College London has found, that probiotics, such as drinking &lt;strong&gt;yoghurts&lt;/strong&gt;, which contain live &lt;strong&gt;bacteria&lt;/strong&gt;, may have a serious effect on the metabolism. As probiotics contain potentially &lt;strong&gt;beneficial &lt;/strong&gt;bacteria playing an important role in the &lt;strong&gt;metabolism&lt;/strong&gt;, they have an effect on the &lt;strong&gt;biochemistry &lt;/strong&gt;of the &lt;strong&gt;gut microbes&lt;/strong&gt;. &lt;strong&gt;Probiotics &lt;/strong&gt;contain so-called &lt;strong&gt;“friendly” bacteria&lt;/strong&gt;, which help the &lt;strong&gt;digestive system&lt;/strong&gt;. The study of how exactly it occurs was the goal of the research.&lt;span id="more-395"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Probiotics Effect Fat Amount&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;The researchers had used two groups of mice for figuring out, how &lt;strong&gt;probiotics &lt;/strong&gt;effect the &lt;strong&gt;metabolism&lt;/strong&gt;. One group had received &lt;strong&gt;probiotic treatment&lt;/strong&gt;, and the other one had not. Then different metabolites in the liver, urine, blood and faeces of both groups were compared. The researchers observed many biochemical changes in how the mice treated with probiotics metabolized bile acids. These acids are produced by the liver and their primary &lt;strong&gt;function &lt;/strong&gt;is to &lt;strong&gt;emulsify &lt;/strong&gt;fats in the upper &lt;strong&gt;gut&lt;/strong&gt;. As probiotics had an effect on the way in which &lt;strong&gt;bile acids&lt;/strong&gt; are &lt;strong&gt;metabolized&lt;/strong&gt;, then they can &lt;strong&gt;influence &lt;/strong&gt;the amount of &lt;strong&gt;fat &lt;/strong&gt;the &lt;strong&gt;body &lt;/strong&gt;can &lt;strong&gt;absorb&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;How Probiotics Influence the Metabolism&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;The study shows, that adding the “friendly” bacteria contained in probiotics change the makeup of the bugs in the gut. It increases the number of these bacteria and works with other bacteria in the gut amplifying their effects. Probiotics interact with other bacteria and indeed influence the local &lt;strong&gt;microflora&lt;/strong&gt;. The changes probiotics bring about have to be studied further to find out the influence on overall health. But what is established is that probiotics can change the &lt;strong&gt;dynamics &lt;/strong&gt;of the whole &lt;strong&gt;microbes &lt;/strong&gt;population in the &lt;strong&gt;gut&lt;/strong&gt;. Further researches will open up the possibility of developing new &lt;strong&gt;probiotic therapies&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;and finding customized &lt;strong&gt;nutritional &lt;/strong&gt;solutions to maintain or &lt;strong&gt;enhance health&lt;/strong&gt; at an individual level.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8035370518601688065?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8035370518601688065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8035370518601688065&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8035370518601688065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8035370518601688065'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/probiotics-in-yoghurt-drinks-affect.html' title='Probiotics in Yoghurt Drinks Affect Metabolism'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8450734222571583007</id><published>2008-04-28T13:46:00.001+05:00</published><updated>2008-04-28T13:52:45.792+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Diet - Weightloss'/><title type='text'>Blue Shade Glasses to Lose Weight</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div style="font-family: verdana; color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2008/04/blueblue.jpg" alt="Blue Shade Glasses to Lose Weight" title="Blue Shade Glasses to Lose Weight" align="right" border="1" height="178" hspace="5" vspace="5" width="196" /&gt;Hey, don’t go to the kitchen! Stop! Don’t open the &lt;strong&gt;fridge&lt;/strong&gt;, no-nooo! Please, stop it. No, please, not the cake and not the coke. At least not now – it’s 10 p.m. already. Hey, put it back right now! Close it! What about your &lt;strong&gt;figure&lt;/strong&gt;? Don’t open your mouth! &lt;strong&gt;Don’t eat it&lt;/strong&gt;!&lt;br /&gt; Don’t!&lt;br /&gt; No!&lt;br /&gt; NOOOO! &lt;span id="more-679"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Sometimes you just can’t resist &lt;strong&gt;eating a cake&lt;/strong&gt;, chips or some fried pork before sleep. And you are sure to &lt;strong&gt;drink &lt;/strong&gt;something absolutely &lt;strong&gt;unhealthy &lt;/strong&gt;with it. It happens, because you see the &lt;strong&gt;food &lt;/strong&gt;and it looks very &lt;strong&gt;appetizing&lt;/strong&gt;. You may try lots of &lt;strong&gt;dieting plans&lt;/strong&gt;, &lt;strong&gt;weight loss&lt;/strong&gt; pills, read special books to the topic, but there will be a day, when you finally fail and start to eat what you want and when you want. To rid you of this problem, Japanese scientists have developed &lt;strong&gt;Blue Shade Glasses&lt;/strong&gt;, which make food less &lt;strong&gt;attractive&lt;/strong&gt;. This gadget is a &lt;strong&gt;pair of glasses &lt;/strong&gt;with &lt;strong&gt;blue lenses&lt;/strong&gt;, which “colors” the food blue. Blue is the color which &lt;strong&gt;decreases appetite&lt;/strong&gt;. Food appearing in blue colors looks weird and absolutely not so irresistible.&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Compare these two pictures of the same appetizing dish.&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2008/04/chicken.jpg" alt="Appetizing Chicken" title="Appetizing Chicken" /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;This is an example of how food changes due to the blue shade glasses. It differs a lot, right?&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2008/04/blue111.jpg" alt="Blue Chicken" title="Blue Chicken" /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;It’s a well-known fact, that nutritionists recommend to &lt;strong&gt;eat &lt;/strong&gt;from &lt;strong&gt;blue plates &lt;/strong&gt;to &lt;strong&gt;lose weight&lt;/strong&gt;, but as you can’t take blue dishes with you everywhere, there have been developed weight loss blue shade glasses. I haven’t tried the &lt;strong&gt;glasses &lt;/strong&gt;myself, but I would like to know, how they work in practice. The &lt;strong&gt;weight loss shade glasses &lt;/strong&gt;can be now bought only in Japan for $20. Looking forward to them in other countries.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8450734222571583007?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8450734222571583007/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8450734222571583007&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8450734222571583007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8450734222571583007'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/blue-shade-glasses-to-lose-weight.html' title='Blue Shade Glasses to Lose Weight'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2514845430013158764</id><published>2008-04-28T13:44:00.001+05:00</published><updated>2008-04-28T13:52:45.793+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Diet - Weightloss'/><title type='text'>Cereals Prevent Breast Cancer</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div style="color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2008/04/bread_cut.jpg" alt="Cut Bread" title="Cut Bread" align="right" border="1" height="233" hspace="5" vspace="5" width="196" /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: verdana;"&gt;Most &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;women &lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;trying to be thin and lose weight don’t eat bread. But in reality coarse &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;meal bread&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt; and whole &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;grain bread &lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;can reduce the risk of &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;breast cancer&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt; in young women. This has been found due to a seven-year study of 35000 women. According to the researchers, 350 patients developed malignant &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;breast tumor&lt;/strong&gt; before menopause. All of them consumed food rich in proteins instead of fibers. As a result, this type of diet was one of the causes of breast cancer. Pr. Janet Cade from University of Leeds claims, that &lt;strong style="font-family: verdana;"&gt;nutrition &lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;can have a dramatic impact on cancer development in young women.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: verdana;"&gt; &lt;/span&gt;&lt;span style="font-family: verdana;" id="more-725"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;The researchers did not find the link between &lt;strong&gt;diet &lt;/strong&gt;and breast &lt;strong&gt;cancer &lt;/strong&gt;for older women, but before &lt;strong&gt;menopause &lt;/strong&gt;particular diets contribute to breast cancer. This means, that those preferring healthy food rich in fibers are less likely to develop breast cancer. To prevent breast cancer eat &lt;strong&gt;cereals&lt;/strong&gt;, muesli, grains, bread, pasta, fruits and vegetables, as they are rich in &lt;strong&gt;fibers&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2514845430013158764?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2514845430013158764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2514845430013158764&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2514845430013158764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2514845430013158764'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/cereals-prevent-breast-cancer.html' title='Cereals Prevent Breast Cancer'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-256415127582198364</id><published>2008-04-28T13:43:00.001+05:00</published><updated>2008-04-28T13:52:45.793+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Diet - Weightloss'/><title type='text'>Unhealthy Foods Can Be Healthy</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div align="center"&gt; &lt;/div&gt;                          &lt;p&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2008/04/ice-cream.jpg" alt="Tasty and Unhealthy Ice-cream" title="Tasty and Unhealthy Ice-cream" align="right" border="1" height="227" hspace="5" vspace="5" width="196" /&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family: verdana;"&gt;Today many people take care of their &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;health&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;. We try to &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;eat less&lt;/strong&gt; and avoid eating some foods, which are regarded to as unhealthy. Such ones are &lt;strong style="font-family: verdana;"&gt;junk food&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;, sweets, fried foods and so on. The consumption of some of the food we think is unhealthy should be restricted, such as pork (as it contains a lot of fat) and eggs (as they are rich in “bad” &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;cholesterol&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;). Some should be not consumed at all, such as coke. Some foods we just try to avoid, as we are sure, they can make us fat and unhealthy, but these foods are in reality not so bad and can even do you good. Here are some of them. &lt;/span&gt;&lt;span style="font-family: verdana;" id="more-734"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Red Meat&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;100 grams of beef contain 129 kilocalories and 4,5 &lt;strong&gt;grams of fat&lt;/strong&gt;, while the same 100 grams of chicken also have 129 &lt;strong&gt;kilocalories &lt;/strong&gt;and 4,5 grams of fat. At the same time beef contains three times more iron and four times more zinc, which are needed by your body.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Ice-cream&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;It has occurred, ice-cream is digested slowly, this is why one needs only a little ice-cream to feel satiated for a long time. Choosing from various diets, note, that a scoop of ice cream (75 grams) contains 114 kilo&lt;strong&gt;calorie&lt;/strong&gt;s and 6 grams of fat, while a usual cheese bun contains 511 kilocalories and 43 grams of &lt;strong&gt;fat&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Butter&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Some people don’t eat butter at all to prevent some diseases, while it’s so beneficial to our health. In reality you can’t eat a lot of butter, for example, you would need only a little butter for a sandwich, that is, 8 grams of fat, which won’t, of course, cause a cardiovascular disease immediately. &lt;strong&gt;Butter &lt;/strong&gt;is one of the rarest foods containing vitamin В and beta-carotene – antioxidant, which is healthy for your heart and lungs.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Mutton Kebab&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Strange as it may seem, a portion of &lt;strong&gt;kebab &lt;/strong&gt;is one of the “safest” fast foods. One portion contains 232 kilocalories and 6 grams of fat, while a standard hamburger has 250 kilocalories and 8 grams of fat.&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Most foods we know can be both &lt;strong&gt;healthy &lt;/strong&gt;and in some cases cause illnesses. Moderate consumption of various kinds of foods can be beneficial to your health. Don’t overeat and make sure your body consumes enough necessary &lt;strong&gt;vitamins&lt;/strong&gt;, minerals and other &lt;strong&gt;healthy substances&lt;/strong&gt; with food you eat.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-256415127582198364?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/256415127582198364/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=256415127582198364&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/256415127582198364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/256415127582198364'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/unhealthy-foods-can-be-healthy.html' title='Unhealthy Foods Can Be Healthy'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-701768866282023767</id><published>2008-04-28T13:41:00.001+05:00</published><updated>2008-04-28T13:52:45.794+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Diet - Weightloss'/><title type='text'>Top 6 Dieting Mistakes Women Make</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div align="center"&gt; &lt;/div&gt;                          &lt;p&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2008/04/woman_scales.jpg" alt="Woman on Scales" title="Woman on Scales" align="right" border="1" height="219" hspace="5" vspace="5" width="196" /&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family: verdana;"&gt;It seems to me, there’s no &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;woman &lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;among friends of mine who have never tried to &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;lose weight&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt; by &lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;dieting&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;. I myself heard the word “&lt;/span&gt;&lt;strong style="font-family: verdana;"&gt;diet&lt;/strong&gt;&lt;span style="font-family: verdana;"&gt;” already in my childhood. I remember my mom eating only boiled meat or only drinking kefir during the whole day to become slimmer. She read about such diets somewhere in a newspaper or they were recommended by her friends. But did my mom do this the right way? And do you do it correctly? Here are top 6 mistakes women make while dieting. I hope, you can correct them. &lt;/span&gt;&lt;span style="font-family: verdana;" id="more-753"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Dieting Mistake 1. Dieting without Doctor’s Consultation&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Never start a new diet without an expert’s consultation. Every organism is unique and has its own peculiarities, this is why the diet which made your friend slim is not necessarily going to make you lose a lot of &lt;strong&gt;excess weight&lt;/strong&gt;, too. When choosing a diet, take into consideration the peculiarities of your &lt;strong&gt;health &lt;/strong&gt;and environment: weight, age, profession and so on. The causes of your excess weight may be different as well. Some people gain weight only because of a wrong diet, while some may be ill, which makes them &lt;strong&gt;obese&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Dieting Mistake 2. Eating Only Unvaried Food&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;There’re a lot of myths about how nice it makes one lose weight, if they eat only buckwheat, for example. Any diet containing unvaried food is very dangerous, as it makes your &lt;strong&gt;body &lt;/strong&gt;receive only a certain set of vitamins and minerals, while it still needs other ones, too. Extremely dangerous are those diets excluding animal proteins, that is, meat. If you have decided to become vegetarian, start eating vegetable &lt;strong&gt;food &lt;/strong&gt;very carefully. Make sure, that your body receives enough iron. Dairy products are of vital importance, as they provide your body with calcium. Imagine, what can be said about starvation diet. Remember, that lack of food can do a lot of harm to your body.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Dieting Mistake 3. Trying to Lose Weight Only by Dieting&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;This is a big mistake to believe, that it’s possible to &lt;strong&gt;lose weight&lt;/strong&gt;, if you only diet. Well, you can probably lose some kilograms, but you will gain them back, as soon as you stop your diet. A thin body can be achieved only by combining dieting with physical exercises, as well as changing your way of life. It’s not so important, what you eat and how much of it you eat. Pay more attention to how much you move. So, you need both a &lt;strong&gt;healthy &lt;/strong&gt;diet and a healthy living.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Dieting Mistake 4. Combining Dieting with Stresses&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Avoid stresses. There’re lots of people, who may lose their temper and start &lt;strong&gt;eat&lt;/strong&gt;ing everything they see exactly in stress situations. If you notice such behavior of yours, it’s a problem for &lt;strong&gt;dieting&lt;/strong&gt;. Don’t start dieting, if you’re not sure you will be able to complete what you’ve started.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Dieting Mistake 5. Losing Too Much Weight Too Quickly&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Don’t strive for losing as much kilograms as possible as soon as possible. One could &lt;strong&gt;lose flesh&lt;/strong&gt; during the first month due to the lack of excess water in the body. But loosing more than 3 kilograms in one month can be dangerous for your health. If it happens, your body loses non-fatty tissues as well as fatty ones, which is inadmissible.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Dieting Mistake 6. Combining Various Diets&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Don’t try to combine different diets. One &lt;strong&gt;weightloss &lt;/strong&gt;method can contradict another one. And combining such diets may be harmful to your health.&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana;"&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;Remember, that after dieting for some period of time and achieving a &lt;strong&gt;slim body&lt;/strong&gt;&lt;strong&gt;healthy dieting&lt;/strong&gt; and &lt;strong&gt;exercising&lt;/strong&gt;. So, take some time for regular physical exercises and take care of what you eat over the period of your entire life.&lt;/span&gt; &lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;you were striving for it’s possible to gain all your kilograms back, if you stop&lt;/span&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-701768866282023767?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/701768866282023767/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=701768866282023767&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/701768866282023767'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/701768866282023767'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/top-6-dieting-mistakes-women-make.html' title='Top 6 Dieting Mistakes Women Make'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-7113284502825199790</id><published>2008-04-28T13:37:00.001+05:00</published><updated>2008-04-28T13:39:39.866+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cosmetics'/><title type='text'>How to Prevent Stretch Marks and Be a Beauty</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div style="font-family: verdana; color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2007/06/happy_pregnant_woman1.jpg" alt="Happy Woman, Pregnant Beauty" title="Happy Woman, Pregnant Beauty" align="right" border="1" height="258" hspace="5" vspace="5" width="196" /&gt;Normally our skin is elastic, but if you grow really fast, there appear lines on the body which are called &lt;strong&gt;stretch m&lt;/strong&gt;arks. It can happen during &lt;strong&gt;puberty&lt;/strong&gt;, &lt;strong&gt;pregnancy&lt;/strong&gt; or &lt;strong&gt;postpartum&lt;/strong&gt;, when the body changes a lot and quickly. The usual places for them are &lt;strong&gt;abdomen&lt;/strong&gt;, &lt;strong&gt;breasts&lt;/strong&gt;, &lt;strong&gt;arms&lt;/strong&gt;&lt;strong&gt;thighs&lt;/strong&gt; – that are all body parts with larger amounts of &lt;strong&gt;fat&lt;/strong&gt;. &lt;strong&gt;Postpartum depressions&lt;/strong&gt; is also not a rare case. When here appear stretch marks too, postpartum period is becoming nearly beyond endurance. Sometimes stretch marks become almost imperceptible after some postpartum time passes. But sometimes they are so deep that they could even be felt by their haver. &lt;span id="more-16"&gt;&lt;/span&gt;&lt;/span&gt; and &lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;What is a stretch mark?&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Our skin consists of three layers: the epidermis (the outer), the &lt;strong&gt;dermis&lt;/strong&gt; and the &lt;strong&gt;subcutaneous&lt;/strong&gt; stratum (the inmost). No stretch mark can appear if there’s enough support in the dermis. The hormones, responsible for the occuring of stretch marks, prevent the forming of collagen and elasting fibers in the fibroblasts. &lt;strong&gt;Collagen&lt;/strong&gt; and &lt;strong&gt;elasting fibers&lt;/strong&gt; are the main and very important supportive materials when the skin is quickly stretched. As a result of their lack the dermis and the epidermis tear. I these places occur unpleasant stretch marks, spoiling the appearance of our &lt;strong&gt;beautiful bodies&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;How to prevent stretch marks?&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;In order to &lt;strong&gt;prevent stretch marks&lt;/strong&gt;, some doctors recommend &lt;strong&gt;stomach moisturizing&lt;/strong&gt; during pregnancy. But it doesn’t mean it could help everyone. For some women stomach moisturizing prevents stretch marks, but some are simply prone to them. About 80% of pregnant women develop stretch marks to some degree. The skin needs to be more flexible to be prepared for pregnancy. Balanced diet, being well-hydrated and moisturizing the pregnant belly help avoid stretch marks. What is also to do with stretch marks is to use creams or undergo laser treatments; &lt;strong&gt;dermabrasion&lt;/strong&gt; is one more remedy. &lt;strong&gt;Collagen hydrolysates&lt;/strong&gt;, Gotu Kola extract and vitamin E can reduce the chance of the &lt;strong&gt;occurrence of stretch marks&lt;/strong&gt;. In case they are too deep they can be removed by more drastic methods provided by the modern medicine. But if it’s not the case, the mentioned ingredients help significantly improve the appearance of the existing stretch marks.&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Whether your stretch marks are deep or superficial, don’t hung up on the bad, you are &lt;strong&gt;beautiful&lt;/strong&gt; even with stretch marks!&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-7113284502825199790?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/7113284502825199790/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=7113284502825199790&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7113284502825199790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/7113284502825199790'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/how-to-prevent-stretch-marks-and-be.html' title='How to Prevent Stretch Marks and Be a Beauty'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-3715008533566076391</id><published>2008-04-28T13:35:00.002+05:00</published><updated>2008-04-28T13:41:29.716+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cosmetics'/><title type='text'>5 Methods of Making Stretch Marks Less Noticeable</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div style="font-family: verdana; color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2007/09/.jpg" title="Woman with Stretch Marks" alt="Woman with Stretch Marks" align="right" border="1" height="243" hspace="5" vspace="5" width="196" /&gt;Every woman can have a particular time in her life, when she is prone to develop &lt;strong&gt;stretch marks&lt;/strong&gt;. Some &lt;strong&gt;women &lt;/strong&gt;just have a genetic predisposition to stretch marks and get them without significant reasons. Other women never develop stretch marks even after 4 pregnancies, but such lucky beauties are rare species. I have already written about the occurrence of &lt;a style="color: rgb(51, 51, 255);" href="http://awashonline.blogspot.com/2008/04/how-to-prevent-stretch-marks-and-be.html"&gt;sretch marks and some ways of their preventions&lt;/a&gt;. In this story I am sharing with you are some other remedies for stretch marks, which, though they are effective against stretch marks, can be made at your home.&lt;/span&gt;&lt;/p&gt;  &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:85%;"&gt;Unfortunately it is impossible to totally &lt;strong&gt;get rid of stretch marks&lt;/strong&gt; using only home remedies. What you can do at home to stretch marks is to make them less noticeable. Here are some useful tips for it:&lt;/span&gt;&lt;/p&gt;  &lt;ol  style="color: rgb(0, 102, 0);font-family:verdana;"&gt; &lt;li&gt;&lt;span style="font-size:85%;"&gt;Exercise more, because it tones your muscles and makes your skin more elastic.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Eat food with plenty of protein and rich in vitamin C and vitamin E, because they promote good tissue growth.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Massage your &lt;strong&gt;body &lt;/strong&gt;in the places, where stretch marks occurred. In order to make the massage more effective, use olive oil.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Apply cocoa butter and elastin cream on the stretch marked areas of your body.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;You can also try the following &lt;strong&gt;recipe against stretch marks&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;blockquote  style="color: rgb(0, 102, 0);font-family:verdana;"&gt; &lt;li&gt;&lt;span style="font-size:85%;"&gt;1/2 cup virgin olive oil.&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span style="font-size:85%;"&gt;1/4 cup aloe vera gel.&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span style="font-size:85%;"&gt;liquid from 6 capsules of Vitamin E.&lt;/span&gt;&lt;/li&gt; &lt;li&gt;&lt;span style="font-size:85%;"&gt;liquid from 4 capsules of Vitamin A.&lt;/span&gt;&lt;/li&gt; &lt;/blockquote&gt;  &lt;blockquote  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;Take these ingredients, mix them together in a blender. After that pour the mixture into a jar and store it in the fridge. Apply the substance on the body areas, where you have stretch marks and, as you are prone to them, apply it also on other zones without stretch marks, but where stretch marks normally appear (&lt;strong&gt;abdomen&lt;/strong&gt;, &lt;strong&gt;hips&lt;/strong&gt;, &lt;strong&gt;thighs &lt;/strong&gt;and &lt;strong&gt;breasts&lt;/strong&gt;). This will help reduce the size and appearance of the existing stretch marks and prevent their further occurrence.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-3715008533566076391?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/3715008533566076391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=3715008533566076391&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3715008533566076391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3715008533566076391'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/5-methods-of-making-stretch-marks-less.html' title='5 Methods of Making Stretch Marks Less Noticeable'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2551419521074194806</id><published>2008-04-28T13:33:00.001+05:00</published><updated>2008-04-28T13:39:39.867+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cosmetics'/><title type='text'>French Manicure – Trend of the Past?</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div style="font-family: verdana; color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2007/11/beautiful_french_manicure1.jpg" alt="French Manicure" align="right" border="1" hspace="5" vspace="5" width="196" /&gt;The origins of the classic French manicure are difficult to trace. Some insist that the simple design, a clean pale pink nail with white tip, originated in France in the 1800’s, while others credit Max Factor for creating the look for Paris fashionistas in the 1930’s. American brand Orly definitely trademarked the term here in the States in 1978 with their popular at home kit.&lt;span id="more-275"&gt;&lt;/span&gt; Yet, in recent years, the prevalence of statement-making hues like Chanel’s Vamp and Black Satin have attracted all of the attention while the sad French manicure languished in the corner. And though women in middle America may sport the French mani regularly, it’s a rare occurrence to see a chic woman in New York with the design. It makes one think…is the French manicure a trend of the past? Here are four different opinions of polish experts on the topic.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Opinion #1. French Manicures are passé&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;French Manicures are definitely passé. They used to be done to make believe that the nail plate was longer and used to create an illusion. To me, they are not elegant at all. The most elegant is the short, clean and natural nail plate. Use a shape that is natural to your finger - not overly square or too rounded. The only reason I would ever recommend a French manicure is a form of treatment for people with extremely short nails….a form of make-up so to speak to make them look longer.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Opinion #2. Most French Manicures Look Fake and Tacky&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;A French manicure can look polished and classic if done well using an ivory or off white tip, dubbed the American Manicure. The problem is that most French manicures I see look fake and tacky because they have a stark white tip and are usually done on thick poorly executed acrylic nails. Besides there is such an incredible color range of polish on the market, why not have a little fun with your nails?&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Opinion #3. Black Nails are the New French Manicure&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;They are so Cathy Lee “Over!” Why? Because the French really had nothing to do with that… Second, one of the top editors of a major fashion mag here in NY told me so…Black nails are the new French manicure.&lt;br /&gt; That said, there is a whole group of women that still LOVE the French and can’t let go, so if you must, make sure you don’t get French on the same day you wear a David Cassidy hair cut and highwaisted Jordache Jeans. A ton of people will agree that a French still looks pretty good…but one bit of advice - STOP wearing it on your feet!&lt;br /&gt; Here’s some good news: wear what you like and what works for you. If you like it and wear it with confidence, who cares…&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Opinion #4. French Manicures Have Stood the Test of Time&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;French manicures are considered the “sexy woman’s red” or perfect for the “classic, sporty soccer mom.” They have stood the test of time and have become a standby for many special occasions for women, although it’s important to note that not every woman can sport the French manicure! If someone is a nail biter or has short chubby fingers, a French manicure will only enhance these flaws. If this is the case, it is then best to go with the color of the season, and this season colors are so rich and pigmented that they are hard to resist.&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(192, 192, 192);" align="left"&gt;&lt;span class="source"&gt;&lt;span style="font-size:78%;"&gt;Source: beautynewsnyc.com&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2551419521074194806?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2551419521074194806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2551419521074194806&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2551419521074194806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2551419521074194806'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/french-manicure-trend-of-past.html' title='French Manicure – Trend of the Past?'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8331172163339049714</id><published>2008-04-28T13:28:00.001+05:00</published><updated>2008-04-28T13:39:39.868+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cosmetics'/><title type='text'>How to Apply Eye Shadow</title><content type='html'>&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div style="font-family: verdana; color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2007/11/eye-makeup.jpg" alt="Perfect Eye Shadow" align="right" border="1" height="259" hspace="5" vspace="5" width="196" /&gt;We often hear the adage that the &lt;strong&gt;eyes &lt;/strong&gt;are the windows to a person’s soul. In a sense it is true, because we can almost always know what kind of person someone is, or what is the underlying meaning of the words he or she speaks, simply by looking at the eyes. The eyes are prominent features of the face and are used a lot in communicating through non-verbal language. A person’s &lt;strong&gt;eyes &lt;/strong&gt;are the features that attract attention whenever other people look at the face, women would do well to play up their eyes to enhance the face. There is nothing more attractive than lovely, tantalizing eyes.&lt;span id="more-300"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;The trick to creating eyes that will merit more than a second glance lies in the proper application of &lt;strong&gt;eye makeup&lt;/strong&gt;, particularly the &lt;strong&gt;eye shadow&lt;/strong&gt;. Here are a few tips and tricks guaranteed to make the eyes look enchanting.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Blend it Well&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;One of the keys to perfectly &lt;strong&gt;made-up eyes&lt;/strong&gt; is in how the &lt;strong&gt;colors &lt;/strong&gt;of the eye &lt;strong&gt;shadow &lt;/strong&gt;are blended on the &lt;strong&gt;lids&lt;/strong&gt;. The colors of your eye shadow should be flowing smoothly and harmoniously from one shade to the other upon your lids. To do this, you will need to use three colors for your eye shadow: the base color, the main color, and the highlighter. Apply the base color on your &lt;strong&gt;eyelids &lt;/strong&gt;first, and then put on the main color. Afterwards, highlight the crease of your eyes.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Bring out the Color of Your Eyes&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;The &lt;strong&gt;colors &lt;/strong&gt;of your eye shadow should bring out the color of your eyes, whether to match it or to go in contrast. Experiment with colors and see how well they go with your eyes.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Leave Your Brow Bone Alone&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Putting eye shadow on your brow bone is too much; simplicity goes a long, long way. Put color up to your &lt;strong&gt;brow bone&lt;/strong&gt;, but leave the &lt;strong&gt;brow &lt;/strong&gt;bone itself alone.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Highlight Carefully&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;The purpose for putting highlighting color on the eyes is to set the eyes off and to complete the effect you are trying to achieve with your eye makeup. So it is important to apply your highlighter carefully. Blend your highlighter at the outer edge of the crease to make your eyes look larger. If your highlighter is too close, you will end up with beady-looking eyes.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Use a Primer&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Use a primer before applying your eye shadow. Using it makes your eye shadow look smoother and also makes it last longer on your eyes.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Tone down the Shimmer&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;Shimmer &lt;/strong&gt;is great for bringing out the eyes, but be careful in laying it out – it can bring out not just the eyes, but also the lines and the wrinkles.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Limit the Smoky Hue&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;If you are trying your hand at a smoky eye, try to keep your color on the eyelid and don’t let it come close to the crease.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Work the Lips&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;If you want to have dramatic red &lt;strong&gt;lips&lt;/strong&gt;, keep your eye &lt;strong&gt;shadow &lt;/strong&gt;light and use a concealer to hide unsightly lines on your lids. You would not want to look like a clown with red lips and heavy eye shadow.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Brighten with White&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;To make your eyes seem &lt;strong&gt;brighter&lt;/strong&gt;, add a few dots of white just on the inside of eyes.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Color, Color, Color&lt;/span&gt;&lt;/h3&gt;  &lt;p style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Experiment with various shades of eye shadow. If you have bought something that you find too &lt;strong&gt;dark &lt;/strong&gt;or &lt;strong&gt;bold &lt;/strong&gt;for you, try to mix it with other colors.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8331172163339049714?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8331172163339049714/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8331172163339049714&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8331172163339049714'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8331172163339049714'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/how-to-apply-eye-shadow.html' title='How to Apply Eye Shadow'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8824923304290547395</id><published>2008-04-28T13:13:00.003+05:00</published><updated>2008-04-28T13:28:47.756+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HomeTips'/><title type='text'>Home Remedies for Dandruff</title><content type='html'>&lt;script type="text/javascript"&gt;a&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-4794927165802607"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; //2007-06-22: Under_Header_Singlepost google_ad_channel = "9205680862"; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "207FB9"; google_color_text = "000000"; google_color_url = "5EAFD7"; //--&gt; &lt;/script&gt;&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;       &lt;div align="center"&gt; &lt;/div&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;/span&gt; &lt;div style="color: rgb(0, 102, 0);" align="center"&gt; &lt;/div&gt;                          &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2007/11/dandruff_cured.jpg" alt="Beautiful Hair without Dandruff" align="right" border="1" height="151" hspace="5" vspace="5" width="196" /&gt;You do not wear your beloved black sweater, avoid dates and job interviews? About one-third of the &lt;strong&gt;U.S.&lt;/strong&gt; population is affected by dandruff. &lt;strong&gt;Dandruff &lt;/strong&gt;is a very annoying problem – it looks dirty on the &lt;strong&gt;hair&lt;/strong&gt;, causes &lt;strong&gt;itching &lt;/strong&gt;and &lt;strong&gt;hair fall&lt;/strong&gt;. It also troubles the face skin: those, who suffer from dandruff, are also prone to develop &lt;strong&gt;acne &lt;/strong&gt;and &lt;strong&gt;pimples&lt;/strong&gt;. There are different anti-dandruff products&lt;span id="more-310"&gt;&lt;/span&gt;, but they don’t help in every case or can cause &lt;strong&gt;allergy&lt;/strong&gt;, which even aggravates the &lt;strong&gt;problem of dandruff&lt;/strong&gt;. For such situations there are home remedies, which can be much more effective against dandruff, than &lt;strong&gt;anti-dandruff&lt;/strong&gt; &lt;strong&gt;shampoos&lt;/strong&gt;. If you do not develop allergy to anti-dandruff products, it is recommended as more effective to use both special shampoos and home remedies to get rid of dandruff faster.&lt;/span&gt;&lt;/p&gt;  &lt;h3 style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;How to Treat Dandruff?&lt;/span&gt;&lt;/h3&gt;  &lt;p style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;&lt;img src="http://geniusbeauty.com/wp-content/uploads/2007/11/home_remedy_2.jpg" alt="Home Remedy" align="right" border="1" height="168" hspace="5" vspace="5" width="196" /&gt;The following &lt;strong&gt;home remedies&lt;/strong&gt; are very useful in the &lt;strong&gt;prevention &lt;/strong&gt;and &lt;strong&gt;treatment &lt;/strong&gt;of &lt;strong&gt;dandruff&lt;/strong&gt;. They can seem the grandma’s advice, but the same ingredients are used for the production of &lt;strong&gt;anti-dandruff products&lt;/strong&gt;. If you prepare the masks yourself, you get the 100% natural remedy for dandruff, which is effective, and you know for sure, what is inside the mixture you apply on your scalp.&lt;/span&gt;&lt;/p&gt;  &lt;ul style="color: rgb(0, 102, 0);"&gt; &lt;li&gt;&lt;span style="font-size:85%;"&gt;The first home remedy for &lt;strong&gt;dandruff &lt;/strong&gt;is Aloe Vera. Rub &lt;strong&gt;Aloe Vera&lt;/strong&gt; gel into your &lt;strong&gt;scalp&lt;/strong&gt;, leave it for 10 minutes and &lt;strong&gt;wash &lt;/strong&gt;your &lt;strong&gt;hair &lt;/strong&gt;with a mild &lt;strong&gt;shampoo&lt;/strong&gt;. Do this regularly to &lt;strong&gt;get rid of dandruff&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;In order to treat dandruff, use &lt;strong&gt;lemon&lt;/strong&gt;, as it helps restore the &lt;strong&gt;pH balance&lt;/strong&gt; of your scalp. Mix 15 ml of coconut oil with a few drops of lemon juice and massage it into the hair. Leave it so for the night and wash off the next day. This mask will reduce dandruff.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;One more effective dandruff treatment is the mixture of 1 teaspoon of lemon juice and 2 teaspoons of vinegar. The mixture should be &lt;strong&gt;massaged &lt;/strong&gt;into the scalp and then washed off.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Another valuable prescription for elimination of dandruff is the use of Eucalyptus oil. Mix a few drops of it with 20 ml coconut oil and massage into the scalp to remove the flakes. Do this twice a week for a couple of weeks to get rid of dandruff.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Aspirin is also very effective to eliminate the problem of dandruff. Crush and powder two tablets and mix with your shampoo. Leave this mixture on your scalp for a pair of minutes and then rinse thoroughly.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Henna is one of the most essential &lt;strong&gt;remedies &lt;/strong&gt;in the &lt;strong&gt;treatment &lt;/strong&gt;of both &lt;strong&gt;hair loss&lt;/strong&gt; and dandruff. It helps restore the health of the hair. &lt;strong&gt;Henna &lt;/strong&gt;powder mixed with other ingredients is very effective in dandruff treatment.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Another way to cure dandruff at home is olive hair mask. Mix the olive oil with almond oil. Rub the mixture into the scalp and leave for several minutes, then wash off.&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;h3 style="color: rgb(0, 102, 0);"&gt;&lt;span style="font-size:85%;"&gt;Tips for Dandruff Cure&lt;/span&gt;&lt;/h3&gt;  &lt;ul style="color: rgb(0, 102, 0);"&gt; &lt;li&gt;&lt;span style="font-size:85%;"&gt;Massage your hair regularly (for example, when shampooing or applying a mask). This will stimulate the blood flow to the scalp and helps remove dead cells.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; Try to change your lifestyle, if you are often stressed, as this can also be the cause of dandruff.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; Make sure, that you consume enough vitamins B6, B12, zinc, beta-carotene, and selenium in your diet.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; Avoid excessive use of a hot &lt;strong&gt;hair dryer&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; Check your &lt;strong&gt;hair products&lt;/strong&gt;, as they can add oils to your scalp and cause dandruff.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; Shampoo your hair regularly.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt; Avoid the use of chemicals on the scalp (such as chemicals used in hair coloring).&lt;/span&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8824923304290547395?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8824923304290547395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8824923304290547395&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8824923304290547395'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8824923304290547395'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/home-remedies-for-dandruff.html' title='Home Remedies for Dandruff'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2553415290901021344</id><published>2008-04-16T19:18:00.003+05:00</published><updated>2008-04-17T20:39:56.414+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='International Business-Marketing'/><title type='text'>Introduction to global marketing</title><content type='html'>&lt;p  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:85%;"&gt;Chapter 1&lt;br /&gt;&lt;br /&gt;A company that engages in global marketing focuses its resources on global marketing opportunities and threats. Successful global marketers such as Nestlé, Coca-Cola, and Honda use familiar marketing mix elements (the four P's) to create global marketing programs. Marketing, R&amp;amp;D, manufacturing, and other activities comprise a firm's value chain; firms can figure these activities to create superior customer value on a global basis. Global companies also maintain strategic focus while relentlessly pursuing competitive advantage. The marketing mix, value chain, &lt;!-- Kontera ContentLink(TM);--&gt;&lt;br /&gt;&lt;script type="'text/javascript'"&gt;&lt;br /&gt;var dc_AdLinkColor = '#960000' ;&lt;br /&gt;var dc_UnitID = 14 ;&lt;br /&gt;var dc_PublisherID = 41624 ;&lt;br /&gt;var dc_adprod = 'ADL' ;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="'text/javascript'" src="'http://kona.kontera.com/javascript/lib/KonaLibInline.js'"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;!-- Kontera ContentLink(TM) --&gt;competitive advantage, and focus are universal in their applicability, irrespective of whether a company does business only in the home country or has a presence in many markets around the world. However, in a global industry, companies that fail to pursue global opportunities risk being pushed aside by stronger global competitors.&lt;br /&gt;&lt;br /&gt;A firm's global marketing strategy (GMS) can enhance its worldwide performance. The GMS addresses several issues. First is the nature of the marketing program in terms of the balance between a standardization (extension) approach to the marketing mix elements in the localization (adaptation) approach that is responsive to country or regional differences. Second is the concentration of marketing activities in a few countries or the dispersal of such activities across many countries. Third, the pursuit of global marketing opportunities requires cross-border coordination of marketing activities. Finally, a firm's GMS will address the issue of global market participation.&lt;br /&gt;&lt;br /&gt;The importance of global marketing today can be seen in the company rankings compiled by the Wall Street Journal, Fortune, financial Times, and other publications. Whether ranked by revenues, market capitalization, or some other measure, most of the world's major corporations are active regionally or globally. The size of global markets for individual industries or product categories helps explain why companies "go global." Global markets for some product categories represent hundreds of billions of dollars in annual sales; other markets are much smaller. Whenever the size of the opportunity, successful industry competitors find that increasing revenues and profits means seeking markets outside the home country.&lt;br /&gt;&lt;br /&gt;Company management to be classified in terms of its orientation toward the world: ethnocentric, polycentric, regiocentric, or geocentric. An ethnocentric orientation characterized as domestic and international companies;international companies pursue marketing opportunities outside the market by extending various elements of the marketing mix. A polycentric worldview predominates at a multinational company, where the marketing mix is adapted by country managers operating at autonomously. Managers at global and transnational companies are regio centric or geocentric in their orientation and pursue both extension and adaptation strategies in global markets.&lt;br /&gt;&lt;br /&gt;Global marketings importance today is shaped by the dynamic interplay of several driving and restraining forces.&lt;br /&gt;&lt;br /&gt;Driving forces include:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;needs and wants&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;technology&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;transportation and communication improvements&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;product costs&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;quality&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;world economic trends&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;opportunity recognition to develop leverage by operating globaly&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family:verdana;"&gt;restraining forces include:&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;market differences&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;management myopia&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;organizational culture&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;national controls such as non-tariff barriers&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2553415290901021344?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2553415290901021344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2553415290901021344&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2553415290901021344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2553415290901021344'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/introduction-to-global-marketing_16.html' title='Introduction to global marketing'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-3081316890894369942</id><published>2008-04-16T19:17:00.003+05:00</published><updated>2008-04-17T20:42:44.550+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='International Business-Marketing'/><title type='text'>Introduction to global marketing</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family:verdana;"&gt;Chapter 1 -- vocabulary&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Global marketing -- involves an understanding of specific concepts, considerations, and strategies that must be skillfully applied in conjunction with Universal marketing fundamentals to ensure success in global markets&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;value chain -- The set of activities required to design, procure, produce, market, distribute, and service a product or service&lt;br /&gt;value equation -- value = benefits/price (money, time, effort, etc.)&lt;br /&gt;competitive advantage -- The benefit for consumers and/or customers which competitors may find difficult or uneconomic to replicate&lt;br /&gt;global industry -- competitive advantage can be achieved by integrating and leveraging operations on a worldwide scale &lt;!-- Kontera ContentLink(TM);--&gt;&lt;br /&gt;&lt;script type="'text/javascript'"&gt;&lt;br /&gt;var dc_AdLinkColor = '#960000' ;&lt;br /&gt;var dc_UnitID = 14 ;&lt;br /&gt;var dc_PublisherID = 41624 ;&lt;br /&gt;var dc_adprod = 'ADL' ;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="'text/javascript'" src="'http://kona.kontera.com/javascript/lib/KonaLibInline.js'"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;!-- Kontera ContentLink(TM) --&gt;&lt;br /&gt;focus -- the concentration of attention on a core business or competence&lt;br /&gt;global marketing strategy (GMS) --&lt;br /&gt;global market participation -- the extent to which a company has operations in major world markets&lt;br /&gt;ethnocentric orientation -- person/persons who assumes that his or her home country is superior to the rest of the world&lt;br /&gt;polycentric orientation -- an attitude or outlook that describes management belief or assumption that each country in which he company does business is unique &lt;!-- Kontera ContentLink(TM);--&gt;&lt;br /&gt;&lt;script type="'text/javascript'"&gt;&lt;br /&gt;var dc_AdLinkColor = '#960000' ;&lt;br /&gt;var dc_UnitID = 14 ;&lt;br /&gt;var dc_PublisherID = 41624 ;&lt;br /&gt;var dc_adprod = 'ADL' ;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="'text/javascript'" src="'http://kona.kontera.com/javascript/lib/KonaLibInline.js'"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;!-- Kontera ContentLink(TM) --&gt;&lt;br /&gt;regiocentric and geocentric orientations -- a re-geocentric focuses on a region and geocentric views the entire world as a potential market and strives to develop integrated world market strategies&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-3081316890894369942?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/3081316890894369942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=3081316890894369942&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3081316890894369942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3081316890894369942'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/introduction-to-global-marketing.html' title='Introduction to global marketing'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-3398116946996668484</id><published>2008-04-16T19:16:00.002+05:00</published><updated>2008-04-17T20:45:08.099+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='International Business-Marketing'/><title type='text'>The global economic environment</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family:verdana;"&gt;Chapter 2 -- summary&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;The economic environment is a major determinant of global market potential and opportunity. In today's global economy, capital movements are the key driving force, production has become uncoupled from employment, and capitalism has vanquished communism. Based on patterns of resource allocation and ownership, the world's national economies can be categorized as market capitalism, centrally planned capitalism, centrally planned socialism, and market socialism. The final years of the 20th century were marked by a transition toward market capitalism in many countries that had been centrally controlled. However, there still exists a great disparity among the nations of the world in terms of economic freedom.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Countries can be categorized in terms of their stage of economic development: low income, lower -- middle income, upper -- middle income, and high income. Countries in the first two categories are sometimes known as less developed countries (LDCs). Upper middle income countries with high growth rates are often called newly industrializing economies (NIEs). Several of the world's economies are notable for their fast growth; the big emerging markets (BEMs) include China and India (low income), Poland, Turkey, and Indonesia (lower middle income), Argentina, Brazil, Mexico, and South Africa (upper middle income), and South Korea (high income). The group of seven (G7) and Organization for Economic Cooperation and Development (OECD) represent two initiatives by high income nations to promote democratic ideals and free-market policies throughout the rest of the world. Most of the world's income is located in the Triad, which is comprised of Japan, the United States, and Western Europe. Companies with global aspirations generally have operations in all three areas. Market potential for a &lt;!-- Kontera ContentLink(TM);--&gt;&lt;br /&gt;&lt;script type="'text/javascript'"&gt;&lt;br /&gt;var dc_AdLinkColor = '#960000' ;&lt;br /&gt;var dc_UnitID = 14 ;&lt;br /&gt;var dc_PublisherID = 41624 ;&lt;br /&gt;var dc_adprod = 'ADL' ;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="'text/javascript'" src="'http://kona.kontera.com/javascript/lib/KonaLibInline.js'"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;!-- Kontera ContentLink(TM) --&gt;product can be evaluated by determining product saturation levels in light of income levels.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;A countries balance of payments is a record of its economic transactions with the rest of the world; this record shows whether a country has a trade surplus (value of exports exceeded by you of imports) or a trade deficit (by you of imports exceeds value of exports). Trade figures can be further divided into merchandise trade and services trade accounts; a country can run a surplus in both accounts, a deficit in both accounts, or a combination of the two. The US merchandise trade deficit was 549 billion in 2003. However, the &lt;!-- Kontera ContentLink(TM);--&gt;&lt;br /&gt;&lt;script type="'text/javascript'"&gt;&lt;br /&gt;var dc_AdLinkColor = '#960000' ;&lt;br /&gt;var dc_UnitID = 14 ;&lt;br /&gt;var dc_PublisherID = 41624 ;&lt;br /&gt;var dc_adprod = 'ADL' ;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="'text/javascript'" src="'http://kona.kontera.com/javascript/lib/KonaLibInline.js'"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;!-- Kontera ContentLink(TM) --&gt;US enjoys an annual service trade surplus. Overall, the United States is a debtor; Japan enjoys an overall trade surplus and serves as a creditor nation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;Foreign exchange provides a means for settling accounts in different currencies. The dynamics of international finance can have a significant impact on the nation's economy as well as the fortunes of individual companies. Currencies can be subject to evaluation as a result of actions taken by a countries central banker. Currency trading by international speculators can also lead to evaluation.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;When a country's economy is strong or when demand for its goods is high, its currency tends to appreciate in value. When currency bodies fluctuate, &lt;!-- Kontera ContentLink(TM);--&gt;&lt;br /&gt;&lt;script type="'text/javascript'"&gt;&lt;br /&gt;var dc_AdLinkColor = '#960000' ;&lt;br /&gt;var dc_UnitID = 14 ;&lt;br /&gt;var dc_PublisherID = 41624 ;&lt;br /&gt;var dc_adprod = 'ADL' ;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script type="'text/javascript'" src="'http://kona.kontera.com/javascript/lib/KonaLibInline.js'"&gt;&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;!-- Kontera ContentLink(TM) --&gt;firms face various types of economic exposure. These include transaction exposure and operating exposure. Firms can manage exchange-rate exposure by hedging, for example, by buying and selling currencies and the forward market.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-3398116946996668484?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/3398116946996668484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=3398116946996668484&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3398116946996668484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/3398116946996668484'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/global-economic-environment_16.html' title='The global economic environment'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-6814904986785728204</id><published>2008-04-16T19:15:00.001+05:00</published><updated>2008-04-16T19:20:14.865+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='International Business-Marketing'/><title type='text'>The global economic environment</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family: verdana;"&gt;Chapter 2 -- vocabulary&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;market capitalism -- an economic system in which individuals and firms allocate resources and production resources are privately owned. Consumers decide what goods they desire and firms determined what and how much to produce&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Centrally planned socialism -- the state has broad powers to serve the public interest as it sees fit. State planners may decisions about what goods and services are produced and in what quantities; consumers spend their money on what is available. Government ownership of entire industries, as well as individual enterprises&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;centrally planned capitalism and economic system in which command resource allocation is utilized extensively in an environment of private resource ownership&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;market socialism -- Mark allocation policies are permitted within an overall environment of state ownership&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;G-7 -- Group of 7 -- high income countries, the United States, Japan, Germany, France, Britain, Canada, and Italy. Finance ministers, central bankers, and heads of state from the seven nations have worked together for a quarter of a century in an effort to steer the global economy in the direction of prosperity and to ensure monetary stability&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Organization for Economic Cooperation and Development (OECD) -- institution comprised of high income countries, the 30 nations that belong to the OECD believe in market allocation economic systems and pluralistic democracy&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; The Triad -- Japan, Western Europe, and the United States. These three regions, represent the dominant economic centers of the world. Today, nearly 75% of the world income is located in the Triad&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;purchasing power parity (PPP) --Model of exchange rate determination stating that the price of a good in one country should equal the price of the same good in another country, exchanged at the current rate&lt;br /&gt;economic exposure -- impact of currency fluctuations on the present by you of the companies expected future cash flows&lt;br /&gt;transaction exposure -- arises when the companies activities result in sales or purchases denominated in foreign currencies&lt;br /&gt;hedging --Reducing exposure to risk of loss resulting from fluctuations in exchange rates, commodity prices, interest rates etc&lt;br /&gt;forward market -- a mechanism for buying and selling currencies and a preset price for future delivery&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-6814904986785728204?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/6814904986785728204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=6814904986785728204&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/6814904986785728204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/6814904986785728204'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/global-economic-environment.html' title='The global economic environment'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-2955075610624397133</id><published>2008-04-16T19:14:00.001+05:00</published><updated>2008-04-16T19:20:14.866+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='International Business-Marketing'/><title type='text'>In the global trade environment</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;preferential trade agreement&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; -- a mechanism that confers special treatment on select trading partners&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;free trade area (FTA)&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; -- formed when two or more countries agree to eliminate tariffs and other barriers that restrict trade&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;free trade agreement&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; -- the ultimate goal of which is the rare duties on goods that cross borders between the partners&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;rules of origin &lt;/span&gt;&lt;span style="font-family: verdana;"&gt;-- used to discourage the importation of goods into the member country&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;customs union&lt;/span&gt;&lt;span style="font-family: verdana;"&gt; -- represents the logical evolution of a free trade area&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-family: verdana;"&gt;common external tariffs (CETs) &lt;/span&gt;&lt;span style="font-family: verdana;"&gt;-- When a goup of countries form a customs union they must introduce a common external tariff. The same customs duties, quotas, preferences or other non-tariff barriers to trade apply to all goods entering the area, regardless of which country within the area they are entering. It is designed to end re-exportation&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;common market&lt;/span&gt; -- Where two or more countries agree to form a customs union between themselves and a common external tariff against goods and commodities imported from other countries&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;economic union &lt;/span&gt;-- builds upon the elimination of the internal tariff barriers, the establishment of common external barriers, and the free flow of factors. It seeks to coordinate harmonize economic and social policy within the union to facilitate the free flow of capital, labor, and goods and services from country to country&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-2955075610624397133?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/2955075610624397133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=2955075610624397133&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2955075610624397133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/2955075610624397133'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/in-global-trade-environment.html' title='In the global trade environment'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8789736105099334269</id><published>2008-04-16T19:12:00.001+05:00</published><updated>2008-04-16T19:14:28.467+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='International Business-Marketing'/><title type='text'>Strategic Market Planning</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family: verdana;"&gt;A major challenge for marketing-oriented companies as they respond to the rapidly changing marketplace is to engage continuously in market-oriented strategic planning. They must learn how to develop and maintain a viable fit among their objectives, resources, skills, and opportunities.&lt;/span&gt;&lt;br /&gt;&lt;b style="font-family: verdana;"&gt;&lt;br /&gt;Corporate strategic planning involves four planning activities.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 1. Develop a clear sense of the company's mission in terms of its industry scope, products and applications scope, competence scope, market segment scope, vertical scope, and geographical scope.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 2. Identify the company's strategic business units (SBUs).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 3. Allocate resources to the various SBUs based on their market attractiveness and business strength.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt; 4. Expanding present businesses and develop new products to fill the strategic planning gap.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;Marketing plans focus on a product/market and consist of the detailed marketing strategies and programs for achieving the product's objectives in a target market.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;The marketing planning process consists of five steps:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ol style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;analyzing market opportunities; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;researching and selecting target markets; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;designing market strategies; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;planning marketing programs; &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;and organizing, implementing, and controlling the marketing effort.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;The resulting document consists of an:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul style="font-family: verdana; color: rgb(0, 102, 0);"&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;executive summary, &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;current market situation, &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;opportunity and issue analysis, &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;objectives, &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;marketing strategy, &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;action programs, &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;projected profit and loss statement, &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;and controls.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8789736105099334269?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8789736105099334269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8789736105099334269&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8789736105099334269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8789736105099334269'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/strategic-market-planning.html' title='Strategic Market Planning'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-8866545880937234663</id><published>2008-04-16T18:53:00.001+05:00</published><updated>2008-04-16T18:55:46.391+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='All About GMAT'/><title type='text'>Validity of GMAT</title><content type='html'>&lt;p style="font-family: verdana; color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;&lt;em&gt;Validity&lt;/em&gt; refers to how well the GMAT exam does what it is intended to do—predict students’ academic performance in the core courses of a graduate management or business program.&lt;/span&gt;&lt;/p&gt;                   &lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: verdana;"&gt;The GMAT is the first and only test designed to predict student performance in business school, and it does so more reliably than any other known measure, including the Graduate Record Examination (GRE) and other standardized assessments.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="color:#006699;"&gt;&lt;span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:85%;"&gt;&lt;strong&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Validity of GMAT&lt;/span&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;                                               &lt;/p&gt;&lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;For 50 years, GMAC has maintained the reputation of the GMAT exam as the best assessment for business school admissions by continually studying the performance of test scores as a predictor of academic performance to ensure the test’s validity.&lt;/span&gt;&lt;/p&gt;                     &lt;ul style="color: rgb(0, 102, 0);"&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;For the GMAT exam, validity is measured as the relationship between scores on the test and the outcome it is intended to predict—first-year or midprogram grades in a graduate management program. &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;The GMAT exam is the best individual predictor of graduate management grades, better even then undergraduate GPA, but the best prediction results from combining GMAT scores with undergraduate grades. On a scale ranging from 0.00 to 1.00, the validity of the GMAT as a predictor of midprogram grades is 0.53. &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;A validity range of 0.30 to 0.40 is generally considered good for standardized admissions tests, making the GMAT an outstanding predictor. &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;The validity of the GMAT exam averaged over hundreds of validity studies is   0.48. &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Although either GMAT Verbal or GMAT Quantitative scores may be more effective predictors for a single program, on average, scores from both these sections of the GMAT predict equally well.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;                     &lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span class="stdtinyblue"&gt;&lt;a&gt;&lt;strong&gt;Validity Studies&lt;/strong&gt;&lt;/a&gt;                  &lt;/span&gt;&lt;/span&gt;                   &lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Information from validity studies has been collected as long as the test has   been in use.&lt;/span&gt;&lt;/p&gt;                     &lt;ul style="color: rgb(0, 102, 0);"&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;The first set of validity studies was reported in 1957, using scores from 10 schools that admitted students on the basis of the first administrations of the GMAT exam in 1954. &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Researchers at various schools who have conducted validity studies for different graduate management programs have found results similar to those of studies conducted through the VSS at GMAC. A meta-analyses of more than 400 publicly available studies of the validity of the GMAT estimated the validity of GMAT Total scores alone to be 0.47 (Kuncel, Crede, and Thomas, 2004).&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;                     &lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span class="stdtinyblue"&gt;&lt;a&gt;&lt;strong&gt;Validity for Groups&lt;/strong&gt;&lt;/a&gt;                  &lt;/span&gt;&lt;/span&gt;                   &lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Validity studies show that the test is not biased for any   population.&lt;br /&gt;• Consistently, different studies examining gender have shown absolutely no difference in the validity of the GMAT exam for males and females.&lt;br /&gt;  • Multiple studies examining race have also shown that GMAT scores   predict grades equally well for the U.S. subgroups.&lt;br /&gt;• Other studies have shown no differences in validity across groups based on age, native language, undergraduate major, and citizenship regions.&lt;/span&gt;&lt;/p&gt;                     &lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span class="stdtinyblue"&gt;&lt;a&gt;&lt;strong&gt;Other Predictors&lt;/strong&gt;&lt;/a&gt;                  &lt;/span&gt;&lt;/span&gt;                   &lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Few predictors are able to add much to what is explained by GMAT scores and   undergraduate grades.&lt;/span&gt;&lt;/p&gt;                     &lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;• Although work experience is frequently required for admission to a graduate management program, individual studies rarely see much improvement to validity when the amount of work experience is used as a predictor.&lt;br /&gt;• Amount of work experience, time since undergraduate graduation, and age have sometimes been found to be negatively related to graduate school performance. Students who are no longer used to studying frequently or intensely may receive lower grades, which appears as a negative relationship between age (or another time-based variable) and academic performance.&lt;br /&gt;• Some admission factors, such as Test of English as a Foreign Language (TOEFL) scores and interview ratings, may not be available for all applicants, making it difficult to accurately assess the impact on prediction.&lt;/span&gt;&lt;/p&gt;                     &lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span class="stdtinyblue"&gt;&lt;a&gt;&lt;strong&gt;Other Outcomes&lt;/strong&gt;&lt;/a&gt;                  &lt;/span&gt;&lt;/span&gt;                   &lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Although the GMAT exam was designed to predict performance in the core courses of a graduate management program, studies using other outcomes have also shown some predictive validity.&lt;/span&gt;&lt;/p&gt;                     &lt;p class="stdtinyblue"&gt;&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;• The GMAT exam has been shown to have predictive validity for measuring second-year grade point average (GPA) and graduating GPA, as well as first-year GPA.&lt;br /&gt;  • Some studies have shown that GMAT scores have some effectiveness in   predicting job success as measured by salary.&lt;br /&gt;• The GMAT exam has been specifically designed to predict early graduate management academic performance. Use of the GMAT exam to predict any other outcome should be thoroughly studied in a specific situation before any decisions based on the scores are considered&lt;/span&gt;.&lt;/p&gt;&lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue"&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: verdana;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8258499341213556795-8866545880937234663?l=awiolobby.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://awiolobby.blogspot.com/feeds/8866545880937234663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8258499341213556795&amp;postID=8866545880937234663&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8866545880937234663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8258499341213556795/posts/default/8866545880937234663'/><link rel='alternate' type='text/html' href='http://awiolobby.blogspot.com/2008/04/validity-of-gmat.html' title='Validity of GMAT'/><author><name>awiopian</name><uri>http://www.blogger.com/profile/03214920620247435383</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_Bhcg43wWErg/Sd9mhqSjcWI/AAAAAAAAAEs/1zwESxkcdBg/S220/Untitled-1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8258499341213556795.post-899198537111648824</id><published>2008-04-16T18:50:00.003+05:00</published><updated>2008-04-16T18:59:21.131+05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='All About GMAT'/><title type='text'>GMAT Score</title><content type='html'>&lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span style="font-family:verdana;"&gt;The use of the computer-adaptive testing technology makes it difficult to predict your actual GMT score based on your performance on a paper-and-pencil practice test. We have tried, however, to develop a scoring table that provides a general ideal of your performance at this point in your preparation. To predict your score on the practice tests you take during preparation, count the correct answers in each section and find that number in the left column of the charts below. The corresponding number in the right column represents an approximation of your GMT test score.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 102, 153);font-family:verdana;font-size:85%;"  &gt;&lt;strong&gt;&lt;span id="ArticleTitlelPlaceholder"&gt;How Schools Evaluate Your Application &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;                                               &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;There are all kinds of stories and myths about what the "trick" is to getting into business school. The reality is that there is no trick. Admissions professionals work to fill a limited number of spaces by making the best possible selections from among a large pool of applicants. It comes down to a pretty simple equation of supply (spaces in the class) and demand (applicants). It is therefore in your best interest to articulate your goals as they relate to a particular program’s strengths, limitations, content, and culture.&lt;/span&gt;&lt;/p&gt;                     &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Meeting a school's minimum qualifications doesn't guarantee that you’ll be admitted. Schools will use such factors as academic record, recommendations, and work experience to judge your potential for success in a program relative to the overall applicant pool:&lt;/span&gt;&lt;/p&gt;                     &lt;ul  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Schools will use your GMAT scores to predict how well you will do   academically in their core curriculum. &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;They will use to your work experience, extracurricular activity, and letters of recommendation to help them gauge your professional promise. &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Interviews and essays will help schools to determine why you want to earn a degree and how you will use it in the future. These parts of the application will also help schools learn about your communication skills.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;                     &lt;h4  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;span style="font-size:85%;"&gt;&lt;a&gt;                  Reviews Are Subjective and Holistic&lt;/a&gt; &lt;/span&gt;&lt;/h4&gt;                   &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;Admissions officers are humans, not machines, which means they have the ability to take in all the information applicants supply and make critical judgments about what is most important. They can decide the relative importance of each part of an application, depending on each candidate's total experience. For example, if you have limited work experience, your academic credentials may assume greater importance. Conversely, if you have been out of school for a long time, your undergraduate record may be less important than your current job responsibilities. So the worst thing you can do is write your application to some imagined formula that you think will guarantee you admission. You have to be your own unique self in your application. There is a program out there that is right for you, and the best way to achieve the right fit between you and a school is to represent yourself openly and honestly in your application.&lt;br /&gt;&lt;br /&gt;                   You'll receive four GMAT scores:&lt;br /&gt;&lt;/span&gt;                                        &lt;/p&gt;                   &lt;ul  style="color: rgb(0, 102, 0);font-family:verdana;"&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;Quantitative&lt;/strong&gt; scaled sub score, ranging from   0 to 60 (effectively 51 is the max score) &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;Verbal&lt;/strong&gt; scaled sub score, ranging from 0 to 60 (effectively 48 is the max score) &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;Overall&lt;/strong&gt; scaled score, ranging from 200 to 800. This is an overall score that is the combination of your 0 to 60 Math and Verbal scores . The 200 to 800 cumulative score is what business schools primarily use. &lt;/span&gt;&lt;/li&gt;&lt;li class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;Analytical Writing   Assessment&lt;/strong&gt; score, ranging from 0 to 6. This is a separate   score that is less important than the 200 to 800 cumulative score.&lt;br /&gt;&lt;/span&gt;                     &lt;/li&gt;&lt;/ul&gt;                             &lt;span style="color: rgb(0, 102, 0);font-size:85%;" &gt;&lt;span class="stdtinyblue"  style="font-family:verdana;"&gt;&lt;br /&gt;The test is graded on a preset curve so that your scaled score will correspond to a certain percentile. An overall score of 630, for example, corresponds approximately to the 90th percentile, meaning that 90 percent of test takers scored at or below this level.&lt;br /&gt;                       &lt;br /&gt;                       &lt;br /&gt;                         Rising Average GMAT Scores&lt;br /&gt;                       &lt;br /&gt;                 &lt;/span&gt;&lt;/span&gt;                   &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="stdtinyblue" align="left"&gt;&lt;span style="font-size:85%;"&gt;Those six-figure starting salaries have had an impact on MBA admissions... everyone wants one. In the early nineties the average GMAT score of accepted students at New York University (Stern) Business School was 610. By 2005 the average GMAT test score had jumped 89 points to &lt;strong&gt;699&lt;/strong&gt;. Getting a high score on the GMAT is crucial because the business schools are getting flooded with applicants. Expect around a 690 average score for the top-ten business schools in 2005-2006.&lt;/span&gt;&lt;/p&gt;                         &lt;p  style="color: rgb(0, 102, 0);font-family:verdana;" class="stdtinyblue" align="left"&gt;&lt;span style="font-size:85%;"&gt;That 690 figure is deceptive because that average includes many students who were accepted for favorable traits (diversity, unusual accomplishment or success, etc.) that allow them to gain acceptance with a lower score. If you have none of these types of traits, then you probably need to break 720 (&lt;em&gt;that's over the 99th percentile&lt;/em&gt;) to have a good chance at a   top-ten school.&lt;/span&gt;&lt;/p&gt;                         &lt;p style="color: rgb(0, 102, 0);" class="stdtinyblue" align="left"&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:verdana;"&gt;According to GMAC, the average salaries for 2005 MBA graduates exceeded $100,000. The market has fully recovered from the 2001 dotcom collapse and 9/11. The appeal of high salaries will only serve to increase competitiveness and the importance of high GMAT scores.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;table style="color: rgb(200, 219, 242);" border="1" cellpadding="2" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td bg="" style="color: rgb(224, 237, 252);"&gt;&lt;span style="color: rgb(0, 102, 153);"&gt;&lt;span style=";font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;&lt;strong&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;Score Chart for Practice Exercises&lt;/span&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;               &lt;/tr&gt;               &lt;tr style="color: rgb(0, 102, 0);"&gt;                 &lt;td valign="top"&gt;&lt;p class="stdtinyblue"&gt;&lt;span style="font-size:85%;"&gt;The corresponding number in the  right column represents an approximation of your GMT test score.&lt;/span&gt;&lt;/p&gt;                   &lt;p&gt;&lt;span style=";font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;"  &gt;&lt;strong&gt;Verbal Subscore (C = Correct, S = Score)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;                   &lt;table bg="" style="color: rgb(224, 237, 252);" align="center" border="0" cellpadding="0" cellspacing="0" width="84%"&gt;                     &lt;tbody&gt;&lt;tr&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="7%"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;C&lt;/strong&gt;&lt;/span&gt; &lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;C&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;C&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(194, 219, 193);" align="center" valign="middle" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="8%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;C&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;C&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="3%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;C&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" bg="" style="color: rgb(0, 102, 0);" align="center" valign="middle" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                     &lt;/tr&gt;                     &lt;tr&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;41&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;60&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;34&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;48&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;27&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;34&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="8%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;20&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;20&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;13&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;6&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="3%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;6&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;0&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                     &lt;/tr&gt;                     &lt;tr&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;40&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;60&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;33&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;46&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;26&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;32&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="8%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;19&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;18&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;12&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;4&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="3%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;5&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;0&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                     &lt;/tr&gt;                     &lt;tr&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;39&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;58&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;32&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;44&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;25&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;30&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="8%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;18&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;16&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;11&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;2&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="3%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;4&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;0&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                     &lt;/tr&gt;                     &lt;tr&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;38&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;56&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;31&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;42&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;24&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;28&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="8%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;17&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;14&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;10&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;0&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="3%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;3&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;0&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                     &lt;/tr&gt;                     &lt;tr&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;37&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;54&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;30&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;40&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="5%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="7%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;23&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="6%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;26&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td class="stdtinyblue" valign="top" width="4%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/td&gt;                       &lt;td style="color: rgb(0, 102, 0);" class="stdtinyblue" valign="top" width="8%"&gt;&lt;p align="center"&gt;&lt;span style="font-size:85%;"&gt;16&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;                       &lt;td 
