$(document).ready(function() {
   
});
var image = 'http://media2.wishtv.com/_local/images/header_promo/android-app.png'
var url = 'http://www.wishtv.com/subindex/mobile'
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)
