/* Author: TrevNet Media Corp. */

jQuery(".Nav ul li:not('.first'):first").children("a").addClass("First");
jQuery(".Nav ul li:not('.last'):last").children("a").addClass("Last");

jQuery("footer div.Widget:not(':nth-child(1),:nth-child(3)')").addClass("Middle");
jQuery("footer div.Widget:not(':nth-child(1),:nth-child(2)')").addClass("Last");

function clearMe(formfield){
	if (formfield.defaultValue==formfield.value)
	formfield.value = ""
}

