	<!--
	var theCharacterTimeout = 60;
	var theStoryTimeout     = 2000;
	var theWidgetOne        = "_";
	var theWidgetTwo        = "-";
	var theWidgetNone       = "";

	var theLeadString       = "";  // LATEST

	var theSummaries = new Array();
	var theSiteLinks = new Array();

theSummaries[0] = "Internationaldrugmart.com is now PCI DSS Compliance";
theSiteLinks[0] = "news-section/pci-dss-compliance-certificate.html";
theSummaries[1] = "Generics as Effective as Brand Medications";
theSiteLinks[1] = "news-section/generics-as-effective-as-brand-medications.html";
theSummaries[2] = "New Shipping Charges...";
theSiteLinks[2] = "shipping-charges.html";

var theItemCount = theSummaries.length;

if (window.addEventListener)
	window.addEventListener("load", startTicker, false)
else if (window.attachEvent)
	window.attachEvent("onload", startTicker)
else if (document.getElementById)
	window.onload=startTicker

//-->
