Warning: file_get_contents(/var/www/vhosts/chokladfabriken.com/httpdocs/js/calendar/lang/calendar-en.js) [function.file-get-contents]: failed to open stream: No such file or directory in /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php on line 107
Warning: filemtime() [function.filemtime]: stat failed for /var/www/vhosts/chokladfabriken.com/httpdocs/js/calendar/lang/calendar-en.js in /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php:107) in /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php on line 121
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php:107) in /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php on line 122
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php:107) in /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php on line 126
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php:107) in /var/www/vhosts/chokladfabriken.com/httpdocs/js/index.php on line 142
/* Prototype JavaScript framework, version 1.6.0.3
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*
*--------------------------------------------------------------------------*/
var Prototype = {
Version: '1.6.0.3',
Browser: {
IE: !!(window.attachEvent &&
navigator.userAgent.indexOf('Opera') === -1),
Opera: navigator.userAgent.indexOf('Opera') > -1,
WebKit: navigator.userAgent.indexOf('AppleWebKit/') > -1,
Gecko: navigator.userAgent.indexOf('Gecko') > -1 &&
navigator.userAgent.indexOf('KHTML') === -1,
MobileSafari: !!navigator.userAgent.match(/Apple.*Mobile.*Safari/)
},
BrowserFeatures: {
XPath: !!document.evaluate,
SelectorsAPI: !!document.querySelector,
ElementExtensions: !!window.HTMLElement,
SpecificElementExtensions:
document.createElement('div')['__proto__'] &&
document.createElement('div')['__proto__'] !==
document.createElement('form')['__proto__']
},
ScriptFragment: '