function contactCP() {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open('http://www.cp.org/contact_us.aspx?ekfrm=88', '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=900,height=750,left = 200,top = 100');");
}