﻿var width = 120; var height = 140; var width_compact = 220; var height_compact = 41;
if (navigator.appName == "Microsoft Internet Explorer") { width = 113; height = 131; width_compact = 215; height_compact = 35; }
if (typeof Gostei_host == "undefined") Gostei_host = "gostei.abril.com.br";
if (typeof Gostei_title == "undefined") Gostei_title = document.title;
if (typeof Gostei_Button_skin == "undefined" || !Gostei_Button_skin)
document.write('<iframe src="http://' + Gostei_host + '/post/showbutton?surl='+ Gostei_url + '&stitle=' + Gostei_title + '" scrolling=no frameborder=0 marginwidth=0 border=0 width='+width+' height='+height+'></iframe>');
else {
    document.write('<iframe src="http://' + Gostei_host + '/post/showcompactbutton?surl=' + Gostei_url + '&stitle=' + Gostei_title + '" scrolling=no frameborder=0 marginwidth=0 border=0 width=' + width_compact + ' height=' + height_compact + '></iframe>');
Gostei_Button_skin = "";
}