varLength = 1var entryContent = new Array(varLength)entryContent[0] = " <div align=\"center\" id=\"wx_module_2869\"> <a href=\"http://www.weather.com/weather/local/USMD0211\">Hunt Valley Weather Forecast, MD</a> </div> <div align=\"center\"> <script type=\"text/javascript\"> /* Locations can be edited manually by updating 'wx_locID' below. Please also update */ /* the location name and link in the above div (wx_module) to reflect any changes made. */ var wx_locID = 'USMD0211'; /* If you are editing locations manually and are adding multiple modules to one page, each */ /* module must have a unique div id. Please append a unique # to the div above, as well */ /* as the one referenced just below. If you use the builder to create individual modules */ /* you will not need to edit these parameters. */ var wx_targetDiv = 'wx_module_2869'; /* Please do not change the configuration value [wx_config] manually - your module */ /* will no longer function if you do. If at any time you wish to modify this */ /* configuration please use the graphical configuration tool found at */ /* https://registration.weather.com/ursa/wow/step2 */ var wx_config='SZ=180x150*WX=FHW*LNK=SSNL*UNT=F*BGI=spring*MAP=CSC|null*DN=huntvalley.com*TIER=0*PID=1050922147*MD5=d59ec3fa26746fa00c2d967f59ff165f'; document.write('<scr'+'ipt src=\"'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'&proto='+document.location.protocol+'&target='+wx_targetDiv+'\"></scr'+'ipt>'); </script> </div>"var randomNumber = Math.random()randomNumber *= varLengthrandomNumber = parseInt(randomNumber)if(isNaN(randomNumber)) randomNumber = 0else randomNumber %= varLengthselectedContent = entryContent[randomNumber]document.write (selectedContent)