(function(){
  
  switch (radiobg_button_style) {

	case "visitsbutton_big"				: frame_width=73; frame_height=41;  break;
	case "visitsbutton_big_logo"		: frame_width=83; frame_height=41;  break;
	case "visitsbutton_big_logo_title"	: frame_width=83; frame_height=51;  break;
	case "visitsbutton_small"			: frame_width=58; frame_height=30;  break;
  }
  
  // place the button
  document.write("<iframe src='http://www.radio.bg/actions/showVisitsButton/"+radiobg_button_style+"/"
      + radiobg_radio_id+ "' height='"+frame_height+"' width='"+frame_width+"' marginwidth='0' marginheight='0' frameborder='0' scrolling='no'></iframe>");
      
})()
