window.onload = function()
{


 var tag_p = document.getElementsByTagName("p");
for (i=0; i<tag_p.length; i++) {
    if (tag_p[i].className.indexOf("round")!=-1){
    var pHTML=tag_p[i].innerHTML;
    tag_p[i].innerHTML="<span class='round-padding'>" + tag_p[i].innerHTML + "</span>";
    }
}


new Rico.Effect.Round("div","round",{blend:false,compact:"true"});
new Rico.Effect.Round("a","round2",{corners:"br"});
new Rico.Effect.Round("p","round3",{corners:"all",compact:"true"});

}

function shop(itemId){
document.write("<p><a href='shop.html'><img src='img/golist.gif' alt ='golist' width='119' height='24' /></a>");
document.write("&nbsp;<img src='../images/tel.gif' width='257' height='24' />&nbsp;");
document.write("<a href='../toi/index.php'><img src='../images/gomail.gif' width='165' height='24' /></a></p>");



}