<!--

// These are the constants for the generic £52.00 pa web page banner
// Last Mod 9-2-04 09.30
// S&S Systems Ltd (c) 2006


// ==== dim constants

var cClientFavName    // is for the client's name that appears in the Favourites menu  
var cClientName       // is for the client's name that appears on the web page
var cClientEmail      // is for the client's email address that messages will get sent to


// ==== Enter your constant values

cClientFavName = 'Plumday.co.uk';
cClientDisplayName = 'Plumday.co.uk';
cClientEmail = 'info@Plumday.co.uk';

//-->
