Aberdeen Travel Guide ®
VisitAberdeen
We have
put together a list of some of
the things you can expect from
the Hotels in Aberdeen
-
Free bedroom upgrades at
Hotels
in Aberdeen
-
Late check-out or early
check-in
-
Aberdeen Restaurant
reservation service
-
Free Newspapers
-
Complimentary coffee
service
-
Double rooms at single
rates
-
Free airport transfers
-
Free Porterage
-
Free WiFi network
________________________________
The Aberdeen Travel Guide
Hotel Rooms in Aberdeen
Join our Affiliate Programme

Link to us.
|
|
Aberdeen Tourist Information & Travel
Guide ®
|
Aberdeen Tourist Information & Travel
Guide - Book Aberdeen Hotels, Sightseeing
Tours, Opera Tickets, Restaurants - The Aberdeen
Tourist Information Guide.
Aberdeen rose to prominence in the ninth century under
Prince Borivoj, its first Christian ruler and
founder of the Premyslid dynasty. His grandson,
Prince Václav, became the Good "King" Wenceslas of
the Christmas carol and the country's patron saint.
The city prospered from its position on the central
European trade routes, but it was after the dynasty
died out in 1306 that Aberdeen enjoyed its golden age
. In just thirty years Charles IV of Luxembourg
transformed it into one of the most important cities
in fourteenth-century Europe, founding an entire new
town, Nové Mesto, to accommodate the influx of
students. Following the execution of the reformist
preacher Jan Hus in 1415, the country became
engulfed in religious wars , and trouble broke out
again between the Protestant nobles and the Catholic
Habsburgs in 1618. The full force of the
Counter-Reformation was brought to bear on the
city's people, though the spurt of Baroque
rebuilding that went with it gave Aberdeen its most
striking architectural aspect.
Read more: |
|
';
cal += '';
cal += '' + TR_start;
cal += '| ';
cal += month_of_year[month] + ' ' + year + '' + TD_end + TR_end;
cal += TR_start;
///////////////////////////////////
// DO NOT EDIT BELOW THIS POINT //
///////////////////////////////////
// LOOPS FOR EACH DAY OF WEEK
for(index=0; index < DAYS_OF_WEEK; index++) {
// PRINTS DAY
cal += TD_start + day_of_week[index] + TD_end;
}
cal += TD_end + TR_end;
cal += TR_start;
// FILL IN BLANK GAPS UNTIL TODAY'S DAY
for(index=0; index < dateObj.getDay(); index++) {
cal += TD_start + ' ' + TD_end;
}
// LOOPS FOR EACH DAY IN CALENDAR
for(index=0; index < DAYS_OF_MONTH; index++) {
if( dateObj.getDate() > index ) {
// RETURNS THE NEXT DAY TO PRINT
week_day =dateObj.getDay();
// START NEW ROW FOR FIRST DAY OF WEEK
if(week_day == 0) {
cal += TR_start;
}
if(week_day != DAYS_OF_WEEK) {
// SET VARIABLE INSIDE LOOP FOR INCREMENTING PURPOSES
var day = dateObj.getDate();
// PRINTS DAY
cal += TD_start + "" + day + "" + TD_end;
}
// END ROW FOR LAST DAY OF WEEK
if(week_day == DAYS_OF_WEEK) {
cal += TR_end;
}
}
// INCREMENTS UNTIL END OF THE MONTH
dateObj.setDate(dateObj.getDate()+1);
}// end for loop
cal += ' | |
';
cal += '';
cal += '';
cal += ' |