
<!-- 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.gastricbypassrisks.com/lap-band.htm";
adBannera="Is gastric lap band surgery a safer alternative?";
adtext="Weight loss surgery is a major undertaking and carries significant surgical risks.  In this article we discuss what you can expect...";
}
if (ada==2) {
linka="http://www.gastricbypassrisks.com/risks.htm";
adBannera="Is weight loss surgery worth these risks?";
adtext="The dramatic results achieved by many that have undergone this surgery often undershadow the risks and lifelong lifestyle adjustments that go along with it.  Up to 10% of patients are unsuccessful at losing weight after surgery, and another 4% face life threatening risks or mortality. Read more about the risks in this article.";
}
if (ada==3) {
linka="http://www.gastricbypassrisks.com/obesity-risks.htm";
adBannera="Are the risks of living with obesity greater?";
adtext="With obesity destined to become the largest killer in America in a few short years it is not suprising that people are starting to explore surgical options after traditional diet and weight loss programs have failed.  Obesity is a stealth killer and this article discusses 20 of the top obesity related health problems.";
}
document.write('<a style="font-size:16px;color:#629797;font-family:verdana;font-weight:bold;" href="' + linka + '" target="_">');
document.write(adBannera + '</a>');
document.write("<br>"+adtext)

// End -->

