$(function() {
///////////////////////////////////////////////////////
/// play movie ///
///////////////////////////////////////////////////////
	$('.play-flash').click(function() {
		$('.play-flash').load('/templates/template-boxy/themes/go-ballistic/flash/movie.htm');
		return false;
	});
///////////////////////////////////////////////////////
});
