//
// Desired Message.
//

var sFormat = 1; // Massage



switch (sFormat) {
	
	case 1:// Massage
		sDate = '<font color="red">Please Note:</font><br><br> All submissions that do not include a "<b>working</b>" website link/url, will not be treated.<br><br> We do know you would like to see your site on the list immediately after your submission, but please, keep in mind our system is not set on automatic, each submission is checked before being added to the site.<br><br> Thank you.';
		break;
		
	default:
	
}
				
document.write(sDate);