function travellinks()
{
//1
var ranNum= Math.round(Math.random() * 1);
if (ranNum == 0){document.write('<table>	<tr>		<td><a href="http://www.holidaygateways.com/">		<h4>Holiday Gateways</h4></a>		Choose from Thousands of holiday breaks</td>	</tr>	<tr>		<td>		<a href="http://www.travlescope.co.uk">		<h4>Travlescope</h4></a>		Fast, secure, online travel booking</td>	</tr></table>'); } // 01
if (ranNum == 1){document.write('<table>	<tr>		<td>		<a href="http://www.ferryto.co.uk"><h4>Ferries to France</h4></a>		Cross the Channel in style at the best price.</td>	</tr>	<tr>		<td>		<a href="http://www.flightcenter.co.za"><h4>Flight Center</h4></a>		Compare Flight prices and book in RSA</td>	</tr></table>'); } // 02
}
