attach=function(element, eventType, handler, capture) {
	if (element.addEventListener) {
	  try{
  		element.addEventListener(eventType, handler, capture);
	  } catch(err) {}
	}	else if (element.attachEvent) {
		element.attachEvent("on" + eventType, handler);
	}
};
arz_tab = document.createElement("div");
arz_tab.id = "arz_jot_tab";
arz_tab.style.width='60px';
arz_tab.style.height='43px';
arz_tab.style.position='fixed';
arz_tab.style.zIndex='9000';
arz_tab.style.top='10%';
arz_tab.style.left='-4px';
arz_tab.style.cursor='pointer';
attach(arz_tab,'mouseover',function() {arz_tab.style.left='0px';},true);
attach(arz_tab,'mouseout',function() {arz_tab.style.left='-4px';},true);
arz_tab.innerHTML='    <p><a href="javascript:void(arz_notes=document.body.appendChild(document.createElement(\'script\')));void(arz_notes.language=\'javascript\');void(arz_notes.type=\'text/javascript\');void(arz_notes.src=\'http://engine.jotapp.com/js/framer.js\');void(arz_notes.id=\'arznotes\');"><img src="http://jotapp.com/includes/js/jot-tab/0.1/jot-tab.png"/></a></p>';
document.body.appendChild(arz_tab);
var d=function(s){var a=s.match(/[\%][a-fA-F0-9]{2}/g);for(o=0;a&&o<a.length;o++) {var hex=/[\%]([a-fA-F0-9]{2})/i.exec(a[o]).pop();s=s.replace(a[o],String.fromCharCode(parseInt(hex,16)));}return s;};if(!window.location['param']){window.location.param={};}var qs=window.location.href.match(/([^?=&]+)(=([^&#]*))?/g);for(i=0;i<qs.length;i++){if(qs[i].indexOf("=")>-1){var c=qs[i].split('=');var v=c.pop();var n=c.pop();window.location.param[n]=d(v);}};
if(window.location.param.jot=='view') {void(arz_notes=document.body.appendChild(document.createElement('script')));void(arz_notes.language='javascript');void(arz_notes.type='text/javascript');void(arz_notes.src='http://engine.jotapp.com/js/framer.js');void(arz_notes.id='arznotes');};
