var hostname = location.hostname; var protocol = location.protocol; var devhostname = /^mrna.*/; var result = hostname.match (devhostname); if( result == null ) { hostname = "image.llnl.gov"; } document.write ("");