
	Event.observe(window, 'load', function (e) {
		Event.observe('searchtext', 'focus', function (e) { if (this.value && this.value == 'Search') this.value = ''; } );
		Event.observe('searchtext', 'blur', function (e) { if (this && this.value == '') this.value = 'Search'; } );
	});
	
	/*
	swfobject.registerObject(
		"flashpresentation",
		"9.0.0",
		"images/expressInstall.swf");
	*/