function slide_fade() {
	jQuery('#slideShow img:last').fadeOut("slow", function () { jQuery(this).prependTo('#slideShow').show(); } );
}
$(window).load(function() {
	jQuery('#slideShow img').show();
	setInterval("slide_fade()",4000);
});

//jQuery(document).ready(function() {
//	// Inserts new div for navingation heading 
//	jQuery("#eWebLeftPaneTable").before('<div id="navHeading"></div>');
//	// Wraps image banner to link to homepage 
//	jQuery("#TopPane img").wrap('<a title="AIMBE | American Institute for Medical & Biological Engineering" href=http://www.aimbe.org.php5-14.websitetestlink.com/></a>');
//});
//