
<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnta = 3;
var ada = rand(ad_cnta);
var linka;
var adBannera;
var adtext;

if (ada==1) {
linka="http://www.genitalwartsherpes.com/genital-warts-remedies.htm";
adBannera="Natural self-care remedies can ease the discomfort of genital warts";
adtext="Several scientific studies have shown that some herbal remedies and natural alternative therapies can be just as effective as pharmaceutical options.  This article explores some of the natural alternative remedies people take to reduce viral outbreaks and strengthen the immune system.";
}
if (ada==2) {
linka="http://www.genitalwartsherpes.com/genital-herpes-remedies.htm";
adBannera="While there is no cure for herpes natural remedies can soothe outbreaks";
adtext="The pharmaceutical industry offers no cure for herpes and can only offer solutions to lower the incident of outbreaks and to help them heal faster.  Many low-cost natural and herbal alternative therapies can provide the same benefits without the high costs and chemical risks. This article reviews some of the more promising alternative therapies that have demonstrated promise in scientific laboratories.";
}
if (ada==3) {
linka="http://www.genitalwartsherpes.com/genital-herpes-treatment.htm";
adBannera="Genital herpes treatment: outbreak therapy or suppressive therapy?";
adtext="Because there is no cure for herpes your options for controlling the virus involve either trying to prevent outbreaks from occurring, or dealing with them as they happen.  Both methods have differing health and economic costs, and there are also natural herbal remedies that have shown promising results. This article discusses in details the costs and benefits of both approaches and what medications are available on the market.";
}
document.write('<a style="font-size:15px;color:#DA0240;font-family:verdana;font-weight:bold;" href="' + linka + '" target="_">');
document.write(adBannera + '</a>');
document.write("<br>"+adtext)

// End -->

