According to the APIs I should be able to skip grooveshark using the following...
window.Grooveshark.next()
However, I get that Grooveshark is undefined... Could this have something to do with me embedding it?
<object id="groovy" type="text/html" data="http://grooveshark.com/" style="width:100%; height:400px; margin:1%;">
</object>
Any ideas?