<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Awiolobby  " The home of Tactical  Articles and General Topics"</title><description></description><managingEditor>noreply@blogger.com (awiopian)</managingEditor><pubDate>Wed, 11 Sep 2024 06:29:03 +0500</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">173</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://awiolobby.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><copyright>This podcast right reserved to awiolobby's owner</copyright><itunes:image href="http://i278.photobucket.com/albums/kk119/awash_2008/65-260739433.gif"/><itunes:keywords>make,money,online,social,media,marketing,internet,marketing,make,money,blogging,Awio,lobby,is,a,blog,about,internet,marketing,making,money,online,social,media,optimization,and,the,art,of,blogging,as,a,means,to,generate,income</itunes:keywords><itunes:summary>Affiliate marketing tips, earning money from websites tip and how to secure your identity from web hackers</itunes:summary><itunes:subtitle>Awiolobby podcasting</itunes:subtitle><itunes:category text="Education"><itunes:category text="Educational Technology"/></itunes:category><itunes:category text="Business"><itunes:category text="Business News"/></itunes:category><itunes:category text="Business"><itunes:category text="Business News"/></itunes:category><itunes:category text="Business"><itunes:category text="Business News"/></itunes:category><itunes:category text="Kids &amp; Family"/><itunes:author>KASHIF BASHIR</itunes:author><itunes:owner><itunes:email>paksobaan@gmail.com</itunes:email><itunes:name>KASHIF BASHIR</itunes:name></itunes:owner><item><title>How to add a go to top and go to bottom button</title><link>http://awiolobby.blogspot.com/2009/04/how-to-add-go-to-top-and-go-to-bottom.html</link><pubDate>Fri, 10 Apr 2009 18:28:00 +0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-2481862645425322305</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>WH Fixed menu for blogger</title><link>http://awiolobby.blogspot.com/2009/04/wh-fixed-menu-for-blogger.html</link><pubDate>Fri, 10 Apr 2009 18:18:00 +0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-5031036462061070930</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author><enclosure length="-1" type="application/javascript" url="http://www.blogfixes.com/"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>I am using a fixed menu at left side of my other Blog Free Downloadz since a long time. Today i came across a same menu at Blogfixes.com. So, i thought i should write about it and explain how to customize. Some of the features of Fixed Menu. It is a Fixed menu.It can be placed anywhere on the blogIt can be placed horizontally as well as verticallyIt has Mouse Hover EffectDemo: Top of this blog or Free Downloadz How to add WH Fixed Menu for bloggers a) CSS Code: Copy and paste the following code between and . Most advisable place would be just before ]] or .fixed_menu { position: fixed; /*set the position type for non IE systems*/ top: 140px; left: 0px; width: auto; margin: 0 0px 0px 0px; background: #ffffff; opacity:.900; filter: alpha(opacity=90); padding: 7px 5px 5px 5px; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 0px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 0px; } .fixed_menu a:hover img { position: relative; top: 2px; left: 2px; border-top: 1px solid #b3b3b3; border-left: 1px solid #b3b3b3; border-bottom: 2px solid #999999; border-right: 2px solid #999999; } .fixed_menu a { display: block; } /*Optional : This puts each link in the menu on a new line, remove if you want a horizontal menu*/ * html .fixed_menu {position:absolute;} /*IE only change the position mode of the menu*/ How to customize HTML Code you can change the position of the menu, color, background color, margin, padding and so on. b) HTML Code: Copy and paste the following code between body and /body. http://YOURBLOG.blogspot.com' title='Home' http://wolverinehacks.googlepages.com/HomeIcon.png'/ YOUR EMAIL ADDRESS' title='Mail me' http://wolverinehacks.googlepages.com/EmailIcon.png'/ http://YOURBLOG.blogspot.com/feeds/posts/default' title='Subscribe to feed - Posts' http://wolverinehacks.googlepages.com/feediconblue.png'/ http://YOURBLOG.blogspot.com/feeds/comments/default' title='Subscribe to feed - Comments' http://wolverinehacks.googlepages.com/FeedIconorange.png'/ http://wolverinehacks.googlepages.com/top.PNG'/ How to customize HTML Code Download Following images and save it to your server or googlepages. Home IconEmail IconPost Feed Icon - BlueComment Feed Icon - orangeGo to Top iconNow edit links in red to desired links. Final Words 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?</itunes:subtitle><itunes:author>KASHIF BASHIR</itunes:author><itunes:summary>I am using a fixed menu at left side of my other Blog Free Downloadz since a long time. Today i came across a same menu at Blogfixes.com. So, i thought i should write about it and explain how to customize. Some of the features of Fixed Menu. It is a Fixed menu.It can be placed anywhere on the blogIt can be placed horizontally as well as verticallyIt has Mouse Hover EffectDemo: Top of this blog or Free Downloadz How to add WH Fixed Menu for bloggers a) CSS Code: Copy and paste the following code between and . Most advisable place would be just before ]] or .fixed_menu { position: fixed; /*set the position type for non IE systems*/ top: 140px; left: 0px; width: auto; margin: 0 0px 0px 0px; background: #ffffff; opacity:.900; filter: alpha(opacity=90); padding: 7px 5px 5px 5px; -moz-border-radius-topright: 10px; -moz-border-radius-topleft: 0px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 0px; } .fixed_menu a:hover img { position: relative; top: 2px; left: 2px; border-top: 1px solid #b3b3b3; border-left: 1px solid #b3b3b3; border-bottom: 2px solid #999999; border-right: 2px solid #999999; } .fixed_menu a { display: block; } /*Optional : This puts each link in the menu on a new line, remove if you want a horizontal menu*/ * html .fixed_menu {position:absolute;} /*IE only change the position mode of the menu*/ How to customize HTML Code you can change the position of the menu, color, background color, margin, padding and so on. b) HTML Code: Copy and paste the following code between body and /body. http://YOURBLOG.blogspot.com' title='Home' http://wolverinehacks.googlepages.com/HomeIcon.png'/ YOUR EMAIL ADDRESS' title='Mail me' http://wolverinehacks.googlepages.com/EmailIcon.png'/ http://YOURBLOG.blogspot.com/feeds/posts/default' title='Subscribe to feed - Posts' http://wolverinehacks.googlepages.com/feediconblue.png'/ http://YOURBLOG.blogspot.com/feeds/comments/default' title='Subscribe to feed - Comments' http://wolverinehacks.googlepages.com/FeedIconorange.png'/ http://wolverinehacks.googlepages.com/top.PNG'/ How to customize HTML Code Download Following images and save it to your server or googlepages. Home IconEmail IconPost Feed Icon - BlueComment Feed Icon - orangeGo to Top iconNow edit links in red to desired links. Final Words 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?</itunes:summary><itunes:keywords>make,money,online,social,media,marketing,internet,marketing,make,money,blogging,Awio,lobby,is,a,blog,about,internet,marketing,making,money,online,social,media,optimization,and,the,art,of,blogging,as,a,means,to,generate,income</itunes:keywords></item><item><title>How to show 10 posts instead of 5 posts in blogger</title><link>http://awiolobby.blogspot.com/2009/04/how-to-show-10-posts-instead-of-5-posts.html</link><pubDate>Fri, 10 Apr 2009 18:15:00 +0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-2423705504181184387</guid><description>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?</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Facebook style lightbox - Facebox</title><link>http://awiolobby.blogspot.com/2009/04/facebook-style-lightbox-facebox.html</link><pubDate>Fri, 10 Apr 2009 18:03:00 +0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-1263248384982112055</guid><description>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')</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Tackle your problems, don't blame Pakistan: LeT chief to India</title><link>http://awiolobby.blogspot.com/2009/03/tackle-your-problems-dont-blame.html</link><pubDate>Wed, 11 Mar 2009 13:31:00 +0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-351016989666251423</guid><description>&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.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Resolve people-to-people problems first: Pakistani newspaper</title><link>http://awiolobby.blogspot.com/2009/03/resolve-people-to-people-problems-first.html</link><pubDate>Wed, 11 Mar 2009 13:19:00 +0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-7924620821567668469</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Web Designing  Development, E-Commerce, Graphics Designing Firm</title><link>http://awiolobby.blogspot.com/2009/03/web-designing-development-e-commerce.html</link><pubDate>Thu, 5 Mar 2009 20:50:00 +0500</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-3329582056861660870</guid><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhos1G6qm4xLu4X7Clnhl72YSEyEcq9UUVTcuKHeLxPRMB8GL6yCU1zLKb5k_j9-4rJoHqf1dr_hQLiZtRL53oCs-mvfOWgnlNJmgOmK9mZ4K4g3nNc9BaPklGQQmLsh7zIA5gnhWB0hAw/s320/Untitled+1.jpg" alt="" id="BLOGGER_PHOTO_ID_5309732760053626034" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhos1G6qm4xLu4X7Clnhl72YSEyEcq9UUVTcuKHeLxPRMB8GL6yCU1zLKb5k_j9-4rJoHqf1dr_hQLiZtRL53oCs-mvfOWgnlNJmgOmK9mZ4K4g3nNc9BaPklGQQmLsh7zIA5gnhWB0hAw/s72-c/Untitled+1.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Bladder Infections in Men, Women and Children</title><link>http://awiolobby.blogspot.com/2008/10/bladder-infections-in-men-women-and.html</link><category>Health Tips</category><pubDate>Sun, 12 Oct 2008 15:13:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-6929883376887353963</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Dealing with pregnancy</title><link>http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_3799.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:33:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-2402232812036074186</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Dealing with pregnancy</title><link>http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_6249.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:27:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-8068223059809411167</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Dealing with pregnancy</title><link>http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_2464.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:25:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-9080526268390696351</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Dealing with pregnancy</title><link>http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_4917.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:25:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-4050582541318481237</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Dealing with pregnancy</title><link>http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_4126.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:22:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-4510849476803855068</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Dealing with pregnancy</title><link>http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_4045.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:20:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-7073736165293217393</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Dealing with pregnancy</title><link>http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy_12.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:18:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-8921942572552553620</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Dealing with pregnancy</title><link>http://awiolobby.blogspot.com/2008/10/dealing-with-pregnancy.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:16:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-2475654470906755098</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Best Anorexia Treatment Methods</title><link>http://awiolobby.blogspot.com/2008/10/best-anorexia-treatment-methods.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:13:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-1232784724342817414</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Are You Starving Yourself to Slim Down? You Could Be Suffering From Anorexia</title><link>http://awiolobby.blogspot.com/2008/10/are-you-starving-yourself-to-slim-down.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:10:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-733624774373879368</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Hair Loss Treatment In Women</title><link>http://awiolobby.blogspot.com/2008/10/hair-loss-treatment-in-women.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:05:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-8402786859518690815</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Hair Loss Among Women - It is not as Simple as it Sounds</title><link>http://awiolobby.blogspot.com/2008/10/hair-loss-among-women-it-is-not-as.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 14:03:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-2866803073482865578</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Best Ways for Treating Women in Depression</title><link>http://awiolobby.blogspot.com/2008/10/best-ways-for-treating-women-in.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 13:32:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-1916965554713658221</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Depression does not Cure by Itself! Attend To It</title><link>http://awiolobby.blogspot.com/2008/10/depression-does-not-cure-by-itself.html</link><category>Women Health</category><pubDate>Sun, 12 Oct 2008 13:29:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-8226570521812981251</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Top Rated  Online Muscle Building  Course</title><link>http://awiolobby.blogspot.com/2008/10/top-rated-online-muscle-building-course.html</link><category>Health Tips</category><pubDate>Sun, 12 Oct 2008 12:48:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-2330926489911023979</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Menu Planning</title><link>http://awiolobby.blogspot.com/2008/10/menu-planning.html</link><category>Health Tips</category><pubDate>Sun, 12 Oct 2008 12:45:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-4453766714976210809</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item><item><title>Liposuction</title><link>http://awiolobby.blogspot.com/2008/10/liposuction_12.html</link><pubDate>Sun, 12 Oct 2008 12:43:00 +0600</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8258499341213556795.post-3059922261893799737</guid><description>&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;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><author>paksobaan@gmail.com (KASHIF BASHIR)</author></item></channel></rss>