// seydoggy.js.min r0.0.2 01-27-09 00:44
/* @group phpjs.include */function include(script_filename) { document.write('<' + 'script'); document.write(' language="javascript"'); document.write(' type="text/javascript"'); document.write(' src="' + script_filename + '">'); document.write('</' + 'script' + '>'); }/* @end */
/* @group jsPathto *//*jsPathto v0.0.1 01-26-09 10:43*/function rtrim ( str, charlist ) { charlist = !charlist ? ' \s\xA0' : (charlist+'').replace(/([\[\]\(\)\.\?\/\*\{\}\+\$\^\:])/g, '\$1'); var re = new RegExp('[' + charlist + ']+$', 'g'); return (str+'').replace(re, ''); } trimFromPath = "scripts/seydoggy.js"; jsPathto = rtrim(rwPatho, trimFromPath) + "/";/* @end */

/* @group FireFix Styles */
document.write('\
	<style type="text/css" media="screen">\
	.content_bg .downtriangle, x:-moz-any-link { position: relative; top: 36px; font-weight: bold; }\
	.subContent1 .downtriangle, x:-moz-any-link { position: relative; top: 57px; font-weight: bold; }\
	</style>\
');