<!-- Begin

var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "164"		// DATE Y LOCATION

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#60583C" style="border-collapse: collapse"><tr><td>')
document.write('<a href="contact.htm"><IMG SRC="picts/pascal.jpg" border="0" width="150" alt="Pascal Quetty MSc - Psy"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')

document.write('<span class="sidebartitle">')
document.write('Pascal Quetty<br>MSc - Psy<br><br>')
document.write('</span><span class="sidebartext">')
document.write('Round Oak Road,<br>Weybridge,<br>Surrey,<br>KT13 8HT.<br><br>Telephone:<br><b>(01932) 821 087</b><br><br>Mobile:<br><b>07989971814</b><br><br>E-Mail:<br><a href="mailto:info@pascalquetty.co.uk"><b>info@pascalquetty.co.uk</b></a>')
document.write('</span><br><br>')

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
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 -->