$(document).ready(function(){$("#leftA img").each(function(){rollsrc=$(this).attr("src");rollON=rollsrc.replace(/.jpg$/ig,"_over.jpg");$("<img>").attr("src",rollON);});$("#leftA a").mouseover(function(){imgsrc=$(this).children("img").attr("src");matches=imgsrc.match(/_over/);if(!matches){imgsrcON=imgsrc.replace(/.jpg$/ig,"_over.jpg");$(this).children("img").attr("src",imgsrcON);}});$("#leftA a").mouseout(function(){$(this).children("img").attr("src",imgsrc);});});$(document).ready(function(){$("#rightC img").each(function(){rollsrc=$(this).attr("src");rollON=rollsrc.replace(/.jpg$/ig,"_over.jpg");$("<img>").attr("src",rollON);});$("#rightC a").mouseover(function(){imgsrc=$(this).children("img").attr("src");matches=imgsrc.match(/_over/);if(!matches){imgsrcON=imgsrc.replace(/.jpg$/ig,"_over.jpg");$(this).children("img").attr("src",imgsrcON);}});$("#rightC a").mouseout(function(){$(this).children("img").attr("src",imgsrc);});});$(document).ready(function(){$("#leftC img").each(function(){rollsrc=$(this).attr("src");rollON=rollsrc.replace(/.jpg$/ig,"_over.jpg");$("<img>").attr("src",rollON);});$("#leftC a").mouseover(function(){imgsrc=$(this).children("img").attr("src");matches=imgsrc.match(/_over/);if(!matches){imgsrcON=imgsrc.replace(/.jpg$/ig,"_over.jpg");$(this).children("img").attr("src",imgsrcON);}});$("#leftC a").mouseout(function(){$(this).children("img").attr("src",imgsrc);});});
