/******************************************************************************
 * Keri Berman Global functions.
 * jQuery framework is required.
 * 
 * Author: Neal Krouse (krousen@comcast.net)
 *
 ******************************************************************************/

$(function() {
	if ($("body").attr("id") != "home_page") {
		$("a[href='index.html']").attr("href", "index2.html");
	}
});
