	<!--
	var theCharacterTimeout = 120;
	var theStoryTimeout     = 2000;
	var theWidgetOne        = "_";
	var theWidgetTwo        = "-";
	var theWidgetNone       = "";

	var theLeadString       = "";  // LATEST

	var theSummaries = new Array();
	var theSiteLinks = new Array();

theSummaries[0] = "Free Shipping - If your order is over US$ 110";
theSiteLinks[0] = "shipping-charges.html";
theSummaries[1] = "Free Shipping - If your order is over US$ 110";
theSiteLinks[1] = "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

//-->
