window.onload = init;

function init() {
	
	var args = {
		swf : "http://www.ilr.cornell.edu/news/video/2008GroatAlpern/2008GroatAlpern.swf",
		statusline : "A New World of Work", 
		transcript : "/news/upload/2008GroatAlpernTranscript.pdf",
		clipLinksId : "clipLinks"
	};
	
	bindClipLinkEvents(args);
}