<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "no"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "no"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "no"		// SHOW 3RD SIDEBAR IMAGE
var showimage_4		= "yes"		// SHOW 4th SIDEBAR IMAGE
var showimage_5		= "no"		// SHOW 5th SIDEBAR IMAGE

var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "no"		// SHOW THE 3RD PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 4th PARAGRAPH
var showarea_5		= "no"		// SHOW THE 5th PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "45"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');






// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/sidebar-1.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}


// START FIRST TEXT AREA

   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Search Rooms To Rent</span></legend>');

document.write('Our Rooms are split into price ranges for your convenience.');

document.write('View the rooms you want by clicking the price range which most suits you.');

document.write('<a href="http://www.livinrooms.co.uk/rooms.html">Click here to search for a Room...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}

// END FIRST TEXT AREA





// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/sidebar-2.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">LANDLORDS</span></legend>');

document.write('We are looking for MORE Houses and Flats to find Tenants and Manage for you. ');

document.write('LivinRooms have TENANTS Waiting for YOUR Properties.');


document.write(' Call 07973 854373 to discuss how we can help find you NEW Tenants or Contact us through this site');

document.write('<a href="http://www.livinrooms.co.uk/contact.html">  Click Here...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END SECOND TEXT AREA










// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Links and interests</span></legend>');

document.write('<a href="http://twitter.com/LivinRooms">LivinRooms on Twitter</a><br>');
target="_blank"

document.write('<a href="http://blog.livinrooms.co.uk">LivinRooms Blog</a><br>');
target="_blank"

document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA







// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/sidebar-3.jpg" border="0" width="150" height="100" class="borders"><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Reserve a Room</span></legend>');

document.write('Now you can Reserve a Room using Google check out. ');

document.write('If you cant meet us and want to reserve a room till you move in this can now be done on this web site. ');

document.write('<a href="reserve-a-room.html">Click here to find out More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END THIRD TEXT AREA




// FORTH IMAGE AREA


 if (showimage_4 == "yes") {
document.write('<IMG SRC="picts/sidebar-4.jpg" border="0" width="150" height="70" class="borders"><br><br>');
}


document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">We are Members of</span></legend>');


document.write('The Residential Landlords Association. ');
document.write('AND ');
document.write('The National Landlords Association. ');
document.write('Proving our commitment to providing a Quality informed service. ');


document.write('</fieldset>');
document.write('<br><br><br>');
//  End -->