<!--
var isnMonths=new initArray("January","February","March","April","May","June","July","August","September","October","November","December");
var isnDays= new initArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday");
today=new Date();
hrs=today.getHours();
min=today.getMinutes();
sec=today.getSeconds();
clckh=""+((hrs>12)?hrs-12:hrs); 
clckm=((min<10)?"0":"")+min;
clcks=((sec<10)?"0":"")+sec;
clck=(hrs>=12)?"p.m.":"a.m.";
var stnr="";
var ns="0123456789";
var a="";
/* Locations can be edited manually by updating 'wx_locID' below.  Please also update */
/* the location name and link in the above div (wx_module) to reflect any changes made. */
var wx_locID = 'USNV0049';
/* If you are editing locations manually and are adding multiple modules to one page, each */
/* module must have a unique div id.  Please append a unique # to the div above, as well */
/* as the one referenced just below.  If you use the builder to create individual modules  */
/* you will not need to edit these parameters. */
var wx_targetDiv = 'wx_module_7652';
/* Please do not change the configuration value [wx_config] manually - your module */
/* will no longer function if you do.  If at any time you wish to modify this */
/* configuration please use the graphical configuration tool found at */
var wx_config='SZ=180x150*WX=FHW*LNK=SSNL*UNT=F*BGI=seasonal1*MAP=null|null*DN=integritymobilehomes.com*TIER=0*PID=1052477540*MD5=670197d26cbab5eb5349fd22d2b6b4fd';
function getFullYear(d){ yr = d.getYear(); if (yr < 1000) yr+=1900; return yr;}
function initArray(){ 
    for(i=0;i<initArray.arguments.length; i++)
        this[i] = initArray.arguments[i];
    }
    
function MM_swapImgRestore(){
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++)
    x.src=x.oSrc;
    }
    
function MM_preloadImages(){
    var d=document;
    if(d.images)
        {
        if(!d.MM_p)
            d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
        for(i=0; i<a.length; i++)
            if (a[i].indexOf("#")!=0)
                { d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}
        }
    }

function MM_findObj(n, d){
    var p,i,x;
    if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length)
        {    
        d=parent.frames[n.substring(p+1)].document;
        n=n.substring(0,p);
        }
    if(!(x=d[n])&&d.all) x=d.all[n];
    for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
    return x;
    }

function MM_swapImage(){
    var i,j=0,x,a=MM_swapImage.arguments; 
    document.MM_sr=new Array; 
    for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    }
   //-->