/*
--------------------------------------------------

Houghton Mifflin Harcourt
Javascript Application Code [application.js]

Jonathan Sutcliffe [jonathan.sutcliffe@acquitygroup.com]
09/07/2009

Copyright © 2009 Acquity Group LLC

--------------------------------------------------
*/

$(document).ready(function(){
	$('#aboutUsFlash').flash(
		{	src: 'HMH-VideoBanner.swf',
			width: 821,
			height: 250,
			wmode: 'transparent' },
		{	version: 8 }	
	);
	
	$('#promoFlash').flash(
		{	src: 'HMH-HomeGallery.swf',
			width: 508,
			height: 326,
			wmode: 'transparent' },
		{	version: 8 }	
	);

})