╨╧рб▒с                >  ■ 	               ?          A      ■       >                                                                                                                                                                                                                                                                                                                                                                                                                                                   ье┴ %`	  Ё┐             Ь   bjbjХ┘Х┘                  	 4(  ў│ ў│ Ь                                                                       д     ъ      ъ  ъ      ъ      ъ      ъ      ъ             ■      Ж      Ж      Ж      Ж     Т  $   ■      ═  Ў   ┬      ┬      ┬      ┬      ┬      ┬      ┬      ┬      L     N      N      N      N      N      N  $   ├  h  +   К   r                     ъ      ┬                      ┬      ┬      ┬      ┬      r              ъ      ъ      ┬              ┬      З     ,      ,      ,      ┬  Ъ  ъ      ┬      ъ      ┬      L              ,                                                      ┬      L              ,              ,      ъ      ъ                                                              ,      ┬      ╢     ░│
╩В╚        Ж      \  Ж  ,              L      Э  0   ═      ,      ╡       т  4   ╡       ,                                                                              ╡               ъ      ,      ┬      ┬      ,      ┬      ┬                                      ┬      ┬      ┬      r      r                                                                           ┬      ┬      ┬      ═      ┬      ┬      ┬      ┬              ■      ■      ■      Д  ■      ■      ■            ■      ■      ■      ъ      ъ      ъ      ъ      ъ      ъ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 //Splash Page script- http://www.dynamicdrive.com///Created: August 17th, 2007'var splashpage={// Splash Page Script Activation (1=enabled, 0=completely disabled!)splashenabled: 1,//1) URL to file on your server to display as the splashpagesplashpageurl: "http://images.google.com/",//2) Enable frequency control? (1=yes, 0=no)enablefrequency: 0,//3) display freqency: "sessiononly" or "x days" (string value). Only applicable if 3) above is enableddisplayfrequency: "5 days",//4) HTML for the header bar portion of the Splash Page// Make sure to create a link that calls "javascript:splashpage.closeit()")// An IE bug means you should not right align any image within the bar, but instead use "position:absolute" and the "right" attributedefineheader: '<div style="padding: 5px; color: white; font: bold 16px Verdana; background: black url(blockdefault.gif) center center repeat-x;"><a style="position:absolute; top: 2px; right: 5px" href="javascript:splashpage.closeit()" title="Skip to Content"><img src="images/skip.gif" border="0" width="114px" height="23px" /></a>Bought to you by Google Image...</div>',//5) cookie setting: ["cookie_name", "cookie_path"]cookiename: ["splashpagecookie", "path=/"],//6) Auto hide Splash Page after x seconds (Integer value, 0=no)?autohidetimer: 20,////No need to edit beyond here//////////////////////////////////launch:false,browserdetectstr: (window.opera&&window.getSelection) || (!window.opera && window.XMLHttpRequest), //current browser detect string to limit the script to be run in (Opera9 and other "modern" browsers)output:function(){	document.write('<div id="slashpage" style="position: absolute; z-index: 100; color: white; background-color:white">') //Main splashpage container	document.write(this.defineheader) //header portion of splashpage	document.write('<iframe name="splashpage-iframe" src="about:blank" style="margin:0; padding:0; width:100%; height: 100%"></iframe>') //iframe	document.write('<br />&nbsp;</div>')	this.splashpageref=document.getElementById("slashpage")	this.splashiframeref=window.frames["splashpage-iframe"]	this.splashiframeref.location.replace(this.splashpageurl) //Load desired URL into splashpage iframe	this.standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body	if (!/safari/i.test(navigator.userAgent)) //if not Safari, disable document scrollbars	this.standardbody.style.overflow="hidden"	this.splashpageref.style.left=0	this.splashpageref.style.top=0	this.splashpageref.style.width="100%"	this.splashpageref.style.height="100%"	this.moveuptimer=setInterval("window.scrollTo(0,0)", 50)},closeit:function(){	clearInterval(this.moveuptimer)	this.splashpageref.style.display="none"	this.splashiframeref.location.replace("about:blank")	this.standardbody.style.overflow="auto"},init:function(){	if (this.enablefrequency==1){ //if frequency control turned on		if (/sessiononly/i.test(this.displayfrequency)){ //if session only control			if (this.getCookie(this.cookiename[0]+"_s")==null){ //if session cookie is empty				this.setCookie(this.cookiename[0]+"_s", "loaded")				this.launch=true			}		}		else if (/day/i.test(this.displayfrequency)){ //if persistence control in days			if (this.getCookie(this.cookiename[0])==null || parseInt(this.getCookie(this.cookiename[0]))!=parseInt(this.displayfrequency)){ //if persistent cookie is empty or admin has changed number of days to persist from that of the stored value (meaning, reset it)				this.setCookie(this.cookiename[0], parseInt(this.displayfrequency), parseInt(this.displayfrequency))				this.launch=true			} 		}	}	else //else if enablefrequency is off		this.launch=true	if (this.launch){		this.output()		if (parseInt(this.autohidetimer)>0)			setTimeout("splashpage.closeit()", parseInt(this.autohidetimer)*1000)	}},getCookie:function(Name){	var re=new RegExp(Name+"=[^;]+", "i"); //construct RE to search for target name/value pair	if (document.cookie.match(re)) //if cookie found		return document.cookie.match(re)[0].split("=")[1] //return its value	return null},setCookie:function(name, value, days){	var expireDate = new Date()	//set "expstring" to either an explicit date (past or future)	if (typeof days!="undefined"){ //if set persistent cookie		var expstring=expireDate.setDate(expireDate.getDate()+parseInt(days))		document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()+"; "+splashpage.cookiename[1] //last portion sets cookie path	}else //else if this is a session only cookie setting	document.cookie = name+"="+value+"; "+splashpage.cookiename[1] //last portion sets cookie path}}if (splashpage.browserdetectstr && splashpage.splashenabled==1)	splashpage.init()                                                                                                                                                                                                                                                                                                                                                                       ╧	  у	           Ь  ∙ї∙ї∙ї∙                                                                                                                                                                                                                                                                                                                                                                                                                                                                   hO'\  h█:╘ h█:╘    3  Q  R  c  и  ║  ╗  °  $	  %	  R	  f	  g	  ╧	  ы	  ь	  $
  p
  Ў
  ў
  k  l  а  ╠  ═    "  #  e  ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·                 gdO'\     Ь  ¤                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  e  f  t  =  >  Q  ф  &  ╡  █    M  ▓    k  Ц  ╖  ╫  ■  &  `  c  d  x  Щ  ┬  °  !  $  %  ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·                 gdO'\  %  6  v  ├    M  b  g  k  ╝  └  )  >  D  H  K  r  Е  Ш  и  ╬          8  Ф  ╞      ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·                 gdO'\        E  b  б  ▄  $  л  о  у  C  E  F  H  I  Й  Ь  ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·            ·                                                                                                                                                                                                                             gdO'\  2 1Рh:pO'\ ░╨/ ░р=!░'"░'#Ра$Ра%░  ░╨░╨Р╨                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ж   Ь                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @  @ё  @          N o r m a l       CJ _HaJ mH	sH	tH	                  D A Є б D          D e f a u l t   P a r a g r a p h   F o n t     R i є │ R          T a b l e   N o r m a l    Ў  4╓ 
l 4╓   aЎ      ( k Ї ┴ (           N o   L i s t          D Z@ Є D   =ў   
 P l a i n   T e x t      CJ OJ QJ ^J aJ     Ь    (           3   Q   R   c   и   ║   ╗   °   $  %  R  f  g  ╧  ы  ь  $  p  Ў  ў  k  l  а  ╠  ═    "  #  e  f  t  =  >  Q  ф  &  ╡  █    M  ▓  	  k	  Ц	  ╖	  ╫	  ■	  &
  `
  c
  d
  x
  Щ
  ┬
  °
  !  $  %  6  v  ├    M  b  g  k  ╝  └  )  >  D  H  K  r  Е  Ш  и  ╬          8  Ф  ╞          E  b  б  ▄  $  л  о  у  C  E  F  H  I  Й  Ю  Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А          Ш   0       А   А              3   Q   R   c   и   ║   ╗   °   $  %  R  Ю  HС 0                    АHС 0                    АHС 0                    АHС 0                    АHС 0                    АHС 0                    АHС 0                    АHС 0                    АHС 0                    АHС 0                    АHС 0                    АJС 0                    Ъ   Ь        e  %    Ь                 Ь         R   U   V   `   и   ╡   э   ў   °     R  a  t  |    К  ╧  ▀  с  у  N  k  ╔  ┌  ў    Y  \  ]  m  v  |  Т  г  ╗  ┐  ┴  ▐  √  ■           Г  О  Т  Э  а  к  о  ╛      f  r  t  Д  З  и  п  ╗  ┐  ╘  >  M  R  `  k  t  ╕  ├  ╧  ┘  х  є  Ї      %  '  5  8  >  E  V  X  [  ]  h  в  и  о  ┤  ╢  ─  ╟  ╔  ═  ╤  ▄  ю  я          )  *  7  9  J  N  s  t  Ж  а  к  л  ▒  │  ─  ╞  ┘  ъ  	  	  	  !	  '	  (	  ;	  l	  М	  Ч	  ┤	  ╕	  ╘	  ╪	  Ў	   	  
  '
  7
  8
  C
  E
  T
  d
  t
  y
  Ж
  З
  Ч
  Ъ
  ║
  ├
  ш
  ъ
  ї
  ∙
    %  2  ;  O  }  П  Р  е  ╩  ╪  ┘  ш    )  *  9  Q  \  {  Б  В  Ч  ├  ╤  ╥  с  я  ў  °          %  &  ;  ─  ╥  ╙  т  ч  я  Ё          &  -  8  [  j  t    К  Х  Ъ  е  о  ╢  ╖  ╔  ╤  █  ▌  я  Ї  №  ¤      0  9  <  D  J  [  \  Щ  о  ╧  ф    0  F  I  J  T  j  s  ж  м  ▐  с  т  ы  ь  ■           &  5  T  j  r  З  ф  є  
    M  h  l  Д  К  Щ  Ю                                                                                                                                                                                                                                                                                               R   U   и   ╡   °     %  C  R  a  ╧  ъ  X  k  ╤  ┌  а  к      f  m  t  Д  >  E  R  a  х  Ї  '  6  ╢  ┼  я    *  8  N  t  ─  ╞  ъ  	  	  	  8
  D
  d
  l
  y
  З
  ├
  щ
  %  *  7  9  x  z  ╞  ╚    *  m  q  ─  ╙  L  P  Ж  И  Ъ  ж  к  м  ╤  ▄    (  9  <  Х  Ч  ╚  ╬        (  F  I  в  д  ▐  с  T  k  о  ▓  
     I  K  К  Ы  Ю   3  3  3  3  3    3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3      т  у           Ы  Ю              с  у  Ю              х          O'\ █:╘  @А у  у  |N'  у      у             Ь  @   @        U n k n o w n                                               GР  Зz     А              T i m e s   N e w   R o m a n   5Р                   А    S y m b o l   3&Р  Зz     А              A r i a l   ?5Р  	Зz     А              C o u r i e r   N e w   "  qИ Ё╨  h    S├&S├&        ╟  ╒   	    !   ╟  ╒   	   !       ! Ё                                                                                                                                                                                                                                                                                                                        'а┤ ┤ ББ24              У  У                                                                        2Г Ё                              HX    (Ё  ?                           █:╘     2                            / / S p l a s h   P a g e   s c r i p t -   h t t p : / / w w w        h a r r i s m 1  h a r r i s m 1                                                                                                                                                                                                                                                                                                                                                                ■                       рЕЯЄ∙OhлС +'│┘0   Ф        Р      Ш      ─      ╨      ф      Ё      №        	   $     0  
   P     \     h     t     |     Д     М     ф     $   //Splash Page script- http://www                    harrism1                              Normal.dot        harrism1          2         Microsoft Office Word   @    ╥Ik    @    `r╩В╚@    `r╩В╚         ╟     ╒                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ■                       ╒═╒Ь.УЧ +,∙о0           h      p      А      И      Р      Ш      а      и      ░      ╕      └      э      ф        Thomson    !      	      У     ║                                  !   //Splash Page script- http://www            Title                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	   
                                 ■                        ■             !   "   #   $   %   &   '   (   )   *   +   ,   -   ■   /   0   1   2   3   4   5   ■   7   8   9   :   ;   <   =   ■   ¤   @   ■   ■   ■                                                                                                                                                                                                                                                       R o o t   E n t r y                                                         	     └      F            АU╩В╚B   А       D a t a                                                         
                                                           1 T a b l e                                                                                                       ╡       W o r d D o c u m e n t                                                                                            4(       S u m m a r y I n f o r m a t i o n                           (                                                 .           D o c u m e n t S u m m a r y I n f o r m a t i o n           8                                                6           C o m p O b j                                                                                                       q                                                                                                                                          ■                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ■ 
      	     └      F   Microsoft Office Word Document 
   MSWordDoc    Word.Document.8 Ї9▓q                                                                                                                                                                                                                                                                                                                                                                                                                           