ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0026)http://jaredletoonline.net/ --> <HTML><HEAD><TITLE>" " Jared Leto Online .NET  Your #1 Source for Everything Jared Leto</TITLE><LINK href="http://jaredletoonline.net/favicon.ico" rel="SHORTCUT ICON"><LINK href="http://jaredletoonline.net/animated_favicon.gif" type=image/gif rel="SHORTCUT ICON"> <SCRIPT src="jaredletoonline_archivos/desiring" type=text/javascript> </SCRIPT> <SCRIPT src="jaredletoonline_archivos/dropdowntabs.js" type=text/javascript> /*********************************************** * Drop Down Tabs Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </SCRIPT> <SCRIPT language=JavaScript1.2> function high(which2){theobject=which2 highlighting=setInterval("highlightit(theobject)",30)}function low(which2){clearInterval(highlighting) which2.filters.alpha.opacity=50}function highlightit(cur2){ if (cur2.filters.alpha.opacity<100) cur2.filters.alpha.opacity+=5 else if (window.highlighting)clearInterval(highlighting)}</SCRIPT> </SCRIPT> <SCRIPT src="jaredletoonline_archivos/oodomimagerollover.js" type=text/javascript> /*********************************************** * DOM Image Rollover II- By Adam Smith (http://www.codevendor.com) * Script featured on and available at Dynamic Drive (http://www.dynamicdrive.com) * Keep this notice intact for usage please ***********************************************/ </SCRIPT> <SCRIPT type=text/javascript> /*********************************************** * Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ var fadeimages=new Array() //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0]=["http://www.jaredletoonline.net/jaredletoonline_archivos/01.JPG", "", ""] //plain image syntax fadeimages[1]=["http://www.jaredletoonline.net/jaredletoonline_archivos/02.JPG", "", ""] //plain image syntax fadeimages[2]=["http://www.jaredletoonline.net/jaredletoonline_archivos/03.JPG", "", ""] //plain image syntax fadeimages[3]=["http://www.jaredletoonline.net/jaredletoonline_archivos/04.JPG", "", ""] //plain image syntax fadeimages[4]=["http://www.jaredletoonline.net/jaredletoonline_archivos/05.JPG", "", ""] //plain image syntax fadeimages[5]=["http://www.jaredletoonline.net/jaredletoonline_archivos/06.JPG", "", ""] //plain image syntax fadeimages[6]=["http://www.jaredletoonline.net/jaredletoonline_archivos/07.JPG", "", ""] //plain image syntax fadeimages[7]=["http://www.jaredletoonline.net/jaredletoonline_archivos/08.JPG", "", ""] //plain image syntax var fadebgcolor="#e0ddd6" ////NO need to edit beyond here///////////// var fadearray=new Array() //array to cache fadeshow instances var fadeclear=new Array() //array to cache corresponding clearinterval pointers var dom=(document.getElementById) //modern dom browsers var iebrowser=document.all function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){ this.pausecheck=pause this.mouseovercheck=0 this.delay=delay this.degree=10 //initial opacity degree (10%) this.curimageindex=0 this.nextimageindex=1 fadearray[fadearray.length]=this this.slideshowid=fadearray.length-1 this.canvasbase="canvas"+this.slideshowid this.curcanvas=this.canvasbase+"_0" if (typeof displayorder!="undefined") theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :) this.theimages=theimages this.imageborder=parseInt(borderwidth) this.postimages=new Array() //preload images for (p=0;p<theimages.length;p++){ this.postimages[p]=new Image() this.postimages[p].src=theimages[p][0] } var fadewidth=fadewidth+this.imageborder*2 var fadeheight=fadeheight+this.imageborder*2 if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox) document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=25);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=25);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>') else document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>') if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox this.startit() else{ this.curimageindex++ setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay) } } function fadepic(obj){ if (obj.degree<100){ obj.degree+=25 if (obj.tempobj.filters&&obj.tempobj.filters[0]){ if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+ obj.tempobj.filters[0].opacity=obj.degree else //else if IE5.5- obj.tempobj.style.filter="alpha(opacity="+obj.degree+")" } else if (obj.tempobj.style.MozOpacity) obj.tempobj.style.MozOpacity=obj.degree/101 else if (obj.tempobj.style.KhtmlOpacity) obj.tempobj.style.KhtmlOpacity=obj.degree/100 else if (obj.tempobj.style.opacity&&!obj.tempobj.filters) obj.tempobj.style.opacity=obj.degree/101 } else{ clearInterval(fadeclear[obj.slideshowid]) obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1" obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas) obj.populateslide(obj.tempobj, obj.nextimageindex) obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0 setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay) } } fadeshow.prototype.populateslide=function(picobj, picindex){ var slideHTML="" if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">' slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">' if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML+='</a>' picobj.innerHTML=slideHTML } fadeshow.prototype.rotateimage=function(){ if (this.pausecheck==1) //if pause onMouseover enabled, cache object var cacheobj=this if (this.mouseovercheck==1) setTimeout(function(){cacheobj.rotateimage()}, 100) else if (iebrowser&&dom||dom){ this.resetit() var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) crossobj.style.zIndex++ fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50) this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0" } else{ var ns4imgobj=document.images['defaultslide'+this.slideshowid] ns4imgobj.src=this.postimages[this.curimageindex].src } this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0 } fadeshow.prototype.resetit=function(){ this.degree=10 var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) if (crossobj.filters&&crossobj.filters[0]){ if (typeof crossobj.filters[0].opacity=="number") //if IE6+ crossobj.filters(0).opacity=this.degree else //else if IE5.5- crossobj.style.filter="alpha(opacity="+this.degree+")" } else if (crossobj.style.MozOpacity) crossobj.style.MozOpacity=this.degree/101 else if (crossobj.style.KhtmlOpacity) crossobj.style.KhtmlOpacity=this.degree/100 else if (crossobj.style.opacity&&!crossobj.filters) crossobj.style.opacity=this.degree/101 } fadeshow.prototype.startit=function(){ var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) this.populateslide(crossobj, this.curimageindex) if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER var cacheobj=this var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid) crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1} crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0} } this.rotateimage() } </SCRIPT> <LINK href="jaredletoonline_archivos/css.css" type=text/css rel=stylesheet> <META http-equiv=pragma content=no-cache> <META content="Welcome to Jared Leto Online .Net | JLO.Net| JLC.Net the most complete resource for actor Jared Leto Online . Is an unofficial fansite exclusively dedicated to supporting &amp; promoting the career of the American actor. I'm here to bring you the newest info, photos, interview, videos, graphics for keeping you up to date." name=description> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.6000.16735" name=GENERATOR></HEAD> <BODY> <DIV id=bg></DIV> <DIV style="LEFT: px; POSITION: absolute; TOP: 0px"> <TABLE id=Table_01 height=192 cellSpacing=0 cellPadding=0 width=920 border=0> <TBODY> <TR> <TD><IMG height=274 LEFT: 30px alt="" src="jaredletoonline_archivos/main_01.jpg" width=1069></TD></TR></TBODY></TABLE></DIV> <DIV style="LEFT: 45px; POSITION: absolute; TOP: 273px"> <TABLE id=Table_01 height=738 cellSpacing=0 cellPadding=0 width=920 border=0> <TBODY> <TR> <TD><IMG height=363 alt="" src="jaredletoonline_archivos/main_02.jpg" width=920></TD></TR> <TR> <TD><IMG height=445 alt="" src="jaredletoonline_archivos/main_03.jpg" width=920></TD></TR> <TR> <TD><IMG height=445 alt="" src="jaredletoonline_archivos/main_04.jpg" width=920></TD></TR> <TR> <TD><IMG height=445 alt="" src="jaredletoonline_archivos/main_04.jpg" width=920></TD></TR> <TR> <TD><IMG height=445 alt="" src="jaredletoonline_archivos/main_04.jpg" width=920></TD></TR> <TR> <TD><IMG height=445 alt="" src="jaredletoonline_archivos/main_04.jpg" width=920></TD></TR> <TR> <TD><IMG height=445 alt="" src="jaredletoonline_archivos/main_04.jpg" width=920></TD></TR> <TR> <TD><IMG height=205 alt="" src="jaredletoonline_archivos/main_04.jpg" width=920></TD></TR> </TBODY></TABLE></DIV> <DIV class=ddcolortabs id=colortab style="Z-INDEX: 1; LEFT: 140px; WIDTH: 765px; POSITION: absolute; TOP: 275px; HEIGHT: 30px"> <UL> <LI><A title=Jared href="http://www.jaredletoonline.net/index.php#" rel=dropmenu1_a><SPAN>" Jared</SPAN></A> <LI><A title=30 href="http://www.jaredletoonline.net/index.php#" rel=dropmenu2_a mars to seconds><SPAN>" 30 seconds to mars</SPAN></A> <LI><A title=Gallery href="http://www.jaredletoonline.net/index.php#" rel=dropmenu3_a><SPAN>" Gallery</SPAN></A> <LI><A title=Media href="http://www.jaredletoonline.net/index.php#" rel=dropmenu4_a><SPAN>" Media</SPAN></A> <LI><A title=Site href="http://www.jaredletoonline.net/index.php#" rel=dropmenu5_a><SPAN>" Site</SPAN></A> <LI><A title=Online href="http://www.jaredletoonline.net/index.php#" rel=dropmenu6_a><SPAN>" Online</SPAN></A> <LI><A title=Foro href="http://www.jaredletoonline.net/index.php#" rel=dropmenu7_a><SPAN>" foro</SPAN></A> <LI><A title=Home href="http://www.jaredletoonline.net/index.php"><SPAN>" Home</SPAN></A></LI></UL> <UL></UL></DIV><!--1st drop down menu --> <DIV class=dropmenudiv_a id=dropmenu1_a><A href="http://www.jaredletoonline.net/bio.php">» Biografia </A><A href="http://www.jaredletoonline.net/facts.php">» Basic Facts</A> <A href="http://www.jaredletoonline.net/film.php">» Filmografia</A> <A href="http://www.jaredletoonline.net/tv.php">» series de tv</A> <A href="http://www.jaredletoonline.net/quotes.php">» jared dijo..</A> <A href="http://www.jaredletoonline.net/trivia.php">» Trivia</A> <A href="http://www.jaredletoonline.net/meaning.php">» sig. de su nombre</A> <A href="http://www.jaredletoonline.net/awards.php">» premios y nominaciones</A> <A href="http://www.jaredletoonline.net/autographs">» Autografos</A> <A href="http://www.jaredletoonline.net/tattoss.php">» Tattuajes</A> <A href="http://www.jaredletoonline.net/portadas.php">» portadas en revistas</A> </DIV><!--2nd drop down menu --> <DIV class=dropmenudiv_a id=dropmenu2_a><A href="http://www.jaredletoonline.net/biography">» Biografia</A> <A href="http://www.jaredletoonline.net/miembros.php">» Miembros</A> <A href="http://www.jaredletoonline.net/discography.php">» Albums y Soundtracks</A> <A href="http://www.jaredletoonline.net/trivia_30stm.php">» Words: 30stm quick</A> <A href="http://www.jaredletoonline.net/videography.php">» Videografia</A> <A href="http://www.jaredletoonline.net/words">» Words: Archivos de Lyrics </A></DIV><!--3nd drop down menu --> <DIV class=dropmenudiv_a id=dropmenu3_a><A href="http://jaredleto.flirtatious.org/gallery/index.php">» Ve las fotos</A> <A href="http://www.jaredletoonline.net/gallery/register.php">» Registro</A> <A href="http://www.jaredletoonline.net/gallery/login.php?refe rer=index.php">» Login</A> <A href="http://www.jaredletoonline.net/gallery/search.php">» busqueda</A> <A href="http://www.jaredletoonline.net/gallery/thumbnails.php%20?album=lastup&amp;cat=0">» Ultimas subidas</A> <A href="http://www.jaredletoonline.net/gallery/thumbnails.php%20?album=lastcom&amp;cat=0">» Comentarios</A> <A href="http://www.jaredletoonline.net/gallery/thumbnails.php%20?album=topn&amp;cat=0">» Mas vistas</A> <A href="http://www.jaredletoonline.net/gallery/thumbnails.php%20?album=toprated&amp;cat=0">» Top Rated</A> </DIV><!--4nd drop down menu --> <DIV class=dropmenudiv_a id=dropmenu4_a><A href="http://jaredleto.flirtatious.org/media">» Videos</A> <A href="http://www.jaredletoonline.net/index.php#">» song</A> <A href="http://www.jaredletoonline.net/index.php#">» Blends</A> <A href="http://www.jaredletoonline.net/index.php#">» Blinkies</A> <A href="http://www.jaredletoonline.net/index.php#">» Wallpapers</A> <A href="http://www.jaredletoonline.net/index.php#">» Avatars</A> <A href="http://www.jaredletoonline.net/index.php#">» AIM Icons</A> </DIV><!--5rd drop down menu --> <DIV class=dropmenudiv_a id=dropmenu5_a><A href="http://www.jaredletoonline.net/Historia.php">» Historia</A> <A href="http://www.jaredletoonline.net/index.php#">» webmiss</A> <A href="mailito:jaredleto.cl@gmail.com">» contacta</A> <A href="http://www.jaredletoonline.net/index.php#">» reglas</A> <A href="http://www.jaredletoonline.net/index.php#">» Dona</A> <A href="http://www.jaredletoonline.net/index.php#">» Declaraciones</A> <A href="http://www.jaredletoonline.net/index.php#">» versiones</A> <A href="http://www.jaredletoonline.net/index.php#">» sotm</A> <A href="http://www.jaredletoonline.net/index.php#">» premios</A> <A href="http://www.jaredletoonline.net/index.php#">» creditos</A> <A href="http://www.jaredletoonline.net/index.php#">» site map</A> </DIV><!--6nd drop down menu --> <DIV class=dropmenudiv_a id=dropmenu6_a><A href="http://www.jaredletoonline.net/afiliados.php">» afiliados/affiliates </A><A href="http://www.jaredletoonline.net/afiliate.php">» afiliate/apply </A><A href="http://www.jaredletoonline.net/buttons.php">» links bottons/ Link us </A><A href="http://www.jaredletoonline.net/links.php">» Related Links </A><A href="http://www.jaredletoonline.net/Listed.php">» Listed </A><A href="http://www.jaredletoonline.net/sister.php">» sister sites</A> </DIV><!--7nd drop down menu --> <DIV class=dropmenudiv_a id=dropmenu7_a><A href="http://www.jaredletoonline.net/foro/">» Home</A> <A href="http://www.jaredletoonline.net/foro/index.php?PHPSESSID=5be60405b64603c5e819097a233e1b6d&amp;action=login">» Login</A> <A href="http://www.jaredletoonline.net/foro/index.php?PHPSESSID=5be60405b64603c5e819097a233e1b6d&amp;action=register">» Registro </A><A href="http://www.jaredletoonline.net/foro/index.php?PHPSESSID=5be60405b64603c5e819097a233e1b6d&amp;action=search">» Busqueda </A><A href="http://www.jaredletoonline.net/foro/index.php?PHPSESSID=5be60405b64603c5e819097a233e1b6d&amp;action=help">» Ayuda</A> </DIV> <DIV></DIV> <SCRIPT type=text/javascript> //SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"]) tabdropdown.init("colortab", 0) </SCRIPT> <SCRIPT src="jaredletoonline_archivos/coppermine-details.js" type=text/javascript></SCRIPT> <div style="position: absolute; top: 329; left: 676; z-index: 1"> <center> <img src="http://www.jaredletoonline.net/jaredletoonline_archivos/tfy-streetteam.jpg" alt="The Filthy Youth's Street Team!" /> <br /> <a href="http://www.myspace.com/thirtysecondstomars" target="_blank">MySpace</a> &bull; <a href="http://30secondstomars.com/main.asp?page=join" target="_blank">Street Team</a> &bull; <a href="http://www.thirtysecondstomars.com/" target="_blank">Sitio Official</a> <br /> Become apart of 30 Secons to Mars! </center> </div> <div style="position: absolute; top: 329; left: 131; width: 250; z-index: 1"> <center><FONT class=bold2> Bienvenidos a<B> Jared Leto Chile</B>, un sitio dedicado al talentoso actor y musico ameriano,<B>Jared Leto</B> ! Acá encontrarás toda la información sobre su carrera como musico y actor, tambien sobre<B> 30 seconds to mars</B>, su vida, sus proximos proyectos, las últimas noticias, fotos, videos, y mucho más. Disfruta tu estadia aqui.Gracias por visitarnos! </center></FONT> </div> <div style="position: absolute; top: 329; left: 394; z-index: 1"> <CENTER><IFRAME marginWidth=0 marginHeight=0 src="jaredletoonline_archivos/example2.htm" frameBorder=0 width="270" scrolling=no height=85 target="_blank"></IFRAME><A href="jaredletoonline.net/gallery.net" target=_blank><br> Proceed to the Gallery</A> </CENTER> </div> <DIV style="Z-INDEX: 1; LEFT: 460px; POSITION: absolute; TOP: 116px"> <SCRIPT type=text/javascript> //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder) new fadeshow(fadeimages, 561, 156, 0, 1800, 0) </SCRIPT> </DIV> <DIV style="Z-INDEX: 1; LEFT: 148px; WIDTH: 225px; POSITION: absolute; TOP: 460px; HEIGHT: 10px"> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Recent News</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER><!--Scrollable iframe script- By Dynamic Drive--><!--For full source code and more DHTML scripts, visit http://www.dynamicdrive.com--><!--This credit MUST stay intact for use--><IFRAME id=news marginWidth=0 marginHeight=0 src="jaredletoonline_archivos/news.htm" frameBorder=0 width=198 scrolling=no height=140 allowTransparency></IFRAME><LAYER visibility="hide"> <DIV style="WIDTH: 198px" align=left>" <A onmouseover=scrollspeed=-2 onmouseout=scrollspeed=0 href="http://jaredletoonline.net/#">Up</A>&nbsp; |&nbsp; " <A onmouseover=scrollspeed=2 onmouseout=scrollspeed=0 href="http://jaredletoonline/#">Down</A></LAYER> </CENTER></DIV></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Cambia lenguaje</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER><A href="index2.php" target=_blank><IMG alt=" VERSION EN INGLES /ENGLISH" src="index_archivos/ingles.jpg" border=0></A> </CENTER></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>EliteV</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER> <br><div align="center"><a href="" target="_blank"><img src="jaredletoonline_archivos/lac.png" border=0 style="filter:alpha(opacity=10);-moz-opacity:0.2" onMouseOver="makevisible(this,0)" onMouseOut="makevisible(this,2)"></a> <a href="" target="_blank"><img src="forum.jpg" border=0 style="filter:alpha(opacity=40);-moz-opacity:0.2" onMouseOver="makevisible(this,0)" onMouseOut="makevisible(this,2)"></a> <script language="JavaScript1.2"> //Highlight image script- By Dynamic Drive //For full source code and more DHTML scripts, visit http://www.dynamicdrive.com //This credit MUST stay intact for use function makevisible(cur,which){ strength=(which==0)? 1 : 0.2 if (cur.style.MozOpacity) cur.style.MozOpacity=strength else if (cur.filters) cur.filters.alpha.opacity=strength*100 } </script> <br> <A href="http://edwestwick.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="Ed Westwick." src="index_archivos/elite/1.jpg" width=30 border=0></A><A href="http://hughlauriefans.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="hugh laurie" src="index_archivos/elite/2.jpg" width=30 border=0></A><A href="http://c-crawford.com/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="chace crawford source" src="index_archivos/elite/3.jpg" width=30 border=0></A><A href="http://wentworthmillerfans.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=wentworth src="index_archivos/elite/4.jpg" width=30 border=0 miller></A><A href="http://gossipgirl-br.blogger.com.br/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=gossipgirl-br src="index_archivos/elite/5.jpg" width=30 border=0></A><A href="http://tomwellingfan.com/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="tom welling" src="index_archivos/elite/6.jpg" width=30 border=0></A><br><A href="http://oblivion-30stm.c.la/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=oblivion-30stm src="index_archivos/elite/7.jpg" width=30 border=0></A><A href="http://www.gossipfan.net" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="gossip girl fan" src="index_archivos/elite/8.jpg" width=30 border=0></A><A href="http://gossipboys.fan-sites.org/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=gossipboys src="index_archivos/elite/9.JPG" width=30 border=0></A><A href="http://ed-westwick.org/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=ed-westwick src="index_archivos/elite/10.jpg" width=30 border=0></A><A href="http://gossipgirlworld.org/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="gossip girl world" src="index_archivos/elite/11.jpg" width=30 border=0></A><A href="http://www.chace-c.com/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=chace-c src="index_archivos/elite/12.jpg" width=30 border=0></A><br><A href="http://tobyhemingway.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="toby hemingway" src="index_archivos/elite/13.jpg" width=30 border=0></A><A href="http://heroes.dropaheart.org/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=heroes src="index_archivos/elite/14.jpg" width=30 border=0></A><A href="http://alex-o.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=alex-o src="index_archivos/elite/15.jpg" width=30 border=0></A><A href="http://steven-strait.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=steven-strait src="index_archivos/elite/16.jpg" width=30 border=0></A><A href="http://lucas-grabeel.tk/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=lucas-grabeel src="index_archivos/elite/17.jpg" width=30 border=0></A><A href="http://soob.thinkyouneedtosmile.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="My chemical Romance" src="index_archivos/elite/18.jpg" width=30 border=0></A><br><A href="http://mychemicalromance.com.ar/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=my src="index_archivos/elite/19.jpg" width=30 border=0 argentina romance chemical></A><A href="http://jaredleto.hu/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="jaredleto .hu" src="index_archivos/elite/20.jpg" width=30 border=0></A><A href="http://jaredletofansite.sblog.cz/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="jared leto fansite" src="index_archivos/elite/21.jpg" width=30 border=0></A><A href="http://burymeinblack.c.la/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="bury me in black" src="index_archivos/elite/22.jpg" width=30 border=0></A><A href="http://leightondaily.com/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" leighton daily" src="index_archivos/33.jpg" width=30 border=0></A><A href="http://gossipgirllovers.quotaless.com/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=gossipgirllovers src="index_archivos/elite/24.jpg" width=30 border=0></A><br><A href="http://ggirlarg.com.ar/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" grossip girl argentina" src="index_archivos/elite/27.jpg" width=30 border=0></A><A href="http://jensenfan.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=jensen-fan src="index_archivos/elite/25.jpg" width=30 border=0></A><A href="http://ultimate-chace.new.fr/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=ultimate-chace src="index_archivos/elite/26.jpg" width=30 border=0></A><A href="http://www.keirafans.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" keira fans" src="index_archivos/elite/images.JPG" width=30 border=0></A><A href="http://twelling.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" tom welling" src="index_archivos/elite/29.JPG" width=30 border=0></A><A href="http://fansites.hollywood.com/~orlibloom/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" Orlando Bloom" src="index_archivos/elite/28.JPG" width=30 border=0></A><br><A href="http://miss-mischa.haasina.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="Mischa Anne Barton" src="index_archivos/elite/30.png" width=30 border=0></A><a href="http://www.emilyosment.ar.gd/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="Emily Osment" src="index_archivos/elite/31.png" width=30 border=0></A><a href="http://gportal.hu/portal/joaquinfire/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt="Joaquin Phoenix" src="index_archivos/elite/32.png" width=30 border=0></A><A href="http://www.iheartkristen.org/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" kristen Bell" src="index_archivos/31.png" width=30 border=0></A><A href="http://lillyashlee.starlightideas.com/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" lilly & ashlee" src="index_archivos/35.png" width=30 border=0></A><A href="http://positivity.es" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" Ashley Tisdale" src="index_archivos/34.jpg" width=30 border=0></A><br><A href="http://www.b-lively.com" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" Blake Lively Online" src="/index_archivos/elite/36.png" width=30 border=0></A><A href="http://closetoleighton.com/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" leighton meester" src="/index_archivos/elite/38.jpg" width=30 border=0></A><A href="http://www.leighton-meester.fr/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" leighton meester" src="/index_archivos/elite/39.jpg" width=30 border=0></A><A href="http://selma-blair.info/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" selma blair" src="/index_archivos/elite/40.jpg" width=30 border=0></A><A href="http://camerondiazfan.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" cameron diaz" src="/index_archivos/elite/41.jpg" width=30 border=0></A><A href="http://zooey-d.net/" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #808080; FILTER: alpha(opacity=50); BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=30 alt=" zooey-d" src="/index_archivos/elite/42.jpg" width=30 border=0></A> </CENTER> </TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Current Projects</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER><IMG class=border src="index_archivos/movie.jpg"> </CENTER></TD> <TD class=sidebar><B>Mr Nobody (2009)</B><BR>As: Nemo Nobody <BR> <B>Tipo:</B> movie<br><B>Director:</B> Jaco van Dormael<BR><B>Status:</B> Filming<BR><STRIKE>Official Site</STRIKE> <FONT class=bold2>trailers</FONT><BR><A href="http://jaredleto.flirtatious.org/gallery/index.php?cat=6" target='_"blank"'>Photos</A> | </TD></TR> <TR> <TD></TD></TR> <TR> <TD class=sidebar> <CENTER><IMG class=border src="index_archivos/ablicon.png"> </CENTER></TD> <TD class=sidebar> <B>A Beautiful Lie (2008)</B> <br> <B>Tipo:</B> Video <BR><B>Director:</B> Angakok Panipaq<BR><FONT class=bold2><B>Release date:</B> enero 2008</FONT> <BR><A href="soon/pronto"'>Photos</A>/<A href="http://www.abeautifullie.org/" target='_"blank"'>Official Site</A> | <A href="http://30secondstomars.com/" target='_"blank"'>Official band Site</A> </TD></TR> <TR> <TD class=sidebar> <CENTER><IMG class=border src="jaredletoonline_archivos/na.png"> </CENTER></TD> <TD class=sidebar><B>Mr Nobody (2009)</B><BR>As: Nemo Nobody <BR> <B>Tipo:</B> movie<br><B>Director:</B> Jaco van Dormael<BR><B>Status:</B> Filming<BR><STRIKE>Official Site</STRIKE> <FONT class=bold2>trailers</FONT><BR><A href="http://jaredleto.flirtatious.org/gallery/index.php?cat=6" target='_"blank"'>Photos</A> | </TD></TR> <TR> <TD></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Alerts</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER><B><U>TV Listings</B></U></CENTER> <IMG src="jaredletoonline_archivos/arrow.png"> <B>NOV 28</B>: El Señor de la Guerra - PM - MGM<BR><BR> </CENTER></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE> <BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Explore JLC Media </DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <BR> <A href="http://www.jaredletoonline.net/gallery"><IMG class=borderimage onmouseover="borderit(this,'#697b75')" onmouseout="borderit(this,'#333333')" src="http://www.jaredletoonline.net/indexx_archivos/photos.jpg" align=left border=0></A><STRONG>Image Archive</STRONG><BR><A href="/gallery" target=_blank>jaredletoonline.net/gallery</A><BR><BR>There are <STRONG>thousands of images</STRONG> to browse through so be sure to have a look around and we are <U>constantly updating daily</U>. <HR> <CENTER><A href="http://www.jaredletoonline.net/gallery">Visit</A> " <A href="http://www.jaredletoonline.net/gallery/login.php?referer=index.php">Login</A> " <A href="http://www.jaredletoonline.net/gallery/register.php">Register</A> " <A href="http://www.jaredletoonline.net/gallery/thumbnails.php?album=lastalb&amp;cat=0">Last Uploads</A> <HR> <A href="http://www.jaredletoonline.net/media"><IMG class=borderimage onmouseover="borderit(this,'#697b75')" onmouseout="borderit(this,'#333333')" src="http://www.jaredletoonline.net/indexx_archivos/media.jpg" align=left border=0></A><STRONG>Media Archive</STRONG><BR><A href="http://www.jaredletoonline.net/media" target=_blank>jaredletoonline.net/media</A><BR><BR>There are <STRONG>thousands of videos </STRONG>to browse through so be sure to have a look around and we are <U>constantly updating daily</U>. <HR> <CENTER><A href="http://www.jaredletoonline.net/media">Visit</A> " <A href="http://www.jaredletoonline.net/media/login.php?referer=index.php">Login</A> " <A href="http://www.jaredletoonline.net/media/register.php">Register</A> " <A href="http://www.jaredletoonline.net/media/thumbnails.php?album=lastalb&amp;cat=0">Last Uploads</A> <HR> <TD></TD></TR></TBODY></TABLE> <BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Explore on the WWW</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER><B> &#8226; <a href="http://www.thirtysecondstomars.com" target="_Blank">ThirtySecondsToMars.Com</a><br> &#8226; <a href="http://www.forevernight-neverday.com" target="_blank">ForeverNight-NeverDay.Com</a><br> &#8226; <a href="http://www.abeautifullie.org" target="_blank">ABeautifulLie.org</a><br> &#8226; <a href="http://www.welcometotheuniverse.net/" target="_blank">WelcomeToTheUniverse.Net</a><br> &#8226; <a href="http://www.tasteofchaos.com" target="_blank">TasteOfChaos.com</a><br> &#8226; <a href="http://myspace.com/thirtysecondstomars" target="_blank">30STM MySpace</a> </B></CENTER> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>JLCMedia</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER> <BR>" More video downloads are available at the Video Archive: <BR><A href="/" target=_blank>JLCMedia</A>. </CENTER></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Monthly Calendar</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER> </CENTER></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>30STM Tour</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER> <BR> Ninguna poe el Momento </TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>TopAffiliates</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER> <FORM action=http://wwwtoolz.com/jumpbox/jumpbox.asp method=get target=_blank><SELECT name=JumpBox> <OPTION value=0 selected>- View Top Affiliates -</OPTION> <OPTION value=1></OPTION> (this adds a space). <OPTION value=http://jaredletofans.com/><B>" jared leto fans</B></OPTION> <OPTION value=http://jaredleto.name/><B>" jaredleto.name</B></OPTION> <OPTION value=http://dulcemandymoore.e-fans.net>dulce mandy </OPTION> <OPTION value=http://www.youknowyouloveme.org/">" >youknowyouloveme</OPTION> <OPTION value=http://belindachile.com>belinda chile</OPTION> <OPTION value=http://www.selma-blair.info>selma-blair</OPTION> <OPTION value=http://east-high.net>east-high</OPTION> <OPTION value=http://desiring-jensen.org>desiring-jensen</OPTION> <OPTION value=http://www.taylor-momsen.net>Taylor Momsen</OPTION> <OPTION value=http://www.orlandobloomfans.com/index.php>orlandobloom</OPTION> <OPTION value=http://www.momsen-france.com>momsen-france</OPTION> <OPTION value=http://www.penn-badgley.net>penn-badgley</OPTION> <OPTION value=http://iheartblake.net>iheartblake</OPTION> <OPTION value=http://gossipgirlcentral.net>gossipgirlcentral</OPTION> <OPTION value=http://just-leighton.com>just-leighton</OPTION> <OPTION value=http://www.leighton-source.org>leighton-source</OPTION></SELECT> <BR><INPUT type=submit value=Proceed> </FORM></A><A href="http://jaredletoonline.net/www_aff.php">More</A> - <A href="http://jaredletoonline.net/www_affliateform.php">Apply</A></CENTER></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper><DIV align=center>Quotes Jared </DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER><B> "High school is a dark place; I hung out with 'freaks.'" </B></CENTER></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Stats</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <FONT class=bold2>Jared Leto</FONT> <BR>- - - - - - - - - - - - - - <BR> <STRONG>» Name: </STRONG>Jared Leto Chile<BR>» <STRONG>Domain: </STRONG>http://jaredletoonline.net<BR> <FONT class=bold2>»Maintained By:</FONT> KONNIE <BR><FONT class=bold2>»Designed By: </FONT><A href="http://innuendo.fan-sites.org/" target='_"blank"'>ID</A> <BR> <FONT class=bold2>»Online Since:</FONT>23rd Agost,2007<BR>» <STRONG>Staff:</STRONG> <A href="mailto:jaredleto.cl@gamil.com">admin &amp; Steffers</A><BR>» <STRONG>Co-Web:</STRONG> searching<BR>» <STRONG>Host: </STRONG><A href="http://fanfuse.org/" target=_blank>FanFuse </A><BR>» <STRONG>Fans:</STRONG> <!-- Start FastOnlineUsers.com --> <a href="http://www.fastonlineusers.com"><script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=www.jaredletoonline.net"></script> online</a> <!-- End FastOnlineUsers.com --><BR>» <STRONG>Most ever online:</STRONG> 14 <BR>» <STRONG>Record set on:</STRONG> 24 marzo 2008<BR>» <STRONG>Hit Counter:</STRONG> <!-- START OF ACTIVEMETER CODE --> <SCRIPT language=JavaScript type=text/javascript> var __pid=31202; var __am_invisible=0; </SCRIPT> <SCRIPT language=JavaScript src="http://www.jaredletoonline.net/indexx_archivos/counter.js" type=text/javascript></SCRIPT> <NOSCRIPT><A href="http://www.activemeter.com/" target=_blank><IMG alt="Free Web Counter" src="http://www.jaredletoonline.net/indexx_archivos/track.png" border=0> </A></NOSCRIPT><!-- END OF ACTIVEMETER CODE --> <BR><FONT class=bold2>Contact By:</FONT><A href="mailto:JAREDLETO.CL@gmail.com">Email</A> <CENTER><A href="http://www.jaredletoonline.net/index.php" target=_blank>© Jared leto Chile</A> 2007 - 2008 </STRONG></CENTER> </TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Donations</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <center>I'm always in need of scans, concert and fan pictures. Full credit will be given! Please donate to this e-mail jaredleto.cl@gmail.com </TD></TR> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER><A href="http://www.amazon.com/exec/obidos/external-search/103-4905862-5171051?tag=theduchovnystore&keyword=Jared+Leto&mode=blended" target=_blank>Amazon</A> &#9829; <A href="http://www.qksrv.net/click-479223-5463217?loc=http%3A//search-desc.ebay.com/search/search.dll%3FMfcISAPICommand%3DGetResult%26SortProperty%3DMetaEndSort%26ht%3D1%26query%3DJared+Leto%26srchdesc%3Dy" target=_blank>Ebay</A> &#9829; <A href="http://www.allposters.com/Galleryc.asp?aid=94193&search=Jared+Leto" target=_blank>All Posters</A> </CENTER> </TD></TR> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Chatbox</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <IFRAME id=cboxmain style="BORDER-RIGHT: #333333 1px solid; BORDER-TOP: #626262 1px solid; BORDER-LEFT: #333333 1px solid; WIDTH: 200px; BORDER-BOTTOM: #333333 1px solid; HEIGHT: 175px" name=cboxmain marginWidth=2 marginHeight=2 src="http://www2.cbox.ws/box/?boxid=1439879&boxtag=5005&sec=main" frameBorder=0 width=206 height=250 allowTransparency></IFRAME> <BR><IFRAME id=cboxform style="BORDER-TOP-WIDTH: 0px; BORDER-RIGHT: #333333 1px solid; BORDER-LEFT: #333333 1px solid; WIDTH: 200px; BORDER-BOTTOM: #333333 1px solid; HEIGHT: 76px" name=cboxform marginWidth=2 marginHeight=2 src="http://www2.cbox.ws/box/?boxid=1439879&boxtag=5005&sec=form" frameBorder=0 width=162 scrolling=no height=75 allowTransparency></IFRAME> </TD></TR> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Linkage</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <center> <A href="buttons.php" target=_blank><IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #737373;BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=35 alt="likeame" src="index_archivos/button.jpg" width=100 border=0></A> <IMG onmouseover=high(this) style="BORDER-LEFT-COLOR: #737373;BORDER-BOTTOM-COLOR: #808080; BORDER-TOP-STYLE: solid; BORDER-TOP-COLOR: #808080; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-RIGHT-COLOR: #808080; BORDER-BOTTOM-STYLE: solid" onmouseout=low(this) height=35 alt="likeame" src="jaredletoonline_archivos/bb88x31[1].bmp" width=100 border=0></A> <br> <a href="buttons.php" target=_blank>more</a> </TD></TR> <TR> <TD></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Listed At</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> <CENTER> <a href="http://www.celebrity-exchange.com/" target=_"blank">Celebrity Exchange</a> <A href="http://www.aceshowbiz.com/celebrity/jared_leto/" target='_"blank"'>ASB</A>.<A href="http://www.askmen.com/celebs/men/celeb_profiles_entertainment/5_jared_leto.html" target=_blank>AM</A>.<A href="http://www.celebrity-mania.com/" target='_"blank"'>CM</A>.<A href="http://www.gossipgirls.com/jared-leto?type=story/" target='_"blank"'>CG</A>.<A href="http://www.celebritywonder.com/html/jaredleto.html" target='_"blank"'>CWC</A>.<A href="http://kevo.com/profile/jaredleto" target='_"blank"'>KEVO</A>. <A href="http://www.hollywood.com/celebrity/Jared_Leto/197492" target='_"blank"'>SBC</A>. <A href="http://www.superiorpics.com/jared_leto/" target='_"blank"'>SPC</A>.<A href="http://www.topcelebritypages.com/l/Jared_Leto.html" target='_"blank"'>TCP</A>.<A href="http://topmale.gotop100.com/" target='_"blank"'>TMC</A>.<A href="http://www.tv-now.com/stars/jleto.html" target='_"blank"'>TVNC</A>. </CENTER></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE><BR> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center>Disclaimer</DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=sidebar> © Jared Leto Chile 2007 Jared Leto.cl un sitio hecho por fans para fans. No tenemos ningún tipo de contacto ni relación con Jared Leto, como tampoco lo tenemos con sus representantes o personas cercanas..No puedes tomar nada de este sitio sin previa autorización de la webmiss para utilizar cualquier imagen o contenido de la web, primero, consulte a los administradores.<center> © 2007 Jared Leto Chile <!-- Begin Motigo Webstats code --> <!-- Title: jared leto chile --> <!-- URL: http://jared-leto.e-fans.net/ --> <script language="JavaScript" type="text/javascript" src="http://m1.webstats.motigo.com/m.js"></script> <script language="JavaScript" type="text/javascript"> motigo_webstats("AESSSAZ_/b7aIiJjx7h6gi6s7Myw", 0); </script> <noscript> <a target="_blank" href="http://www.webstats.motigo.com/stats?AESSSAZ_/b7aIiJjx7h6gi6s7Myw"> <img src="http://m1.webstats.motigo.com/n?id=AESSSAZ_/b7aIiJjx7h6gi6s7Myw" border="0" width="18" height="18" alt="Motigo Webstats - Web site estadísticas gratuito El contador para sitios web particulares"/> </a><br /> <a target="_blank" href="http://www.webstats.motigo.com/"></a> </noscript> <!-- End Motigo Webstats code --></center> <B> <SCRIPT language=javascript type=text/javascript> var sc_project=1053320; var sc_invisible=0; var sc_partition=6; var sc_security="fdd9c72f"; var sc_text=1; var sc_remove_link=1; </SCRIPT> <SCRIPT language=javascript src="jaredletoonline_archivos/frames.js" type=text/javascript></SCRIPT> </B><NOSCRIPT><IMG alt="hit counter html code" src="jaredletoonline_archivos/counter.png" border=0> </NOSCRIPT><!-- End of StatCounter Code --></B>hits.</B> <!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --><A href="http://s15.sitemeter.com/stats.asp?site=s15haydenissexy" target=_top><IMG height=5 alt="Site Meter" src="jaredletoonline_archivos/meter.gif" width=5 border=0></A> <!--WEBBOT bot="HTMLMarkup" Endspan --> <SCRIPT language=JavaScript src="jaredletoonline_archivos/online.htm"></SCRIPT> online <BR></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE> <br> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=upper> <DIV align=center></DIV></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD class=""><center>© <A href="http://Jaredletoonline.net/" target='_"blank"'><FONT color=#24333a>Jared Leto Chile 2007-2008</A> </FONT></TD></TR> <TR> <TD></TD></TR></TBODY></TABLE></DIV> <DIV style="Z-INDEX: 1; LEFT: 381px; WIDTH: 526px; POSITION: absolute; TOP: 460px; HEIGHT: 10px"> <TABLE > <TBODY> <TR> <META content="jared, leto, actor, musico, english, fan, site, images, gallery, photos, film, movies, 30seconds to mars" name=keywords> <META content="Jared Leto - Your newest and active fan site dedicated to american actor, Jared Leto! With images, news, media and much more!" name=description> <table width="526"> <td width="526" background="http://www.jaredletoonline.net/jaredletoonline_archivos/imagenes/title1.jpg"><center> <script type='text/javascript'><!--//<![CDATA[ var m3_u = (location.protocol=='https:jaredletoonline.net'?'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=4"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'><\/scr"+"ipt>"); //]]>--></script><noscript><a href=' target='_blank'><img src=' border='0' alt='' /></a></noscript> <script type="text/javascript"><!-- google_ad_client = "pub-3992978635046224"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text"; //2006-12-04: http://www.jaredletoonline.net google_ad_channel = ""; google_color_border = "272727"; google_color_bg = "8E9396"; google_color_link = "272727"; google_color_text = "272727"; google_color_url = "272727"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></center><font color="#dfcbbe" size="1"> <font color="#ffffff"> <span style="text-transform: uppercase"> <p align="right"><b>" jared leto chile / jared leto /tv Filmografia </b></font></span></p > <p align="left"> <font color="#eaeaea"> <b>::</b> »Todo sobre la carrera de actor de Jared.</font> </td></td> </tr> <tr><th colspan="3" height="5" background="http://www.jaredletoonline.net/jaredletoonline_archivos/imagenes/s.jpg"> <div align="left"><span style="font-weight: 520"><font color="#324559" size="1.5"> <br> <p> TELEVISION ROLES <br> <B>1994</B> <U>"My So-Called Life" (1994-1995)</U> ... Jordan Catalano <br> <br> TELEVISION APPEARANCES <br> <B>1994</B> <U>"Rebel Highway" (1994)</U> ... Michael <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " <U>Cool and the Crazy</U> // Season 1, Episode 9 ... September 16, 1994 <BR> <B>1993</B> <U>"Almost Home" (1993)</U> ... Rick Aiken <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " <U>The Fox and the Hound</U> // Season 1, Episode 5 ... March 6, 1993 <BR> <B>1992</B> <U>"Camp Wilder" (1992)</U> ... Dexter <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " <U>A Close Shave</U> // Season 1, Episode 12 ... November 20, 1992<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " <U>