Terms and Conditions / Privacy Policy'; include_once("main.config.inc.php"); $titleTag="$SITE_TITLE"; $metaDescriptionTag = "Welcome to Northern Ireland Online, a network of local city guides serving millions of people across Northern Ireland."; // Let's generate a unique 32 char hex number $alphanumeric="0123456789abcdef"; for($i=0;$i<32;$i++) { $characterIndex=rand(0,15); $character = substr($alphanumeric,$characterIndex,1); $session .= "$character"; } // PHP code which creates the link location which calls the javascript // Pass this function $city or $site but not both function returnTrackerLink($city, $site, $session) { if($city) { $trackerLink="javascript:trackUniqueVisitors('$city', '','$session')"; } elseif($site) { $trackerLink="javascript:trackUniqueVisitors('', '$site','$session')"; } return($trackerLink); } # http://www.northernirelandonline.co.uk $body = '
 
Copyright © 2009 CSE. All rights reserved   
About Northern Ireland Online  |  Choose a city  |  Advertise  |  Contact   
'; #         more cities # /*

*/ # #print" $header $body $footer "; #print"$body"; #$leftColumn = $leftMenu; $header=""; $footer=""; include("fp.template.inc.php"); ?>