<!-- Begin

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


var sidewidth		= "150"		// SIDEBAR WIDTH (also edit CSS)
var pageheight		= "125"		// INCREASE PAGE HEIGHT

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES

// TEMPLATE DATE

var showd		= "yes"  	// SHOW THE DATE
var dateLR		= "right"  	// DATE LEFT OR RIGHT
var dateX		= "8"  	// DATE X LOCATION
var dateY		= "163"  	// DATE Y LOCATION


// FLASH CHANGER OPTIONS

var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "E5E9F1"	// FLASH BACKGROUND COLOR
var flashwC		= "150"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "125"		// HEIGHT OF THE FLASH CHANGER
var bordercolor		= "A49C98"	// FLASH CHANGER BOTTOM BORDER COLOR
















// 1st NOTES AREA
   if (notes1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write(' LA REPORTERS<br />');

document.write('</td></tr><tr><td class="note-text">');

document.write('Find photos of our <a href="locations.html">conference rooms locations</a>, or call us today to find a location you are looking for through our Alliance of services.<br />');

document.write('</td></tr></table>');

}

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









// 2nd NOTES AREA
   if (notes1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write(' LA REPORTERS<br />');

document.write('</td></tr><tr><td class="note-text">');

document.write('<img src="picts/NCRALOGO.jpg" width="120" height="110">');

document.write('<div align="center">A client list is available upon request.</div>');

document.write('</td></tr></table>');
document.write('<br /><br />');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%">');
document.write('<tr><td class="note-text">');

document.write('<img src="images/CLVS.jpg" width="120" height="80">');

document.write('<div align="center">Legal Video Specialists</div>');

document.write('</td></tr></table>');

}







// START DATE SCRIPT


   if (showd == "yes") {
document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px" class="printhide">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + ", ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br /></span>")
document.write('</div>');
}






//  End -->
