﻿$(function(){/*$('.gdl-wp').draggable({helper:'original',handle:$('.gdl-wt',this),distance:10,revert:true,zIndex:100,appendTo:$('body').get(0)});$('.gdl-wp .gdl-wt span').click(function(evt){evt.stopPropagation();$(this).parent().next().toggle();});*/$('.icon').prepend("<em></em>");$(window).bind('resize', function(){if($(window).width()<1000){$('body').css('width',1000)}else{$('body').css('width', 'auto')}; });$('.floatdiv, .rcwc').prepend("<div class='ie6fix'></div>").each(function(){ $('.ie6fix',this).height( $(this).height()-16 );});$('.thumbList li, .thumbInfoList li .imagectr').prepend("<p class='ie6fix'></p>");});