function scroller()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="680" height="46">\n');
   document.write('<param name="movie" value="scroller.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="scroller.swf" width="680" height="46"></embed>\n');
   document.write('</object>\n');
}


function anim_homepage()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="340" height="270" class="imgBorder">\n');
   document.write('<param name="movie" value="anim_homepage.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="anim_homepage.swf" width="340" height="270"></embed>\n');
   document.write('</object>\n');
}


function anim_apartments()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="340" height="310" class="imgBorder">\n');
   document.write('<param name="movie" value="anim_apartments.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="anim_apartments.swf" width="340" height="310"></embed>\n');
   document.write('</object>\n');
}


function anim_attractions()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="340" height="260" class="imgBorder">\n');
   document.write('<param name="movie" value="anim_attractions.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="anim_attractions.swf" width="340" height="260"></embed>\n');
   document.write('</object>\n');
}


function getEmail(){
dir = "game/realestate.nsf";
var f = document.forms[0];
if(document.forms[0].EmailNewsletter1.value =="" | document.forms[0].EmailNewsletter1.value =="Your Email Address") {
	alert("Please enter your e-mail address");
	document.forms[0].EmailNewsletter1.value="";
	document.forms[0].EmailNewsletter1.focus();
	return false;
	}
	newWindow = window.open('http://www.gameit.com.au/forster/sailsaptemail.nsf/fm_EmailCapture?openform&ea=' + document.forms[0].EmailNewsletter1.value + '', 'EmailWindow', 'scrollbars=no,resizable=yes,width=420,height=280');
}
