//document.write('<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/cobham/cobhamPrint.css" media="print">');

var bodyObj = document.getElementById('aspnetForm');
if (eval(bodyObj)) {
	// do nothing
} else {
	if (location.href.indexOf('default.aspx')>0) {
	document.write('<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/cobham/cobhamSpecial.css" media="all">');
	}
	if (location.href.indexOf('calendar.aspx')>0) {
	document.write('<link rel="stylesheet" type="text/css" href="/_layouts/1033/styles/cobham/calendar.css" media="all">');
	}

	//document.write('Styles Written');
}

if (eval(bodyObj)) {
	// do nothing
	//document.write('Duplicate Found');
} else {
	//document.write('Styles Written');
}


//document.write('form:'+document.getElementById('aspnetForm').id);
