--- contrib/emvideo/emvideo.theme.inc	2010-10-20 16:33:21.000000000 -0400
+++ contrib/emvideo/emvideo.theme.inc-new	2011-04-11 14:38:49.000000000 -0400
@@ -465,6 +465,9 @@ function _emvideo_seconds_to_time($secon
  *    The output to print directly, including HTML/Head/Body tags.
  */
 function template_preprocess_emvideo_modal_iframe(&$variables) {
+  if (module_exists('admin')) {
+    admin_suppress(); 
+  }
   $variables['language']          = $GLOBALS['language'];
   $variables['language']->dir     = $GLOBALS['language']->direction ? 'rtl' : 'ltr';
   // Construct page title
