// JavaScript Document
$(document).ready(function(){
//$("#topImgHead").css({ opacity: 0.0 });
//$("#topImgHead").animate({"opacity": "0.9"}, {queue: false, duration: 2500})
//for pages with images at top
//.animate({"right": "-=170px"}, 2500);
//$("#topImgHead").animate({"left": "-=490px"}, "slow")
//$("#topImgHead").fadeTo(2000, 0.9);

//for banner
/*$("#header h2").animate({"left": "-=700px"}, 4500);*/

//last used animation
/*$("#header h2").css({ opacity: 0.0 });
$("#header h2").animate({opacity: 1}, {queue: false, duration: 3000});
*/
});

