<!--
pathname = document.location.href;
pathname_split = pathname.split("/");
et_pagename = pathname_split[pathname_split.length-1];
//-->