
var str='';
str+='<hr size=3 width=460 align=left>';
str+='<center>';
str+='<table>';
str+='<tr>';
str+='	<td><a href = "artic-1.html">ARTIC-1<\/a>  -  <\/td>';
str+='	<td><a href = "artic-2.html">ARTIC-2<\/a><\/td>';
str+='<\/tr>';
str+='<tr>';
str+='	<td colspan = "2"><center><a href = "index.html">Home<\/a>  -  <a href = "contact.html">Contact Us<\/a></center><\/td>';
str+='<\/tr>';
str+='<\/table>';
str+='<\/center>';
document.write(str);
	