var contextPath, flashurl, flashwidth, flashheight, noflash;
contextPath = document.getElementById('contextValue').value;
flashurl = 'http://www.cvs.com/CVSApp/cvscontent/images/hero/061410_hero_consult.swf';
flashwidth = '480';
flashheight = '300';
noflash = '<a href="http://www.cvs.com/diabetes/?WT.mc_id=FH_061410_ConsultHome_Diabetes"><img src="http://www.cvs.com/CVSApp/cvscontent/images/rx/rx10012_diabetesclub/rx10012_diabetesclub_hero.jpg" alt="ExtraCare Advantage for Diabetes. ExtraCare rewards and offers. Double Bucks on 100+ diabetes related products.** E-newsletter. FREE memebership. Join now." border="0" width="480" height="300" /></a>';
document.write('<!--[if IE]><object data="' + flashurl + '" type="application/x-shockwave-flash" width="' + flashwidth + '" height="' + flashheight + '"><param name="movie" value="' + flashurl + '" /><param name="bgcolor" value="#ffffff" /><param name="width" value="' + flashwidth + '" /><param name="height" value="' + flashheight + '" /><param name="quality" value="high" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="window" />' + noflash + '</object><![endif]--><![if !IE]><object data="' + flashurl + '" type="application/x-shockwave-flash" width="' + flashwidth + '" height="' + flashheight + '"><param name="movie" value="' + flashurl + '" /><param name="bgcolor" value="#ffffff" /><param name="width" value="' + flashwidth + '" /><param name="height" value="' + flashheight + '" /><param name="quality" value="high" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="opaque" />' + noflash + '</object><![endif]>');
