var Char_Err = '';
Chat_Err = '<b>Chat room setup error:</b><br><br>';
if (typeof(chat_UID) == 'undefined'){
   document.write(Chat_Err + "You need to supply a variable called Chat_UID. Pleaser refer to your documentation for more information.");
}else if(typeof(chat_AC) == 'undefined'){
   document.write(Chat_Err + "You need to supply a variable called Chat_AC. Pleaser refer to your documentation for more information.");
}else{
   var curLocation = document.location + '';
   document.write('<p align="center">&Ccedil;opyRight &copy; 2008 - Todo los Derechos Reservados <br> WebMaster - <a href="http://wWw.ElYafra.com" target="_blank"><b>Franklin S. C.</b></a> &reg; 2008 - 2010<br>&mdash;(&bull;&middot;&laquo;[<b> www.ElYafra.com </b>]&raquo;&middot;&bull;)&mdash;<br><b>Juliaca - Per&uacute;</b>');
}