var _jsfiles=new Array();function Error(E,D,B){var C="";if(B){C+="ERROR IN FILE: "+B+"\n"}else{C+="ERROR IN FILE: unknown\n"}if(D){C+="FUNCTION: "+D+"\n"}else{if(Error.caller){var A=Error.caller.toString();D=A.substring(0,A.indexOf(")")+1);C+="FUNCTION: "+D+"\n"}}if(E){C+=E}else{C+="Unknown error!"}C+="\n\nPlease report this error to: info@vanylla.com";window.alert(C);return false}function ifndef(B){var A;for(A=0;A<_jsfiles.length;A++){if(_jsfiles[A]==B){return Error("This js file was included more than once in this webpage!\n\nLoaded files list:"+_jsfiles+", "+B,null,B)}}_jsfiles[_jsfiles.length]=B}function ifdef(C,B){var A;for(A=0;A<_jsfiles.length;A++){if(_jsfiles[A]==C){return }}Error(C+" must be included first",null,B)};