//Javascript for Boxwood All Employer Jobs Page

var qs = location.search.substring(1);
var nv = qs.split('&');
var ss = nv[0].split('=');

if (ss[0] == 'job_company_id') {
	
	document.write('<table border=0 cellpadding=0 cellspacing=0 width=580 background=http://apartmentcareers.itsmyiq.com/featured/logos/');
	document.write(ss[1]);
	document.write('.jpg>');
	
		if (ss[1] == 72773) //Archon
		{
		document.write('<TR><TD valign=top align=left width=310 height=200></TD>');
		document.write('<TD valign=top align=left width=250 height=200>');
		document.write('<BR>Archon Group, L.P. (Archon) is an international, full-service commercial real estate investment management and mortgage loan company. Its business is building value. Single minded in its goal to provide the highest possible return to investors, Archon is also innovative and resourceful in its approach.<BR><BR>');
		document.write('&raquo <a href=http://www.archon.com target=_blank>Visit Our Website</a><BR>');
		document.write('</TD><TD width=20></TD></TR>');
		}
		
		if (ss[1] == 46021) //United Dominion
		{
		document.write('<TR><TD valign=top align=left width=310 height=200></TD>');
		document.write('<TD valign=top align=left width=250 height=200>');
		document.write('<BR><b>We are a United team:</b> We are proud of the group of people who help to make you feel welcome when you visit a United Dominion Community, and who make you feel at home every day thereafter. You can count on our people to respond to your needs quickly and professionally and to work hard to make your home worry-free.<BR><BR>');
		document.write('&raquo <a href=http://www.udrt.com target=_blank>Visit Our Website</a><BR>');
		document.write('</TD><TD width=20></TD></TR>');
		}
		
		if (ss[1] == 199797) //Equity Residential
		{
		document.write('<TR><TD valign=top align=left width=310 height=200></TD>');
		document.write('<TD valign=top align=left width=250 height=200>');
		document.write('<BR>At Equity Residential&reg;, we have a wide array of apartment communities, in great locations with the types of amenities that meet a wide range of tastes and needs. We also happen to be the largest apartment owner in the United States and we attract the best talent to our high caliber property management teams which work diligently for our residents every day.<BR>');
		document.write('&raquo <a href=http://www.equityapartments.com target=_blank>Visit Our Website</a><BR>');
		document.write('</TD><TD width=20></TD></TR>');
		}
	document.write('</table>');
	
}
