// JavaScript Document

function why()
{
document.write('<table width="99%" border="0" bgcolor="" cellspacing="0" height:"149px" cellpadding="0" >');

document.write('<tr><td><table width="100%" border="0" cellpadding="5" height:"149px" cellspacing="0" >');
document.write('<tr><td align="center" class="head">More than 75,000 hotels</td></tr>');
document.write('<tr><td align="center" class="head">25,000 locations worldwide</td></tr>');
document.write('<tr><td align="center" class="head">Over 125 Live Customer Care Executive to Support</td></tr>')
document.write('<tr><td align="center" class="head">Discounted Hotel Rates with Live Availability</td></tr>')
document.write('<tr><td align="center" class="head">Safe Booking with Instant Confirmation</td></tr>');
document.write('<tr><td><p>Aiming to offers you the best accommodation in your budget. Wide range of hotels   with the best possible discounted deals.</p></td></tr>');
document.write('</table></td></tr>');
document.write('</table>'); 
	
}