<!--
function init() {
if (rid = getResellerID())
	setCookie("resellerid", rid, 30);
if (storeid = getStoreID())
	setCookie("storeid", storeid, 30);
}
//-->





