var AIMExpress = new Object(); AIMExpress.defaults = { host: 'http://aimexpress.aol.com', checkurl: 'http://www.aol.com/ae/CheckAIM.html', buddyListWidth: 170, buddyListHeight: 430, buddyListX: 630, buddyListY: 5, useNative: true, autoLaunch: false, autoThrottle: 0, END:0 }; AIMExpress.versionString = "$Revision: 1.11 $"; AIMExpress.start = function() { var ae = window.AIM_EXPRESS; var ad = AIMExpress.defaults; ae = ae ? ae : new Object(); for (var key in ad) { if (ae[key] == void 0) { ae[key] = ad[key]; } } var x=(screen.width-w)/2; var y=(screen.height-h)/2; var url = ae.host + '/Login.svc'; var w =725; var h = 400; if (ae.useNative) { w = 100; h = 100; x = y = 2000; url = ae.checkurl; } window.open( url + '?' + 'host=' + escape(ae.host) + '&width=' + ae.buddyListWidth + '&height=' + ae.buddyListHeight + '&x=' + ae.buddyListX + '&y=' + ae.buddyListY, '', 'resizable=yes,scrollbars=yes,width=' + w + ',height=' + h + ',left=' + x + ',top=' + y ); } document.write('
' +'Home' +'Mail' +'IM' +'Shopping' +'
' +'' +'' +''); document.write('Sign On'); document.write('

');