﻿//js
//jQuery(function(){
//popIn =jQuery("#site").width();
//jQuery("#popFootIn").width(popIn);
//
//popOut =jQuery("body").width();
//jQuery("#popFootOut").width(popOut);
//
//jQuery("#CopyRight").mouseover(function(){jQuery("#popFootOut").show();});
//jQuery("#CopyRight").mouseout(function(){jQuery("#popFootOut").hide();});
//
//});
