function texaslocator()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<p align="center"><a href="#northwest">Houston Northwest</a> | <a href="#rice">Houston Rice Village</a> | <a href="#westhouston">Houston Westheimer</a></p>'); } // rotation1
if (ranNum == 1){document.write('<p align="center"><a href="#rice">Houston Rice Village</a> | <a href="#westhouston">Houston Westheimer</a> | <a href="#northwest">Houston Northwest</a></p>'); } // rotation2
if (ranNum == 2){document.write('<p align="center"><a href="#westhouston">Houston Westheimer</a> | <a href="#northwest">Houston Northwest</a> | <a href="#rice">Houston Rice Village</a></p>'); } // rotation3
}