$(function() { if($("#1").size()>0){ $("#1").lavaLamp({ fx: "easeOutBack", speed: 700 }); } $("#navitable a").each(function(){ var str = $(this).attr("href"); if(str.indexOf("feature.php")>-1){ $(this).css("color","#FFFF00"); } }); $("#subnavi a").each(function(){ var str = $(this).attr("href"); if(str.indexOf("")>-1){ $(this).css("color","#FFFF00"); } }); });