// JavaScript Document
var myHSUrl = "http://admaster.heyos.com/core/hotspot.asp";
myHSUrl += "?idutente=" + heyos_hotspot_user;
myHSUrl += "&d=" + escape(document.location.href);
myHSUrl += "&q=" + escape(heyos_hotspot_keyword);
myHSUrl += "&border=" + heyos_hotspot_color_border;
myHSUrl += "&bg=" + heyos_hotspot_color_bg;
myHSUrl += "&link=" + heyos_hotspot_color_link;
myHSUrl += "&text=" + heyos_hotspot_color_text;
myHSUrl += "&url=" + heyos_hotspot_color_url;
myHSUrl += "&w=" + heyos_hotspot_w;
myHSUrl += "&dinamico=S";
if ( typeof(heyos_hostspot_altcss_url) != "undefined") myHSUrl += "&altcssurl=" + heyos_hostspot_altcss_url;


document.write('<scrip'+'t src="'+myHSUrl+'"><\/scrip'+'t>');
