﻿$().ready(function() {
    $("div#bottompanels img").each(function(item, element) {
        $(this).attr("class", "corner iradius10");
    });
    /*
    $("div#mainpanel div").each(function(item, element) {        
    if ($(this).attr("class") == "p7epm_content pan") {
    var targetlement = $(this).attr("id");
    $("#" + targetlement + " img").attr("class", "corners iradiae1100");
    }
    });
    */
});