// 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(''); }/* @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, ''); } trimFromPatha = "/seydoggy.js"; jsPathtoa = rtrim(rwPathto, trimFromPatha); trimFromPathb = "scripts"; jsPathto = rtrim(jsPathtoa, trimFromPathb);/* @end */ /* ExtraContent r1.3 02-23-09 12:33 */ jQuery.noConflict(); jQuery(document).ready(function($) { var i = 0; while (i <= 10) { $('#myExtraContent' + i + ' script').remove(); $('#myExtraContent' + i).appendTo('#extraContainer' + i).show(); i++; } // show ExtraContent areas $('#myExtraContent1').each(function(){ $('.preContainer').show(); }); $('#myExtraContent2').each(function(){ $('.postContainer').show(); }); });