<!--
//	var textOffer = "Reserve an apartment until 31st of January 2008 and pay nothing until completion!";
var marqueewidth=556;
var marqueeheight=18;
var marqueespeed=2;
var marqueebgcolor="#F7F7F7";
var pauseit=1;
var marqueecontent='<span style="font-size: 12px; color: #CC6633; font-family: Verdana; font-weight: bold;"><nobr>'+textOffer+'<\/nobr><\/span>';
		marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: copyspeed/2
var iedom=document.all||document.getElementById
if (iedom){
  document.write("<marquee scrolldelay='1' scrollamount='2'>"+marqueecontent+"</marquee>");
}
else {
  var actualwidth='';
var ns_marquee;
function populate(){
  if (document.layers){
    ns_marquee=document.ns_marquee.document.ns_marquee2;
    ns_marquee.left=marqueewidth+8;
    ns_marquee.document.write(marqueecontent);
    ns_marquee.document.close();
    actualwidth=ns_marquee.document.width;
    lefttime=setInterval("scrollmarquee()",50);
  }
}
window.onload=populate
function scrollmarquee(){
	if (document.layers){
	  if (ns_marquee.left>(actualwidth*(-1)+8)) ns_marquee.left-=copyspeed;
	  else ns_marquee.left=marqueewidth+8;
	}
}
if (document.layers){
	with (document){
		document.write('<table border="0" cellspacing="0" cellpadding="2"><td id="scrolltext">')
		write('<ilayer width="+marqueewidth+" height="+marqueeheight+" name="ns_marquee" bgColor="+marqueebgcolor+">')
		write('<layer name="ns_marquee2" style="margin: 0" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"><\/layer>')
		write('<\/ilayer>')
	}
		document.write('<\/td><\/tr><\/table>')
	}
}
//-->
