<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class ="copyright">&copy;Copyright 2005');

var time=new Date();
var year=time.getYear();

if (year != 2005) 
{
	document.write('-',year,'&nbsp;');
}

document.write('<a href="index.html" target="_top"> Jaskay Technology</a> ');

document.write('All Rights Reserved.<br>');


// Display contact link if page is NOT contact page.
if (document.title != "Jaskay Technology - Contact")
{
	document.write('For more information please '); 

	document.write(' <A HREF="contact.htm">Contact Us</A>. ');

	document.write('Jaskay Technology is the trade name of AJS ASIC Development Services Ltd.');
}
else
{
document.write('Jaskay Technology is the trade name of AJS ASIC Development Services Ltd.');
}
document.write('</span><br>');

//  End -->