// Begin

// NOTE: If you use a ' add a slash before it like this \'


var w3clogo	  = "yes"	// SHOW W3C VALID LOGO


document.write('<span class="footer">');

document.write('<br>');

document.write('<br />All contents &copy;Copyright 2008 ');

// EDIT THE NEXT LINE

document.write('<a href="index.htm">PersonalInjuries.net</a><br />');

   if (w3clogo == "yes") {
document.write('<br /><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid XHTML 1.0 Transitional" border="0" vspace="0" /></a><br />');
}

document.write('The information provided on this site is not, and is not intended to be legal advice which should only be obtained from a professionally qualified solicitor or barrister. The site is not intended to create and does not create a solicitor-client relationship between you and the site or the site proprietors. You should not act on or rely on any information on the site without seeking the independent advice of a solicitor. No contractual nor any other relationship is intended to be created between you and the site or the site proprietors. All enquiries to the site are referred to a qualified solicitor for advice and the site is not responsible for his actions. The site disclaims all responsibility for any loss or damage of any kind resulting from, arising out of or in any way related to the use of the site.');

document.write('<br>');


document.write('<br>');
document.write('<br>');

document.write('</span>');



//  End -->