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="images/EnTrustDual_sm.jpg";product_name="EnTrust&#8482; Family of ICDs";copy="Promotes natural cardiac function by shocking less, pacing less and providing advanced diagnotics for better disease management. ";link="/physician/tachy/icd/entrust_family.html";alternate="EnTrust Family of ICDs";}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";}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>");}