﻿function qq()
	{

	jQuery.ajax({
	url:"/QQ.ashx",
	type:"get",
	cashe:true,
	success:function(data){
	jQuery("#qq").html(data);
	}	
	});		
	}