<!DOCTYPE html>
<meta charset="utf-8">
<title>QQ</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"
type="text/javascript"></script>
<script>
$(function(){
var img=new Image();
img.src="http://cdn.shopify.com/s/files/1/0154/2777/products/handlebars-shirt-front_medium.png?122";
img.onload=function(){$(img).attr({width:50,height:50});};
$(document.body).append($(img));
});</script>