The Wedding Register - Venue Guide - Northern Scotland
To browse our site simply use the menu
or alternatively click on one of the regions on the map or on one of the
links below.
Venues by County
Highland, Western Isles
my ( $dbh,$cgi,$session ) = @_;
my $sessiondata=$session->data;
my $sessiontemp=$session->temp;
my @rv = ();
my $hotel=$sessiontemp->{countryhotel};
my $url="hoteldetail.html?hotel=".md5_hex($hotel->{refID}).".xml";
my $image='hotelimages/'.$hotel->{image0}->{filename};
my $hotelname=$hotel->{hotelname};
my $text=substr($hotel->{amadeouslocationdescription},0,255);
push @rv,qq{
$hotelname

$text
};
my $trackurl='../syzygy.xp/H='.$hotel->{refID} if $hotel->{refID};
push @rv, qq{
};
push @rv, qq{
};
return join "\n",@rv;