// ***************************** Javascript ************************
// *** Exotic-Cusine - General Definitions and utility functions ***
// *** <C> D.A.Hobbs  20/10/2008 				 ***
// *****************************************************************


function ECImagePath(file) { //v3.0

	// check if the server is 'alive'
	return "http://www.fashionfabric.co.uk/exotic-cuisine/Images/" + file;

}

