// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 226, height: 150, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '13', 'Image 1': './footer.jpg', 'Image 2': './2foundation.jpg', 'Image 3': './3foundation.jpg', 'Image 4': './4foundation.jpg', 'Image 5': './5found-flooring.jpg', 'Image 6': './6flooring.jpg', 'Image 7': './7floor.jpg', 'Image 8': './8subfloor.jpg', 'Image 9': './9framein.jpg', 'Image 10': './10frameout.jpg', 'Image 11': './11insul.jpg', 'Image 12': './12wiring.jpg', 'Image 13': './13unpainted.jpg', 'Image Width': '227', 'Image Height': '150', 'X Position': '26', 'Y Position': '148', 'BackgroundImage': './RotatingPicture/main-bg.gif' }
	});
});
// End jMedia Components


