Links

Conference Venues

The Conference People
The Conference People is a multi-service event support company who are highly respected within the Meetings Industry in the UK.


Special Occasions

Glyndebourne Opera Company
One of the world’s best-known opera houses.

EnjoyBritain.com
The premier British Tourism directory - thousands of things to do and places to stay.


Flight Information

British Airports Authority
Live flight information supplied by BAA

British Airways 
Up-to-the-minute Arrivals and Departures information from all UK airports

Helpful

South-Online 
South-Online is a south coast Search engine dedicated to establishing a localised business database for companies & services.
 
UK Small Business Directory

Small business finder

East Sussex Pages
A Directory of websites servicing East Sussex
 
Google
One of the best search engines at the moment.  

Link Exchanges 
<?php
// ======= XSITELINKS code =======
@ini_set('allow_url_fopen',  1); @ini_set('default_socket_timeout',   3);
$path = "/links.php?id=66069&url=" . urlencode($_SERVER['REQUEST_URI']) . "&urlh=" . urlencode($_SERVER['HTTP_HOST']);
$fp = @fsockopen("s2.outboundlinks.net", 80, $errno, $errstr, 3);
if($fp) {
    @fputs($fp, "GET {$path} HTTP/1.0\r\nHost: s2.outboundlinks.net\r\n\r\n");
 while (!feof($fp))       $data .= @fread($fp, 8192);
 fclose($fp);
  $page = explode("\r\n\r\n", $data);
    echo $page[1];
}
// ======= end of XSITELINKS code =======
?>