﻿var src={};src.allowedLabels=["follow-me","follow-us","follow","my-twitter"];src.defaultTop=78;src.defaultColor="#35ccff";src.isInArray=function(str,ar){if(ar.length<1)return;for(var i=0;i<ar.length;i++){if(ar[i]==str){return true;break;}}
return false;}
src.showbadge=function(){if(!window.XMLHttpRequest){return;}
if(document.getElementById('SayRadioCom')){document.body.removeChild(document.getElementById('SayRadioCom'));}
if(src.top<0||src.top>1000||isNaN(src.top)){src.top=src.defaultTop;}
if(!src.isInArray(src.label,src.allowedLabels)){src.label=src.allowedLabels[0];}
var validColorPattern=/^#([a-f]|[A-F]|[0-9]){3}(([a-f]|[A-F]|[0-9]){3})?$/;if(!validColorPattern.test(src.color)||(src.color.length!=4&&src.color.length!=7)){src.color=src.defaultColor;};if(src.side!='l'){src.side='r';}
src.tabStyleCode='position:fixed;'+'top:'+src.top+'px;'+'width:30px;'+'height:119px;'+'z-index:8765;'+'cursor:pointer;'+'background:'+src.color+' url(http://www.sayradio.com/images/'+src.label+'.png);'+'background-repeat:no-repeat;';src.aboutStyleCode='position:absolute;'+'top:'+(parseInt(src.top)+107)+'px;'+'width:10px;'+'height:11px;'+'z-index:9876;'+'cursor:pointer;'+'background:url(http://icon-about.png);'+'background-repeat:no-repeat;';if(src.side=='l'){src.tabStyleCode+='left:0; background-position:right top;';src.aboutStyleCode+='left:0;';}else{src.tabStyleCode+='right:0; background-position:left top;';src.aboutStyleCode+='right:0;';}
srcMainDiv=document.createElement('div');srcMainDiv.setAttribute('id','SayRadioCom');document.body.appendChild(srcMainDiv);srcMainDiv.innerHTML='<div id="srcTab" style="'+src.tabStyleCode+'"></div><div id="srcAbout" style="'+src.aboutStyleCode+'"></div>'+'<style>#srcAbout{visibility:hidden;} #SayRadioCom:hover #srcAbout{visibility:visible;}</style>';document.getElementById('srcTab').onclick=function(){window.open('http://www.sayradio.com/go.html?'+src.account);}
document.getElementById('srcAbout').onclick=function(){window.open('http://www.sayradio.com');}}
