
 var sPath = window.location.pathname;
    //var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
    var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
    if (sPage == 'for_advanced.aspx') {
        document.write ('<div class="copyRightContent">AROMASIN is also indicated for the treatment of advanced breast cancer in postmenopausal women whose disease has progressed following tamoxifen therapy.</div>');
    }
    else if (sPage !== 'for_advanced.aspx') {
        document.write ('');
    }


function detectMac() {
  var userAgent = navigator.userAgent.toLowerCase();
  if (userAgent.indexOf('mac') != -1) {
    return true;
  }
  }
function detectWin() {
  var userAgent = navigator.userAgent.toLowerCase();
  if (userAgent.indexOf('mac') == -1) {
    return true;
  }
  }
var d = detectMac();
var w = detectWin();
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
  if ((d) && (sPage != 'for_advanced.aspx')) {
  var mac = '<img src="../images/isi.gif" alt="Important Safety Information" border="0" usemap="#isi" /><map name="isi"><area shape="rect" alt="" coords="0,244,77,263" href="/content/prescribinginformation.aspx"><area shape="rect" alt="" coords="384,225,566,251" href="/content/prescribinginformation.aspx"></map>';
  document.write (mac);
  }
  
	else if ((d) && (sPage == 'for_advanced.aspx')) {
 	//alert ('mac advanced');
    var mac2 = '<img src="../images/isi3.gif" alt="Important Safety Information" border="0" usemap="#isi" /><map name="isi"><area shape="rect" alt="" coords="0,373,76,395" href="/content/prescribinginformation.aspx"><area shape="rect" alt="" coords="385,355,562,381" href="/content/prescribinginformation.aspx"></map>';
  document.write (mac2);
   }
   
 else if ((w) && (sPage != 'for_advanced.aspx')) {
 	//alert ('pc not advanced')
     document.write ('<img src="../images/isi2.gif" alt="Important Safety Information" border="0" usemap="#isi" /><map name="isi"><area shape="rect" alt="" coords="0,279,74,298" href="/content/prescribinginformation.aspx"><area shape="rect" alt="" coords="379,257,561,283" href="/content/prescribinginformation.aspx"></map>');
   }
   
 
  
 else if ((w) && (sPage == 'for_advanced.aspx')) {
 	//alert ('pc advanced')
     document.write ('<img src="../images/isi4.gif" alt="Important Safety Information" border="0" usemap="#isi" /><map name="isi"><area shape="rect" alt="" coords="0,346,70,365" href="/content/prescribinginformation.aspx"><area shape="rect" alt="" coords="381,325,558,351" href="/content/prescribinginformation.aspx"></map>');
   }
 