s_height = 330;
if (ap_blog == 1) {s_height += 120;}
if (ap_revpage == 1) {s_height += 120;}
if (ap_follow == 1) {s_height += 100;}
if (ap_width == 1)
  {s_width = '200';}
else if (ap_width == 2)
  {s_width = '250';}
else
  {s_width = '160';}

if (typeof(ap_widget) == 'undefined') {
document.write("<iframe name=\"ap_widget\"  src=\"http://www.apsense.com/widget_show?uid="+ap_username+"&photo="+ap_photo+"&blog="+ap_blog+"&revpage="+ap_revpage+"&width="+ap_width+"&follow="+ap_follow+"\"  height="+s_height+" width="+s_width+" frameborder=\"0\" scrolling=\"no\" style='border:1px solid "+ap_bdcolor+";padding:2px;'/></iframe>");
}
ap_widget = 1;
