<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0"><channel><title>Balto Source : English News</title><link>http://baltosource.timduru.org/balto.html</link><description>All the news posted on Balto Source in one RSS</description><language>en</language><managingEditor>steetboris@yahoo.fr</managingEditor><webMaster>steetboris@yahoo.fr</webMaster><lastBuildDate>Sun, 30 Dec 2007 00:09:38 +0000</lastBuildDate><image>
		<title>Balto Source</title>
		<url>http://baltosource.timduru.org/img/banbs4.gif</url>
		<link>http://baltosource.timduru.org/en_.html</link>
		</image><item><title>Happy holidays!</title><link>http://baltosource.timduru.org/http://baltosource.timduru.org/en/comm/&no=668</link><pubDate>Fri, 21 Dec 2007 18:26:42 GMT</pubDate><description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; alt=&quot;&quot; src=&quot;/img/news/Image1.gif&quot; /&gt;
  &lt;br /&gt;
  &lt;br /&gt;
  &lt;div style=&quot;text-align: left;&quot;&gt;To celebrate the holidays, and also the release of the final version of the forums phpBB 3, I've finally changed the forum theme! There are now two themes on the forum, one dedicated to Balto and one for The lion king. You can switch between them by going to &quot;User control panel&quot;, then &quot;Board preferences&quot; and choose in the list &quot;BaltoSource_theme&quot; or &quot;LionKingSource_theme&quot;.
    &lt;br /&gt;
    &lt;br /&gt;I won't be here this week, so : merry christmas and happy new year 2008!
    &lt;br /&gt;
  &lt;/div&gt;
  &lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div style=&quot;float:left; width:300px;&quot;&gt;
		&lt;strong&gt;4 fanfics : &lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://baltosource.timduru.org/fic/Balto_4_Anchorage_s_Quest/2-1-5828.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Balto 4: Anchorage's Quest    ...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Dariuswolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Balto_Carol/2-1-6086.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Balto Carol&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Dewey Lone Fighter&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Monhenjo_Denhiro/2-1-5711.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Monhenjo Denhiro&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Ginga Densetsu Leafe&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Dancing_with_Death/2-1-6076.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Dancing with Death&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Nightwish fan&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;	&lt;style type=&quot;text/css&quot;&gt;
	&lt;!--
	div.transON  {width: 100%; background-color: silver;opacity:.85;filter: alpha(opacity=85); -moz-opacity: 0.85;border:1px solid black;border-radius: 10px 10px;
        -moz-border-radius: 10px;  }
	--&gt;
	&lt;/style&gt;
	&lt;div class='transON' id='viewer' style='background-color:#FFFFFF;padding:10;visibility:hidden;position:absolute;width:400;height:200;z-index:1;overflow:hidden; color:#000000;font-size:12px;' onClick='hideDetails()'&gt;&lt;/div&gt;

	&lt;script type=&quot;text/javascript&quot;&gt;
	document.onmousemove=getXY
	var viewer = document.getElementById('viewer');
	var iens6, ns4;
	
	function getDetails(num)
	{	
		iens6=document.all||document.getElementById;
		ns4=document.layers;
		if(ns4) {document.captureEvents(Event.MOUSEMOVE)}
		document.onmousemove=getXY;

		document.getElementById('input1').value = num;
		viewer.innerHTML = &quot;&lt;img src='img/indicator.gif' /&gt;&quot;;
		ajaxMaj();		showDetails();
	}

	function showDetails()
	{		
		viewer.style.visibility = 'visible';
		viewer.style.left = x-180;
		viewer.style.top = y-50-200;
	}

	function hideDetails()
	{
		document.getElementById('viewer').style.visibility = 'hidden';
	}
	
	function getXY(e) {
		if (iens6&amp;&amp;document.all) {
			x=0
			y=0
			x=event.x + document.body.scrollLeft; 
			y=event.y + document.body.scrollTop;
		}
		if (iens6&amp;&amp;!document.all) {
			x=0
			y=0
			x=e.pageX; 
			y=e.pageY;
		}
	}

	&lt;/script&gt;
	
	&lt;script type=&quot;text/javascript&quot;&gt;
	var urlajaxMaj = &quot;inc/ft/ajax/selectQuestionDetails.php&quot;;
	
	function ajaxMaj()
	{
	  			var input1 = document.getElementById(&quot;input1&quot;).value;
			
	  var corps = &quot;sql1=SELECT titre, descr, m_id, auteur FROM aquest WHERE num = '&quot;+addslashes(input1)+&quot;';&quot;;

	  p.open(&quot;POST&quot;,urlajaxMaj, true);
	  try
	  {
		p.setRequestHeader(&quot;Content-type&quot;,&quot;application/x-www-form-urlencoded&quot;);  
	  }
	  catch(err) { };
	  
	  p.onreadystatechange = handleHttpResponse;  
	
		try
		{
			p.send(corps);
		}
		catch(err) { };
	}


	function handleHttpResponse()
	{
	  var res;
	  if (p.readyState == 4) 
	  {
	  	res = p.responseText;
	 	
		//alert(res);
		 res = res.split(&quot;,&quot;); 					temp = res[0];
					if(temp) temp=temp.replace(/\`/g,'\,');
					document.getElementById('viewer').innerHTML = temp;
						  } // ENDIF readystate
	} // ENDIF funcname
	&lt;/script&gt;
&lt;span id=&quot;input1&quot;&gt;&lt;/span&gt;&lt;strong&gt;1 question : &lt;/strong&gt;&lt;br /&gt; 
	&lt;img class=&quot;ib1_off&quot; onmouseover=&quot;this.className='ib1_on';  getDetails('2738'); &quot; onmouseout=&quot;this.className='ib1_off'; hideDetails();&quot; src=&quot;img/eye.gif&quot; width='13' height='13' style='vertical-align:middle'; /&gt;&amp;nbsp;
	
&lt;a href=&quot;http://baltosource.timduru.org/en/questions/usergroups/2738.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;usergroups&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Starclaw&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;&lt;strong&gt;17 forum topics : &lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;/board/viewtopic.php?t=18523&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Antonio and Colmillo&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;MOS&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18522&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Do you have that feeling in sc...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;gold kitty&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18518&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Freedom is Close *One more pos...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Fernmask&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18519&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Hairspray&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Starclaw&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18525&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Holiday traditions&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;aleufan2448&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18517&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- is wolfs rain to violent?!&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;wildwolf10&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18521&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Lunar Dragon Roleplay&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Draco&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18527&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Mysterious Wizard of Oz Scene?&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Bastet&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18510&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- PANDA PUPS FOR ADOPTION&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;I am Alue the Wolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18526&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Popular? why no...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;-Silver wind{Tani}-&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18528&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Renders? =O&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Musicwolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18524&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Serengeti Graphics&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Bastet&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18509&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- SMEXY MATE NEEDED!&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;BlueStarfire&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18512&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- The Christmas Delivery&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Fernmask&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18516&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- This is me!&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Chance&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18511&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Topics in reply to rants/debat...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Cobalt&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18508&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Wolforum - General Wolf Discus...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Musicwolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;		&lt;/div&gt;
		&lt;div style=&quot;float:right; width:190px;&quot;&gt;
		&lt;style type=&quot;text/css&quot;&gt;
&lt;!--
div.transON  {width: 100%; background-color: silver;opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;border:1px solid black; }
--&gt;
&lt;/style&gt;

&lt;script language=&quot;JavaScript1.2&quot;&gt;
iens6=document.all||document.getElementById
ns4=document.layers
var thename,theobj,thetext,winHeight,winWidth,boxPosition,headerColor,tableColor,timerID,seconds=0,x=0,y=0,offsetx = 2,offsety = 2
if(ns4) {document.captureEvents(Event.MOUSEMOVE)}
document.onmousemove=getXY
function buildText(nomimg,t,desc,typ,wid,hei) {
text=&quot;&quot;;
if(typ!='') {if(t!='') t=typ+&quot; : &quot;+t; else t=typ;}
if(t!='') text+=&quot;&lt;div align='center' style='font-size:12px;'&gt;&lt;b&gt;&quot;+t+&quot;&lt;/b&gt;&lt;/div&gt;&quot;;
text+=&quot;&lt;img onClick='stopIt()' src='&quot; + nomimg + &quot;' width=&quot;+wid+&quot; height=&quot;+hei+&quot;&gt;&quot;;
if(desc!='') text+=&quot;&lt;div align='center' style='font-size:10px;'&gt;&quot;+desc+&quot;&lt;/div&gt;&quot;;
return text
}
function setObj(textelement,inwidth,inheight,nomimg,t,desc,typ) {
	clearTimeout(timerID)
	tableColor='#e6f1f2'
	headerColor='#d5e9ea'
	winWidth=inwidth
	winHeight=inheight
	if(t!='') winHeight+=15;
	if(desc!='') winHeight+=15;
	thetext=buildText(nomimg,t,desc,typ, inwidth, inheight)
	  y=y+offsety-winHeight - 50
	  x = 250
	if(iens6){
		thename = &quot;viewer&quot;
		theobj=document.getElementById? document.getElementById(thename):document.all.thename
		theobj.style.width=winWidth
		theobj.style.height=winHeight
		theobj.style.left=x
		theobj.style.top=y
			if(iens6&amp;&amp;document.all) {
				theobj.innerHTML = &quot;&quot;
				theobj.insertAdjacentHTML(&quot;BeforeEnd&quot;,&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;)
			}
			if(iens6&amp;&amp;!document.all) {
				theobj.innerHTML = &quot;&quot;
				theobj.innerHTML=&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;
			}
	}
	if(ns4){
		thename = &quot;nsviewer&quot;
		theobj = eval(&quot;document.&quot;+thename)
		theobj.left=x
		theobj.top=y
		theobj.width=winWidth
		theobj.clip.width=winWidth
		theobj.height=winHeight
		theobj.clip.height=winHeight
		theobj.document.write(&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;)
		theobj.document.close()
	}
	viewIt()
}
function viewIt() {
		if(iens6) {theobj.style.visibility=&quot;visible&quot;}
		if(ns4) {theobj.visibility = &quot;visible&quot;}
}
function stopIt() {
	if(iens6) {
		theobj.innerHTML = &quot;&quot;
		theobj.style.visibility=&quot;hidden&quot;
	}
	if(ns4) {
		theobj.document.write(&quot;&quot;)
		theobj.document.close()
		theobj.visibility=&quot;hidden&quot;
	}
}
function timer(sec) {
	seconds=parseInt(sec)
	if(seconds&gt;0) {
		seconds--
		timerID=setTimeout(&quot;timer(seconds)&quot;,1000)
	}else{
		stopIt()
	}
}
function getXY(e) {
	if (ns4) {
		x=0
		y=0
		x=e.pageX; 
		y=e.pageY;
	}
	if (iens6&amp;&amp;document.all) {
		x=0
		y=0
		x=event.x + document.body.scrollLeft; 
		y=event.y + document.body.scrollTop;
	}
	if (iens6&amp;&amp;!document.all) {
		x=0
		y=0
		x=e.pageX; 
		y=e.pageY;
	}
}

if (iens6){
document.write(&quot;&lt;div class='transON' id='viewer' style='background-color:#cccccc;marginleft:0;visibility:hidden;position:absolute;width:0;height:0;z-index:1;overflow:hidden'&gt;&lt;/div&gt;&quot;)
}
if (ns4){
	hideobj = eval(&quot;document.nsviewer&quot;)
	hideobj.visibility=&quot;hidden&quot;
}
&lt;/script&gt;&lt;strong&gt;50 fanarts : &lt;/strong&gt;						&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Anileu/1326.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Anileu :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_balto_and_jenna/2-1-1326-245.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_245p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,184,242, 'img/fan/aleubalt_/aleubalt_245.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_haylee_and_apollo/2-1-1326-246.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_246p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,187,247, 'img/fan/aleubalt_/aleubalt_246.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_kiraa_and_brantley/2-1-1326-247.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_247p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,188,244, 'img/fan/aleubalt_/aleubalt_247.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_linart/2-1-1326-242.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_242p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,330,251, 'img/fan/aleubalt_/aleubalt_242.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_anileu_and_jackal/2-1-1326-243.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_243p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,184,237, 'img/fan/aleubalt_/aleubalt_243.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_kayla_and_alex/2-1-1326-244.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_244p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,215,251, 'img/fan/aleubalt_/aleubalt_244.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/ARUOQMCI_IBP/478.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;ARUOQMCI-IBP :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Beauty_Jenna/749.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Beauty_Jenna :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Blackearth_Edward_Elric/1741.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Blackearth_Naruto Uzumaki :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/cheoken_senpai/2495.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;cheoken_senpai :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/DakotaWereWolf/3198.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;DakotaWereWolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/dark_angel_sasuke_uchiha/2219.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;dark angel_sasuke uchiha :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/dark_angel_sasuke_uchiha_Dark_Angel_s_pu/2-1-2219-45.html&quot;&gt;
						&lt;img src=&quot;img/fan/sasuke_u_/sasuke_u_45p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,298,397, 'img/fan/sasuke_u_/sasuke_u_45.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/icee365/3205.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;icee365 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/jenna_girl/2983.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;jenna_girl :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/jodi_lion/2320.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;jodi_lion :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/jones_wolf/3254.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;jones_wolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/jones_wolf_Dina/2-1-3254-1.html&quot;&gt;
						&lt;img src=&quot;img/fan/jones_wo_/jones_wo_1p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,407, 'img/fan/jones_wo_/jones_wo_1.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Ginga_Densetsu_Leafe/2515.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Kaltag :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Kaltag_Hawktalon_for_Shaggystar/2-1-2515-261.html&quot;&gt;
						&lt;img src=&quot;img/fan/kaltag_/kaltag_261p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,427, 'img/fan/kaltag_/kaltag_261.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Kepru/1687.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Kepru :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Kepru_Super_ultr_sketchety_coveroh/2-1-1687-141.html&quot;&gt;
						&lt;img src=&quot;img/fan/shorty_a_/shorty_a_141p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,264,317, 'img/fan/shorty_a_/shorty_a_141.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/kiona02/2443.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;kiona02 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/kiona02_The_time_of_slavery/2-1-2443-112.html&quot;&gt;
						&lt;img src=&quot;img/fan/kiona02_/kiona02_112p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,385,533, 'img/fan/kiona02_/kiona02_112.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Livy/909.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Livy! :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Livy_i_m_in_some/2-1-909-511.html&quot;&gt;
						&lt;img src=&quot;img/fan/x_amaya__/x_amaya__511p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,365,533, 'img/fan/x_amaya__/x_amaya__511.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Livy_sketch/2-1-909-512.html&quot;&gt;
						&lt;img src=&quot;img/fan/x_amaya__/x_amaya__512p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,427, 'img/fan/x_amaya__/x_amaya__512.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Livy_sooo/2-1-909-513.html&quot;&gt;
						&lt;img src=&quot;img/fan/x_amaya__/x_amaya__513p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,339,533, 'img/fan/x_amaya__/x_amaya__513.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Livy_baaanes./2-1-909-514.html&quot;&gt;
						&lt;img src=&quot;img/fan/x_amaya__/x_amaya__514p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,505,533, 'img/fan/x_amaya__/x_amaya__514.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Livy_i_dont_like_this_one/2-1-909-509.html&quot;&gt;
						&lt;img src=&quot;img/fan/x_amaya__/x_amaya__509p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,491,533, 'img/fan/x_amaya__/x_amaya__509.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Livy_sketch/2-1-909-510.html&quot;&gt;
						&lt;img src=&quot;img/fan/x_amaya__/x_amaya__510p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,522,533, 'img/fan/x_amaya__/x_amaya__510.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/miawolf/3276.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;miawolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/mystik_wolf/2467.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;mystik_wolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/mystik_wolf_request/2-1-2467-240.html&quot;&gt;
						&lt;img src=&quot;img/fan/mystik_w_/mystik_w_240p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,533, 'img/fan/mystik_w_/mystik_w_240.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/nitalla/3298.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;nitalla :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/nitalla_Nitalla_poster/2-1-3298-1.html&quot;&gt;
						&lt;img src=&quot;img/fan/nitalla_/nitalla_1p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,407,533, 'img/fan/nitalla_/nitalla_1.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/nitalla_balto_source_award_resend/2-1-3298-2.html&quot;&gt;
						&lt;img src=&quot;img/fan/nitalla_/nitalla_2p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,392, 'img/fan/nitalla_/nitalla_2.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/patmol/354.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;patmol :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/patmol_Faraway..../2-1-354-262.html&quot;&gt;
						&lt;img src=&quot;img/fan/baltowol_/baltowol_262p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,432, 'img/fan/baltowol_/baltowol_262.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Purple_Pumpkin_Seed/1344.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Purple Pumpkin Seed :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Purple_Pumpkin_Seed_Sam_All_Smexy_In_The/2-1-1344-206.html&quot;&gt;
						&lt;img src=&quot;img/fan/wolfkitt2_/wolfkitt2_206p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,399, 'img/fan/wolfkitt2_/wolfkitt2_206.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Purple_Pumpkin_Seed_LEXIE_IT_S_SNOW_USE/2-1-1344-207.html&quot;&gt;
						&lt;img src=&quot;img/fan/wolfkitt2_/wolfkitt2_207p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,399, 'img/fan/wolfkitt2_/wolfkitt2_207.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/selene_werewolf_al/1888.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;selene_werewolf_al_ :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/silverhusky/1810.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;silverhusky :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/silverhusky_this_is_jodilions_monique_an/2-1-1810-18.html&quot;&gt;
						&lt;img src=&quot;img/fan/silverhu_/silverhu_18p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,391, 'img/fan/silverhu_/silverhu_18.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Skotta/569.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Skotta :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/snowdog00/3027.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;snowdog00 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/snowdog00_Hey_there_Dusty_XD/2-1-3027-9.html&quot;&gt;
						&lt;img src=&quot;img/fan/snowdog0_/snowdog0_9p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,487,286, 'img/fan/snowdog0_/snowdog0_9.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/sora1/3262.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;sora1 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/sora1_Black_wolfy/2-1-3262-6.html&quot;&gt;
						&lt;img src=&quot;img/fan/sora1_/sora1_6p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,341,256, 'img/fan/sora1_/sora1_6.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/spirit_the_cat/1069.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;spirit_the_cat :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/toastburg/3292.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;toastburg :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/toastburg_malia/2-1-3292-5.html&quot;&gt;
						&lt;img src=&quot;img/fan/toastbur_/toastbur_5p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,339, 'img/fan/toastbur_/toastbur_5.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/windhowler/2423.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;windhowler :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/windhowler_aleu_and_suka_s_pups/2-1-2423-23.html&quot;&gt;
						&lt;img src=&quot;img/fan/windhowl_/windhowl_23p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,189, 'img/fan/windhowl_/windhowl_23.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/wolf_paw/2342.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;wolf paw :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/wolf_girl/1532.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;wolf_girl :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/wolf_girl_Lovable_Cutie/2-1-1532-251.html&quot;&gt;
						&lt;img src=&quot;img/fan/wolf_gir_/wolf_gir_251p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,253, 'img/fan/wolf_gir_/wolf_gir_251.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Wolufu/1066.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Wolufu :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Wolufu_Bad_Memories/2-1-1066-47.html&quot;&gt;
						&lt;img src=&quot;img/fan/taichi_/taichi_47p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,227,307, 'img/fan/taichi_/taichi_47.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/wolf_howl/2852.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;_wolf_howl_ :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/wolf_howl_lofu_for_Mystik_wolf/2-1-2852-36.html&quot;&gt;
						&lt;img src=&quot;img/fan/_wolf_ho_/_wolf_ho_36p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,415, 'img/fan/_wolf_ho_/_wolf_ho_36.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
						&lt;br /&gt;&lt;style type=&quot;text/css&quot;&gt;
&lt;!--
div.transON  {width: 100%; background-color: silver;opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;border:1px solid black; }
--&gt;
&lt;/style&gt;

&lt;script language=&quot;JavaScript1.2&quot;&gt;
iens6=document.all||document.getElementById
ns4=document.layers
var thename,theobj,thetext,winHeight,winWidth,boxPosition,headerColor,tableColor,timerID,seconds=0,x=0,y=0,offsetx = 2,offsety = 2
if(ns4) {document.captureEvents(Event.MOUSEMOVE)}
document.onmousemove=getXY
function buildText(nomimg,t,desc,typ,wid,hei) {
text=&quot;&quot;;
if(typ!='') {if(t!='') t=typ+&quot; : &quot;+t; else t=typ;}
if(t!='') text+=&quot;&lt;div align='center' style='font-size:12px;'&gt;&lt;b&gt;&quot;+t+&quot;&lt;/b&gt;&lt;/div&gt;&quot;;
text+=&quot;&lt;img onClick='stopIt()' src='&quot; + nomimg + &quot;' width=&quot;+wid+&quot; height=&quot;+hei+&quot;&gt;&quot;;
if(desc!='') text+=&quot;&lt;div align='center' style='font-size:10px;'&gt;&quot;+desc+&quot;&lt;/div&gt;&quot;;
return text
}
function setObj(textelement,inwidth,inheight,nomimg,t,desc,typ) {
	clearTimeout(timerID)
	tableColor='#e6f1f2'
	headerColor='#d5e9ea'
	winWidth=inwidth
	winHeight=inheight
	if(t!='') winHeight+=15;
	if(desc!='') winHeight+=15;
	thetext=buildText(nomimg,t,desc,typ, inwidth, inheight)
	  y=y+offsety-winHeight - 50
	  x = 250
	if(iens6){
		thename = &quot;viewer&quot;
		theobj=document.getElementById? document.getElementById(thename):document.all.thename
		theobj.style.width=winWidth
		theobj.style.height=winHeight
		theobj.style.left=x
		theobj.style.top=y
			if(iens6&amp;&amp;document.all) {
				theobj.innerHTML = &quot;&quot;
				theobj.insertAdjacentHTML(&quot;BeforeEnd&quot;,&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;)
			}
			if(iens6&amp;&amp;!document.all) {
				theobj.innerHTML = &quot;&quot;
				theobj.innerHTML=&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;
			}
	}
	if(ns4){
		thename = &quot;nsviewer&quot;
		theobj = eval(&quot;document.&quot;+thename)
		theobj.left=x
		theobj.top=y
		theobj.width=winWidth
		theobj.clip.width=winWidth
		theobj.height=winHeight
		theobj.clip.height=winHeight
		theobj.document.write(&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;)
		theobj.document.close()
	}
	viewIt()
}
function viewIt() {
		if(iens6) {theobj.style.visibility=&quot;visible&quot;}
		if(ns4) {theobj.visibility = &quot;visible&quot;}
}
function stopIt() {
	if(iens6) {
		theobj.innerHTML = &quot;&quot;
		theobj.style.visibility=&quot;hidden&quot;
	}
	if(ns4) {
		theobj.document.write(&quot;&quot;)
		theobj.document.close()
		theobj.visibility=&quot;hidden&quot;
	}
}
function timer(sec) {
	seconds=parseInt(sec)
	if(seconds&gt;0) {
		seconds--
		timerID=setTimeout(&quot;timer(seconds)&quot;,1000)
	}else{
		stopIt()
	}
}
function getXY(e) {
	if (ns4) {
		x=0
		y=0
		x=e.pageX; 
		y=e.pageY;
	}
	if (iens6&amp;&amp;document.all) {
		x=0
		y=0
		x=event.x + document.body.scrollLeft; 
		y=event.y + document.body.scrollTop;
	}
	if (iens6&amp;&amp;!document.all) {
		x=0
		y=0
		x=e.pageX; 
		y=e.pageY;
	}
}

if (iens6){
document.write(&quot;&lt;div class='transON' id='viewer' style='background-color:#cccccc;marginleft:0;visibility:hidden;position:absolute;width:0;height:0;z-index:1;overflow:hidden'&gt;&lt;/div&gt;&quot;)
}
if (ns4){
	hideobj = eval(&quot;document.nsviewer&quot;)
	hideobj.visibility=&quot;hidden&quot;
}
&lt;/script&gt;&lt;strong&gt;16 fan images : &lt;/strong&gt;						&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/claire_cooper/1133.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;claire_cooper :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/claire_cooper_say_hello_to_Koga./2-1-1133-79.html&quot;&gt;
						&lt;img src=&quot;img/desk/claire_c_/claire_c_79fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/claire_c_/claire_c_79f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/fernmask/1121.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;fernmask :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/fernmask/2-1-1121-30.html&quot;&gt;
						&lt;img src=&quot;img/desk/fernmask_/fernmask_30fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/fernmask_/fernmask_30f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/fernmask_Aaliyah/2-1-1121-31.html&quot;&gt;
						&lt;img src=&quot;img/desk/fernmask_/fernmask_31fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,480,384, 'img/desk/fernmask_/fernmask_31f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/icee365/1184.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;icee365 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/Jerome_Shepherd/1079.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Jerome Shepherd :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/neon_husky/977.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;neon_husky :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/neon_husky/2-1-977-39.html&quot;&gt;
						&lt;img src=&quot;img/desk/neon_hus_/neon_hus_39fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,300,225, 'img/desk/neon_hus_/neon_hus_39f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/neon_husky/2-1-977-40.html&quot;&gt;
						&lt;img src=&quot;img/desk/neon_hus_/neon_hus_40fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,300,225, 'img/desk/neon_hus_/neon_hus_40f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/neon_husky/2-1-977-41.html&quot;&gt;
						&lt;img src=&quot;img/desk/neon_hus_/neon_hus_41fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,300,225, 'img/desk/neon_hus_/neon_hus_41f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/neon_husky/2-1-977-36.html&quot;&gt;
						&lt;img src=&quot;img/desk/neon_hus_/neon_hus_36fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,300,225, 'img/desk/neon_hus_/neon_hus_36f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/neon_husky/2-1-977-37.html&quot;&gt;
						&lt;img src=&quot;img/desk/neon_hus_/neon_hus_37fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,300,225, 'img/desk/neon_hus_/neon_hus_37f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/neon_husky/2-1-977-38.html&quot;&gt;
						&lt;img src=&quot;img/desk/neon_hus_/neon_hus_38fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,300,225, 'img/desk/neon_hus_/neon_hus_38f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/shadow_sbp/1211.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;shadow_sbp_ :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/shadow_sbp_Shadow/2-1-1211-1.html&quot;&gt;
						&lt;img src=&quot;img/desk/shadow_s_/shadow_s_1fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,480,384, 'img/desk/shadow_s_/shadow_s_1f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/silver_moon/1210.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;silver_moon :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/silver_moon/2-1-1210-1.html&quot;&gt;
						&lt;img src=&quot;img/desk/silver_m_/silver_m_1fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,300,225, 'img/desk/silver_m_/silver_m_1f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/Snowdog00/940.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Snowdog00 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/Snowdog00_Hey_there_Dusty_XD/2-1-940-23.html&quot;&gt;
						&lt;img src=&quot;img/desk/snowdog0_/snowdog0_23fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,487,286, 'img/desk/snowdog0_/snowdog0_23f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/tsume_wolf20/1145.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;tsume_wolf20 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/tsume_wolf20_Balto_and_Jenna_At_The_Begi/2-1-1145-1.html&quot;&gt;
						&lt;img src=&quot;img/desk/tsume_wo_/tsume_wo_1fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,213,160, 'img/desk/tsume_wo_/tsume_wo_1f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
						&lt;br /&gt;		&lt;/div&gt;
		
		&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
		 </description><author>steetboris@yahoo.fr</author><comments>http://baltosource.timduru.org/http://baltosource.timduru.org/en/comm/&no=668</comments><guid>http://baltosource.timduru.org/http://baltosource.timduru.org/en/comm/&no=668</guid></item><item><title>Forum Watch</title><link>http://baltosource.timduru.org/http://baltosource.timduru.org/en/comm/&no=667</link><pubDate>Mon, 10 Dec 2007 08:19:16 GMT</pubDate><description>
&lt;p&gt;I figure it's time for yet another update on our community.&lt;/p&gt;
&lt;p&gt;Today's Forum Watch will take up important matters from the&amp;nbsp;forums into discussion, and you can expect honors for some topics, and critique of others. So let's cut to the chase.&lt;/p&gt;
&lt;p&gt;&lt;hr /&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;First of all, Steet's accepting new Fan News editors, and the topic can be found &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=5&amp;amp;t=18262&quot;&gt;here&lt;/a&gt;. Personally, I think the number of editors shouldn't be overdone, and that it should be limited to three-four people. Any more, and synchronizing everything would be rather hard.&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;Also, DrewTheWolf has become an Editor, and I'd very much like to welcome her. So welcome!&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;Surely, Balto's popularity is slowly increasing and sometimes we get new members to the website. However, there are some other issues that needs attendance to as well. &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=1&amp;amp;t=18181&quot;&gt;I mean, what company could have handled Balto better?&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;We also have a rather interesting discussion here (if not a bit clichè, should you wonder what my opinion is). &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=1&amp;amp;t=17502&quot;&gt;Because seriously, Jenna and Steele couldn't possible be together?&lt;/a&gt;&amp;nbsp;And &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=1&amp;amp;t=17763&quot;&gt;which scenes make you cry?&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;I would rather know, myself, but I shan't interfere with this topic. In short, lots of people hate Wolf Quest, but I wonder &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=2&amp;amp;t=7668&quot;&gt;why&lt;/a&gt;...&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;And Aleu is so sweet, I love her so much! &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=2&amp;amp;t=16287&quot;&gt;Who doesn't have a dream about being with her?&lt;/a&gt;&amp;nbsp;She's such a sweetheart! Aleu, hunny! I want to hug you! *cough*&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;In other news, this just in: Is Kodi in love with Dusty? Or could it simply be &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=3&amp;amp;t=18244&quot;&gt;sibling love?&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;Now, we can't just leave The Lion King lying on a bed sleeping, can we? I shall poke Simba with a stick and see how he reacts. Because, surely, &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=18&amp;amp;t=18134&quot;&gt;The Lion King must be overrated.&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;And holy mother of the great Wolves! &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=18&amp;amp;t=17334&quot;&gt;A Harry Potter version of Hakuna Matata?! &lt;/a&gt;That's just.. wow!&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;Also, who's your favourite character? &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=18&amp;amp;t=17693&quot;&gt;Kodi or Kovu?&lt;/a&gt; Personally, I'd have to say Kodi.&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;&lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=33&amp;amp;t=17559&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;Do you like Zira?&lt;/span&gt;&lt;/a&gt; And what's the matter with Aleu and Kiara? They're battling it out, and it's a &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=33&amp;amp;t=13366&quot;&gt;close match!&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;There is a lot of strange things going on around in the forums, and even in the real life. For example: RBK won their first soccer game, internationally, in years not long ago. Now that's just as probable as it is that one day you'll have a monkey crawling out of your throat. But what are the odds of a &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=6&amp;amp;t=18163&quot;&gt;man marrying a dog?&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;hr /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;Then a little note from Silverstrike: My PM box is always open for people who wants to talk about anything, really. Also, I'd appreciate if there appeared any TLKS editors for Fan News as well, seeing as updating both is killing me.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;FONT-SIZE: x-small&quot;&gt;Other than that, have a nice week! And don't forget; &lt;a target=&quot;_blank&quot; href=&quot;/board/viewtopic.php?f=8&amp;amp;t=832&quot;&gt;read the rules&lt;/a&gt;&amp;nbsp;before joining this website, or if you're already a member; read it still. You might've forgotten something, and rules are added as time passes. That goes for those who joined without reading it as well.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div style=&quot;float:left; width:300px;&quot;&gt;
		&lt;strong&gt;1 article : &lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://baltosource.timduru.org/en/b1articles/The_Simpson_Film_Balto_parody/1194.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- The Simpson Film - Balto parod...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;steet&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;&lt;strong&gt;2 fanfics : &lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://baltosource.timduru.org/fic/Dead_End_It_Now_Begins/2-1-5966.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Dead End: &quot;It Now Begins&quot;&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;DakotaWereWolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Me_and_My_Gang/2-1-5980.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Me and My Gang&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;KilaTheWolfDog&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;	&lt;style type=&quot;text/css&quot;&gt;
	&lt;!--
	div.transON  {width: 100%; background-color: silver;opacity:.85;filter: alpha(opacity=85); -moz-opacity: 0.85;border:1px solid black;border-radius: 10px 10px;
        -moz-border-radius: 10px;  }
	--&gt;
	&lt;/style&gt;
	&lt;div class='transON' id='viewer' style='background-color:#FFFFFF;padding:10;visibility:hidden;position:absolute;width:400;height:200;z-index:1;overflow:hidden; color:#000000;font-size:12px;' onClick='hideDetails()'&gt;&lt;/div&gt;

	&lt;script type=&quot;text/javascript&quot;&gt;
	document.onmousemove=getXY
	var viewer = document.getElementById('viewer');
	var iens6, ns4;
	
	function getDetails(num)
	{	
		iens6=document.all||document.getElementById;
		ns4=document.layers;
		if(ns4) {document.captureEvents(Event.MOUSEMOVE)}
		document.onmousemove=getXY;

		document.getElementById('input1').value = num;
		viewer.innerHTML = &quot;&lt;img src='img/indicator.gif' /&gt;&quot;;
		ajaxMaj();		showDetails();
	}

	function showDetails()
	{		
		viewer.style.visibility = 'visible';
		viewer.style.left = x-180;
		viewer.style.top = y-50-200;
	}

	function hideDetails()
	{
		document.getElementById('viewer').style.visibility = 'hidden';
	}
	
	function getXY(e) {
		if (iens6&amp;&amp;document.all) {
			x=0
			y=0
			x=event.x + document.body.scrollLeft; 
			y=event.y + document.body.scrollTop;
		}
		if (iens6&amp;&amp;!document.all) {
			x=0
			y=0
			x=e.pageX; 
			y=e.pageY;
		}
	}

	&lt;/script&gt;
	
	&lt;script type=&quot;text/javascript&quot;&gt;
	var urlajaxMaj = &quot;inc/ft/ajax/selectQuestionDetails.php&quot;;
	
	function ajaxMaj()
	{
	  			var input1 = document.getElementById(&quot;input1&quot;).value;
			
	  var corps = &quot;sql1=SELECT titre, descr, m_id, auteur FROM aquest WHERE num = '&quot;+addslashes(input1)+&quot;';&quot;;

	  p.open(&quot;POST&quot;,urlajaxMaj, true);
	  try
	  {
		p.setRequestHeader(&quot;Content-type&quot;,&quot;application/x-www-form-urlencoded&quot;);  
	  }
	  catch(err) { };
	  
	  p.onreadystatechange = handleHttpResponse;  
	
		try
		{
			p.send(corps);
		}
		catch(err) { };
	}


	function handleHttpResponse()
	{
	  var res;
	  if (p.readyState == 4) 
	  {
	  	res = p.responseText;
	 	
		//alert(res);
		 res = res.split(&quot;,&quot;); 					temp = res[0];
					if(temp) temp=temp.replace(/\`/g,'\,');
					document.getElementById('viewer').innerHTML = temp;
						  } // ENDIF readystate
	} // ENDIF funcname
	&lt;/script&gt;
&lt;span id=&quot;input1&quot;&gt;&lt;/span&gt;&lt;strong&gt;2 questions : &lt;/strong&gt;&lt;br /&gt; 
	&lt;img class=&quot;ib1_off&quot; onmouseover=&quot;this.className='ib1_on';  getDetails('2712'); &quot; onmouseout=&quot;this.className='ib1_off'; hideDetails();&quot; src=&quot;img/eye.gif&quot; width='13' height='13' style='vertical-align:middle'; /&gt;&amp;nbsp;
	
&lt;a href=&quot;http://baltosource.timduru.org/en/questions/why_whont_it_let_me_send_my_images/2712.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;why whont it let me send my im...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;apollowolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
 
	&lt;img class=&quot;ib1_off&quot; onmouseover=&quot;this.className='ib1_on';  getDetails('2710'); &quot; onmouseout=&quot;this.className='ib1_off'; hideDetails();&quot; src=&quot;img/eye.gif&quot; width='13' height='13' style='vertical-align:middle'; /&gt;&amp;nbsp;
	
&lt;a href=&quot;http://baltosource.timduru.org/en/questions/commissions/2710.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;commissions&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;huskywolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;&lt;strong&gt;13 forum topics : &lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;/board/viewtopic.php?t=18306&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Basil Of Baker Street-Anyone?&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Kodi Girl&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18296&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Best Documentry Movies?&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;aleufan2448&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18303&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Daemons Real or Fantasy&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Ahura Werewolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18297&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Kano's Choice/Aleu RP!&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;BlueStarfire&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18301&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Report a question...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;-Silver wind{Tani}-&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18298&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Seperating Balto stories&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;BlueStarfire&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18305&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Such Love Desperate Hearts*An ...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Kodi Girl&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18299&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- TENDRA  Needs HOME!&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;BlueStarfire&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18295&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- The Golden Compass&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;AmericanWolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18294&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- The Protector - Failing the fi...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Kaynight&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18300&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- The true second story...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;-Silver wind{Tani}-&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18304&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Wolf Pack Contest&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;.:Wildfire:.&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18302&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Your fursona&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;-Silver wind{Tani}-&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;		&lt;/div&gt;
		&lt;div style=&quot;float:right; width:190px;&quot;&gt;
		&lt;style type=&quot;text/css&quot;&gt;
&lt;!--
div.transON  {width: 100%; background-color: silver;opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;border:1px solid black; }
--&gt;
&lt;/style&gt;

&lt;script language=&quot;JavaScript1.2&quot;&gt;
iens6=document.all||document.getElementById
ns4=document.layers
var thename,theobj,thetext,winHeight,winWidth,boxPosition,headerColor,tableColor,timerID,seconds=0,x=0,y=0,offsetx = 2,offsety = 2
if(ns4) {document.captureEvents(Event.MOUSEMOVE)}
document.onmousemove=getXY
function buildText(nomimg,t,desc,typ,wid,hei) {
text=&quot;&quot;;
if(typ!='') {if(t!='') t=typ+&quot; : &quot;+t; else t=typ;}
if(t!='') text+=&quot;&lt;div align='center' style='font-size:12px;'&gt;&lt;b&gt;&quot;+t+&quot;&lt;/b&gt;&lt;/div&gt;&quot;;
text+=&quot;&lt;img onClick='stopIt()' src='&quot; + nomimg + &quot;' width=&quot;+wid+&quot; height=&quot;+hei+&quot;&gt;&quot;;
if(desc!='') text+=&quot;&lt;div align='center' style='font-size:10px;'&gt;&quot;+desc+&quot;&lt;/div&gt;&quot;;
return text
}
function setObj(textelement,inwidth,inheight,nomimg,t,desc,typ) {
	clearTimeout(timerID)
	tableColor='#e6f1f2'
	headerColor='#d5e9ea'
	winWidth=inwidth
	winHeight=inheight
	if(t!='') winHeight+=15;
	if(desc!='') winHeight+=15;
	thetext=buildText(nomimg,t,desc,typ, inwidth, inheight)
	  y=y+offsety-winHeight - 50
	  x = 250
	if(iens6){
		thename = &quot;viewer&quot;
		theobj=document.getElementById? document.getElementById(thename):document.all.thename
		theobj.style.width=winWidth
		theobj.style.height=winHeight
		theobj.style.left=x
		theobj.style.top=y
			if(iens6&amp;&amp;document.all) {
				theobj.innerHTML = &quot;&quot;
				theobj.insertAdjacentHTML(&quot;BeforeEnd&quot;,&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;)
			}
			if(iens6&amp;&amp;!document.all) {
				theobj.innerHTML = &quot;&quot;
				theobj.innerHTML=&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;
			}
	}
	if(ns4){
		thename = &quot;nsviewer&quot;
		theobj = eval(&quot;document.&quot;+thename)
		theobj.left=x
		theobj.top=y
		theobj.width=winWidth
		theobj.clip.width=winWidth
		theobj.height=winHeight
		theobj.clip.height=winHeight
		theobj.document.write(&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;)
		theobj.document.close()
	}
	viewIt()
}
function viewIt() {
		if(iens6) {theobj.style.visibility=&quot;visible&quot;}
		if(ns4) {theobj.visibility = &quot;visible&quot;}
}
function stopIt() {
	if(iens6) {
		theobj.innerHTML = &quot;&quot;
		theobj.style.visibility=&quot;hidden&quot;
	}
	if(ns4) {
		theobj.document.write(&quot;&quot;)
		theobj.document.close()
		theobj.visibility=&quot;hidden&quot;
	}
}
function timer(sec) {
	seconds=parseInt(sec)
	if(seconds&gt;0) {
		seconds--
		timerID=setTimeout(&quot;timer(seconds)&quot;,1000)
	}else{
		stopIt()
	}
}
function getXY(e) {
	if (ns4) {
		x=0
		y=0
		x=e.pageX; 
		y=e.pageY;
	}
	if (iens6&amp;&amp;document.all) {
		x=0
		y=0
		x=event.x + document.body.scrollLeft; 
		y=event.y + document.body.scrollTop;
	}
	if (iens6&amp;&amp;!document.all) {
		x=0
		y=0
		x=e.pageX; 
		y=e.pageY;
	}
}

if (iens6){
document.write(&quot;&lt;div class='transON' id='viewer' style='background-color:#cccccc;marginleft:0;visibility:hidden;position:absolute;width:0;height:0;z-index:1;overflow:hidden'&gt;&lt;/div&gt;&quot;)
}
if (ns4){
	hideobj = eval(&quot;document.nsviewer&quot;)
	hideobj.visibility=&quot;hidden&quot;
}
&lt;/script&gt;&lt;strong&gt;62 fanarts : &lt;/strong&gt;						&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/aleuxox/3263.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;aleuxox :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/aleuxox_jenna/2-1-3263-1.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleuxox_/aleuxox_1p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,269,233, 'img/fan/aleuxox_/aleuxox_1.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/aleuxox_Tera/2-1-3263-2.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleuxox_/aleuxox_2p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,286,232, 'img/fan/aleuxox_/aleuxox_2.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/aleuxox_look_jenna/2-1-3263-3.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleuxox_/aleuxox_3p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,133,133, 'img/fan/aleuxox_/aleuxox_3.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Anileu/1326.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Anileu :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_Top_Secret_Membership_Card/2-1-1326-221.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_221p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,450,228, 'img/fan/aleubalt_/aleubalt_221.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_Apollo_s_Top_Secret_Card/2-1-1326-222.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_222p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,397,227, 'img/fan/aleubalt_/aleubalt_222.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Anileu_Shortay_Whisper/2-1-1326-223.html&quot;&gt;
						&lt;img src=&quot;img/fan/aleubalt_/aleubalt_223p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,201,213, 'img/fan/aleubalt_/aleubalt_223.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Ashur/2408.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Ashur :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/bama_country_wolf/3000.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;bama_country_wolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/bama_country_wolf_Lucky/2-1-3000-16.html&quot;&gt;
						&lt;img src=&quot;img/fan/bama_cou_/bama_cou_16p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,256, 'img/fan/bama_cou_/bama_cou_16.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/bama_country_wolf_Bama_racing/2-1-3000-17.html&quot;&gt;
						&lt;img src=&quot;img/fan/bama_cou_/bama_cou_17p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,256, 'img/fan/bama_cou_/bama_cou_17.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/BB9000/2232.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;BB9000 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/BB9000_My_sis_aleu/2-1-2232-97.html&quot;&gt;
						&lt;img src=&quot;img/fan/baltobab_/baltobab_97p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,435,533, 'img/fan/baltobab_/baltobab_97.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/GraysonLuver/2539.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;BlueStarfire :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/GraysonLuver_Tendra/2-1-2539-146.html&quot;&gt;
						&lt;img src=&quot;img/fan/vividdre_/vividdre_146p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,354,465, 'img/fan/vividdre_/vividdre_146.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Cristaleyes/1109.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Cristaleyes :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Cristaleyes_Running_free/2-1-1109-144.html&quot;&gt;
						&lt;img src=&quot;img/fan/_/_144p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,406, 'img/fan/_/_144.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Cristaleyes_Wyvren/2-1-1109-145.html&quot;&gt;
						&lt;img src=&quot;img/fan/_/_145p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,408, 'img/fan/_/_145.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Cristaleyes_Our_dream/2-1-1109-146.html&quot;&gt;
						&lt;img src=&quot;img/fan/_/_146p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,369, 'img/fan/_/_146.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Cristaleyes_Lilhor/2-1-1109-147.html&quot;&gt;
						&lt;img src=&quot;img/fan/_/_147p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,387, 'img/fan/_/_147.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/DakotaWereWolf/3198.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;DakotaWereWolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/DakotaWereWolf_I_Wanna_Hold_Flowers_For_/2-1-3198-59.html&quot;&gt;
						&lt;img src=&quot;img/fan/blackshe_/blackshe_59p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,294, 'img/fan/blackshe_/blackshe_59.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/DakotaWereWolf_My_Version_of_Dingo_XD/2-1-3198-60.html&quot;&gt;
						&lt;img src=&quot;img/fan/blackshe_/blackshe_60p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,311, 'img/fan/blackshe_/blackshe_60.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/DakotaWereWolf_Version_of_Saba/2-1-3198-61.html&quot;&gt;
						&lt;img src=&quot;img/fan/blackshe_/blackshe_61p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,311, 'img/fan/blackshe_/blackshe_61.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/DakotaWereWolf_Version_of_Red_Faced_Pup/2-1-3198-62.html&quot;&gt;
						&lt;img src=&quot;img/fan/blackshe_/blackshe_62p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,311, 'img/fan/blackshe_/blackshe_62.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Demon/620.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Demon :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/DoMa_DiBo/261.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;DoMa_DiBo :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/DoMa_DiBo_Were_Wolf_Balto/2-1-261-129.html&quot;&gt;
						&lt;img src=&quot;img/fan/doma_dib_/doma_dib_129p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,400,453, 'img/fan/doma_dib_/doma_dib_129.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/elementalwolf/3250.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;elementalwolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/elementalwolf_Girfty_For_Cat/2-1-3250-6.html&quot;&gt;
						&lt;img src=&quot;img/fan/elementa_/elementa_6p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,395, 'img/fan/elementa_/elementa_6.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/FallenAngel_WG/686.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;FallenAngel(WG) :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/FallenAngel_WG_Turning_back/2-1-686-817.html&quot;&gt;
						&lt;img src=&quot;img/fan/wolfgirl_/wolfgirl_817p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,387, 'img/fan/wolfgirl_/wolfgirl_817.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/FallenAngel_WG_Hell_Demon/2-1-686-818.html&quot;&gt;
						&lt;img src=&quot;img/fan/wolfgirl_/wolfgirl_818p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,387, 'img/fan/wolfgirl_/wolfgirl_818.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/iceshadow/1756.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;iceshadow :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/irritume/3224.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;irritume :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/I_am_Alue_the_Wolf/1393.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;I_am_Alue_the_Wolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/I_am_Alue_the_Wolf_Naruto_fans/2-1-1393-15.html&quot;&gt;
						&lt;img src=&quot;img/fan/i_am_alu_/i_am_alu_15p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,412, 'img/fan/i_am_alu_/i_am_alu_15.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Kbalto567_girl/1564.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Jack-Lynn-Dawn :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Kbalto567_girl_Merry_CHristmas_EveryOne/2-1-1564-6.html&quot;&gt;
						&lt;img src=&quot;img/fan/kbalto561_/kbalto561_6p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,501,360, 'img/fan/kbalto561_/kbalto561_6.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Kbalto567_girl_This_is_my_New_charter/2-1-1564-7.html&quot;&gt;
						&lt;img src=&quot;img/fan/kbalto561_/kbalto561_7p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,367,319, 'img/fan/kbalto561_/kbalto561_7.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/KilaTheWolfDog/3078.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;KilaTheWolfDog :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Kirada/1917.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Kirada :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Kirada_From_Your_Shadow_Chapter_1_cover/2-1-1917-305.html&quot;&gt;
						&lt;img src=&quot;img/fan/your_fav_/your_fav_305p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,424,533, 'img/fan/your_fav_/your_fav_305.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/lionfire/3259.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;lionfire :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/lionfire_Spyrsensei/2-1-3259-4.html&quot;&gt;
						&lt;img src=&quot;img/fan/lionfire_/lionfire_4p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,320, 'img/fan/lionfire_/lionfire_4.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/lionfire_Troy/2-1-3259-3.html&quot;&gt;
						&lt;img src=&quot;img/fan/lionfire_/lionfire_3p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,320, 'img/fan/lionfire_/lionfire_3.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/lionfire_King_Balto/2-1-3259-2.html&quot;&gt;
						&lt;img src=&quot;img/fan/lionfire_/lionfire_2p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,320, 'img/fan/lionfire_/lionfire_2.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/lionfire_SYROSENSEI/2-1-3259-1.html&quot;&gt;
						&lt;img src=&quot;img/fan/lionfire_/lionfire_1p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,320, 'img/fan/lionfire_/lionfire_1.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/lionfire_Balto/2-1-3259-6.html&quot;&gt;
						&lt;img src=&quot;img/fan/lionfire_/lionfire_6p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,320, 'img/fan/lionfire_/lionfire_6.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/lionfire_Kiona/2-1-3259-5.html&quot;&gt;
						&lt;img src=&quot;img/fan/lionfire_/lionfire_5p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,320, 'img/fan/lionfire_/lionfire_5.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/lone_wolf_666/3260.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;lone_wolf_666 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/lone_wolf_666_Balto_and_Jenna_sketch/2-1-3260-1.html&quot;&gt;
						&lt;img src=&quot;img/fan/lone_wol1_/lone_wol1_1p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,381,465, 'img/fan/lone_wol1_/lone_wol1_1.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/lone_wolf_666_Aleu_waves/2-1-3260-2.html&quot;&gt;
						&lt;img src=&quot;img/fan/lone_wol1_/lone_wol1_2p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,287,391, 'img/fan/lone_wol1_/lone_wol1_2.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/louvy/2097.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;louvy :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/louvy/2-1-2097-43.html&quot;&gt;
						&lt;img src=&quot;img/fan/louvy_/louvy_43p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,355,533, 'img/fan/louvy_/louvy_43.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/orion/3060.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;orion :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/orion_Bathsheba/2-1-3060-25.html&quot;&gt;
						&lt;img src=&quot;img/fan/orion_/orion_25p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,381, 'img/fan/orion_/orion_25.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Serg.kz/978.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Serg.kz :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/Serg.kz/2-1-978-128.html&quot;&gt;
						&lt;img src=&quot;img/fan/serg.kz_/serg.kz_128p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,400,486, 'img/fan/serg.kz_/serg.kz_128.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Sora_Kun/1682.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Sora-Kun :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/sora1/3262.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;sora1 :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/sora1_Merry_cristmas/2-1-3262-1.html&quot;&gt;
						&lt;img src=&quot;img/fan/sora1_/sora1_1p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,200,257, 'img/fan/sora1_/sora1_1.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/StarGhostWolf/3257.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;StarGhostWolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/StarGhostWolf_Lost_wolf/2-1-3257-2.html&quot;&gt;
						&lt;img src=&quot;img/fan/violetgh_/violetgh_2p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,387, 'img/fan/violetgh_/violetgh_2.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/steelefanadic/3255.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;steelefanadic :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/timmykodi/3169.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;timmykodi  :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/timmykodi_dilontik_my_char/2-1-3169-6.html&quot;&gt;
						&lt;img src=&quot;img/fan/skinnyra_/skinnyra_6p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,399, 'img/fan/skinnyra_/skinnyra_6.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/waya_ayule_mage/3258.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;waya_ayule_mage :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/waya_ayule_mage_Steele_lol/2-1-3258-3.html&quot;&gt;
						&lt;img src=&quot;img/fan/waya_ayu_/waya_ayu_3p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,400, 'img/fan/waya_ayu_/waya_ayu_3.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/waya_ayule_mage_Howl/2-1-3258-2.html&quot;&gt;
						&lt;img src=&quot;img/fan/waya_ayu_/waya_ayu_2p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,400, 'img/fan/waya_ayu_/waya_ayu_2.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/waya_ayule_mage_Pup/2-1-3258-1.html&quot;&gt;
						&lt;img src=&quot;img/fan/waya_ayu_/waya_ayu_1p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,400, 'img/fan/waya_ayu_/waya_ayu_1.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Wolfpup/7.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Wolfpup :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/wolf_girl/1532.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;wolf_girl :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/wolf_girl_Merry_Christmas_Ben/2-1-1532-242.html&quot;&gt;
						&lt;img src=&quot;img/fan/wolf_gir_/wolf_gir_242p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,467,316, 'img/fan/wolf_gir_/wolf_gir_242.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/wolf_lion/1297.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;wolf_lion :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/wolf_lion_FIBI/2-1-1297-151.html&quot;&gt;
						&lt;img src=&quot;img/fan/wolflion_/wolflion_151p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,276, 'img/fan/wolflion_/wolflion_151.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/art/wolf_lion_OMA/2-1-1297-150.html&quot;&gt;
						&lt;img src=&quot;img/fan/wolflion_/wolflion_150p.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,376,533, 'img/fan/wolflion_/wolflion_150.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanart/Xwolf_winged_wolf/2230.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Xwolf_winged_wolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
						&lt;br /&gt;&lt;style type=&quot;text/css&quot;&gt;
&lt;!--
div.transON  {width: 100%; background-color: silver;opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;border:1px solid black; }
--&gt;
&lt;/style&gt;

&lt;script language=&quot;JavaScript1.2&quot;&gt;
iens6=document.all||document.getElementById
ns4=document.layers
var thename,theobj,thetext,winHeight,winWidth,boxPosition,headerColor,tableColor,timerID,seconds=0,x=0,y=0,offsetx = 2,offsety = 2
if(ns4) {document.captureEvents(Event.MOUSEMOVE)}
document.onmousemove=getXY
function buildText(nomimg,t,desc,typ,wid,hei) {
text=&quot;&quot;;
if(typ!='') {if(t!='') t=typ+&quot; : &quot;+t; else t=typ;}
if(t!='') text+=&quot;&lt;div align='center' style='font-size:12px;'&gt;&lt;b&gt;&quot;+t+&quot;&lt;/b&gt;&lt;/div&gt;&quot;;
text+=&quot;&lt;img onClick='stopIt()' src='&quot; + nomimg + &quot;' width=&quot;+wid+&quot; height=&quot;+hei+&quot;&gt;&quot;;
if(desc!='') text+=&quot;&lt;div align='center' style='font-size:10px;'&gt;&quot;+desc+&quot;&lt;/div&gt;&quot;;
return text
}
function setObj(textelement,inwidth,inheight,nomimg,t,desc,typ) {
	clearTimeout(timerID)
	tableColor='#e6f1f2'
	headerColor='#d5e9ea'
	winWidth=inwidth
	winHeight=inheight
	if(t!='') winHeight+=15;
	if(desc!='') winHeight+=15;
	thetext=buildText(nomimg,t,desc,typ, inwidth, inheight)
	  y=y+offsety-winHeight - 50
	  x = 250
	if(iens6){
		thename = &quot;viewer&quot;
		theobj=document.getElementById? document.getElementById(thename):document.all.thename
		theobj.style.width=winWidth
		theobj.style.height=winHeight
		theobj.style.left=x
		theobj.style.top=y
			if(iens6&amp;&amp;document.all) {
				theobj.innerHTML = &quot;&quot;
				theobj.insertAdjacentHTML(&quot;BeforeEnd&quot;,&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;)
			}
			if(iens6&amp;&amp;!document.all) {
				theobj.innerHTML = &quot;&quot;
				theobj.innerHTML=&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;
			}
	}
	if(ns4){
		thename = &quot;nsviewer&quot;
		theobj = eval(&quot;document.&quot;+thename)
		theobj.left=x
		theobj.top=y
		theobj.width=winWidth
		theobj.clip.width=winWidth
		theobj.height=winHeight
		theobj.clip.height=winHeight
		theobj.document.write(&quot;&lt;table cellspacing=0 width=&quot;+winWidth+&quot; height=&quot;+winHeight+&quot; border=0&gt;&lt;tr&gt;&lt;td width=100% valign=top&gt;&lt;font type='times' size='2' style='color:black;font-weight:normal'&gt;&quot;+thetext+&quot;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&quot;)
		theobj.document.close()
	}
	viewIt()
}
function viewIt() {
		if(iens6) {theobj.style.visibility=&quot;visible&quot;}
		if(ns4) {theobj.visibility = &quot;visible&quot;}
}
function stopIt() {
	if(iens6) {
		theobj.innerHTML = &quot;&quot;
		theobj.style.visibility=&quot;hidden&quot;
	}
	if(ns4) {
		theobj.document.write(&quot;&quot;)
		theobj.document.close()
		theobj.visibility=&quot;hidden&quot;
	}
}
function timer(sec) {
	seconds=parseInt(sec)
	if(seconds&gt;0) {
		seconds--
		timerID=setTimeout(&quot;timer(seconds)&quot;,1000)
	}else{
		stopIt()
	}
}
function getXY(e) {
	if (ns4) {
		x=0
		y=0
		x=e.pageX; 
		y=e.pageY;
	}
	if (iens6&amp;&amp;document.all) {
		x=0
		y=0
		x=event.x + document.body.scrollLeft; 
		y=event.y + document.body.scrollTop;
	}
	if (iens6&amp;&amp;!document.all) {
		x=0
		y=0
		x=e.pageX; 
		y=e.pageY;
	}
}

if (iens6){
document.write(&quot;&lt;div class='transON' id='viewer' style='background-color:#cccccc;marginleft:0;visibility:hidden;position:absolute;width:0;height:0;z-index:1;overflow:hidden'&gt;&lt;/div&gt;&quot;)
}
if (ns4){
	hideobj = eval(&quot;document.nsviewer&quot;)
	hideobj.visibility=&quot;hidden&quot;
}
&lt;/script&gt;&lt;strong&gt;20 fan images : &lt;/strong&gt;						&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/Silver_wind_Tani/1124.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Anonymus :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/Silver_wind_Tani_Be_afraid.../2-1-1124-13.html&quot;&gt;
						&lt;img src=&quot;img/desk/queen_ta_/queen_ta_13fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/queen_ta_/queen_ta_13f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/Ashur/753.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Ashur :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/beautifull_disaster/1072.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;beautifull_disaster :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/beautifull_disaster_Navaeh_again/2-1-1072-8.html&quot;&gt;
						&lt;img src=&quot;img/desk/beautifu_/beautifu_8fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,358,344, 'img/desk/beautifu_/beautifu_8f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/beautifull_disaster_Forbidden_Love/2-1-1072-9.html&quot;&gt;
						&lt;img src=&quot;img/desk/beautifu_/beautifu_9fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,311,345, 'img/desk/beautifu_/beautifu_9f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/beautifull_disaster_Love_WILL_find_away./2-1-1072-10.html&quot;&gt;
						&lt;img src=&quot;img/desk/beautifu_/beautifu_10fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/beautifu_/beautifu_10f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/beautifull_disaster_Destruction/2-1-1072-6.html&quot;&gt;
						&lt;img src=&quot;img/desk/beautifu_/beautifu_6fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/beautifu_/beautifu_6f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/beautifull_disaster_Navaeh/2-1-1072-7.html&quot;&gt;
						&lt;img src=&quot;img/desk/beautifu_/beautifu_7fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,480,384, 'img/desk/beautifu_/beautifu_7f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/claire_cooper/1133.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;claire_cooper :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/claire_cooper_demon_trademark/2-1-1133-71.html&quot;&gt;
						&lt;img src=&quot;img/desk/claire_c_/claire_c_71fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,427, 'img/desk/claire_c_/claire_c_71f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/claire_cooper_demon/2-1-1133-70.html&quot;&gt;
						&lt;img src=&quot;img/desk/claire_c_/claire_c_70fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/claire_c_/claire_c_70f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/fellbaltolarka/1166.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;fellbaltolarka(SBP) :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/fellbaltolarka_my_car_striker/2-1-1166-28.html&quot;&gt;
						&lt;img src=&quot;img/desk/fellbalt_/fellbalt_28fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,427,320, 'img/desk/fellbalt_/fellbalt_28f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/katanary/1177.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;katanary :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/sun_wolf/1183.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;sun_wolf :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/sun_wolf_The_white/2-1-1183-11.html&quot;&gt;
						&lt;img src=&quot;img/desk/sun_wolf_/sun_wolf_11fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/sun_wolf_/sun_wolf_11f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/sun_wolf_I_miss_you_...._Balto/2-1-1183-12.html&quot;&gt;
						&lt;img src=&quot;img/desk/sun_wolf_/sun_wolf_12fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/sun_wolf_/sun_wolf_12f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/sun_wolf_La_fille_de_Stel/2-1-1183-18.html&quot;&gt;
						&lt;img src=&quot;img/desk/sun_wolf_/sun_wolf_18fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,346,207, 'img/desk/sun_wolf_/sun_wolf_18f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/sun_wolf_Balto_balerine/2-1-1183-13.html&quot;&gt;
						&lt;img src=&quot;img/desk/sun_wolf_/sun_wolf_13fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/sun_wolf_/sun_wolf_13f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;div style=&quot;height:5px;&quot;&gt;&lt;!-- --&gt;&lt;/div&gt;
						&lt;a href=&quot;http://baltosource.timduru.org/en/fanimage/warriorcat/1128.html&quot;&gt;
						&lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;warriorcat :&lt;/span&gt;
						&lt;/a&gt;
						&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/warriorcat_A_Brave_Hero/2-1-1128-17.html&quot;&gt;
						&lt;img src=&quot;img/desk/warriorc_/warriorc_17fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,533,319, 'img/desk/warriorc_/warriorc_17f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/warriorcat_BaltoSource_Afflaite/2-1-1128-19.html&quot;&gt;
						&lt;img src=&quot;img/desk/warriorc_/warriorc_19fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,67,35, 'img/desk/warriorc_/warriorc_19f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
												&lt;a href=&quot;http://baltosource.timduru.org/image/warriorcat_Steele_Dumb/2-1-1128-18.html&quot;&gt;
						&lt;img src=&quot;img/desk/warriorc_/warriorc_18fp.jpg&quot; width=&quot;30&quot; height=&quot;30&quot; border=&quot;0&quot; style=&quot;vertical-align:middle;border-color: 356981;&quot; onmouseover=&quot;setObj(1,197,130, 'img/desk/warriorc_/warriorc_18f.jpg', '', '', '');&quot;/&gt;
						&lt;/a&gt;&amp;nbsp;
						&lt;br /&gt;		&lt;/div&gt;
		
		&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
		 </description><author>steetboris@yahoo.fr</author><comments>http://baltosource.timduru.org/http://baltosource.timduru.org/en/comm/&no=667</comments><guid>http://baltosource.timduru.org/http://baltosource.timduru.org/en/comm/&no=667</guid></item><item><title>Listen to Balto musics!</title><link>http://baltosource.timduru.org/http://baltosource.timduru.org/en/comm/&no=666</link><pubDate>Sun, 09 Dec 2007 14:45:21 GMT</pubDate><description> I've added something that I wanted to add since a long time ago. Now, there's a music player on the site! 
&lt;br /&gt;
&lt;br /&gt;Just check the bottom of the left menu, and click on one of the Balto musics that you can listen to! I will progressively add new Balto musics into this playlist.
&lt;br /&gt;
&lt;br /&gt;If this is possible, that's thanks to Deezer.com which is a free and legal streaming way to listen to musics.&lt;br /&gt;&lt;br /&gt;		&lt;div style=&quot;float:left; width:300px;&quot;&gt;
		&lt;strong&gt;10 fanfics : &lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://baltosource.timduru.org/fic/Ohanzee_Lyall_Prophecy_Chpt._1/2-1-5971.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Ohanzee Lyall - Prophecy [Chpt...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Ashur&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Life_before_murder/2-1-5967.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Life before murder&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;bloodwolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Part_one_Raimundo_s_Hatred/2-1-5970.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Part one/Raimundo's Hatred!&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;BlueStarfire&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/The_Siblings_Chapter_One/2-1-5307.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- The Siblings: Chapter One&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;CarribbeanLady&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Toby_Part_Ten_Suspicous_Minds/2-1-5983.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Toby Part Ten: Suspicous Minds&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Dragon Tamer&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/A_Real_Horse_Race/2-1-5932.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- A Real Horse Race&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;KilaTheWolfDog&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Wolf_Heart/2-1-5974.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Wolf Heart&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;KilaTheWolfDog&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/KITT_vs._Kila/2-1-5979.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- KITT vs. Kila &lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;KilaTheWolfDog&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/Wolves_of_the_Northlands_Part_4/2-1-5899.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Wolves of the Northlands Part ...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Selene~werewolf(AL)&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;http://baltosource.timduru.org/fic/No_one_wants_me/2-1-5969.html&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- No one wants me&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;shaggystar(wolfs_heart2007)&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;	&lt;style type=&quot;text/css&quot;&gt;
	&lt;!--
	div.transON  {width: 100%; background-color: silver;opacity:.85;filter: alpha(opacity=85); -moz-opacity: 0.85;border:1px solid black;border-radius: 10px 10px;
        -moz-border-radius: 10px;  }
	--&gt;
	&lt;/style&gt;
	&lt;div class='transON' id='viewer' style='background-color:#FFFFFF;padding:10;visibility:hidden;position:absolute;width:400;height:200;z-index:1;overflow:hidden; color:#000000;font-size:12px;' onClick='hideDetails()'&gt;&lt;/div&gt;

	&lt;script type=&quot;text/javascript&quot;&gt;
	document.onmousemove=getXY
	var viewer = document.getElementById('viewer');
	var iens6, ns4;
	
	function getDetails(num)
	{	
		iens6=document.all||document.getElementById;
		ns4=document.layers;
		if(ns4) {document.captureEvents(Event.MOUSEMOVE)}
		document.onmousemove=getXY;

		document.getElementById('input1').value = num;
		viewer.innerHTML = &quot;&lt;img src='img/indicator.gif' /&gt;&quot;;
		ajaxMaj();		showDetails();
	}

	function showDetails()
	{		
		viewer.style.visibility = 'visible';
		viewer.style.left = x-180;
		viewer.style.top = y-50-200;
	}

	function hideDetails()
	{
		document.getElementById('viewer').style.visibility = 'hidden';
	}
	
	function getXY(e) {
		if (iens6&amp;&amp;document.all) {
			x=0
			y=0
			x=event.x + document.body.scrollLeft; 
			y=event.y + document.body.scrollTop;
		}
		if (iens6&amp;&amp;!document.all) {
			x=0
			y=0
			x=e.pageX; 
			y=e.pageY;
		}
	}

	&lt;/script&gt;
	
	&lt;script type=&quot;text/javascript&quot;&gt;
	var urlajaxMaj = &quot;inc/ft/ajax/selectQuestionDetails.php&quot;;
	
	function ajaxMaj()
	{
	  			var input1 = document.getElementById(&quot;input1&quot;).value;
			
	  var corps = &quot;sql1=SELECT titre, descr, m_id, auteur FROM aquest WHERE num = '&quot;+addslashes(input1)+&quot;';&quot;;

	  p.open(&quot;POST&quot;,urlajaxMaj, true);
	  try
	  {
		p.setRequestHeader(&quot;Content-type&quot;,&quot;application/x-www-form-urlencoded&quot;);  
	  }
	  catch(err) { };
	  
	  p.onreadystatechange = handleHttpResponse;  
	
		try
		{
			p.send(corps);
		}
		catch(err) { };
	}


	function handleHttpResponse()
	{
	  var res;
	  if (p.readyState == 4) 
	  {
	  	res = p.responseText;
	 	
		//alert(res);
		 res = res.split(&quot;,&quot;); 					temp = res[0];
					if(temp) temp=temp.replace(/\`/g,'\,');
					document.getElementById('viewer').innerHTML = temp;
						  } // ENDIF readystate
	} // ENDIF funcname
	&lt;/script&gt;
&lt;span id=&quot;input1&quot;&gt;&lt;/span&gt;&lt;strong&gt;23 forum topics : &lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;/board/viewtopic.php?t=18280&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- &amp;quot;I believe in you&amp;quot; (...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Rangerwolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18285&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Adoption Requests&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Wicked_Innocence&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18284&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Aleu_wolfdog&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Balto_freak&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18286&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- did you notice?&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;kirbyluv&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18277&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Dogs on a mish...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;-Silver wind{Tani}-&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18282&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- EMO WOLVES 4 ADOPTION...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;jodi-lion&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18274&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Fire's little guide to creatin...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Fire_paw&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18275&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Four dogs needs home!&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;MOS&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18281&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Friend Contest&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;DakotaWereWolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18273&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Hiyas&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Deerstar&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18276&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- MOS'ies graphyx!Also,*REQUESTS...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;MOS&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18293&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Nothing I Do Helps *Advanced*&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;RandomHybrid&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18271&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- rap&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;darkdragon9789&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18279&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- StarKeepersxEmoWolves&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;BlueEyedBandit&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18290&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- The Great Mouse Detective Two&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Kodi Girl&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18291&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Toby Series Art Contest&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;Dragon Tamer&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18270&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Two Of One Kind *Part 1*&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;RandomHybrid&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18272&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- What Do You Hate Most About Th...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;USMC Wolf&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18287&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- what shall we call the puffbal...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;kirbyluv&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18288&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Who Are We?&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;RandomHybrid&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18292&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Wind*Private Between JennaWolf...&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;okami24532&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18289&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Yeay, I'm rendering too! :D XD&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;StarChild&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;

&lt;a href=&quot;/board/viewtopic.php?t=18283&quot;&gt;
		
	&lt;span class=&quot;f9&quot;&gt;- Zira's Return *Private*&lt;/span&gt;, 
 &lt;span class=&quot;b9&quot;&gt;by&lt;/span&gt;
 &lt;span class=&quot;b9i&quot; style=&quot;font-size:10px&quot;&gt;RandomHybrid&lt;/span&gt; 
 &lt;br /&gt;
&lt;/a&gt;
&lt;br /&gt;		&lt;/div&gt;
		&lt;div style=&quot;float:right; width:190px;&quot;&gt;
		&lt;style type=&quot;text/css&quot;&gt;
&lt;!--
div.transON  {width: 100%; background-color: silver;opacity:.95;filter: alpha(opacity=95); -moz-opacity: 0.95;border:1px solid black; }
--&gt;
&lt;/style&gt;

&lt;script language=&quot;JavaScript1.2&quot;&gt;
iens6=document.all||document.getElementById
ns4=document.layers
var thename,theobj,thetext,winHeight,winWidth,boxPosition,headerColor,tableColor,timerID,seconds=0,x=0,y=0,offsetx = 2,offsety = 2
if(ns4) {document.captureEvents(Event.MOUSEMOVE)}
document.onmousemove=getXY
function buildText(nomimg,t,desc,typ,wid,hei) {
text=&quot;&quot;;
if(typ!='') {if(t!='') t=typ+&quot; : &quot;+t; else t=typ;}
if(t!='') text+=&quot;&lt;div align='center' style='font-size:12px;'&gt;&lt;b&gt;&quot;+t+&quot;&lt;/b&gt;&lt;/div&gt;&quot;;
text+=&quot;&lt;img onClick='stopIt()' src='&quot; + nomimg + &quot;' width=&quot;+wid+&quot; height=&quot;+hei+&quot;&gt;&quot;;
if(desc!='') text+=&quot;&lt;div align='center' style='font-size:10px;'&gt;&quot;+desc+&quot;&lt;/div&gt;&quot;;
return text
}
function setObj(textelement,inwidth,inheight,nomimg,t,desc,typ) {
	clearTimeout(timerID)
	tableColor='#e6f1f2'
	headerColor='#d5e9ea'
	winWidth=inwidth
	winHeight=inheight
	if(t!='') winHeight+=15;
	if(desc!='') winHeight+=15;
	thetext=buildText(nomimg,t,desc,typ, inwidth, inheight)
	  y=y+offsety-winHeight - 50
	  x = 250
	if(iens6){
		thename = &quot;viewer&quot;
		theobj=document.getElementById? document.getElementById(thename):document.all.thename
		theobj.style.width=winWidth
		theobj.style.height=winHeight
		theobj.style.