function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// JavaScript Document
var message_norightclick="Sorry, that function is disabled.\nThis Page Copyrighted and\nImages and Text protected!\nALL RIGHTS RESERVED"; 

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message_norightclick);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message_norightclick);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;




// message="Contact Linda Price To View This Listing" 
var flashspeed=300 
var neonbasecolor="#ff0000"
var neontextcolor="#cc0000"
 //in milliseconds
///No need to edit below this line/////
var n=0
var message=""
function twocolors(m)
{
			message=m

			if (document.all||document.getElementById)
			{
			document.write('<font color="'+neonbasecolor+'">')
			for (m=0;m<message.length;m++)
			document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
			document.write('</font>')
			}
			else
			document.write(message)

}

			function crossref(number)
			{
			var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
			return crossobj
			}

			function neon()
			{
						//Change all letters to base color
									if (n==0)
									{
									for (m=0;m<message.length;m++)
									//eval("document.all.neonlight"+m).style.color=neonbasecolor
									crossref(m).style.color=neonbasecolor
									}

									//cycle through and change individual letters to neon color
									crossref(n).style.color=neontextcolor
									if (n<message.length-1)
											n++
									else{
										n=0
										clearInterval(flashing)
										setTimeout("beginneon()",1500)
										return
										}
		}

		function beginneon()
		{
								if (document.all||document.getElementById)
								flashing=setInterval("neon()",flashspeed)
		}

