{
document.write("<h1>", t1, "</h1>");
document.write("<blockquote><p class='pre'>Please note: the links below will open a new window. You will not lose your connection with the Times Change website.<br/></blockquote>");

if (des !== undefined) {
document.write("<p class=normal>", des, "</p>"); }

var c=t2.length;
for (var t=0;t<c;t++) {
document.write("<h2>", t2[t], "</h2>");
var col=1;

var n=0;
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) 
{var r=(a[t].length+col-1)/col-1;} // row number for ie
else {var r=(a[t].length+col-1)/col;} //row number for netscape

document.write("<table width=95% style='margin-right:0px;margin-left:0px;margin-top:5px' cellspacing=12 cellpadding=0>");

for (var i=0;i<r;i++) {
document.write("<tr height=20>");

if (n>=a[t].length) break; 
{
document.write("<td width='3%' valign='top' class='normal'>");
document.write("<p style='margin-top: 0px'>");
	if (i%3==0) document.write("<img border=0 src='../images/internet.gif' /></td>");
	if (i%3==1) document.write("<img border=0 src='../images/internet.gif' /></td>");
	if (i%3==2) document.write("<img border=0 src='../images/internet.gif' /></td>");
document.write("<td width='97%' valign='top' class='normal' bgcolor=" +((i%2)?'#fffff':'#eeeeee') +">");
document.write(" <a href='", a[t][i][0], "' target=_blank>", a[t][i][1], "</a> " ); 
document.write("<img border=0 src='../images/", a[t][i][3], "'> <img border=0 src='../images/", a[t][i][4], "'>");
document.write(" <br><span class='pre'>", a[t][i][2], "</span></td>");
} //end of if
document.write("</tr>");

} // end of for (var i=0;i<r;i++)


document.write("</table>");

} //end of subtitle


document.write("<p align='center' class='smallest'>");
document.write("<img border='0' src='../images/icon_j.gif'> Job posting website");
document.write(" <img border='0' src='../images/icon_c.gif'> Community Service");
document.write(" <img border='0' src='../images/icon_r.gif'> Recruitment Agency");
document.write(" <img border='0' src='../images/icon_e.gif'> Employer Postings</p>");
	   
}