function getActiveScript() {
var t = document.getElementsByTagName("script");
return t[t.length-1];
}

function getReferrer(){
var S_url = getActiveScript().src;
startIndex=S_url.indexOf("?");
param=S_url.substr(startIndex+1);
return param 
}
// alert(getReferrer());

document.write("\r\n  <style type=\"text\/css\">\r\n    a#bulle-tab {\r\n      position: fixed;\r\n      left: 0;\r\n      bottom:2%;\r\n      display: block;\r\n      background: transparent url(http:\/\/icontes.com\/components\/com_bulle\/assets\/bubble.png) no-repeat;\r\n     width: 85px;\r\n      height: 90px;\r\n      border: none;\r\n      z-index: 100001;\r\n    }\r\n    \r\n    a#bulle-tab:hover {\r\n      background: transparent url(http:\/\/icontes.com\/components\/com_bulle\/assets\/bubble_hover.png) no-repeat;\r\n       cursor: pointer;\r\n    }\r\n  <\/style>\r\n  \r\n  <!--[if IE]>\r\n    <style type=\"text\/css\">\r\n      * html a#bulle-tab {\r\n        position: absolute;\r\n        background-image: none;\r\n        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http:\/\/icontes.com\/components\/com_bulle\/assets\/bubble.png');\r\n      }\r\n    <\/style>\r\n  <![endif]-->\r\n  \r\n  <div id=\"bulle-tab\"><a id=\"bulle-tab\" title=\"Come in the bubble\" href=\"javascript:void(0);\" onclick=\"window.open('http:\/\/icontes.com\/index.php?option=com_bulle&view=bulle&lang=en&tmpl=component"+getReferrer()+"',\'Bubble\',\'width=250,height=250,location=no,scrollbars=no,menubar=no,directories=no,resizable=no,toolbar=no,status=no\')\";return=false;><\/a><\/div>\r\n  \r\n")

