// JavaScript Document
function cra(){
		document.write("<table border='0' width='100%'>")
		document.write("<tr>")
		document.write("<td id='psmallbody' align='justify'>")
		document.write("Comprehensive ")
		document.write("<b>ANALYSIS</b>")
		document.write(" of your circumstances and a ")
		document.write("<b>REPORT</b>")
		document.write(" advising of your immigration options ")
		document.write("<br><center><b><a href='cra.html'>")
		document.write("CLICK HERE.")
		document.write("</a></b></center>")
		document.write("</td>")
		document.write("</tr>")
		document.write("</table>")
}
cra();