ÿþ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"> <head> <style type="text/css"> .flashclass{ /*sample CSS class added to image slideshow container*/ width: 200px; /*a width should be defined for transition to work*/ border: 5px solid orange; padding: 5px; } .flashclass img{ border-width: 0; } </style> <style> v\:* { behavior: url(#default#VML) } o\:* { behavior: url(#default#VML) } .shape { behavior: url(#default#VML) } </style> <meta content="text/html; charset=unicode" http-equiv="Content-Type"> <meta name="GENERATOR" content="MSHTML 8.00.6001.18928"> <link rel="File-List" href="index_files/filelist.xml"> <!-- ***** Hogan's Note: Part #1 of Slideshow Starts here. ***** --> <style type="text/css"> .flashclass{ /*sample CSS class added to image slideshow container*/ width: 200px; /*a width should be defined for transition to work*/ border: 5px solid orange; padding: 5px; } .flashclass img{ border-width: 0; } </style> <script type="text/javascript" src="../../transitionshow.js"> /*********************************************** * Random Transitions Slideshow- by JavaScript Kit (www.javascriptkit.com) * This notice must stay intact for usage * Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code ***********************************************/ </script> <!-- ***** Hogan's Note: Part #1 of Slideshow ends here. ***** --> <!--[if !mso]> <style> v\:* { behavior: url(#default#VML) } o\:* { behavior: url(#default#VML) } .shape { behavior: url(#default#VML) } </style> <![endif]--> <script language="JavaScript"> <!-- function FP_swapImg() {//v1.0 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length; n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm; elm.$src=elm.src; elm.src=args[n+1]; } } } function FP_preloadImgs() {//v1.0 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array(); for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; } } function FP_getObjectByID(id,o) {//v1.0 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id); else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el; if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c) for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; } f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements; for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } } return null; } // --> </script> </head> <!--[if gte mso 9]> <xml><o:shapedefaults v:ext="edit" spidmax="1027"/> </xml><![endif]--> <center> <BODY BACKGROUND="ani-stars-bg.gif" BGCOLOR="#000000" TEXT="#FFFF00" bgproperties="fixed" alink="#ff6600" link="#ff6600" vLink=#ff6600 onload="FP_preloadImgs(/*url*/'button2.jpg', /*url*/'button3.jpg')"> <!-- add to the body of the page--> <SCRIPT language=JavaScript> dCol='FFFFFF';//date colour. fCol='FFFFFF';//face colour. sCol='FFFFFF';//seconds colour. mCol='FFFFFF';//minutes colour. hCol='FFFFFF';//hours colour. ClockHeight=40; ClockWidth=40; ClockFromMouseY=0; ClockFromMouseX=100; //Alter nothing below! Alignments will be lost! d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY"); m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='Arial'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props="<font face="+font+" size="+size+" color="+fCol+"><B>"; props2="<font face="+font+" size="+size+" color="+dCol+"><B>"; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5 HandY=-7; HandX=-2.5; scrll=0; step=0.06; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0} if (ns){ for (i=0; i < D.length; i++) document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D[i]+'</font></center></layer>'); for (i=0; i < n; i++) document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face[i]+'</font></center></layer>'); for (i=0; i < S.length; i++) document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S[i]+'</b></center></font></layer>'); for (i=0; i < M.length; i++) document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M[i]+'</b></center></font></layer>'); for (i=0; i < H.length; i++) document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H[i]+'</b></center></font></layer>'); } if (ie){ document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < D.length; i++) document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face[i]+'</B></font></div>'); document.write('</div></div>'); document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < H.length; i++) document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H[i]+'</div>'); document.write('</div></div>'); document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < M.length; i++) document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M[i]+'</div>'); document.write('</div></div>') document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < S.length; i++) document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S[i]+'</div>'); document.write('</div></div>') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style; F.top=y[i] + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x[i] + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours[i].style; HL.top=y[i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x[i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes[i].style; ML.top=y[i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x[i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds[i].style; SL.top=y[i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x[i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate[i].style; DL.top=Dy[i] + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll; DL.left=Dx[i] + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy[i]=Math.round(DY[i]+=(Dy[i-1]-DY[i])*speed); Dx[i]=Math.round(DX[i]+=(Dx[i-1]-DX[i])*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed); x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; </SCRIPT> <center> &nbsp;<table width="789" border="20" > <tr> <td> <center> <table border="10" bgcolor="#6699ff" size="2" width="768" ><tbody> <tr > <td> <center> <table id="table23" width="759" border="5" bordercolor="orange" BGCOLOR="#6699ff"><tr> <td bgcolor="black"> <table width="762"><tr><td width="163"> <img src="defcon19bage1.png" width="146" height="189" bordercolor="#ff9933" border="4"></td> <td width="355"><font Arial Rounded MT Bold size="size="2"color="#FFA500" Boldsize="1" color="#ffa500" face="Arial Narrow"> <!--[if gte vml 1]><v:shapetype id="_x0000_t154" coordsize="21600,21600" o:spt="154" adj="9600" path="m0@2l21600,m,21600l21600@0e"> <v:formulas> <v:f eqn="val #0"/> <v:f eqn="sum 21600 0 #0"/> <v:f eqn="prod @1 1 4"/> <v:f eqn="prod #0 1 2"/> <v:f eqn="prod @2 1 2"/> <v:f eqn="sum @3 10800 0"/> <v:f eqn="sum @4 10800 0"/> <v:f eqn="sum @0 21600 @2"/> <v:f eqn="prod @7 1 2"/> </v:formulas> <v:path textpathok="t" o:connecttype="custom" o:connectlocs="10800,@4;0,@6;10800,@5;21600,@3" o:connectangles="270,180,90,0"/> <v:textpath on="t" fitshape="t"/> <v:handles> <v:h position="bottomRight,#0" yrange="6171,21600"/> </v:handles> <o:lock v:ext="edit" text="t" shapetype="t"/> </v:shapetype><v:shape id="_x0000_s1025" type="#_x0000_t154" style='width:210pt; height:103.2pt;rotation:302477fd' adj="12293" fillcolor="#ffe701"> <v:fill color2="#fe3e02" focusposition="1,1" focussize="" focus="100%" type="gradient"/> <v:shadow color="#868686"/> <o:extrusion v:ext="view" color="#f60" on="t" rotationangle="18,18" viewpoint="0,0" viewpointorigin="0,0" skewangle="0" skewamt="0" brightness="4000f" lightposition=",50000" lightlevel="52000f" lightlevel2="14000f" type="perspective" lightharsh2="t"/> <v:textpath style='font-family:"Impact";font-size:24pt;v-text-kern:t' trim="t" fitpath="t" string="Hogan Solutions&#13;&#10;Info Tech &amp; Cyber Security&#13;&#10;"/> </v:shape><![endif]--><![if !vml]><img border=0 width=355 height=168 src="index_files/image001.gif" alt="Hogan Solutions&#13;&#10;Info Tech &amp; Cyber Security&#13;&#10;" v:shapes="_x0000_s1025"><![endif]></font></td><td> <font face="Arial Narrow" color="#FFFFFF"> <p align="center"><br> <b>10265 SW 74th Ter.<br> Ocala, FL 34476</center> </b> <p align="center"><b>{352} 237-9929&nbsp;&nbsp;&nbsp;or&nbsp;</b>&nbsp; <b> <a href="mailto:frank@hogansolutions.com"> <font face="Arial" color="#FF9933"> frank@hogansolutions.com</font></a></b></font></td></tr></table></center> </td></tr></table> </center> <center> <table id="table23" width="799" height="250" border="5" bordercolor="orange" BGCOLOR="#6699ff"><tr> <td BGCOLOR="6699ff"> <center> &nbsp;<table id="table13" width="162" border="5" bordercolor="orange" BGCOLOR="#6699ff"> <tr><td BGCOLOR="black"><p align="center"><a class="NavBar" href="index.shtml"> <font face="Arial Black" color="#FFA500" size="6"><strong><b>HOME </b></strong></font></a></td></tr></table></center> <br> <center> <table id="table14" width="169" border="5" bordercolor="orange" BGCOLOR="#6699ff"> <tr><td bgcolor="black"> <p align="left"> <b> <font face="Arial Black" color="#FFFFFF">&nbsp;&nbsp;Hogan&#39;s<br>&nbsp;&nbsp;Biographical</font></b></font></p> <strong><font face="Arial"><font color="#FFFFFF">&nbsp;&nbsp;&nbsp;&nbsp; A.&nbsp;</font> <a href="http://www.hogansolutions.com/bio1.htm"> <font color="#FFFFFF">(Short<BR> <span style="text-decoration: none">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</span>Version)</font></a></font></p> </strong></font> <font face="Arial Narrow" color="#FFFFFF"> <strong>&nbsp;<font color="#FFFFFF" face="Arial">&nbsp;&nbsp; B.&nbsp; <a href="http://www.hogansolutions.com/bio2.htm"> <font color="#FFFFFF">(Longer<BR><span style="text-decoration: none"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>Version)</font></a></td></tr></table></center> <!-- end of second branch --> <!-- Start of third branch xxxxxx.... hogan --> <center> &nbsp;<table id="table15" width="162" border="5" bordercolor="orange" BGCOLOR="#6699ff"><tr> <td bgcolor="black"><p align="center"> <a href="http://www.hogansolutions.com/usafss/nsagood.html"> <strong> <font face="Arial" color="#FFFFFF"> For <br> NSA&nbsp; &amp;&nbsp; Hacker<br>Comrades</font></b></strong></td></tr></table></center> <center> <center> &nbsp;<table id="table26" width="162" border="5" bordercolor="orange" BGCOLOR="#6699ff"><tr> <td bgcolor="black"> <p align="center"> <a id="table #11" class="NavBar" href="http://www.hogansolutions.com/newfive.htm"> <b><strong><font face="Arial" color="#FFFFFF">Buffalo<br> Soldiers<br>Tribute</font></strong></b> </td></tr></table></center> <br> <center> <table id="table17" width="162" border="5" bordercolor="orange" BGCOLOR="#6699ff"><tr> <td bgcolor="black"><p align="center"><a class="NavBar" href="http://www.hogansolutions.com/services.htm"> <b><strong><font color="#FFFFFF" face="Arial">Our<br>Service</font></strong></b></a></td></tr></table> <p align="center">&nbsp;</p> </td > <td width="75%" height="30" BGCOLOR="#6699ff" > <center><b> <table style="><tbody><tr><td> <center><table id="Table #2 - Starts Here0" border="8" cellspacing="0" borderColor="" cellPadding=0 align=center width="35" id="table25"> <tbody> <tr> <td bgcolor="black" valign="top"> <center> <div><b><font color="#FF9933"><!--ZOOMSTOP--> <script type="text/javascript" src="http://www.javascriptkit.com/jkincludes/dropdowntabs.js"> </script> </font></b> <div id="contentwrapper5"> <div id="middlecolumn5"> <center> <b><font color="white"> <!--webbot bot="HTMLMarkup" startspan --> <script type="text/javascript"> var flashyshow=new flashyslideshow({ //create instance of slideshow wrapperid: "myslideshow", //unique ID for this slideshow wrapperclass: "flashclass", //desired CSS class for this slideshow imagearray: [ ["http://www.hogansolutions.com/show/u1.jpg", "", "", "u1"], ["http://www.hogansolutions.com/show/u2.jpg", "", "", "u2"], ["http://www.hogansolutions.com/show/u20.gif", "", "", "u20"], ["http://www.hogansolutions.com/show/u30.jpg", "", "", "u30"], ["http://www.hogansolutions.com/show/defcon19bage3.jpg", "", "", "x5"], ["http://www.hogansolutions.com/show/u3.jpg", "", "", "u3"], ["http://www.hogansolutions.com/show/u4.jpg", "", "", "u4"], ["http://www.hogansolutions.com/show/u6.jpg", "", "", "u6"], ["http://www.hogansolutions.com/show/u36.jpg", "", "", "u36"], ["http://www.hogansolutions.com/show/u39.jpg", "", "", "u39"], ["http://www.hogansolutions.com/show/u7.jpg", "", "", "u7"], ["http://www.hogansolutions.com/show/u8.jpg", "", "", "u8"], ["http://www.hogansolutions.com/show/u9.jpg", "", "", "u9"], ["http://www.hogansolutions.com/show/u10.jpg", "", "", "u10"], ["http://www.hogansolutions.com/show/u11.jpg", "", "", "u11"], ["http://www.hogansolutions.com/show/u12.jpg", "", "", "u12"], ["http://www.hogansolutions.com/show/u13.jpg", "", "", "u13"], ["http://www.hogansolutions.com/show/u14.jpg", "", "", "u14"], ["http://www.hogansolutions.com/show/u15.jpg", "", "", "u15"], ["http://www.hogansolutions.com/show/u17.jpg", "", "", "u17"], ["http://www.hogansolutions.com/show/u18.jpg", "", "", "u18"], ["http://www.hogansolutions.com/show/u19.jpg", "", "", "u19"], ["http://www.hogansolutions.com/show/u21.jpg", "", "", "u21"], ["http://www.hogansolutions.com/show/u23.jpg", "", "", "u23"], ["http://www.hogansolutions.com/show/u24.jpg", "", "", "u24"], ["http://www.hogansolutions.com/show/u25.jpg", "", "", "u25"], ["http://www.hogansolutions.com/show/u27.jpg", "", "", "u27"], ["http://www.hogansolutions.com/show/u29.jpg", "", "", "u29"], ["http://www.hogansolutions.com/show/u26.jpg", "", "", "u26"], ["http://www.hogansolutions.com/show/u32.jpg", "", "", "u32"], ["http://www.hogansolutions.com/show/u33.jpg", "", "", "u33"], ["http://www.hogansolutions.com/show/u42.jpg", "", "", "u42"], ["http://www.hogansolutions.com/show/u16.jpg", "", "", "u16"], ["http://www.hogansolutions.com/show/u22.jpg", "", "", "u22"], ["http://www.hogansolutions.com/show/u28.jpg", "", "", "u28"], ["http://www.hogansolutions.com/show/u29.jpg", "", "", "u29"], ["http://www.hogansolutions.com/show/u31.jpg", "", "", "u31"], ["http://www.hogansolutions.com/show/u34.jpg", "", "", "u34"], ["http://www.hogansolutions.com/show/u35.jpg", "", "", "u35"], ["http://www.hogansolutions.com/show/u38.jpg", "", "", "u38"], ["http://www.hogansolutions.com/show/u40.jpg", "", "", "u40"], ["http://www.hogansolutions.com/show/u45.jpg", "", "", "u45"], ["http://www.hogansolutions.com/show/u48.jpg", "", "", "u48"], ["http://www.hogansolutions.com/show/u44.jpg", "", "", "u44"], ["http://www.hogansolutions.com/show/u41.jpg", "", "", "u41"], ["http://www.hogansolutions.com/show/u37.jpg", "", "", "u37"], ["http://www.hogansolutions.com/show/defcon1.jpg", "", "", "x1"], ["http://www.hogansolutions.com/show/defconskulls.jpg", "", "", "x2"], ["http://www.hogansolutions.com/show/defconblackhat.jpg", "", "", "x3"], ["http://www.hogansolutions.com/show/defcon19bage2.jpg", "", "", "x4"], ["http://www.hogansolutions.com/show/u46.jpg", "", "", "u46"], ["http://www.hogansolutions.com/show/u43.jpg", "", "", "u43"], ["http://www.hogansolutions.com/show/u47.jpg", "", "", "u47"] ], pause: 3000, //pause between content change (millisec) transduration: 1000 //duration of transition (affects only IE users) })</script> <!--webbot bot="HTMLMarkup" endspan i-checksum="28503" --> </font></b> </center> </td></tr> <tr> <td> </td></tr> </table> </center> </b> </center> </td></tr></table> <b> <center> <table id="table23" width="761" border="5" bordercolor="orange" BGCOLOR="#6699ff"><tr> <td> <center>&nbsp;<b><p align="justify"><blockquote> <p align="justify"> <font size="5" face="Arial Black" color="#FFFFFF">WELCOME:</font><font size="5" face="Arial Narrow" color="#FFFFFF"> </font> <font size="5" face="Arial Narrow" color="#000080">&nbsp;</font></font><font size="4" color="#000080" face="Arial Narrow">&nbsp;</font><font size="4" face="Arial Narrow" color="#000000"> </font> <font size="5" face="Arial Narrow" color="#FFFFFF"> <u>Hogan Solutions</u> is a Information Technology (IT) consultant company, recognized in the community of&nbsp;<u>IT &amp; Cyber Security</u> professionals for its many significant accomplishments designing, developing, and managing some of the most important large scale nationwide <u> Telecommunications and Data Base Management Systems</u>&nbsp; created for the Dept. of Defense, US Government, and numerous private companies. </font> </p> <center> </p> <center> <P align=justify> <font face="Arial Narrow" color="#FFFFFF" size="5">We can also provide your company with this same quality of service, and we guarantee that the service we provide will meet or exceed your demanding requirements.</font><font color="#ff9933" face="Arial Black" size="4"></blockquote> </td></tr></table></center> <center> <table id="table17" width="759" border="5" bordercolor="orange" BGCOLOR="#6699ff"><tr> <td bgcolor="black"> <center><table width="695" id="table20" > <tr> <td width="25%"> <b><font size="2" face="Arial" color="#FFFFFF">&nbsp;&nbsp;&nbsp; Visitors #&nbsp;&nbsp;&nbsp; &nbsp;</font></b><font size="2" face="Arial" color="#FFFFFF"><font face="Arial Narrow" color="#FF9933" size="5"><a href="http://www.free-counters.co.uk/" target="_blank"><img src="http://006.free-counters.co.uk/count-006.pl?count=hogansolutions&type=links&prog=hit" width="150" height="26" border="0" alt="image counter" title="image counter"></a></font> </font><font face="Arial" color="#FFFFFF"> </td> <td > &nbsp;<font size="5" color="#000000"><b><font face="Arial Narrow" color="#6699FF" size="5">&nbsp;</font> <sub><span style="text-transform: uppercase"><em style="font-style: normal"> <font size="4" face="Arial Narrow" color="#FF9933"> <EMBED ALIGN="CENTER" SRC="musicx.m3u" HEIGHT="70" WIDTH="260" AUTOSTART="true" CONTROLS=SMALLCONSOLE VOLUME="25%" MASTERSOUND></EMBED> <!-- <EMBED SRC="musicx.m3u" HEIGHT=77 WIDTH=236 AUTOSTART=true VOLUME=10 loop=0 realplayer> --> </font></em></span></sub></b></font> <p align="center"> <b> <font color="#FFFFFF" size="2" face="Arial">May 8, 2012 </b></font> </td> <td width="214"> <center> <b><font size="2" face="Arial" color="#FFFFFF"> &nbsp;&nbsp; © Copyrightghtght<br> Hogan Solutions<br> IT &amp; Cyber Security. <br> All Copy Rights Reserved </font> </center> </td></tr></table></center> </td></tr></table></center> </td></tr></table></center> </td></tr></table></center> </body> </html>