
/* Footer */
var footer = "<A HREF='index.html' CLASS='Ftr'>home</A> | <A HREF='about.html' CLASS='Ftr'>about edgelink</A> | <A HREF='contact.html' CLASS='Ftr'>contact us</A> | <A HREF='candidates.html' CLASS='Ftr'>for candidates</A> | <A HREF='companies.html' CLASS='Ftr'>for companies</A> | <A HREF='http://search0.smartsearchonline.com/edgelink/jobs/process_jobsearch.asp' CLASS='Ftr'>view current positions</A> | <A HREF='privacy.html' CLASS='Ftr'>legal</A> | &copy;2004-2008"

/* Sidebar Quote Randomizer */
function random_imglink(){
	var headerimages = new Array()
	headerimages[1] = 'Quote_Home_01.swf'
	headerimages[2] = 'Quote_Home_02.swf'
	headerimages[3] = 'Quote_Home_03.swf'

	var ry = Math.floor(Math.random()*headerimages.length)

	if (ry == 0)
	ry = 1
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" id="hdr" width="175" height="175">')
	document.write('<param name="movie" value="' + headerimages[ry] + '"/>')
	document.write('<param name="quality" value="best" />')
	document.write('<param name="bgcolor" value="#009900" />')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<embed name="hdr" src="' + headerimages[ry] + '" quality="best" bgcolor="#009900" swLiveConnect="true" allowScriptAccess="sameDomain" width="175" height="175" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>')
	document.write('</object>')
}

onload = function()
{
	
	if(document.getElementById("PanelLeft") != null && document.getElementById("PanelRight") != null)
	{
		if(document.getElementById("PanelLeft").clientHeight > document.getElementById("PanelRight").clientHeight)
		{
			document.getElementById("PanelRight").style.height = document.getElementById("PanelLeft").clientHeight;
		}
		else
		{
			document.getElementById("PanelLeft").style.height = document.getElementById("PanelRight").clientHeight;
		}
	}
}
