function cmCreateRegistrationTag(customerID, customerEmail, customerCity,
				customerState, customerZIP, newsletterName, 
				subscribe, gender, member, membership_level, full_auto_login, pgc_codes_purchased, vendors_purchased, auto_login, registration_date) {
	cmMakeTag(["tid","2","cd",customerID,"em",customerEmail,"ct",customerCity,"sa",customerState,"zp",customerZIP,"nl",newsletterName,"sd",subscribe,"gd",gender,"rg11",member,"rg12",membership_level,"rg13",full_auto_login,"rg14",pgc_codes_purchased,"rg15",vendors_purchased,"rg1",auto_login,"rg2",registration_date]);
}

function cmCreateProductviewTag(productID, productName, categoryID) {
	cmMakeTag(["tid","5","pi","PRODUCT: "+productName+" ("+productID+")","pr",productID,"pm",productName,"cg",categoryID,"pc","Y"]);
}

