var i_height;
var i_width;
if (!top.iloho_icon) 
  top.iloho_icon = "big";

var c = top.iloho_icon;

if (c == "small" || c == "SMALL") {
	i_height = 15;
	i_width = 16;
}  
else if (c == "big" || c == "BIG") {
	i_height = 18;
	i_width = 52;
}
else if (c == "text" || c =="TEXT") {
	i_height = 15;
	i_width = 60;
}  

if (!top.iloho_title)
  top.iloho_title = window.document.title;

if (!top.iloho_url)
  top.iloho_url = window.location.href;

var str = "<iframe src='http://www.iloho.com/tools/iloho_it_button?i_url=" + top.iloho_url + "&i_icon=" + top.iloho_icon + "' height=" + i_height + " width=" + i_width + "&i_title=" + top.iloho_title + " frameborder='0' scrolling='no'></iframe>";

document.write(str);
