	var ref=document.location;
	if(ref==null || ref.length==0)
		ref="http://www.no.com?test=no";
	var src="http://banners.adinlive.com/shophtml-6391?ref="+ref;
	
	var width = 300;
	var height = 600;
	if(typeof(shop6391_width)!='undefined'){
		width = shop6391_width;
		src += "&width="+ width;
	}
	if(typeof(shop6391_height)!='undefined'){
		height = shop6391_height;
		src += "&height="+ height;
	}
	if(typeof(shop6391_template)!='undefined'){
		src += "&template="+ shop6391_template;
	}
	if(typeof(shop6391_color1)!='undefined'){
		src += "&color1="+ shop6391_color1;
	}
	if(typeof(shop6391_color2)!='undefined'){
		src += "&color2="+ shop6391_color2;
	}
	if(typeof(shop6391_color3)!='undefined'){
		src += "&color3="+ shop6391_color3;
	}
	if(typeof(shop6391_color4)!='undefined'){
		src += "&color4="+ shop6391_color4;
	}
	
	if(typeof(shop6391_update)!='undefined'){
		src += "&custom_query_update="+ shop6391_update;
	}
	if(typeof(shop6391_sortby)!='undefined'){
		src += "&custom_query_sortby="+ shop6391_sortby;
	}
	if(typeof(shop6391_start)!='undefined'){
		src += "&custom_query_start="+ shop6391_start;
	}
	if(typeof(shop6391_limit)!='undefined'){
		src += "&custom_query_limit="+ shop6391_limit;
	}
	if(typeof(shop6391_content)!='undefined'){
		src += "&custom_query_content="+ shop6391_content;
	}
	if(typeof(shop6391_normalizekeywords)!='undefined'){
		src += "&normalizekeywords="+ shop6391_normalizekeywords;
	}
			document.write("<iframe id='shop_6391' width='"+ width +"' height='"+ height +"' scrolling='no' frameborder='0' src='"+ src +"'></iframe>");
	
