I want to use a banner but when you open it with you mobile device the mobile banner should show up. Because viewport things. I have this code, but nothing happens. Can someone help me?
<script type="text/javascript">
<!--
if (screen.width <= 800) {
document.write = "<div align='center'><a href='http://www.fifacoin.com/?aff=53549'><img class='img-responsive' src='http://www.fifacoin.com/fifacoin/img/200X200.gif'>"
}
else {
document.write = "<div align='center'><a href='http://www.fifacoin.com/?aff=53549'><img class='img-responsive' src='http://www.fifacoin.com/fifacoin/img/728X90.gif'></a></div>"
}
//-->
</script>