Affiliate links box
Get Rid Of Herpes - Become Herpes Wise Learn How To Control And Prevent Genital Herpes For Life From Someone With Herpes Click Here!
Controlling Herpes Naturally The Only Complete Source For Natural Remedies For Genital Herpes, Cold Sores & Shingles. Solid Information For Real Relief Click Here!
Stop Herpes Now, And From Coming Back Natural Medicine Solution For Herpes Sufferers. Habla Espanol Click Here!
|
Welcome to FreeHerpesSingles.com
include "cmsv.php";
cms(1);
?>
cms(2);
?>
How Do I eliminate my Herpes?
You may be thinking about what you can do to eliminate your herpes. Currently, there is no known cure for herpes. The virus will stay in your body, but it is most often in a passive, or in a docile state and may reactivate from time to time and may cause symptoms. However there are both natural and prescription treatments available that offer relief to most sufferers.
Because the herpes virus stays in your body, you may have repeat outbreaks after your first outbreak. No one can tell you how often you are going to have outbreaks or how severe they are going to be, but the first may be the worst outbreak you ever have. Only time will tell. In general, the amount and severity of outbreaks lessen over time
Prescription drugs called antiviral agents can help minimize symptoms, heal sores and even help prevent outbreaks before they happen. So if you are having symptoms you may wish to ask your physician about treatment. If you do not feel comfortable talking to your physician, there are healthcare providers at STD clinics who can prescribe treatment. Test topical alternatives: For symptom relief and faster healing, try ointments containing zinc, lithium succinate, propolis, lemon balm, or aloe
Try lysine: Taking 1,000 mg a day of this amino acid supplement may boost the healing process and help prevent future outbreaks
Use condoms for added protection when having sex
Protect your companion: Avoid sexual contact during active infections to prevent infecting others
Other vitamins, herbs, and dietary and lifestyle changes that may be helpful.
Try testing new herpes relief products to see what works best for you
** These recommendations are not comprehensive and are not intended to replace the advice of your physician or pharmacist.
Featured Members
$feature_num = 5;
$featured_res = db_res( "SELECT Profiles.ID, Pic_0_addon, NickName, Headline, SelfDescription, Sex, Country, Region, City , DateOfBirth FROM `Profiles` INNER JOIN FeaturedProfiles USING (ID) WHERE Status = 'Active' ORDER BY RAND() LIMIT $feature_num" );
$fs = filesize ( "$dir[root]design/member_featured_block.html" );
$f = fopen ( "$dir[root]design/member_featured_block.html", "r" );
$member_templ = fread ( $f, $fs );
fclose ( $f );
while ( $p_arr = mysql_fetch_array ( $featured_res ) )
{
$out = $member_templ;
$out=str_replace("%%_PHOTO_%%",retrieveThumbPhoto($p_arr["ID"],100,"showfull") ,$out);
$out=str_replace("%%_HEADLINE_%%",$p_arr["Headline"],$out);
$out=str_replace("%%_NICKNAME_%%",$p_arr["NickName"],$out);
$out=str_replace("%%_SEX_%%",$prof[sex][$p_arr[Sex]],$out);
$out=str_replace("%%_AGE_%%",age($p_arr[DateOfBirth]),$out);
$location=_t("__".$prof[countries][$p_arr[Country]]).", ";
if ($p_arr[Region] && strtolower($p_arr[Region])!='any' && strtolower($p_arr[Region])!='def')
$location.=$p_arr[Region].", ";
$location.=$p_arr[City];
$out=str_replace("%%_LOCATION_%%",$location,$out);
$out=str_replace("%%_SELF_DESCRIPTION_%%",cutdown_text($p_arr[SelfDescription],300,"...
"._t("_more").""),$out);
$user_is_online = get_user_online_status($p_arr[ID]);
if ( $user_is_online )
{
// $onl_str = " ";
$onl_status_class="online";
$onl_status_text="Online now!";
}
else
{
// $onl_str = " ";
$onl_status_class="offline";
$onl_status_text="Offline";
}
//$out=str_replace("%%_ONLINE_%%",$onl_str,$out);
$out=str_replace("%%_ONL_STATUS_CLASS_%%",$onl_status_class,$out);
$out=str_replace("%%_ONL_STATUS_TEXT_%%",$onl_status_text,$out);
$out=str_replace("%%_ID_%%",$p_arr["ID"],$out);
if (($logged["member"]) && ( $user_is_online ))
{
$im = 'CONTACT ME NOW';
$im2=" ";
}
else
{
$im=" ";
$im2 =" ";
}
$out=str_replace("%%_IM_%%",$im,$out);
$out=str_replace("%%_IM2_%%",$im2,$out);
echo $out." ";
}
echo "
| ";
$bannerstr="";
$ban_res = db_res( "SELECT * FROM `Banners` where situated=2 ORDER BY RAND() LIMIT 0,10");
while ( $ban_arr = mysql_fetch_array( $ban_res ) )
{
$bannerstr.=RetrieveBanner($ban_arr["image"],930,$ban_arr["alttext"],$ban_arr["url"])." ";
}
echo $bannerstr;
echo " | ";
?>
|
$bannerstr="";
$ban_res = db_res( "SELECT * FROM `Banners` where situated=1 ORDER BY RAND() LIMIT 0,6");
while ( $ban_arr = mysql_fetch_array( $ban_res ) )
{
$bannerstr.=RetrieveBanner($ban_arr["image"],115,$ban_arr["alttext"],$ban_arr["url"]);
}
echo $bannerstr;
?>
|