$(document).ready(function(){
 if (!$(".ie6").width()) {
 $("#simpleSlider").easyFader({
 pause: 5000,
 fadeIn: 2000
 });
 }
});


