/* =====================================================================
*
*   excerption.js
*
* =================================================================== */

$(function(){
	
	if(SimpleLib.isIE6()) {
		$("#Footer")
			.css("bottom", "0")
			.css("left", "0")
			.css("width", "100%");
			
		$("#Footer").exFixed();
	}

});
