$(document).ready(function() {
   
});
var image = 'http://media2.wishtv.com//photo/2012/02/02/Andrew-Luck-213-x-75-2_20120202222032_0_0.PNG'
var url = 'http://www.wishtv.com/dpp/sports/andrew-luck-one-on-one'
if(!url) {
   dox = "<img src='"+image+"' width='213' height='75' border='0'/>"
}
else {
   dox = "<a href='"+url+"'><img src='"+image+"' width='213' height='75' border='0'/></a>"
}
document.write(dox)

