function banner(url,type,img) {
	document.write('<a href="'+url+'" target="blank">');
	document.write('<img src="'+url+'/banner/'+type+'/'+img+'" border="0">');
	document.write('</a>');
}

function shopbanner(url,id,type,img) {
	document.write('<a href="'+url+'/?page=shop&shopid='+id+'" target="blank">');
	document.write('<img src="'+url+'/banner/'+type+'/'+img+'" border="0">');
	document.write('</a>');
}
