$(document).ready( function() {
     $("a#launchGenerationVideo").click(function() {
	   hs.htmlExpand(null, {
           	src: '/videos/embed-generation.html',objectType: 'ajax',  width: 800, 	height: 450,   objectWidth: 800, objectHeight: 450, 	preserveContent: false, wrapperClassName: 'no-footer', 	allowSizeReduction: false
      		})
	   return false;
	});
     $("a#launchFoundationVideo").click(function() {
	   hs.htmlExpand(null, {
           	src: '/videos/embed-foundation.html',objectType: 'ajax',  width: 800, 	height: 450,   objectWidth: 800, objectHeight: 450, 	preserveContent: false, wrapperClassName: 'no-footer', 	allowSizeReduction: false
      		})
	   return false;
	});

	if ($("div#autoLaunch").length > 0 ) {
	var $toLaunch = $("div#autoLaunch").attr('class');
        $toLaunch = "a#" + $toLaunch;
        $($toLaunch).first().click();
       }


});
