IE7 Scripting issue....PLEASE HELP

waltdeewaltdee Member Posts: 122
Hi Guys,

Im having a serious issue with my machine. I have an IBM thinkpad running win XP Pro with SP2. I recently cought a browser hijacker virus so was forced to run spy sweeper, adware remover and reg cleanup. That didnt solve the issue, so i did a system restore to an earlier date and it fixed that virus issue. But now when i go to IE 7 and go to some web sites with GIF images, nothing displays, everything is in htaml format and some sites i cant even login because the login box doesnt appear. I reinstalled IE7, reinstalled SP2, compared all IE7 settings with an identical machine. Nothing seems to work. Also on the web sites that dont display images, i right click and go to properties and it gives me a scripting error. Please help if you guys have any other ideas.

Thx.
when one is the, the one will be the being of willing to be the one.

Comments

  • waltdeewaltdee Member Posts: 122
    Below is the code for www.weather.com as an example. save the code in html format and you will see how it appears.



    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><script language='javascript'>
    <!--
    var bluecoat_allow_popup = false;
    var bluecoat_original_open = window.open;
    window.open = bluecoat_gated_open;
    function bluecoat_gated_open(url, name, parms)
    {
    if (bluecoat_allow_popup) {
    // A navigation event is restricted to opening at most one window.
    bluecoat_allow_popup = false;
    return bluecoat_original_open(url, name, parms);
    } else if (window.event && window.event.shiftKey) {
    // Popups can open freely while the shift key is held down.
    // Only works in IE, and even then, not inside a Java app.
    return bluecoat_original_open(url, name, parms);
    } else {
    // alert("blocked popup ('" + url + "', '" + name + "')");
    window.status='blocked popup window -- use CTRL Refresh to see all popups';
    return null;
    }
    }
    function bluecoat_stop_error()
    {
    return true;
    }
    window.onerror = bluecoat_stop_error;
    function bluecoat_fixhandler(elem, attr)
    {
    var h = elem.getAttribute(attr);
    if (h != null) {
    if (typeof(h) == "string") {
    if (h.substring(0,11) == "javascript:") {
    if (h.substring(11,13) != "//") {
    elem.setAttribute(attr,
    "javascript:bluecoat_allow_popup=true;"
    + h.substring(11)
    + ";void(bluecoat_allow_popup=false)");
    }
    } else {
    elem.setAttribute(attr,
    "bluecoat_allow_popup=true;try{\n"
    + h
    + "\n}finally{bluecoat_allow_popup=false;}");
    }
    } else {
    elem.setAttribute(attr,
    function() {
    bluecoat_allow_popup = true;
    var result = h.call(elem);
    bluecoat_allow_popup = false;
    return result;
    });
    }
    }
    }
    function bluecoat_fixpopups()
    {
    var i;
    var j;
    var ls = document.links;
    for (i = 0; i < ls.length; ++i) {
    var link = ls;
    if (link.protocol == "javascript:"
    && link.href.substring(11,13) != "//")
    {
    link.href =
    "javascript:bluecoat_allow_popup=true;"
    + link.href.substring(11)
    + ";void(bluecoat_allow_popup=false)";
    }
    bluecoat_fixhandler(link, "onclick");
    bluecoat_fixhandler(link, "onmousedown");
    bluecoat_fixhandler(link, "onmouseup");
    }
    var fs = document.forms;
    for (i = 0; i < fs.length; ++i) {
    var f = fs;
    bluecoat_fixhandler(f, "onsubmit");
    var es = f.elements;
    for (j = 0; j < es.length; ++j) {
    bluecoat_fixhandler(es[j], "onclick");
    bluecoat_fixhandler(es[j], "onmousedown");
    bluecoat_fixhandler(es[j], "onmouseup");
    }
    }
    }
    //-->
    </script>

    <html>
    <head>
    <title>National and Local Weather Forecast, Radar, Map and Report</title>
    <script language="JavaScript">var ts_pageid="59191";var ts_pagename="/index.html";var ts_level1="HOMEPAGE";var ts_level2="common";var ts_level3="";var ts_level4="";var ts_level5="";var ts_level6="";var ts_contentType="";var ts_detail="";var ts_adCategory="homepage";var ts_adFamily="";var ts_adChannel="";var ts_adSubchannel="";</script>
    <meta name="Description" CONTENT="The Weather Channel and weather.com provide a national and local weather forecast for cities worldwide, as well as weather radar, map and report.">
    <meta name="ROBOTS" CONTENT="NOODP">
    <meta name="Keywords" CONTENT="national weather, national weather forecast, local weather, local weather forecast, weather, weather forecast, weather radar, weather map, weather report">
    <script>
    var pageType = "920";var usingGrids = "yes";
    </script>

    <SCRIPT LANGUAGE="JavaScript">
    OAS_MJX_on=true;
    OAS_spoof='/f/r/p/home';
    OAS_listpos='PageCounter,HeaderSpon,WindowShade,PageSpon,PdSearch,WXPartner1,WXPartner2,WXPartner3,Hidden1,Hidden2';
    OAS_query='pdsrch=300x235';
    CM_tag='hp';
    </SCRIPT>


    <script type="text/javascript">
    var css='style_sheet.css?01272008';if(typeof(pageType)!="undefined"&&pageType=="920"){css="global.css?01272008";}
    if(typeof(usingGrids)!="undefined"&&usingGrids=="yes"){css="global_grids.css?01272008";}
    document.write('<LI'+'NK REL="style'+'sheet" TYPE="text/css" HREF="http://c.imwx.com/web/common/header/stylesheet/'+css+'">');
    </script>

    <!--[if IE 6]>
    <style type="text/css">
    img.transparent{behavior: url(/common/scripts/pngTransparent.htc);}
    </style>
    <![endif]-->

    <LINK REL="alternate" TYPE="application/rss+xml" TITLE="The Weather Channel: National Weather Outlook [RSS]" HREF="http://www.weather.com/rss/national/rss_nwf_rss.xml"&gt;
    <LINK REL="alternate" TYPE="application/rss+xml" TITLE="The Weather Channel Blog [RSS]" HREF="http://blogs.weather.com/blog/weather/index.xml?from=autodiscovery"&gt;
    <META HTTP-EQUIV="MSThemeCompatible" Content="Yes">
    <meta http-equiv="imagetoolbar" content="no">
    <script type="text/javascript">
    <!--
    isMinNS4=(document.layers)?1:0;isMinIE4=(document.all)?1:0;isMinIE5=(document.getElementById&&document.all)?1:0;isNS6=(document.getElementById&&!document.all)?1:0;isMac=(navigator.platform.match(/^Mac/))?1:0;isWin=(navigator.platform.match(/^Win/))?1:0;isLinux=(navigator.platform.match(/^Linux/))?1:0;

    var popup;var dateNow=new Date();var haton=0;

    function initialize_ad_array(adS)
    {
    adS = new Array('uk.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('br.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('fr.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('de.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('espanol.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('desktop3.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('desktop.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('adstest.weather.com','http://adstest.weather.com/RealMedia/a'+'ds/');
    adS = new Array('www.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('registration.weather.com','https://registration.weather.com/RealMedia/a'+'ds/');
    adS = new Array('desktopfw.weather.com','http://www.weather.com/RealMedia/a'+'ds/');
    adS = new Array('adstest.weather.com','http://adstest.weather.com/RealMedia/a'+'ds/');
    adS = new Array('adstest.weather.com','http://adstest.weather.com/RealMedia/a'+'ds/');
    adS = new Array('adstest.weather.com','http://adstest.weather.com/RealMedia/a'+'ds/');
    }
    // -->
    </script>
    <script type="text/javascript" src="http://j.imwx.com/global/common/elements/javascript/ext-divtools.js?01272008&quot; ></script>
    <script type="text/javascript" src="http://j.imwx.com/global/common/elements/javascript/triggerParams-stdLauncher.js&quot; ></script>
    <script type="text/javascript" src="/common/severe/modules/siteconfig.js?08182007"></script><script type="text/javascript">

    <!--

    //
    // <% /**
    var remoteAddr="172.16.121.30";
    // **/ %>

    var adTest=GetCookie("oas_host_cookie");

    function regenerate2(){return;}

    function initialize_dom_severe_scroll(){return;}

    function onPageStart(){regenerate2();if(isMinNS4&&document.images["holdspace"]){thisX=document.images["holdspace"].x;thisY=document.images["holdspace"].y;thisElement=makeObjectNS4();}
    if(document.getElementById)initialize_dom_severe_scroll();}

    window.onload = onPageStart;

    var adS=new Array();
    initialize_ad_array(adS);

    OAS_url ='http://www.weather.com/RealMedia/a'+'ds/';
    OAS_host = window.location.hostname;

    if (adS[OAS_host]){OAS_url=adS[OAS_host][1];OAS_host = adS[OAS_host][0];
    }else{OAS_host='www.weather.com';}

    // special ads test code
    if (adTest)
    {
    if ((remoteAddr.indexOf("10.") == 0)||
    (remoteAddr.indexOf("169.254.") == 0)||
    (remoteAddr.indexOf("192.168.") == 0)||
    (remoteAddr.indexOf("216.133.140.1") == 0)||
    (remoteAddr.indexOf("216.133.140.2") == 0))
    {
    OAS_host=adTest;
    }
    }

    OAS_target="_top";OAS_version=10;OAS_rn='001234567890';OAS_rns='1234567890';
    OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring(2,11);
    function OAS_NORMAL(pos) {
    if (OAS_MJX_on){
    document.write('<A HREF="' + OAS_url + 'click_nx.a'+'ds/nx.weather.com/noads/1' + OAS_rns + '@' + pos + '?keywords=no" TARGET=' + OAS_target + '>');
    document.write('1' + OAS_rns + '@' + pos + '?keywords=no<\/A>'); }
    }
    function OAS_RICH(pos) {OAS_NORMAL(pos);}

    var queryString=new Object;function parseParameter(){var temp_query=new RegExp('^[^\\?]+\\?(.*)$');if(!temp_query.test(location))return false;var array=temp_query.exec(location);queryString.QUERY_STRING=array[1];var params=queryString.QUERY_STRING.split(/&/);for(var i=0;i<params.length;i++){var keys=params.split(/=/);queryString[keys[0]]=unescape(keys[1]);}}

    function paramValue(key){if(key==null){alert("param() function has been used incorrectly.\nUSAGE: param(key)");return false;}
    return queryString[key];}
    parseParameter();

    if(typeof(OAS_query)=='undefined'){}else{var partnerCookie=GetCookie("partner");if(partnerCookie == 'google') {if(GetCookie("pCounter")!= 1) {SetCookie ("pCounter", "1", "", "/", ".weather.com");}}var idType=searchTermType();var fromParam=paramValue('from');var dwcobrand=paramValue('dwcobrand');var byear=getUserPreferences("13");var age=0;var gender=getUserPreferences("14");if(byear.length>0&&gender.length>0){var oq=OAS_query;var now=new Date();var thisYear=now.getFullYear();age=thisYear-Number(byear);if(oq==""){oq="age="+age+"&gender="+gender.toLowerCase();}else{oq=oq+"&age="+age+"&gender="+gender.toLowerCase();}if(partnerCookie!=''){oq=oq+"&cobrand="+partnerCookie;}if(partnerCookie==''&&dwcobrand!='undefined'){oq=oq+"&cobrand="+dwcobrand;}if(idType!=''){oq=oq+"&idtype="+idType;}if(fromParam == 'homedepot'){oq=oq+"&vanity=homedepot";}if(gnSiteMode=='severe'){oq=oq+"&mode=severe"}else if(gnSiteMode=='alert'){oq=oq+"&mode=alert"}else{oq=oq+"&mode=normal"}var gotFV=GetCookie("fv");if(gotFV.length > 0){currentCount = parseInt(gotFV);if(currentCount==-1){}else{viewNumber = currentCount + 1;if(viewNumber > 3)viewNumber = -1;SetCookie ("fv", viewNumber,"", "/", ".weather.com");}}else{SetCookie ("fv", 1,"", "/", ".weather.com");}var gotFV = GetCookie("fv");
    if(gotFV.length>0){oq=oq+"&vw="+gotFV;}OAS_query=oq;}}

    function updAdsTwoOASQuery() {if(typeof(OAS_query)=='undefined'){}else{var partnerCookie=GetCookie("partner");if(partnerCookie == 'google') {if(GetCookie("pCounter")!= 1) {SetCookie ("pCounter", "1", "", "/", ".weather.com");}}var idType=searchTermType();var fromParam=paramValue('from');var dwcobrand=paramValue('dwcobrand');var byear=getUserPreferences("13");var age=0;var gender=getUserPreferences("14");if(byear.length>0&&gender.length>0){var oq=OAS_query;var now=new Date();var thisYear=now.getFullYear();age=thisYear-Number(byear);if(oq==""){oq="age="+age+"&gender="+gender.toLowerCase();}else{oq=oq+"&age="+age+"&gender="+gender.toLowerCase();}if(partnerCookie!=''){oq=oq+"&cobrand="+partnerCookie;}if(partnerCookie==''&&dwcobrand!='undefined'){oq=oq+"&cobrand="+dwcobrand;}
    if(idType!=''){oq=oq+"&idtype="+idType;}if(fromParam == 'homedepot'){oq=oq+"&vanity=homedepot";}if(gnSiteMode=='severe'){oq=oq+"&mode=severe"}else if(gnSiteMode=='alert'){oq=oq+"&mode=alert"}else{oq=oq+"&mode=normal"}var gotFV=GetCookie("fv");if(gotFV.length > 0){currentCount = parseInt(gotFV);if(currentCount==-1){}else{viewNumber = currentCount + 1;if(viewNumber > 3)viewNumber = -1;SetCookie ("fv", viewNumber,"", "/", ".weather.com");}}else{SetCookie ("fv", 1,"", "/", ".weather.com");}
    var gotFV = GetCookie("fv");if(gotFV.length>0){var findFv= oq.indexOf("vw=");if (findFv ==-1){oq=oq+"&vw="+gotFV;}else{oq=oq.substring(0,findFv) + "vw=" + gotFV;}}OAS_query=oq;}}}

    var vsearch=paramValue('search');var upcookie=GetCookie("UserPreferences");if(upcookie>0&&vsearch!="search"){updateCookieExpDate("UserPreferences");updateCookieExpDate("RMID");}

    var customization_pathname = (window.location.pathname.indexOf("/weather/my")>=0)?1:0;
    if(customization_pathname==0){var myPrefsCookie=GetCookie("MyPrefs");if(myPrefsCookie.length>1){updateCookieUnescape("MyPrefs");}}

    //-->
    </script>
    <SCRIPT type="text/javascript">
    <!--
    OAS_version = 11;
    if (!isMinIE4 && !isMinIE5 && !isNS6 && !isMinNS4) OAS_version = 10;
    if (OAS_MJX_on){
    if (OAS_version >= 11) document.write('<SCR' + 'IPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.a'+'ds/' + OAS_host + OAS_spoof + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + '"><\/script>');
    }
    //-->
    </script>
    <SCRIPT type="text/javascript">
    <!--
    function OAS_AD(pos) {(OAS_version >= 11) ? OAS_RICH(pos) : OAS_NORMAL(pos);}
    //-->
    </script>
    <script type="text/javascript">

    var query = new Object;
    function parse(){var pat_query=new RegExp('^[^\\?]+\\?(.*)$');if(!pat_query.test(location))return false;var array=pat_query.exec(location);query.QUERY_STRING=array[1];var params=query.QUERY_STRING.split(/&/);for(var i=0;i<params.length;i++){var keys=params.split(/=/);query[keys[0]]=unescape(keys[1]);}}
    function param(key){if(key==null){alert("param() function has been used incorrectly.\nUSAGE: param(key)");return false;}
    return query[key];}
    parse();
    </script>
    <script type="text/javascript">
    var pageName = new String(window.location.pathname);
    </script>
    <script type="text/javascript">var mx_hash=new
    Object();mx_hash["cobrand"]=partnerCookie;if(typeof(ts_pagename)!='undefined'){mx_hash["pagename"]=ts_pagename;}else{mx_hash["pagename"]="";}if(typeof(ts_level1)!='undefined'){mx_hash["level1"]=ts_level1;}else{mx_hash["level1"]="";}if(typeof(ts_level2)!='undefined'){mx_hash["level2"]=ts_level2;}else{mx_hash["level2"]="";}if(typeof(ts_level3)!='undefined'){mx_hash["level3"]=ts_level3;}else{mx_hash["level3"]="";}if(typeof(ts_level4)!='undefined'){mx_hash["level4"]=ts_level4;}else{mx_hash["level4"]="";}if(typeof(ts_level5)!='undefined'){mx_hash["level5"]=ts_level5;}else{mx_hash["level5"]="";}if(typeof(ts_level6)!='undefined'){mx_hash["level6"]=ts_level6;}else{mx_hash["level6"]="";}if(typeof(ts_detail)!='undefined'){mx_hash["detail"]=ts_detail;}else{mx_hash["detail"]="";}if(typeof(ts_adCategory)!='undefined'){mx_hash["ad_category"]=ts_adCategory;}else{mx_hash["adCategory"]="";}if(typeof(ts_contentType)!='undefined'){mx_hash["content_type"]=ts_contentType;}else{mx_hash["content_type"]="";}if(typeof(ts_adFamily)!='undefined'){mx_hash["ad_family"]=ts_adFamily;}else{mx_hash["ad_family"]="";}if(typeof(ts_adChannel)!='undefined'){mx_hash["ad_channel"]=ts_adChannel;}else{mx_hash["ad_channel"]="";}mx_hash["declaration_state"]=getUserPreferences("16");mx_hash["urg"]=getUserPreferences("14");mx_hash["ura"]=getUserPreferences("13");mx_hash["urz"]=getUserPreferences("23");if(typeof(OAS_query)!='undefined'){var matchCondition=new RegExp(/cond=\w*/gi);condition=OAS_query.match(matchCondition);if(condition!=null){mx_hash["wxcond"]=condition[0].replace(/cond=/,"");}}if(typeof(OAS_query)!='undefined'){var matchContext=new RegExp(/context=\w*/gi);context=OAS_query.match(matchContext);if(context!=null){mx_hash["oas_context"]=context[0].replace(/context=/,"");}}if(typeof(OAS_query)!='undefined'){var matchSevere=new RegExp(/severe=\w*/gi);severeCondition=OAS_query.match(matchSevere);if(severeCondition!=null){mx_hash["severe"]=severeCondition[0].replace(/severe=/,"");}}if(typeof(omn_locid)!='undefined'){mx_hash["locid"]=omn_locid;}else{mx_hash["locid"]="";}if(typeof(omn_locytpe)!='undefined'){mx_hash["loctype"]=omn_locytpe;}else{mx_hash["loctype"]="";}if(typeof(omn_locname)!='undefined'){mx_hash["locname"]=omn_locname;}else{mx_hash["locname"]="";}if(typeof(omn_dmaCode)!='undefined'){mx_hash["dma"]=omn_dmaCode;}else{mx_hash["dma"]="";}if(typeof(omn_cityName)!='undefined'){mx_hash["city"]=omn_cityName;}else{mx_hash["city"]="";}if(typeof(omn_locstate)!='undefined'){mx_hash["state"]=omn_locstate;}else{mx_hash["state"]="";}if(typeof(omn_zipcode)!='undefined'){mx_hash["zipcode"]=omn_zipcode;}else{mx_hash["zipcode"]="";}if(typeof(omn_loccountry)!='undefined'){mx_hash["country"]=omn_loccountry;}else{mx_hash["country"]="";}if(typeof(omn_dmaCode)!='undefined'){mx_hash["dma"]=omn_dmaCode;}else{mx_hash["dma"]="";}var categoryID="";if(typeof(ts_level1)!=""){categoryID=mx_hash["level1"];}if(typeof(ts_level2)!=""){categoryID=categoryID+"-"+mx_hash["level2"];}if(typeof(ts_level3)!=""){categoryID=categoryID+"-"+mx_hash["level3"];}if(typeof(ts_level4)!=""){categoryID=categoryID+"-"+mx_hash["level4"];}mx_hash["category_id"]=categoryID;mx_hash["refurl"]=document.referrer;mx_hash["desturl"]=document.URL;mx_hash["rm_id"]=GetCookie("RMID");mx_hash["urs_id"]=getUserPreferences("2");if(typeof(gnSiteMode)!=""){mx_hash["sitemode"]=gnSiteMode;}else{mx_hash["sitemode"]="";}if(typeof(OAS_spoof)!='undefined'){mx_hash["oas_spoof"]=OAS_spoof;}else{mx_hash["oas_spoof"]="";}mx_hash["qstring_hash"]=queryString;if(GetCookie("partner")=="beta2"){mx_hash["beta_flag"]="beta";}else{mx_hash["beta_flag"]="prod";}if(typeof(fromParam)!='undefined'){mx_hash["from"]=fromParam;}else{mx_hash["from"]="";}</script>
    <link rel="stylesheet" type="text/css" href="http://c.imwx.com/web/common/header/stylesheet/hp.css"&gt;

    </head>
    <body>
    <div id="custom-doc" class="yui-t6">
    <div id="hd">
    <script type="text/javascript">
    var partnerCookie = GetCookie("partner");
    if (partnerCookie == ''){
    var rmidcookie = GetCookie("RMID");
    if ((((rmidcookie.substring(6,icon_cool.gif).toLowerCase()) == '79') || (((rmidcookie.substring(6,icon_cool.gif).toLowerCase()) == '7a') || (((rmidcookie.substring(6,icon_cool.gif).toLowerCase()) == '7b') || (((rmidcookie.substring(6,icon_cool.gif).toLowerCase()) == '7f') || (((rmidcookie.substring(6,icon_cool.gif).toLowerCase()) == '7e') || (((rmidcookie.substring(6,icon_cool.gif).toLowerCase()) == '7d') || (((rmidcookie.substring(6,icon_cool.gif).toLowerCase()) == '7c')) {
    var expdate = new Date ();
    FixCookieDate (expdate);
    expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
    SetCookie ("partner", "beta2", expdate, "/", ".weather.com");
    var currLoc = window.location;
    if (currLoc.indexOf("?") > -1) {var eol = currLoc.indexOf("?");
    currLoc = currLoc.substring(0, eol);}
    window.location = "/common/beta/entry.html?next="+currLoc;
    }
    }
    </script>
    <CENTER>
    blank.gif
    <script type="text/javascript">
    alU = 'http://misc.weather.com/common/tracking/';
    alCntr = 0;
    function actionLib(actionID) {
    alCntr++;
    var rURL = alU + OAS_rns + '_' + alCntr + '/' + actionID + '.html';
    document.getElementById("alTrack").src=rURL;
    }
    </script>




    <SCRIPT LANGUAGE="JavaScript1.2">
    <!--
    if (document.referrer) {
    thisDF = document.referrer;
    } else {
    thisDF = "";
    }
    if (thisDF.search(/usatoday.com/) != -1) {
    midstring = " contains ";
    document.write ('<MAP NAME="weather_nav_Map"><AREA SHAPE="rect" ALT="" COORDS="657,0,768,27" HREF="http://asp.usatoday.com/weather/weatherfront.aspx"><AREA SHAPE="rect" ALT="" COORDS="536,0,652,27" HREF="http://www.usatoday.com/tech/front.htm"><AREA SHAPE="rect" ALT="" COORDS="418,0,534,27" HREF="http://www.usatoday.com/life/front.htm"><AREA SHAPE="rect" ALT="" COORDS="300,0,414,27" HREF="http://www.usatoday.com/sports/front.htm"><AREA SHAPE="rect" ALT="" COORDS="184,0,296,27" HREF="http://www.usatoday.com/money/front.htm"><AREA SHAPE="rect" ALT="" COORDS="67,0,180,27" HREF="http://www.usatoday.com/news/front.htm"><AREA SHAPE="rect" ALT="" COORDS="0,0,65,27" HREF="http://www.usatoday.com/usafront.htm"></MAP&gt;usatodayback.gif');
    }
    //-->
    </SCRIPT>




    blank.gif

    <script src="http://j.imwx.com/common/urs/md5.js"></script&gt;
    <script src="http://j.imwx.com/common/header/javascript/globalnav.js?10042006"></script&gt;
    <TABLE cellpadding="0" cellspacing="0" border="0"><TR><TD><DIV id="parent">

    <script type="text/javascript">
    var getTwcLocId=getUserPreferences("11");
    var getHugmeLocationType=getUserPreferences("22");
    if (getTwcLocId && getTwcLocId!=" " && getHugmeLocationType && getHugmeLocationType!=" " && location.hostname.match("community.weather.com") == null){
    document.write('<SCR' + 'IPT LANGUAGE=JavaScript1.2 SRC="http://www.weather.com/weather/mpdwcr/hugmedata"><\/script>');}
    if (location.hostname.match("community.weather.com") == null){document.write('<scr' + 'ipt type="text/javascript"src="http://j.imwx.com/common/header/javascript/hat.js"><\/script>');}
    </script>



    <script language="Javascript1.2">
    var regions="nc,cn";
    var sitestormtype="other";
    var sitestormheader="Severe";
    var sitestormname="Storms";
    </script>
    <script type="text/javascript" src="http://j.imwx.com/common/header/javascript/hd.js&quot; ></script>
    <DIV id="hbBannerMenuContainer">
    <div id="hdNavDiv" style="">
    <table id="hdNavTable" cellpadding="0" cellspacing="0">
    <tr valign="bottom"> <td id="hdM0" onmouseover="hdNav.up(0)" onmouseout="hdNav.down(0)">Home</td>
    <td id="hdM1" onmouseover="hdNav.up(1)" onmouseout="hdNav.down(1)">Weather News</td>

    <td id="hdM2" onmouseover="hdNav.up(2)" onmouseout="hdNav.down(2)">Travel</td> <td id="hdM3" onmouseover="hdNav.up(3)" onmouseout="hdNav.down(3)">Driving & Traffic</td> <td id="hdM4" onmouseover="hdNav.up(4)" onmouseout="hdNav.down(4)">Healthy Living</td> <td id="hdM5" onmouseover="hdNav.up(5)" onmouseout="hdNav.down(5)">Home & Family</td> <td id="hdM6" onmouseover="hdNav.up(6)" onmouseout="hdNav.down(6)">Sports & Recreation</td> <td id="hdM7" onmouseover="hdNav.up(7)" onmouseout="hdNav.down(7)">Climate & Green</td> <td id="hdM8" onmouseover="hdNav.up(icon_cool.gif" onmouseout="hdNav.down(icon_cool.gif">The Weather Channel TV</td>







    <div id="headerPipe2"></div>
    </tr>
    </table>
    <DIV id="hdMI0" class="navSecond navSecondDown" onmouseover="hdNav.up(0)" onmouseout="hdNav.down(0)"> weather.com home

    My Page

    weather.com Gold



    Site Map


    </DIV>
    <DIV id="hdMI1" class="navSecond navSecondDown" onmouseover="hdNav.up(1)" onmouseout="hdNav.down(1)"> News and Video

    Severe Weather Alerts

    National Forecast

    Hurricane Season

    Storm Watch

    Weather Blog

    WeatherREADY Safety Tips




    </DIV>
    <DIV id="hdMI2" class="navSecond navSecondDown" onmouseover="hdNav.up(2)" onmouseout="hdNav.down(2)"> Vacation & Travel Planner

    Flights & Business Travel

    Green Travel

    Honeymoon Planner

    Vacation Home Rentals


    </DIV>
    <DIV id="hdMI3" class="navSecond navSecondDown" onmouseover="hdNav.up(3)" onmouseout="hdNav.down(3)"> Road Crew



    Traffic Reports

    Interstate Driving Forecast

    Green Vehicles

    Auto Advice & Safety

    Scenic Drive Ideas


    </DIV>
    <DIV id="hdMI4" class="navSecond navSecondDown" onmouseover="hdNav.up(4)" onmouseout="hdNav.down(4)"> Seasonal Health

    Aches & Pains

    Air Quality & Pollution

    Allergies & Pollen Count

    Cold & Flu

    Fitness & Exercise

    Mosquito Forecast

    Skin Protection


    </DIV>
    <DIV id="hdMI5" class="navSecond navSecondDown" onmouseover="hdNav.up(5)" onmouseout="hdNav.down(5)"> Festivals, Fairs & Concerts

    Holidays

    Home Improvement

    Lawn & Garden

    Pets

    Outdoor Entertaining

    Schoolday Weather

    Wedding Planner




    </DIV>
    <DIV id="hdMI6" class="navSecond navSecondDown" onmouseover="hdNav.up(6)" onmouseout="hdNav.down(6)">

    Boat & Beach

    Golf Course Weather

    MLB Stats & Schedule

    Outdoors & Fishing

    Snow & Ski Conditions

    Sporting Events

    Surf Forecast




    </DIV>
    <DIV id="hdMI7" class="navSecond navSecondDown" onmouseover="hdNav.up(7)" onmouseout="hdNav.down(7)"> Climate Data

    Video video_icon_2nd_nav.gif


    Blogs

    News

    Living Smart

    Science

    Forecast Earth on TV

    Forecast Earth Home


    </DIV>
    <DIV id="hdMI8" class="navSecond navSecondDown" onmouseover="hdNav.up(icon_cool.gif" onmouseout="hdNav.down(icon_cool.gif"> TV Home

    Schedule

    Personalities

    Music

    Store

    About Us

    HD Studio Tour

    Epic Conditions




    </DIV>










    </div>






    </div>


    <script type="text/javascript" src="http://j.imwx.com/common/header/javascript/eventbroadcaster.js&quot; ></script>
    <script>
    var hasTicket = GetCookie("Ticket_web");
    var hasGold=GetCookie('WxGold');
    if (hasTicket !=null && typeof(hasTicket)!='undefined' && hasTicket!=""){hasTicket =true;}
    if (hasGold!=null && typeof(hasGold)!='undefined' && hasGold!=""){hasGold=true;}
    if (hasGold && hasTicket){document.getElementById('home_weather.com_gold').href="http://gold.weather.com/weather/wxgold/mypage?from=secondarynav";
    }else if (hasGold && !hasTicket){ //not signed in, redirect to sign-in page
    document.getElementById('home_weather.com_gold').href="https://registration.weather.com/ursa/gold/step2?from=secondarynav";}
    </script>

    <script language="Javascript1.2">
    bannerImage = "";
    </script>
    <SCRIPT>OAS_AD('PageCounter')</SCRIPT><script language="JavaScript1.2">
    //if ((GetCookie('RMID') && GetCookie('RMID').length>=5)&&document.cookie.indexOf("TData")<0)
    //{document.write('<im'+'g src="http://cte.weather.com/web/blank.gif&quot; alt="" border=0 width=1 height=1>');}
    $myReferer=GetCookie('partner_url');var refParameter = paramValue('ref');
    if (!$myReferer)
    {$myReferer="(none)";if($myReferer == "(none)" && refParameter != ""){$myReferer = refParameter;}
    }
    else
    {
    DeleteCookie('partner_url','/','weather.com');
    }
    document.write("<im"+"g alt='' SRC='/"+Math.random()+"/opol.gif?wxr="+$myReferer+"&wxm=GET&wxp=HTTP/1.1' width='1' height='1'>");
    </script>
    <script type="text/javascript">
    /*function rsiConverter(category){var rsiObj=new Array();var rsiCategory="";if(category != undefined && category != ""){var rsiStr=category;var rsiSplitUP = rsiStr.split("-");for (var i=0; i < rsiSplitUP.length; i++){rsiObj = rsiSplitUP;}rsiCategory = rsiObj.join(" > ");rsiCategory = rsiCategory + " > ";}return rsiCategory;}
    rsiCatId = rsiConverter(mx_hash["category_id"]);DM_addToLoc("country",mx_hash["country"]);DM_addToLoc("beh_cat",rsiCatId);DM_cat(rsiCatId);DM_tag();*/
    </script>
    <DIV id="hbBannerDiv" style="display:inline;">
    <div class="headerBanner">blank.gif</div>
    </DIV>
    <DIV id="hbBlogo" style="display:none;">
    twc06_2007.png
    </DIV>
    <DIV id="hbBlogoNoDotCom" style="display:none;">
    twc_only_reg_logo.png
    </DIV>
    <DIV ID="vanityBanner" STYLE="position: absolute;top: 109px;left: 45px;z-index:2;">
    </DIV>
    <SCRIPT>
    var isMaps = (window.location.pathname.indexOf("/map")>=0)?1:0;
    var isVideo = (window.location.pathname.indexOf("/multimedia/")>=0)?1:0;
    var isWorld = (window.location.pathname.indexOf("/common/welcomepage/world.html")>=0)?1:0;
    var isMobile = (window.location.pathname.indexOf("/mobile")>=0)?1:0;
    var isTv = (window.location.pathname.indexOf("/television")>=0)?1:0;
    var isDownloads = (window.location.pathname.indexOf("/alerts")>=0)?1:0;
    </SCRIPT>

    <DIV id="hbLinkBox" style="display:inline;text-decoration: none;">
    Maps<font class="sixlinkpipe"> |</font>
    Video<font class="sixlinkpipe"> |</font>
    World<font class="sixlinkpipe"> |</font>
    Mobile<font class="sixlinkpipe"> |</font>
    Alerts
    </DIV>

    <SCRIPT>
    if(isMaps)document.getElementById('sixLinks1').className = 'hbLinkonState';
    if(isVideo)document.getElementById('sixLinks2').className = 'hbLinkonState';
    if(isWorld)document.getElementById('sixLinks3').className = 'hbLinkonState';
    if(isMobile)document.getElementById('sixLinks5').className = 'hbLinkonState';
    if(isDownloads)document.getElementById('sixLinks6').className = 'hbLinkonState';
    function loadMobileWindow() {
    window.open("http://www.weather.com/mobile/swap/send_sms_to_phone.html","myWin","scrollbars=no,width=450,height=480");
    window.location = "http://www.weather.com/mobile/?from=gn_six_welcome";
    }
    </SCRIPT>
    <DIV id="hbSearchBox" style="display:inline;">
    <FORM ACTION="http://www.weather.com/search/enhanced&quot; METHOD="get" NAME="whatwhere" onSubmit="return checkForm();">
    <INPUT TYPE="hidden" NAME="whatprefs" VALUE="">
    <INPUT TYPE="hidden" NAME="what" VALUE="WeatherLocalUndeclared">
    <INPUT TYPE="hidden" NAME="lswe">
    <INPUT TYPE="hidden" NAME="lswa">
    <INPUT TYPE="hidden" NAME="from" VALUE="whatwhere">
    <SPAN id="hbSearchBoxFirst">Local</SPAN>blank.gif<SPAN id="hbSearchBoxSecond">weather</SPAN>

    <INPUT type="text" name="where" id="whatwhereForm" value="Enter zip or US/Intl city" style="width:146px;" onClick="MyLocation()" onMouseOver="" onKeyPress="MyLocationClose('whatwhere')" ><INPUT name="wxGoButton" id="wxGoSearchButton" type="submit" value="GO" class="wxGoButton" STYLE="width:35px;">
    </FORM>
    </DIV>

    <DIV id="whatwherezip" class="whatwhereZipClassHidden">
    <DIV id="MyLocationList">
    <script src="http://j.imwx.com/common/components/javascript/recentsearch.js"></script&gt;
    </DIV>
    </DIV>
    <SCRIPT>
    if(!hasRecentSearches && !hasMyCity && !hasMyWatchlist ){
    //This use has nothing to show.... do not show the recent search
    document.getElementById("whatwherezip").style.display = 'none';
    }else{
    if (!isMinIE4) {
    document.getElementById("whatwherezip").style.width = 147 +'px';
    document.getElementById("whatwherezip").style.left = 11 +'px';
    } else {
    document.getElementById("whatwherezip").style.width = 146 +'px';
    document.getElementById("whatwherezip").style.left = 7 +'px';
    }
    }
    </SCRIPT>

    <script>
    if(pageName == "/index.html" || pageName =="/" || pageName ==""){} else{ document.write('<SCR'+'IPT LANG'+'UAGE="JavaScript1.2" SRC="http://j.imwx.com/common/components/javascript/vanityHeader.js"></SCR'+'IPT>');}
    </script>

    <DIV id="hbBHeaderSpon" style="display:inline;">
    <DIV align="center"><script>if(typeof(OAS_listpos) == 'undefined' || OAS_listpos.indexOf("HeaderSpon") == -1){document.write('<SCR'+'IPT LANG'+'UAGE="JavaScript1.2" SRC="http://j.imwx.com/common/header/javascript/headerspon.js?10222006"></SCR'+'IPT>');}else{document.write('<div id="headSpon" style="width:151px;height:60px;"><SCR'+'IPT>OAS_AD(\'HeaderSpon\')</SCR'+'IPT></div>');}</script>

    blank.gif
    </DIV>
    </DIV>

    <DIV id="SEVERE">
    </DIV>
    <DIV id="hbBreadbox">
    </DIV>


    </DIV>
    </TD>
    </TR>
    </TABLE>


    <script language="Javascript1.2">
    var regions="nc,cn";
    var sitestormtype="other";
    var sitestormheader="Severe";
    var sitestormname="Storms";
    </script>

    <script language="Javascript1.2">
    var regions="nc,cn";
    var sitestormtype="other";
    var sitestormheader="Severe";
    var sitestormname="Storms";
    </script><SCRIPT>
    var warning_mode = false;
    var warningWordOne = "";
    var warningWordTwo = "";
    </script>

    <script>
    if(bannerImage == ""){
    bannerImage = "http://i.imwx.com/web/common/banners/summer/homepage_generic.jpg";
    }

    document.getElementById("MainHeaderImage").style.backgroundImage = "URL("+bannerImage+")";

    if(warning_mode){
    document.writeln('<sty'+'le>');document.write('#Severe{position: absolute;width: 500px;top: 41px;left: 155px;z-index:2;}');document.writeln('</sty'+'le>');
    document.write('<div id="severeinfo" style="display:none;">');
    document.write('<span id="severe_one">'+warningWordOne+'</span>blank.gif');
    document.write('<span id="severe_two">'+warningWordTwo+'</span>');
    document.write('</div>');
    var severeDivValue = readDiv('severeinfo');
    writeDiv('SEVERE',severeDivValue);
    }
    if(gnSiteMode == 'headline') {
    document.writeln('<sty'+'le>');
    document.writeln('#hbBMI1S{left:0%; z-index: 4;}#hbBMI2S{left:3.5%; z-index: 4;}#hbBMI3S{left:13.0%; z-index: 4;} #hbBMI4S{left:24.7%; z-index: 4;}#hbBMI5S{left:36.0%; z-index: 4;}#hbBMI6S{left:50.6%; z-index: 4;}#hbBMI7S{left:64.0%; z-index: 4;}#hbBMI8S{right:0%; z-index: 4;}');
    document.writeln('</sty'+'le>');
    }

    </script>


    <script>
    // Additional Vanity URL code
    //var hbNormLogo = "blank.gif";
    document.getElementById('hbBlogo').style.display = "block";
    //document.getElementById('hbBlogo').innerHTML = hbNormLogo;
    //document.getElementById('hbBlogo').style.backgroundImage = "url('http://i.imwx.com/web/common/twc/logos/twc06_2007.png')";
    // End Vanity Logo change section
    var verticalBannerImage = "";
    if(bannerImage.indexOf('generic.jpg') != -1 && verticalBannerImage.length > 1 || bannerImage == '' && verticalBannerImage.length > 1){
    bannerImage = "http://i.imwx.com/web/common/banners/summer/";
    document.getElementById("MainHeaderImage").style.backgroundImage = "URL("+bannerImage+")";
    }else if(bannerImage == ''){
    bannerImage = "http://i.imwx.com/web/common/banners/summer/homepage_generic.jpg";
    document.getElementById("MainHeaderImage").style.backgroundImage = "URL("+bannerImage+")";
    }

    var pstr = "home_weather.com_home"; //used to highlight link in the second navigation to show user where they are
    hbBMDefault = 'hdM0'; //the tab that needs to be highlighted - taller one - showing user where they are

    </script>

    <DIV id="mainBreadbox" style="visibility:hidden;display:none;">

    </DIV>

    <style>
    #parent{height:186px;}
    /*#hd{height:183px;padding-bottom:10px;}*/
    #hbBreadbox{height: 0px;}
    </style>
    <SCRIPT>
    /*~~~ psrt - var that indicates the highlighted link in the secondary navigation ~~~*/
    if(pstr!=''){
    var o = document.getElementById(pstr);
    if (o){document.getElementById(pstr).className ='hdMILinkSel';}
    }
    //setting class of the left tab next to the Default tab to a class with no right border

    function checkforDefault(){
    if(hbBMDefault != ''){
    document.getElementById(hbBMDefault).className = 'navSelected';
    defaultnum = parseFloat(hbBMDefault.substr(5,5));
    if(defaultnum>1){
    defaultnum = defaultnum-1;
    var holder = "hbBMI"+defaultnum;
    // document.getElementById(holder).className = 'hbBannerMenuItemLEFTside';
    }
    }
    }
    checkforDefault();
    //sets the specified tab to be a default tab
    if(hbBMDefault != ''){
    document.getElementById(hbBMDefault).className = 'navSelected';
    }

    var mainBreadboxValue = readDiv('mainBreadbox');
    writeDiv('hbBreadbox',mainBreadboxValue);

    </SCRIPT>



    <SCRIPT>OAS_AD('WindowShade')</SCRIPT>

    </div>
    <div id="bd">
    <div id="yui-main">
    <div class="yui-b"><div class="yui-g">
    <div id="hpMainPad">
    <div id="hpMain">
    <ul id="hpMainTabs">

    <li id="hpMainTab1" class="active" ><div onclick="myTabsClick(1)">Map</div>


    <li id="hpMainTab2" class="inactive" >
    <div onclick="tabImagesWrapper();myTabsClick(2)">Forecast<span class="videoIcon"></span></div>


    <li id="hpMainTab3" class="inactive" ><div onclick="tabImagesWrapper();myTabsClick(3)">Hurricane?<span class="videoIcon"></span></div>


    <li id="hpMainTab4" class="inactive" ><div onclick="tabImagesWrapper();myTabsClick(4)">July 4th<span class="videoIcon"></span></div>



    [/list]
    <div id="hpMainDate">

    July 3, 2008 Updated 9:13 AM ET
    </div>
    </div>
    </div>





    <div id="hpContentLeft">



    <div id="hpMainTabContent">
    <div id="hpMainTabContent1">
    <div id="hpMainImage1">us_radar_325.jpg</div>
    <div id="carousel1Wrapper">
    <div onclick="myMove(this.id)" onmouseover="carOver(this.id);" onmouseout="carOut(this.id);" id="caPrev" class="prevInactive"></div>
    <div id="viewBox1">
    <div id="viewBox2">
    <ul id="carousel1"> [*]Maps >> [*]Interactive [*]Current Weather [*]Current Temps [*]Heat Index [*]Drought Severity [*]Radar [*]Rain Forecast [*]T-storm Fcst [*]Dew Point [*]Winds/Gusts [*]Humidity [*]Fitness Index <li class="last">More maps...
    [/list]
    </div>
    </div>
    <div onclick="myMove(this.id)" onmouseover="carOver(this.id);" onmouseout="carOut(this.id);" id="caNext" class="nextActive"></div>
    <div style="clear:both;"></div>
    </div>
    </div>
    <div id="hpMainTabContent2" class="displayNone">
    <div id="hpMainImage2"> <script type="text/javascript">
    var tabImages = "http://i.imwx.com/web/multimedia/images/miscellaneous/national_325.jpg";
    </script>


    <div class="hpMainPlay"></div><img id="mmImg0" alt="National Forecast Video" border="0" width="325" height="220"> </div>





    Video: A look at the 3-day national forecast </p>
    </div>
    <div id="hpMainTabContent3" class="displayNone">
    <div id="hpMainImage3"> <script type="text/javascript">
    tabImages += ",http://i.imwx.com/web/multimedia/images/homepage/070208_tropical.jpg";
    </script>


    <img id="mmImg1" alt="Hurricane and tropical storm forecast" border="0" width="325" height="220"> </div>





    How will Atlantic tropical depression develop? </p>
    </div>
    <div id="hpMainTabContent4" class="displayNone">
    <div id="hpMainImage4"> <script type="text/javascript">
    tabImag
    when one is the, the one will be the being of willing to be the one.
  • dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    Does it work with Firefox, Opera, or some other browser?

    System restore isn't a guaranteed fix once you've been hit with a virus/malware because that can get corrupted/infected as well. It's designed for driver and configuration issues.
  • nangananga Member Posts: 201
    Try using another browser. Does the problem Persist.

    Try using another antivirus- AVG/spybot to see if the virus is still there

    I think you are still infected with that virus. Reinstalling the OS wont help. I think U need to format ur disk .a full format.

    Also what is the name of the virus u have had. Lets check the behavior pattern of that virus.
  • waltdeewaltdee Member Posts: 122
    The virus is Browser Hijacker, i tried spybot and i ran it 5 times, i tried firefox and no pages come up, doesnt even run, if i try to go to windows update website nothing appears. If i go to www.gamestop.com fo instance everything works fine. As im typing i feel more as if there really is still a corrupted OS. What im currently doing is backing up my files and reimaging the machine. What do u guys think?
    when one is the, the one will be the being of willing to be the one.
  • dynamikdynamik Banned Posts: 12,312 ■■■■■■■■■□
    Yea, a reinstallation/restoration is considered a best practice after you've gotten something on your system anyway. Practically, it's usually quicker too.
  • undomielundomiel Member Posts: 2,818
    Doing a reset to defaults on IE from the advanced page. Run "iexplore /rereg" and if that doesn't work then try sfc /scannow. You can also try this little utility: http://wiki.lunarsoft.net/wiki/Dial-a-fix

    I'd recommend a format and reinstall though. It's the safest way.
    Jumping on the IT blogging band wagon -- http://www.jefferyland.com/
  • waltdeewaltdee Member Posts: 122
    Thats true, because i can tell you that ive spent hours running software, and antivirus scans take for ever depending on the size of ur HD. So just doing a complete reinstall is the best practice. Any how....thank you guys for ur advice, talk to u guys again.
    when one is the, the one will be the being of willing to be the one.
  • nangananga Member Posts: 201
    remember the backeup files might b courrupted as well.. SO u might want to keep it quarntined from other backup daata ..
Sign In or Register to comment.