﻿window.onload = init;

function init() { 

	var path = "/international/students/fieldStudies/",	
		args = {
			clipLinksId : "clipLinks",
			swf : "http://www.ilr.cornell.edu/international/students/fieldStudies/videos/borderTrip2.swf",
			statusline : "US/Mexico Border Trip 2007 Videos ",
			className : "videoLink"
		};

	bindClipLinkEvents(args);
	
}