function productpackage() {
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/mosaic_story.jpg";
product_name="Mosaic&reg; Aortic and Mitral Bioprostheses";
copy="The Mosaic bioprosthesis is a porcine tissue valve with a flexible, cloth-covered, low profile stent. Mosaic bioprostheses undergo the Physiologic Fixation&#153; process and are treated with AOA&reg; tissue treatment, advanced third generation tissue technologies unique to Medtronic.  The Mosaic aortic and mitral valves are approved for sale worldwide.";
link="/cardsurgery/products/mosaic_index.html";
alternate="Mosaic&reg; Aortic and Mitral Bioprostheses";
}
if (back==2) {
product="/physician/images/fpofree_story.jpg";
product_name="Freestyle&reg; Aortic Root Bioprosthesis";
copy="The Freestyle valve is a stentless aortic porcine valve that comes in a full-root configuration designed to improve blood flow. The Freestyle bioprosthesis undergoes the Physiologic Fixation&#153; process and is treated with AOA&reg; tissue treatment, advanced third generation tissue technologies unique to Medtronic. The Freestyle valve is approved for sale worldwide. ";
link="/cardsurgery/products/free_index.html";
alternate="Freestyle&reg; Aortic Root Bioprosthesis";
}
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>");
}