// JavaScript Document
function TravelTool(){
document.writeln("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("<tr><td bgcolor='#FFFFFF'><table width='100%' border='0' align='left' cellpadding='3' cellspacing='0'>");
document.writeln("<table width=100% border=0 cellspacing=0 cellpadding=0>");

document.writeln('<tr bgcolor="#FFFFFF" height="20"><td width="81%"  align="left"><a href="http://www.hotels2stay.net/cheap-hotels.html">Cheap Hotels</a></td>');
document.writeln('<td width="19%" align="center"><img src="http://www.hotels2stay.net/images/hotel.jpg" width="22" height="18" /></td></tr>');

document.writeln('<tr bgcolor="#FFFFFF" height="20"><td align="left" ><a href="http://www.hotels2stay.net/usa-hotels.html">Top USA Cities</a></td>');
document.writeln('<td width="19%" align="center"><img src="http://www.hotels2stay.net/images/usa.jpg" width="22" height="18" /></td></tr>');

document.writeln('<tr bgcolor="#FFFFFF" height="20"><td width="81%"  align="left"><a href="http://www.hotels2stay.net/world/united-kingdom/index.html">Top UK Cities</a></td>');
document.writeln('<td width="19%" align="center"><img src="http://www.hotels2stay.net/images/uk.jpg" width="22" height="18" /></td></tr>');

document.writeln('<tr bgcolor="#FFFFFF" height="20"><td width="81%"  align="left"><a href="http://www.hotels2stay.net/discount-hotels.html">Discount lodgings</a></td>');
document.writeln('<td width="19%" align="center"><img src="http://www.hotels2stay.net/images/currency.jpg" width="22" height="18" /></td></tr>');

document.writeln('<tr bgcolor="#FFFFFF" height="20"><td width="81%"  align="left"><a href="http://www.hotels2stay.net/travel-tools.html">Travel Tools </a></td>');
document.writeln('<td width="19%" align="center"><img src="http://www.hotels2stay.net/images/travel.jpg" width="22" height="18" /></td></tr>');

document.writeln('<tr bgcolor="#FFFFFF" height="20"><td width="81%"  align="left"><a href="http://www.hotels2stay.net/currency-convertor.html">Currency Converter</a></td>');
document.writeln('<td width="19%" align="center"><img src="http://www.hotels2stay.net/images/currency.jpg" width="22" height="18" /></td></tr>');

document.writeln('<tr bgcolor="#FFFFFF" height="20"><td width="81%"  align="left"><a href="http://www.hotels2stay.net/airport-hotels.html">Hotel Near Airports </a></td>');
document.writeln('<td width="19%" align="center"><img src="http://www.hotels2stay.net/images/airport.jpg" width="22" height="18" /></td></tr>');

document.writeln("</table>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("</table>");
}

function get_url(url,name){
//http://www.hotels2stay.net/<?=$left_cityres['url']?>-hotels/budget-hotels-<?=$left_cityres['url']?>.html'
window.open('http://www.hotels2stay.net/'+url+'-hotels/'+name+'-hotels-'+url+'.html','','');
	
}