// 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: 200, height: 90, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '2', 'Number of Images': '10', 'Image 1': './t1.jpg', 'Image 2': './t2.jpg', 'Image 3': './t3.jpg', 'Image 4': './t4.jpg', 'Image 5': './t5.jpg', 'Image 6': './t6.jpg', 'Image 7': './t7.jpg', 'Image 8': './t8.jpg', 'Image 9': './t9.jpg', 'Image 10': './t10.jpg', 'Image Width': '200', 'Image Height': '141', 'X Position': '3', 'Y Position': '143', 'BackgroundImage': './RotatingPicture/main-bg.gif' }
	});
});
// End jMedia Components


