// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function popup(url,name){
    window.open(url,name,'width=600,height=800');
}

function loadCoverflowAlbumInfo(url) {
    new Ajax.Request(url, { evalScripts: true});
}
