$(function()
{
	// Accordion
	$("#accordion_skills").accordion(
	{
		header: "h3",
		autoHeight: false
	});
	$("#accordion_knowledge").accordion(
	{
		header: "h3",
		autoHeight: false
	});
	$("#portfolioCont").accordion(
	{
		header: "div.accHeader",
		collapsible: true,
		active: false,
		autoHeight: false,
		change:function(event, ui)
		{
			if (typeof(ui.options.active) == "number")
			{
				switch (ui.options.active)
				{
					case 0:
						swfobject.embedSWF("http://www.youtube.com/v/v70cyiUnyQo?fs=1&amp;hl=en_US", "telltaleNationDemo", "600", "360", "8");
						swfobject.embedSWF("http://www.youtube.com/v/6L4yqqPuS90?fs=1&amp;hl=en_US", "pokerNightDemo", "600", "480", "8");
						break;
					case 5:
						swfobject.embedSWF("http://avistew.seanteague.com/PassiveDefense.swf", "pathFindingDemo", "600", "450", "9.0.0");
						break;
				}
			}
		}
	});
	$(window).ready(function()
	{
		$('#twitter_update_list li').each(function()
		{
			$(this).append('<br class="clearBoth" />');
		});
	});
});
