pastebin

Paste #81716: Untitled Javascript paste by 58.240.173.144

<script type="text/javascript">
function showa () { $('.b').hide(); $('.a').show(); $('.b').is(':hidden') ? setTimeout('showb();', 1000) : NULL; }
function showb () { $('.a').hide(); $('.b').show(); $('.a').is(':hidden') ? setTimeout('showa();', 1500) : NULL; }
showb();
</script>

Private
Wrap long lines

1 + 2 =