// JavaScript Document document.write(''); function ALJ () {} ALJ.js = function ( api, version ) { ALJ.load( api, version, {'_alj':true} ); } ALJ.load = function ( api, version, args ) { if ( !args || !args._alj ) { google.load( api, version, args ); return; } /*document.write('');*/ ALJ.include( '/js/'+api+'/'+(version?version:api)+'.js' ); } ALJ.include = function ( src ) { document.write(''); } /*ALJ.load('prototype','1.6'); Prototype.Browser.IE6 = Prototype.Browser.IE && parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5)) == 6; Prototype.Browser.IE7 = Prototype.Browser.IE && parseInt(navigator.userAgent.substring(navigator.userAgent.indexOf("MSIE")+5)) == 7; Prototype.Browser.IE8 = Prototype.Browser.IE && !Prototype.Browser.IE6 && !Prototype.Browser.IE7; */ //if ( window.parent ) //&& !top.location.href.match(/^https?:\/\/(?:www|images)\.adventure-?life\.com/i) ) // alert('frames'); //top.location.href = location.href;