﻿//function testing(vari)
//{
//window.open(target='_self')
//window.showModalDialog('BranchView.aspx?br=' + vari,'null','status:no;dialogWidth:300px;dialogHeight:300px;dialogHide:true;help:no;scroll:no'); 
//}

function rndHerotext()
{
    var rnd=Math.floor(Math.random()*5)+1;
    document.getElementById('hero').src='Images/home.hero.' + rnd + '.jpg';
    alert(location.href);
}
function rndHero()
{
if(location.pathname=='/CarrierSA/Index.aspx')
    {
    var rnd=Math.floor(Math.random()*5)+1;
    document.getElementById('hero').src='Images/home.hero.' + rnd + '.jpg';
    }
}