﻿// Self Identified List - applies to unordered lists with an ID of selfIdentifiedIntroList.

$().ready(function() {		
		var selfIdentifiedList = Math.ceil($("ul#selfIdentifiedIntroList").children().size() / 2);
		$("ul#selfIdentifiedIntroList").wrapList({ itemsPerColumn: selfIdentifiedList });		
	});