function onImgErr(img) {
    try{                
        img.onerror = function(){ img.style.display='none'; };                 
        img.src = 'http://bzzster.com/images/no_favicon.gif';
    }
    catch(e){
        alert(e);
    }
}
var bzz_my_str = '';
bzz_my_str += "<style type='text/css'>";
bzz_my_str += ".widget_bzzster {width:200px;}";
bzz_my_str += "table#BZZ_REC {line-height:14px;border:1px solid #ccc;width:180px;font-family:Arial;font-style:normal;font-weight:normal; background-color:#eeeeee;}";
bzz_my_str += "#BZZ_TD a {font-size:11px;color:#005A94;text-decoration:none;border:0;background:none}";
bzz_my_str += "#BZZ_TD a:hover {color:#005A94;text-decoration:none;border:0;}";
bzz_my_str += "#BZZ_TD a:visited {color:#005A94;text-decoration:none;border:0;}";
bzz_my_str += "#BZZ_TD a:visited:hover {color:#005A94;text-decoration:none;border:0;}";
bzz_my_str += "#BZZ_ICON {border:1px solid #CCC;padding:2px;margin:0 2px 2px 0;vertical-align:absmiddle;}";
bzz_my_str += "#BZZ_ICON2 {border:1px solid #339933;padding:1px;margin:0 2px 2px 0;background-color:#fff;}";
bzz_my_str += "#BZZ_FOOT {color:#FFFFFF;font-size:12px;font-family:arial;text-align:center;padding:6px 2px 6px 2px;}";
bzz_my_str += "#BZZ_LINK {color:#339933;text-decoration:none;border:0;background:none;}";
bzz_my_str += "</style>";
bzz_my_str += "<table cellspacing='0' cellpadding='3' border='0' id='BZZ_REC'>";
bzz_my_str += "<tr><td bgcolor='#333333' colspan='2'><img src='http://bzzster.com/images/bwtop.png' width='199' height='34'></td></tr>";

bzz_my_str += "<tr><td bgcolor='#333333' colspan='2' id='BZZ_FOOT'>";

bzz_my_str += "I'm <a href='http://bzzster.com/links/shuvo'><img src='http://bzzster.com//uploads/2456/shuvo_sml.jpg' border='0' align='absmiddle' id='BZZ_ICON2' /></a> <a href='http://bzzster.com/links/shuvo' id='BZZ_LINK'>shuvo</a> at <a href='http://bzzster.com' id='BZZ_LINK'>Bzzster.com</a>";

bzz_my_str += "</td></tr>";
bzz_my_str += "</table>";document.write(bzz_my_str);
