// JavaScript Document $(document).ready(function() { function fadeIn() { $('.headerPic2').animate({opacity:0},500, "linear", function(){ //$(this).removeClass("headerPic2"); //$(this).addClass("headerPic"); //$('.headerPic').animate({opacity:1},500); } ); setTimeout(fadeOut,5000); } function fadeOut() { $('.headerPic2').animate({opacity:1},500, "linear", function(){ //$(this).removeClass("headerPic"); //$(this).addClass("headerPic2"); //$('.headerPic2').animate({opacity:1},500); } ); //$('.headerPic2').css('display', 'block'); //$('.headerPic2').animate({opacity:1},500); setTimeout(fadeIn,5000); } function startAnim() { setTimeout(fadeIn,5000); } if($('.headerPic').length != 0) { startAnim(); //$('.headerPic').animate({opacity:0},500); //$('.headerPic2').fadeTo(0,"slow", function () { //$('.headerPic2').css("background-color", "#FFFF99"); //$(this).fadeIn("slow"); //}); } }) function mOn(obj) { if(obj.src.indexOf('__o.gif')==-1) { obj.src = obj.src.replace('.gif','__o.gif') } } function mOff(obj) { obj.src = obj.src.replace('__o.gif','.gif') } function display(id,arr) { if(arr!=undefined) { var a = arr.split(',') for(i=0;i