function productpackage2() {
var product_quantity = 2;
var now = new Date()
var sec = now.getSeconds()
var back = sec % product_quantity;back +=1;
if (back==1) {
product="/physician/images/colvin_story.jpg";
product_name="CG Future&#153; Annuloplasty System";
copy="The CG Future&#153; band is designed to predictably remodel the annulus to maintain apposition of the anterior and posterior leaflets. Its low profile band design makes it easy to implant. The CG Future band restores Mitral annular dimension through remodeling with the benefits of flexibility.";
link="/cardsurgery/products/colvin_index.html";
alternate="CG Futures Annuloplasty System";
}
if (back==2) {
product="/physician/images/duran_story.jpg";
product_name="Duran Flexible Annuloplasty System";copy="For more than 25 years, the Duran Flexible Annuloplasty System has proven successful at  meeting the needs of patients and cardiac surgeons. Easy to implant, the Duran Ring maintains natural ventricular function during the cardiac cycle, resulting in optimal hemodynamics.";
link="/cardsurgery/products/duran_system.html";
alternate="Duran Flexible Annuloplasty System";
}
document.write( "<a href='" + link + "'>" + "<img src='" + product + "' alt='" + alternate + "' border='0' align='right'> </a>" + "<p> <span style='color: #006699; font-weight: bold'>" + product_name + ":</span>" + "<br>" + "<span class='blackbodycopy'>" + copy + "<br><a href='" + link + "'>more information >> </a> </span></p>");
}
