
src = pldomain + "widget_cache.php?s=1";

plconfig['request'] = escape(document.location.href);



for (opt in plconfig) {

	src += "&" + opt + "=" + plconfig[opt];
}

document.write ("<script src=\"" + src + "\"></script>");

