ajaxRead('Title','combo','dataArea11','ad-c-ftitle'); //Initialize the title combo
//ajaxRead('Country','combo','dataArea6','ad-c-fcountry'); //Initialize the from country combo
//ajaxRead('Country','combo','dataArea7','ad-c-tcountry'); //Initialize the to country combo
ajaxRead('AU','combo','dataArea13','ad-t-fstate'); //Initialize the from state combo box
ajaxRead('AU','combo','dataArea14','ad-t-tstate'); //Initialize the to state combo box
ajaxRead('Access','check','dataArea9','faccess'); //Initialize the from access list
ajaxRead('Access','check','dataArea10','taccess'); //Initialize the to access list
ajaxRead('Promos','combo','dataArea12','ad-c-refer'); //Initialize the referral list
ajaxRead('room','combo','dataArea1','ar-c-type'); //Initialize the left rooms combo box
ajaxRead('room','combo','dataArea2','ai-c-type'); //Initialize the right rooms combo box
ajaxRead('All','list','dataArea3','ai-l-avail'); //Initialize the right pick list
ajaxRead('Email','hidden','dataArea8','ad-h-mailto'); //Initialize the right rooms combo box
attach_file('webquote/webquote-rooms.asp?room=&random=' + randomNum + '&sessionID=' + sessionID);
attach_file('webquote/webquote-items.asp?room=' + document.getElementById('ai-l-room').value + '&random=' + randomNum + '&sessionID=' + sessionID);
ajaxRead('room','Initialize','','');
randomNum += 1;

