<!--
function sortwhatsnewcat(WhatsNewCat)
{
	intWhatsNewCat = WhatsNewCat.options[WhatsNewCat.selectedIndex].value;	
	parent.location = "/index.asp?WhatsNewCatID=" + intWhatsNewCat
}
// -->

