﻿function module(tpl){

	file = '/modules/'+tpl+'.part.html';

	$("#"+tpl).load(file);
}

function cmslight(tpl){

	file = '/cmslight/html/'+tpl+'.part.html';

	$("#"+tpl).load(file);
}
