/*
 ***************************************
 *		jQuery for Home Page
 ***************************************
 */
function jQueryLocalFunctions()
{
	$("hr").after("<div align=\"center\"><img src=\"wq_application/default/images/filigree-divider.gif\" alt=\"divider\" /></div>");
	$("hr").remove();
	// Remove blank images in Announcements
	$("div#topicContainer img[src$='spacer.gif']").remove();  
}
