// IBC Code stuff var text_enter_url = "Enter the complete URL for the hyperlink"; var text_enter_url_name = "Enter the title of the webpage"; var text_enter_image = "Enter the complete URL for the image"; var text_enter_email = "Enter the email address"; var text_enter_flash = "Enter the URL to the Flash movie."; var text_flash_width = "Enter the Width of the movie in pixels. Maximum Width= "; var text_flash_height = "Enter the Height of the movie in pixels. Maximum Height= "; var text_code = "Usage: [ CODE] Your Code Here.. [ /code]"; var text_quote = "Usage: [ quote] Your Quote Here.. [ /quote]"; var error_no_url = "You must enter a URL"; var error_no_title = "You must enter a title"; var error_no_email = "You must enter an email address"; var error_no_width = "You must enter a width"; var error_no_height = "You must enter a height";