if (parent.document.URL.indexOf('template=off') < 0)
$(document).ready(function(){
	$("body").prepend("<div class='templatewrapper'></div>");
	$("body").prepend("<img src='images/header2.jpg' width='926' alt='Pic 1'/>");
	$(".templatewrapper").load("template.html #wrapper",function() {
	$('#content').prepend($('#internalcontent'));
	});
});
