Holidays In Goa
Goa, halfway down India’s west coast by the Arabian Sea, is the country’s smallest state and was a Portuguese colony until an invasion by Indian forces expelled the colonial power in 1961.
The Portugese influence goes some way to explaining the alternative atmosphere here compared to much of the rest of India. In colonial times Goa was cut off from British India by a wall of mountains and vast alluvial plains and it relied on trade with the Portuguese Empire. However Goa gained a very Portuguese attitude compared to the British values and ethics in the rest of India and Goa retains a distinctly laid-back feel today.
A few years after the Portugese were expelled and in what was very much a time of transition for Goa, the new state was discovered by hippy travellers desperate to find who somewhere away from the mainstream, where holidaying meant simply hanging out, smoking weed and partying on the beach, particularly at full moon. Goa’s reputation for hedonism quickly grew along with its liberal attitude.
In recent years the authorities have tried to discourage the hippies and budget backpackers, angling rather for clientele with fatter wallets, and Goa is trying to shake off its image as a hippy hangout.
Incorporation into India has led to the construction of a quick rail link to Mumbai and Goa now enjoys charter flights from the UK. Thousands of tourists flock here each winter to relax and enjoy the Goan cuisine – a blend of exotic Indian spices with the Latin love of meat and fish. Many hotels and resorts have popped up over the last few years to cater for this ever-popular destination, but with more than 25 miles of beautiful sandy beaches there is still plenty of tranquillity to be found.
function Pad(strThing){
strThing=strThing.toString()
if (strThing.length == 1) strThing = “0″ + strThing
return strThing
}
function ValidDate(inDate) {
var sDay = inDate.substring(0,2);
var sMonth = inDate.substring(3,5)-1;
var sYear = inDate.substring(6,10);
var sDate ;
var date_today = new Date();
if ( sYear.substring(0,2) != ‘20′ )
sYear = ‘20′ + sYear
sDate = new Date ( sYear, sMonth, sDay )
if ( isNaN(sDate) ) {
alert ( ‘Please enter a departure date in the format DD/MM/YYYY.’ )
return false
}
if ( sDate.valueOf() <= date_today.valueOf() ) {
alert ( 'The departure date entered must be in the future.' )
return false
}
var one_day_in_millisecs = 86400000;
var max_day_indvance = one_day_in_millisecs * 340;
if ( sDate.valueOf() >= ( date_today.valueOf() + max_day_indvance ) ) {
alert ( ‘The departure date cannot be more than 340 days after today, please adjust.’ )
return false
}
document.searchBanner.date.value = Pad(sDate.getDate()) + “/” + Pad(sDate.getMonth()+1) + “/” + sDate.getFullYear();
return true
}
function validate()
{
if ( document.searchBanner.destinations.value == 0 ) {
alert ( ‘Please select a destination.’ )
return false
}
if ( document.searchBanner.airports.value == 0 ) {
alert ( ‘Please select an airport.’ )
return false
}
if ( document.searchBanner.party.value == 0 ) {
alert ( ‘Please select a party size.’ )
return false
}
if ( document.searchBanner.day.value == 0 ) {
alert ( ‘Please select a departure day.’ )
return false
}
if ( document.searchBanner.month.value == 0 ) {
alert ( ‘Please select a departure month.’ )
return false
}
if ( document.searchBanner.year.value == 0 ) {
alert ( ‘Please select a departure year.’ )
return false
}
return true
}
function goSearch()
{
if ( validate() ) {
strURL = ‘http://www.tkqlhce.com/click-3694668-10379539?URL=http://www.portland-direct.co.uk/Extsearch.asp?’ +
‘DD=’ + document.searchBanner.day.value +
‘&MM=’ + document.searchBanner.month.value +
‘&YY=’ + document.searchBanner.year.value +
‘&PX=’ + document.searchBanner.party.value +
‘&DU=7′ +
‘&FT=Any’ +
‘&AP=’ + document.searchBanner.airports.value +
‘&MC=’ + document.searchBanner.destinations.value +
‘&MR=’ +
‘&LC=0′ +
‘&LR=Any%20Resort’ +
‘&AC=0′+
‘&HN=Any%20Hotel’ +
‘&PC=1,99999′ +
‘&BD=’ +
‘&TK=’ +
‘&FC=false’ +
‘&NR=’ +
‘&PB=1′+
‘&BC=PSS’ +
‘&SubProduct=E’ +
‘&SI=4′ +
‘&ST=W’ +
‘&SP=2004′ +
‘&FB=False’ +
‘&AV=BR’ +
‘&CDD=false’ +
‘&CAP=false’ +
‘&CMC=false’ +
‘&CLC=false’ +
‘&CAC=false’ +
‘&CTK=false’ +
‘&CFC=false’ +
‘&CBD=false’ +
‘?ito=2146′ +
”
window.open(strURL);
}
}
function openTwowin () {
javascript:goSearch()
window1=window.open(’http://www.thomsonbeach.co.uk/th/getHomePageBeach.do?ito=1535′,’messageWindow1′)
;
}





