if((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))){
var img = '
';
}else{
var img = '';
}
if(typeof jQuery == "undefined"){
document.write('');
window.onload = function(){
$(function(){
$("body").prepend(img);
});
}
}else{
$(function(){
$("body").prepend(img);
});
}