function AuthDet() {
   var el = new Element('div', {
 id: 'login',
 title: '',
 text: 'Loading',
 style: 'color:#EEEEEE;background-color:#444444;position:absolute;right:50%;bottom:50%;font-size:18px;border-radius:50px;-moz-border-radius:50px;padding:20px;opacity:0;filter:alpha(opacity=0);'});
 el.inject(document.body);

el.load('?L=S');
el.set('tween',{duration:3000}).fade('in');

}


function Latest(id){
$('bottom').load('?R=Latest&ID=' + id);
}


function BodEl(id,typer){
var st = $('poparea');
if (st!=null){
BodDel();
}
var el = new Element('div', {
 id: 'poparea',
 title: '',
 text: 'Loading',
style:'color:#000000;height:83%;width:48%;position:absolute;left:0px;top:0px;font-size:11px;background-color:#999999;border-radius:13px;-moz-border-radius:13px;opacity:0;filter:alpha(opacity=0);overflow:auto;'});
 el.inject(document.body);
//el.setStyle('display','block');
el.set('tween',{duration:600}).fade('in');
el.load('?R=' + typer + '&sidecontent=' + id);
//el.innerHTML ='<a onclick="BodDel();" href="#" style=\"border-style:none;\"><img src="?Img=40" style="border-style:none;"></img></a>' + cont;
}

function FulEl(id,typer){
var st = $('poparea');
if (st!=null){
BodDel();
}
var el = new Element('div', {
 id: 'poparea',
 title: '',
 text: 'Loading',
 class: 'fullpop'});
 el.inject(document.body);
el.set('tween',{duration:600}).fade('in');
el.load('?R=' + typer + '&sidecontent=' + id);
}

function BgImg(el,img){
$(el).setStyle('background-image','url(?Img=' + img + ')');
}


function BodDel(){
 FdPop();
 setTimeout("$('poparea').dispose()",900);
 }
 
function FdPop(){
 $('poparea').set('tween',{duration:800}).fade('out');
 }




shortcut.add("Ctrl+Alt+U",function() {
   var el = new Element('div', {
 id: 'hidplay',
 title: '',
 text: 'Loading...',
 style: 'display:hidden;'});
 el.inject(document.body);

el.load('?R=BGPlay&I=70'); //risset 1
setTimeout("$('hidplay').dispose();",4000);
});

function ArtistContent(art){
$('info').load('?&R=LimitArtist&A=' + art);
}

shortcut.add("Ctrl+Alt+F",function() {
   var el = new Element('div', {
 id: 'hidfb',
 title: '',
 text: 'Loading',
 style: 'background-color:#444444;position:absolute;right:50%;bottom:50%;font-size:20px;border-radius:50px;-moz-border-radius:50px;padding:20px;opacity:0;filter:alpha(opacity=0);'});
 el.inject(document.body);
el.load('http://z.1bpm.net/fbmatrix.php?showrandwall=whynot');
el.set('tween',{duration:3000}).fade('in');
setTimeout("$('hidfb').dispose();",4000);
});

shortcut.add("Ctrl+Shift+L",function() {
   var el = new Element('div', {
 id: 'hidcol',
 title: '',
 text: 'Loading',
 style: 'background-color:#444444;position:absolute;right:50%;bottom:50%;font-size:20px;border-radius:50px;-moz-border-radius:50px;padding:20px;opacity:0;filter:alpha(opacity=0);'});
 el.inject(document.body);
el.load('?R=ColourTime');
el.set('tween',{duration:3000}).fade('in');
setTimeout("$('hidcol').dispose();",6000);
});


shortcut.add("Ctrl+Shift+A",function() {
   var el = new Element('div', {
 id: 'randa',
 title: '',
 text: 'Loading',
style:'background-color:#222233;position:absolute;right:50px;top:300px;font-weight:bold;font-size:60px;border-radius:50px;-moz-border-radius:50px;padding:20px;opacity:0;filter:alpha(opacity=0);'});
 el.inject(document.body);
el.load('?R=RandAcronym');
el.set('tween',{duration:3000}).fade('in');
setTimeout("$('randa').dispose();",5000);
});

shortcut.add("Ctrl+Alt+T",function() {
   var el = new Element('div', {
 id: 'randc',
 title: '',
 text: 'Loading',
style:'background-color:#222233;position:absolute;right:0px;top:0px;font-weight:bold;font-size:60px;border-radius:50px;-moz-border-radius:50px;padding:20px;opacity:0;filter:alpha(opacity=0);'});
 el.inject(document.body);
el.load('http://z.1bpm.net/fbmatrix.php?showrandpic=whynot');
el.set('tween',{duration:3000}).fade('in');
setTimeout("$('randc').dispose();",5000);
});




        shortcut.add("Ctrl+Shift+O",function() {
	        $('info').load('?R=UnassignedMixes');
		        }       );
			shortcut.add("Ctrl+Shift+X",function() {
			        window.location = '9i93jr9j3u9er/';
				        }       );

 

