function clfNewImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}
function clfChangeImages() {
	if (document.images && (loaded == true)) {
		for (var i=0; i<clfChangeImages.arguments.length; i+=2) {
			if (document[clfChangeImages.arguments[i]]) {
				document[clfChangeImages.arguments[i]].src = clfChangeImages.arguments[i+1];
			} else {
				clfChangeImages.arguments[i].src = clfChangeImages.arguments[i+1];
			}
		}
	}
}

var loaded;
function clfPreloadImages() {
	for (var i=0;i<clfPreloadImages.arguments.length;i++) {
		clfNewImage(clfPreloadImages.arguments[i]);
	}
	loaded = true;
}
document.write('');
document.write('<style type="text/css">');
document.write('/* <![CDATA[ */');
document.write('/*/*/a{}');
document.write('form.inline{display:inline;}');
document.write('input.clfsearch{width:157px;}');
document.write('/* */');
document.write('td.clearbg{background:#632;}');
document.write('/* ]]> */');
document.write('</style>');
document.write('<table width="743" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="484" height="21" class="clearbg"><a href="http://calgarystampede.com/" onclick="top.location.href=\'http://calgarystampede.com/home/varwwwclientsstampedewww2005public_htmlincludesclf_smallcs\';return false;" target="_top"><img src="http://calgarystampede.com/images/nav/stampede_title.gif" border="0" width="484" height="21" alt="Go Home" /></a></td>');
document.write('<td align="left" width="33" height="21" class="clearbg"><a href="http://calgarystampede.com/" onclick="top.location.href=\'http://calgarystampede.com/home/varwwwclientsstampedewww2005public_htmlincludesclf_smallcs\';return false;" target="_top"><img src="http://calgarystampede.com/images/nav/home.gif" border="0" width="33" height="21" alt="Go Home"/></a></td>');
document.write('<td align="right" class="clearbg"><img src="http://calgarystampede.com/images/nav/search.gif" width="66" height="21" alt="Search" /></td>');
document.write('<td align="right" width="1" class="clearbg">');
document.write('');
document.write('<form action="http://cs.calgarystampede.com/search.html" method="get" class="inline">');
document.write('<input type="text" id="clf_search" name="clf_search" class="clfsearch" size="9" />');
document.write('</form></td>');
document.write('</tr>');
document.write('</table>');
