var actlink;
actlink = '#0969c3';

//disables selecting text
//window.onload = function() {
//  document.onselectstart = function() {return false;} // ie
//  document.onmousedown = function() {return false;} // mozilla
//}