function productpackage() {

var product_quantity = 7;
var now = new Date()
var sec = now.getSeconds()
var back = sec % product_quantity;
back +=1;
if (back==1) {
product="images/kappa900pic_story.gif";
product_name="Kappa&#173; 900 Pacing System";
copy="Monitoring and diagnostic capabilities that you've never seen before* that are designed to answer your most critical questions.";
link="/crm/kappa900/index.html";
alternate="Kappa 900 Pacing System";
}
if (back==2) {
product="images/revplus_story.jpg";
product_name="Reveal Plus Insertable Loop Recorder";
copy="Smaller than a pack of chewing gum, this implantable device can help determine if a patient's recurrent fainting is related to a heart rhythm problem.";
link="../reveal/new.html";
alternate="Reveal Plus Insertable Loop Recorder";
}

if (back==4) {
product="images/duran_story.jpg";
product_name="Duran Annuloplasty Rings";
copy="Flexible annuloplasty rings for valve repair are designed to accommodate changes that occur in the annulus during a cardiac cycle.";
link="../cardiac/heartvalves/duran_ring/";
alternate="Duran Annuloplasty Rings";
}
if (back==5) {
product="images/fpofree_story.jpg";
product_name="Freestyle Aortic Root Bioprosthesis";
copy="A new-generation stentless valve designed to improve blood flow.";
link="../cardiac/heartvalves/freestyle/";
alternate="Freestyle Aortic Root Bioprosthesis";
}
if (back==7) {
product="images/fpohall_story.jpg";
product_name="Hall Mechanical Heart Valve";
copy="Designed to improve blood flow for enhanced thromboresistance and improved hemodynamics.";
link="../cardiac/heartvalves/medhall/";
alternate="Hall Mechanical Heart Valve";
}
document.write( "<table border='0' align='left' cellpadding='4' cellspacing='0'>" + "<tr>" + "<td align='left' valign='top'>" + "<a href='" + link + "'>" + "<img src='" + product + "' alt='" + alternate + "' border='0' align='left'>" + "</td>" + "<td align='left' valign='top'>" + "<a href='" + link + "'>" + "<font class=blackbodycopy>" + "<b>" + product_name + "</b>" + "</font>" + "</a>" + "<br>" + "<font class=blackbodycopy>" + copy + "</font>" + "</td>" + "</tr>" + "</table>");
}






