$(function(){ $('.include_top').load("/zdjs/edutop/edu_top.shtml",function(){ $('.include_top a').each(function(pmp, pmps) { if ($(this).attr('href')!==undefined) { $(this).attr('href',$(this).attr('href').replace(/..\/..\/zdjs/gi,'/zdjs')); $(this).attr('href',$(this).attr('href').replace(/zdjs\/zdjs/gi,'zdjs')); } }); }); $('.include_bottom').load("/zdjs/edubottom/edu_bottom.shtml",function(){ $('.include_bottom a').each(function(pmp, pmps) { if ($(this).attr('href')!==undefined) { $(this).attr('href',$(this).attr('href').replace(/..\/..\/zdjs/gi,'/zdjs')); $(this).attr('href',$(this).attr('href').replace(/zdjs\/zdjs/gi,'zdjs')); } }); }); })