<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Don Demrow -->

<!-- Begin
// Set the dates below
var goLiveDate = "20081219";
var expireDate = "20090118";

var expireYear = expireDate.substring(0,4)
var expireMonth = expireDate.slice(4,-2)
var expireDay = expireDate.slice(6)
var liveYear = goLiveDate.substring(0,4)
var liveMonth = goLiveDate.slice(4,-2)
var liveDay = goLiveDate.slice(6)
var nowDate = new Date();
var day = nowDate.getUTCDate();
var month = nowDate.getUTCMonth();
var month1 = month + 1;
  if (month1 < 10)
  {
  month1 = "0" + month1;
  }
  if (day < 10)
  {
  day = "0" + day;
  }
var year = nowDate.getYear();
var GMTdate = year + "" + month1 + "" + day
if ((GMTdate < expireDate) && (GMTdate >= goLiveDate))
{

// Insert the text you want displayed below
document.write("<table cellspacing='2' cellpadding='2' border='0' class='borderbg'><tr><td><h1 align='center' style='color:#cc3300'>INVITATION</h1><p>Chers Visiteurs, Chers Clients,</p><p>Suite à une non participation &agrave; la Foire des Vacances &quot;VAKANZ 2009&quot; nous avons maintenant le plaisir de vous inviter &agrave; notre :</p><h2 align='center'>2<sup>i&egrave;me</sup>  Vakanz mam Camper 2009</h2><p align='center'><b>Qui aura lieu du 09 janvier au 18 janvier 2009 <span class='small'>(week-ends compris</span>)<br>dans nos locaux &agrave; Dahlem</b></p><p>Profitez de l’occasion pour visiter la gamme Eura Mobil, Mobilvetta, Miller, Elnagh et nos Camping-cars de location, et vivez d&eacute;j&agrave; dors et avant une journ&eacute;e au go&ucirc;t de vos vacances &agrave; venir. Profitez aussi de notre ch&egrave;que cadeau pour clients fid&egrave;les.</p><p>L’Equipe de TRIMAX -FREIZEIT  attend votre visite dans leur hall d’exposition.</p></td></tr></table>")

}
//  End -->

