
if(typeof(r_add_script)!='function'){
	function r_add_script(data,onload){
		if(data=='')return true;
		
		var rand= new Date();
		rand = rand.getUTCMilliseconds();
		
		script = document.createElement('script'); 
		if(!data.match('js/jquery'))script.src = data+'?'+rand;
		else script.src = data;
		if(onload!=''){
			script.onload = script.onreadystatechange = function () { eval(onload); };
		}
		if(document.lastChild.firstChild)document.lastChild.firstChild.appendChild(script);
		else document.getElementsByTagName('head')[0].appendChild(script);
	}
}
function r_addStyle(data){
	if (data == '') {
        return true;
    }
    
    var style = document.createElement('link');
    style.rel = 'stylesheet';
    style.type = 'text/css';
    style.href = data;
    document.getElementsByTagName('head')[0].appendChild(style);
    
}
r_addStyle('http://admin.resonate.org.nz/theme/css/plugin.css?area=cont790926922&fontsize=12&titlefontsize=12');

var rand= new Date(); rand = rand.getUTCMilliseconds(); document.write('<div id="cont790926922'+rand+'" align="center"><img src=\'http://admin.resonate.org.nz/modules/theme/images/loading2.gif\' style=\'margin: 0px auto;\'></div>');
var logo = ''; var url=window.location.hostname; if(url.match('resonate.org.nz')){ logo='&ishome=true'; } r_add_script('http://admin.resonate.org.nz/plugins/mediabox/22/0/3/Last%20Sundays%20Messages/daterecorded/%252523002b54?order=DESC&titlefontsize=12&fontsize=11&pages=n&refresh=790926922'+rand+logo+'&dom='+url+'&1898819155');
