function splitDate(dateToSplit) {
	 document.write(dateToSplit.substring(0, 12));
}
