$ (document) . ready ( function( )	{
								
	// This code puts the play button on all the images.
	$ ('a.mb') . append ( '<img src="/images/playbutton.png" class="playbutton" title="Play!" />' ) ;
	
	// This code is to start the multiBox, which uses mootools. Don't mess with unless you want to break.
	var box = new multiBox ( 'mb' ,	{ 
		overlay: new overlay ()
	} ) ;
} ) ;
