Warning: Use of undefined constant ddsg_language - assumed 'ddsg_language' (this will throw an Error in a future version of PHP) in /nfs/c09/h01/mnt/135789/domains/apachestonemusic.com/html/wp-content/plugins/sitemap-generator/sitemap-generator.php on line 50
Warning: session_start(): Cannot start session when headers already sent in /nfs/c09/h01/mnt/135789/domains/apachestonemusic.com/html/wp-content/themes/apachestone/header.php on line 6 Apache Stone
\n');
}
// PLAYER
function target_movie_DoFSCommand(command, args) {
switch(command) {
case "next":
frameRef = parent.frames.f1;
//target_movieObj.posTrack = args;
target_movieObj = InternetExplorer ? frameRef.control : frameRef.document.control;
target_movieObj.TGotoLabel("_root","action2");
target_movieObj.TGotoLabel("_root","next2");
break;
}
}
// Hook for Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write(' \n');
}
// AJAX USED TO UPDATE POST TRACK - LIST POSITION
function setAjax(){
var xmlhttp=false;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
function updateTrack(action, url){
var t1, t2, contenedor;
ajax = setAjax();
ajax.open("GET","https://www.apachestonemusic.com/wp-content/themes/apachestone/player-control.php" + "?pos=" + action,true);
ajax.onreadystatechange=function() {
if (ajax.readyState==4) {
}
}
ajax.send(null)
}
-->