$(document).ready(function() {
	$('img#head').wrap('<div id="head-shadow"></div>');
	$('div#content').addClass('content-restyle');
	$('div#content').wrap('<div id="content-shadow"></div>');
	$('div#content-shadow').before('<div id="content-top"></div>');
	$('div#content-shadow').after('<div id="content-bottom"></div>');
	$('div#img-bottom img').wrap('<div class="bottom-shadow"></div>');
	var div_box = $('div.box');
	if (div_box.html().length > 500 && div_box.html().indexOf('<table') == -1 && div_box.children().not($('h1')).length >= 2) {
		var str_new = '';
		var col = 1;
		var col_open = false;
		var arr_txt = new Array();
		arr_txt[1] = ''; arr_txt[2] = '';
		div_box.children().each(function() {
			var localname = $(this).attr('localName');
			if (localname != 'h1') {
				if (arr_txt[col].length >= div_box.html().length / 2 && col==1) {
					col++;
				}
				arr_txt[col] += ('<'+localname+'>'+$(this).html()+'</'+localname+'>');
			}
		})
		div_box.children().not($('h1')).remove();
		div_box.append('<div class="col col_l">'+arr_txt[1]+'</div><div class="col">'+arr_txt[2]+'</div><br class="clear">');
	}
	$('h1').after('<p>&nbsp;</p>');
	//prompt(1,$('html').html())
})


function tranq(f,u) { var m = new Array("&#105;","&#116;","&#111;","&#109;","&#97;","&#108;"); document.write("<a href="+m[3]+m[4]+m[0]+m[5]+m[1]+m[2]+"&#58;"+u+"&#64;"+f+">"); document.write(u+"&#64;"+f+"</a>"); }

