}}), Response.class).getResult();
Grooveshark.setCommtoken(commtoken);
// commtoken expires after 25 minutes
Grooveshark.setTokenExpires(new Date().getTime() + ((1000 * 60) * 25));
Country country = gson.fromJson(Grooveshark.sendRequest("getCountry", null), CountryResponse.class).getResult();
if(country != null)
Grooveshark.setCountry(country);
SwingUtilities.invokeLater(new Runnable(){public void run(){
Main.getGui().initDone();