function stretch() {

	//  Initialize Backgound Stretcher
	jQuery(document).bgStretcher({
		images: [template_directory + '/images/page_bg.jpg'],
		imageWidth: 467,
		imageHeight: 467
	});
}


jQuery(document).ready(function(){ stretch(); });

