Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function getCookie(name){
var cname = name + "=";
var dc = document.cookie;
if(dc.length > 0){
begin = dc.indexOf(cname);
if(begin != -1){
begin += cname.length;
end = dc.indexOf(";", begin);
if(end == -1) end = dc.length;
return unescape(dc.substring(begin,end));
}
}
return null;
}