
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 widtha
var heighta
if (ada==1) {
linka="http://www.healthandfitnessnaturally.com/archives/herbal-treatment-for-recurring-urinary-tract-infections.html";
adBannera="Treat Urinary Tract Infections";
}
if (ada==2) {
linka="http://www.healthandfitnessnaturally.com/archives/broccoli-contains-natural-protection-against-cancer-and-skin-disorder.html";
adBannera="Broccoli Protects Against Cancer";
}
if (ada==3) {
linka="http://www.healthandfitnessnaturally.com/archives/resveratrol-wonder-wine.html";
adBannera="Resveratrol More than Wine";
}


