--- C:/Documents and Settings/Shireling/Desktop/mibbit_irc/mibbit_irc.module	Sun Apr 13 17:34:56 2008
+++ C:/wamp/www/drupal6_module_dev-mibbit/sites/all/modules/mibbit_irc/mibbit_irc.xhtml-fixes.module	Sun Sep 28 01:48:03 2008
@@ -129,7 +129,10 @@
   $height = variable_get('mibbit_irc_height', '280');
   
   $output = variable_get('mibbit_irc_welcome', '');
-  $output .= '<p><iframe width='. $width .' height='. $height .' scrolling=no border=0 src="http://embed.mibbit.com/e/index.html?server='. urlencode($server) .'&amp;channel=%23'. $channel .'&amp;nick='. $nick .'&amp;chatOutputShowTimes=false"></iframe></p>';
+  $output .= '<div id="mibbit-irc" class="mibbit-irc">
+<noscript>JavaScript is required to be on for the chat window to work properly.</noscript>
+<iframe id="mibbit-irc-window" width="'. $width .'" height="'. $height .'" scrolling="no" border="0" src="http://embed.mibbit.com/e/index.html?server='. urlencode($server) .'&amp;channel=%23'. $channel .'&amp;nick='. $nick .'&amp;chatOutputShowTimes=false">You must allow frames to be rendered in your browser to see the chat window.</iframe>
+</div>';
   $output .= variable_get('mibbit_irc_help', '');
 
   return $output;
