document.write("
<"+"script type='text/javascript'> var picCount =parseInt(\"2\"); $(function () { if (picCount > 1) setInterval(\"changePic();\", 3000); }); var showId=0; function changePic() { showId++; $(\"#stonebanner\").find(\"a:not(#ad\"+showId+\")\").hide(); $(\"#ad\"+showId).show(); showId=showId==picCount?0:showId; } <\/script>
\"\" \"\" <"+"script type='text/javascript'> changePic(); <\/script>
");