I have windows vista and i have tried to install aim 6.8 on my computer but every time i send anyone anything... this annoying business shows up: <!-- ****************************************************************************** * * File Name: template.html * ****************************************************************************** * C O P Y R I G H T A N D C O N F I D E N T I A L I T Y N O T I C E ****************************************************************************** * * Copyright (c) 2007 AOL LLC. All rights reserved. * This software contains valuable confidential and proprietary * information of AOL LLC. and is subject to applicable * licensing agreements. Unauthorized reproduction, transmission or * distribution of this file and its contents is a violation of * applicable laws. * * A O L C O N F I D E N T I A L * ****************************************************************************** --> <html> <head> <link rel="stylesheet" type="text/css" href="template.css"> <style type="text/css"></style> <script for=SWF1 event=FSCommand>onFSCommand(arguments[0],arguments[1])</script> <script for=SWF2 event=FSCommand>onFSCommand(arguments[0],arguments[1])</script> <script for=SWF3 event=FSCommand>onFSCommand(arguments[0],arguments[1])</script> <script for=SWF4 event=FSCommand>onFSCommand(arguments[0],arguments[1])</script> <script src="default.js"></script> </head> <script language="JavaScript"> var AIMX = null; var AIMXURL = ""; var stuckToBottom=true; var isInitial=true; var hasBuddyIcon=false; var hasSuperBuddy=false; var hasWallpaper=false; var inAdjust=false; var debugWindow=null; var textBody=null; var flashVersion=0; var MM_contentVersion = 6; var MM_FlashCanPlay=false; var objHistory=null; //conversation history window wrapper // -------------------------- // AIM Partner Expression API function getAIMXApiVersion() { return 1; } function getFlashVersion() { return flashVersion; } function getImTextDoc() { return textWindow.document; } function getImTextWindow() { return document.getElementById("textWindow"); } function getImTextBody() { return _getTextBody(); } function getImTextIconStyle() { return buddyicon.style; } function getImTextFaderStyle() { return faderSurround.style; } function appendImText(html) { appendHTML(-1, html, ""); } function clearImText() { clearHTML(); } function showImText(e) { textWindow.style.display=e?"":"none" } function Adjust() { _AdjustIcons(); } function handleURL(u) { external.proxy.launchURL(u); } function addImTextRule(sel,style) { textWindow.document.styleSheets[1].addRule(sel, style); } function resetImTextStyles() { var ss = textWindow.document.styleSheets[1]; var rules = ss.rules; rules.disabled = true; while (rules.length) { ss.removeRule(0); } rules.disabled = false; } function addImHistRule(sel,style) { document.styleSheets[1].addRule(sel, style); } function resetImHistStyles() { var ss = document.styleSheets[1]; var rules = ss.rules; var rules = ss.rules; rules.disabled = true; while (rules.length) { ss.removeRule(0); } rules.disabled = false; } function setMinSize(w, h) { external.proxy.setMinSize(w,h); } function setAIMX(base,code) { clearAIMX(); _mark(); AIMX=null; AIMXURL=base + "/"; try { eval(code); } catch (e) { AIMX=null; } if (AIMX&&AIMX.ctor) { FlashDiv.style.visibility="hidden"; MM_FlashCanPlay = false; if (!AIMX.ctor()) clearAIMX(); } else if (!AIMX) { clearAIMX(); } else { _AdjustIcons(); } } function clearAIMX() { if (AIMX&&AIMX.dtor) AIMX.dtor(); _sweep(); resetImTextStyles(); resetImHistStyles(); setMinSize(50, 20); AIMX=null; AIMXURL=""; MM_FlashCanPlay = flashVersion >= MM_contentVersion; FlashDiv.style.visibility="visible"; _getTextBody(); textBody.leftMargin = 10; textBody.topMargin = 15; textBody.bottomMargin = 15; faderSurround.style.paddingTop = 0; faderSurround.style.paddingLeft = 0; faderSurround.style.paddingBottom = 0; //BuddyWallpaperDiv.paddingRight = 0; //BuddyWallpaperDiv.paddingLeft = 0; //BuddyWallpaperDiv.paddingTop = 0; //BuddyWallpaperDiv.paddingBottom = 0; _AdjustIcons(); } // -------------------------- function _getTextBody() { if (!textBody) textBody = textWindow.document.body; return textBody; } // Checks to see if? function _checkScroll() { if (AIMX&&AIMX.resize) AIMX.resize(); if(stuckToBottom || isInitial) { scrollToBottom(); } _AdjustIcons(); } function _print(t) { externa