function js_backgroundimages(text){var request=new Request({url:"index.php?page=ajax_backgroundimage&text="+text,method:'get',headers:{'X-Request':'JSON'},onSuccess:function(responseText,responseXML){var data=responseText;parent.changBackgroundImg('body','backgroundImage','url('+text+')');parent.$('body_background_content').innerHTML=data;parent.opaceIt(parent.$('waiting'),0);parent.showLayerAlert()},onFailure:function(instance){}});request.send()}