
if(window.jQuery==undefined){ 
	document.write(unescape('<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"><\x2fscript>')); 
}
$.ajax({
	type: "GET",
	url: 'http://ptc-refback.com/banner/banner/',
	async: false,
	success: function(html){
		document.write('<div>'+html+'</div>');
	}
});
