//<!--
	var wd_article_id		= 	document.wd_ad_attr.wd_article.value;
	var wdy 				= 	document.wd_ad_attr.wd_section.value;
	var wd_sectionarray = new Array();
		wd_sectionarray[0] = "home;sect=home";
		wd_sectionarray[1] = "home;sect=home";
		wd_sectionarray[2] = "cooking;sect=cooking";
		wd_sectionarray[3] = "crafts;sect=crafts";
		wd_sectionarray[4] = "health;sect=health";
		wd_sectionarray[5] = "yourlooks;sect=yourlooks";
		wd_sectionarray[6] = "homefamily;sect=homefamily";
		wd_sectionarray[7] = "community;sect=community";
		wd_sectionarray[8] = "contests;sect=contests";
		wd_sectionarray[9] = "holidays;sect=holidays";
		wd_sectionarray[10] = "specialoffer;sect=specialoffer";
		wd_sectionarray[11] = "bestbuys;sect=bestbuys";
		wd_sectionarray[12] = "wdspecials;sect=wdspecials";
		wd_sectionarray[13] = "cooking;sect=recipes";
		wd_sectionarray[14] = "cooking;sect=cookprint";
		wd_sectionarray[15] = "howto;sect=howto";
		wd_sectionarray[16] = "crafts;sect=craftprint";
		wd_sectionarray[17] = "health;sect=dietfinder";
		wd_sectionarray[18] = "health;sect=healthprint";
		wd_sectionarray[19] = "yourlooks;sect=lookprint";
		wd_sectionarray[20] = "homefamily;sect=tipofday";
		wd_sectionarray[21] = "homefamily;sect=homeprint";
		wd_sectionarray[22] = "community;sect=contactus";
		wd_sectionarray[23] = "community;sect=readerpanel";
		wd_sectionarray[24] = "home;sect=fromthemag";
		wd_sectionarray[25] = "holiday;sect=xmas";
		wd_sectionarray[26] = "holiday;sect=thanksgiving";
		wd_sectionarray[27] = "holiday;sect=halloween";
		wd_sectionarray[28] = "holiday;sect=easter";
		wd_sectionarray[29] = "holiday;sect=valentinesday";
		wd_sectionarray[30] = "holiday;sect=mothersday";
		wd_sectionarray[31] = "holiday;sect=stpatrick";
		wd_sectionarray[32] = "newsletter;sect=newsletter";
		wd_sectionarray[33] = "misc;sect=misc";
		wd_sectionarray[34] = "cooking;sect=recipeday";
		wd_sectionarray[35] = "homefamily;sect=backtoschool";
		wd_sectionarray[36] = "cooking;sect=slowcook";
		wd_sectionarray[37] = "home;sect=oscars";
		wd_sectionarray[38] = "holidays;sect=giftguide";
		wd_sectionarray[39] = "community;sect=readerpanel";
		wd_sectionarray[40] = "newsletter;sect=newsletter";
		wd_sectionarray[41] = "microsite;sect=microsite";
		wd_sectionarray[42] = "holidays;sect=holidayprint";
		wd_sectionarray[43] = "crafts;sect=printables";
		wd_sectionarray[44] = "holidays;sect=fourthofjuly";
		wd_sectionarray[45] = "holidays;sect=fathersday";
		wd_sectionarray[46] = "crafts;sect=holidaycraft";
		wd_sectionarray[47] = "cooking;sect=holidayrecipe";
		wd_sectionarray[48] = "cooking;sect=holidaycook";
		wd_sectionarray[49] = "wdsip;sect=wdsipcontest";
		wd_sectionarray[50] = "games;sect=games";
		wd_sectionarray[51] = "games;sect=gamespop";
		wd_sectionarray[52] = "family;sect=family";
		wd_sectionarray[53] = "tiptalk;sect=tiptalk";
		wd_sectionarray[54] = "travel;sect=travel";
		//community;sc=bookclub
		//community;sc=readerpanel

	var	wd_section 	= wd_sectionarray[wdy]
	var tag_vars	= wd_section + ";article=" + wd_article_id + ";";

//-->

