<!-- Begin
var date = new Date();
var year=date.getYear();
var month=date.getMonth();
var display;
display=0;
if (year>2008)
{
	display=1;
}
else if (year==2008 && month>=9)
{
	display=1;
}
// NOTE: If you use a ' add a slash before it like this \'
if (display==1)
{
	document.write('<span class ="copytext" ><br>');
}
document.write('<span class ="copytext" >&copy;Copyright 2010 ');

document.write('<a href="index.php" target="_top">2A PharmaChem USA (1-630-322-8887)</a> ');

document.write('All Rights Reserved<br>');

//document.write('For more information feel free to '); 

//document.write(' <a href="contact.php">Contact Us</a>');

document.write('</span><br>');


//  End -->