﻿var cfb={};cfb.allowedLabels=["newsletter"];cfb.defaultTop=78;cfb.defaultColor="#35ccff";cfb.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;}
cfb.showbadge=function(){if(!window.XMLHttpRequest){return;}
if(document.getElementById('FollowBadge')){document.body.removeChild(document.getElementById('FollowBadge'));}
if(cfb.top<0||cfb.top>1000||isNaN(cfb.top)){cfb.top=cfb.defaultTop;}
if(!cfb.isInArray(cfb.label,cfb.allowedLabels)){cfb.label=cfb.allowedLabels[0];}
var validColorPattern=/^#([a-f]|[A-F]|[0-9]){3}(([a-f]|[A-F]|[0-9]){3})?$/;if(!validColorPattern.test(cfb.color)||(cfb.color.length!=4&&cfb.color.length!=7)){cfb.color=cfb.defaultColor;};if(cfb.side!='l'){cfb.side='r';}
cfb.tabStyleCode='position:fixed;'+'top:'+cfb.top+'px;'+'width:30px;'+'height:150px;'+'z-index:8765;'+'cursor:pointer;'+'background:'+cfb.color+' url(http://www.coronaschools.org/images/'+cfb.label+'.png);'+'background-repeat:no-repeat;';if(cfb.side=='l'){cfb.tabStyleCode+='left:0; background-position:right top;';}else{cfb.tabStyleCode+='right:0; background-position:left top;';}
cfbMainDiv = document.createElement('div'); cfbMainDiv.setAttribute('id', 'FollowBadge'); document.body.appendChild(cfbMainDiv); cfbMainDiv.innerHTML = '<div id="cfbTab" style="' + cfb.tabStyleCode + '"></div>'; document.getElementById('cfbTab').onclick = function() { window.open('http://www.coronaschools.org/Mission-Statement/Newsletters.aspx'); } 
}

