function positions() {
	if($.browser.msie && $('.ie6').length != 0){
		var el = document.createElement("iframe");
		el.setAttribute('id', 'ifrm');
		el.setAttribute('frameBorder', '0');
		el.setAttribute('width', '720px');
		el.setAttribute('height', '500px');
		el.setAttribute('src', 'http://www.vscyberhosting.com/rtcrm/Careers.aspx?adata=Q%2fhMgU9ioOU2Q2IBMeDlPzojZaM309CBtHV%2b%2bLtKWW0PRb6H39%2fWK4hiwgS3QLR6dvwqIVTrFzs%3d');
		$('#content').empty().append(el);
	}
	else {
	//$("#list > table tr:first-child").remove();
	$("#list > table tr td a")/*.click(function(){
		var posInfo = $(this).closest("tr").next().next().next().next();
		var newPosInfo = "";
		
		$.get($(this).attr("href"),
		      function(data){
		      	var bleh = $(data).find("#list > table > tbody").children("tr:gt(2)").hide();
		      	posInfo.children("td").empty().end().after(bleh);
		      	bleh.slideDown("slow");
		      }
		    );
		    
		return false;
	})*/.wrap("<h3></h3>").parent().parent().css("padding", "0px").addClass("filter");
	$("#list > table tr td hr").parent().css("padding", "0px");
	$("#list > table.filter tr").filter(function(i){
		return ((i-4) >= 0) && ((i+2) % 6 == 0);
	}).hide();//remove();
	$("#career table tr td h3").filter(function(i){
		return $(this).height() > 20;
	}).css("padding-top", "11px");
	$("#list > table").show();
	}
}

