
// postion
var jq3 = jQuery.noConflict();
jq3(function(){
    jq3("#qq").floatdiv({right:"0px",top:"250px"});
});
