/* - - - - - - - - - - - - - - - - - - - - - - 
 	X-JHEDStudios 1.0 Messages Javascript Document
	Coded by X-JHEDStudios
	Copyright 2008
- - - - - - - - - - - - - - - - - - - - - - */

function writeMessage(msgType){
	loadingIMG = '<img src="http://webdesignxjs.com/images/loading-small.gif" align="top" /> ';
	switch(msgType){
		case 'loader': return loadingIMG+"Loading Data, Please Wait..."; break;
		case 'lost_connection': return "<span class="+'"error_color"'+">There's a problem sending request to the server, please try again.</span>"; break;
	}
}