
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#C6DFFF">')

document.write('<tr><td width="100%">')
// document.write('</td></tr></table>')


towrite ='<div style="width: 100%; height: 120px; background-image: url('
towrite+="'http://geofflugg.com/france/limousin2.jpg'"
towrite+='); background-repeat: repeat; background-attachment: scroll; border: 0px solid black; background-position: 0% 50%">'
towrite+='<div style="color: white; width: 100%; height: 120px; background-image: url('
towrite+="'http://geofflugg.com/france/limousin2.jpg'"
towrite+='); background-repeat: repeat; background-attachment: scroll; filter: alpha(opacity=70); opacity: .70; font-size: 42px; line-height: 3em; text-align: center; margin-bottom: 0px; background-position: 0% 50%">'
towrite+='Limousin House for sale</div></div>'





document.write(towrite)



document.write('')
document.write('')


// document.write(<bgcolor="#FF0000">)

// Copyright 2001 by www.CodeBelly.com
// Please do *not* remove this notice.

var backColor = new Array(); // don't change this

// Enter the colors you wish to use.  Follow the
// pattern to use more colors.  The number in the
// brackets [] is the number you will use in the
// function call to pick each color.

backColor[0] = '#FF0000';
backColor[1] = '#00FF00';
backColor[2] = '#0000FF';
backColor[3] = '#FFFFFF';

// Do not edit below this line.
//-----------------------------

function changeBG(whichColor){
document.bgColor = backColor[whichColor];
}

changeBG(1)

// document.write('<br>after change<br>')



function changeBGC(color)
{
document.bgColor = color;
}

changeBGC('#000099')


// document.write('<br>after change2<br>')


// document.write('<body bgcolor="black" text="#FFFFFF">')






// document.write('<br>after change3<br>')












