<!-- Begin

// NOTE: If you use an apostrophe or quote mark, add a bkslash before it like this \'



var color		= "000000"	// HEADER BACKGROUND COLOR  
var height		= "150"		// HEIGHT OF THE banner (IN PIXELS)
var width		= "800"		// WIDTH OF THE banner (IN PIXELS)

var height2		= "125"		// HEIGHT OF THE picture (IN PIXELS)
var width2		= "173"		// WIDTH OF THE picture (IN PIXELS)


document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="973" bgcolor="#'+color+'"><tr><td ALIGN="left">');
document.write('<img src="picts/cvs_logo07.jpg" height="'+height+'" width="'+width+'" border="0" alt="" />');
document.write('<img src="picts/studio_moe_01.jpg" height="'+height2+'" width="'+width2+'" border="0" alt="" />');

document.write('</td></tr></table>');

//  End -->



