
				// perform JavaScript after the document is scriptable.
				$(function() {
					// run tabs - first is the nav, second is the slides
					// .current is assigned to the active slide via css
					// demos can be found at http://flowplayer.org/tools/demos/tabs/
					// documentation is here: http://flowplayer.org/tools/documentation/index.html
					$("ul#feature-nav").tabs("#feature-content > li.slide");
				});

