<!--Simply copy and paste into <BODY>  
     Just above the </BODY> tag. -->

<SCRIPT type="text/javascript">

// Set the number of snowflakes (more than 30 - 40 not recommended)
var snowmax=35

// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#AAAACC","#DDDDFF","#CCCCDD","#F3F3F3","#F0FFFF")

// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

// Set the letter that creates your snowflake (recommended: * )
var snowletter="*"

// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6

// Set the maximum-size of your snowflakes
var snowmaxsize=22

// Set the minimal-size of your snowflakes
var snowminsize=8

// Set the snowing-zone
// Set 1 for all-over-snowing, set 2 for left-side-snowing 
// Set 3 for center-snowing, set 4 for right-side-snowing
var snowingzone=1

  /*
   //   * NO CONFIGURATION BELOW HERE *
*/

// Do not edit below this line
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var browserinfos=navigator.userAgent 
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)  
var browserok=ie5||ns6||opera

function randommaker(range) {		
	rand=Math.floor(range*Math.random())
    return rand
}

function initsnow() {
	if (ie5 || opera) {
		marginbottom = document.body.clientHeight
		marginright = document.body.clientWidth
	}
	else if (ns6) {
		marginbottom = window.innerHeight
		marginright = window.innerWidth
	}
	var snowsizerange=snowmaxsize-snowminsize
	for (i=0;i<=snowmax;i++) {
		crds[i] = 0;                      
    	lftrght[i] = Math.random()*15;         
    	x_mv[i] = 0.03 + Math.random()/10;
		snow[i]=document.getElementById("s"+i)
		snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
		snow[i].size=randommaker(snowsizerange)+snowminsize
		snow[i].style.fontSize=snow[i].size
		snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
		snow[i].sink=sinkspeed*snow[i].size/5
		if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
		if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
		if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
		if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
		snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
		snow[i].style.left=snow[i].posx
		snow[i].style.top=snow[i].posy
	}
	movesnow()
}

function movesnow() {
	for (i=0;i<=snowmax;i++) {
		crds[i] += x_mv[i];
		snow[i].posy+=snow[i].sink
		snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
		snow[i].style.top=snow[i].posy
		
		if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
			if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
			if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
			if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
			if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
			snow[i].posy=0
		}
	}
	var timer=setTimeout("movesnow()",50)
}

for (i=0;i<=snowmax;i++) {
	document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
}
if (browserok) {
	window.onload=initsnow
}
</SCRIPT>


<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
 "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

<channel>
<title>Logolamp</title>
<link>http://www.logo-lamp.com</link>
<description>logolamp</description>
<language>en-us</language>

<item>
<title>Materijali za abazure</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=38</link>
<description>&lt;table border=&quot;0&quot; width=&quot;530&quot;&gt;    &lt;tr&gt;      &lt;td width=&quot;140&quot;&gt;&lt;img src=&quot;images/1a1.jpg&quot; border=&quot;0&quot; altwidth=&quot;140&quot; height=&quot;193&quot;&gt;&lt;/td&gt;      &lt;td width=&quot;140&quot;&gt;&lt;img src=&quot;images/2a1.jpg&quot; border=&quot;0&quot; altwidth=&quot;140&quot; height=&quot;196&quot;&gt;&lt;/td&gt;      &lt;td width=&quot;140&quot;&gt;&lt;img src=&quot;images/3a1.jpg&quot; border=&quot;0&quot; altwidth=&quot;140&quot; height=&quot;195&quot;&gt;&lt;/td&gt;   &lt;td width=&quot;92&quot;&gt;&lt;img src=&quot;images/7a1.jpg&quot; border=&quot;0&quot; altwidth=&quot;140&quot; height=&quot;197&quot;&gt;&lt;/td&gt; &lt;/tr&gt;    &lt;tr&gt;      &lt;td&gt;&lt;img src=&quot;images/4a1.jpg&quot; border=&quot;0&quot; altwidth=&quot;140&quot; height=&quot;197&quot;&gt;&lt;/td&gt;      &lt;td&gt;&lt;img src=&quot;images/5a1.jpg&quot; border=&quot;0&quot; altwidth=&quot;140&quot; height=&quot;191&quot;&gt;&lt;/td&gt;      &lt;td&gt;&lt;img src=&quot;images/6a1.jpg&quot; border=&quot;0&quot; altwidth=&quot;140&quot; height=&quot;197&quot;&gt;&lt;/td&gt;   &lt;td&gt;&lt;img src=&quot;images/8a1.jpg&quot; border=&quot;0&quot; altwidth=&quot;140&quot; height=&quot;197&quot;&gt;&lt;/td&gt; &lt;/tr&gt;    &lt;tr&gt;      &lt;td colspan=&quot;4&quot;&gt;Materijali za abazure od platna na tvrdoj PVC plastici.U nastavku opsirnije...&lt;/td&gt;   &lt;/tr&gt; &lt;/table&gt;</description>
</item>

<item>
<title>Veliki lusteri</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=37</link>
<description>&lt;table border=&quot;0&quot; width=&quot;545&quot;&gt;   &lt;tr&gt;     &lt;td width=&quot;59&quot;&gt;&lt;img src=&quot;images/caffe%20lagano-as.jpg&quot; altwidth=&quot;200&quot; height=&quot;150&quot;&gt;&lt;/td&gt;      &lt;td width=&quot;59&quot;&gt;&lt;a href=&quot;modules.php?name=News&amp;amp;file=article&amp;amp;sid=37&quot;&gt;&lt;img src=&quot;images/blabla.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;      &lt;td width=&quot;405&quot;&gt;&lt;img src=&quot;images/bure-m.jpg&quot; border=&quot;0&quot;&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td colspan=&quot;3&quot;&gt;Prikaz velikih lustera precnika 110 cm visine 60 cm sa vesanjem ,sa tri sijalicna mesta,odozdo zatvoren gore deliminicno po zelji .Na trecoj slici luster velicine 80 cm precnik,30 visina + video..U&lt;a href=&quot;modules.php?name=News&amp;amp;file=article&amp;amp;sid=37&quot;&gt; nastavku opsirnije i uvecane slike.....&lt;/a&gt; &lt;/td&gt;   &lt;/tr&gt; &lt;/table&gt;</description>
</item>

<item>
<title>Foto abazuri</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=36</link>
<description>&lt;table width=&quot;542&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img width=&quot;200&quot; height=&quot;150&quot; border=&quot;0&quot; alt=&quot;foto abazur&quot; src=&quot;images/foto%20abazur-3a.jpg&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img width=&quot;200&quot; height=&quot;150&quot; border=&quot;0&quot; alt=&quot;foto abazur&quot; src=&quot;images/foto%20abazur%20plaza-1a.jpg&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img width=&quot;200&quot; height=&quot;150&quot; border=&quot;0&quot; alt=&quot;foto abazur&quot; src=&quot;images/fotoabazur-2a.jpg&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;3&quot;&gt;&lt;img width=&quot;611&quot; height=&quot;138&quot; border=&quot;0&quot; alt=&quot;foto abazur&quot; src=&quot;images/kong.jpg&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;3&quot;&gt;Foto abazuri namenjeni kako za lampe tako i za lustere.Donja slika prikazuje panoramu grada koja je upotrebljena za izradu prvog u nizu gore navedenih lustera.U nastavku detaljnije kao i nacin porucivanja sa vasim fotografijama&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;</description>
</item>

<item>
<title>Abazuri visilice</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=35</link>
<description>&lt;table border=&quot;0&quot; width=&quot;584&quot;&gt;
  &lt;tr&gt;
    &lt;td width=&quot;136&quot;&gt;&lt;img height=&quot;124&quot; border=&quot;0&quot; width=&quot;136&quot; src=&quot;images/abazuri%20crni%20grupno-a.jpg&quot; alt=&quot;luster abazur&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;137&quot;&gt;&lt;img height=&quot;125&quot; border=&quot;0&quot; width=&quot;137&quot; src=&quot;images/abazur%20zidni%20fi%20500a.jpg&quot; alt=&quot;luster abazur&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;140&quot;&gt;&lt;img height=&quot;125&quot; border=&quot;0&quot; width=&quot;140&quot; src=&quot;images/luster%20fi%20250a.jpg&quot; alt=&quot;luster abazur&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;143&quot;&gt;&lt;img height=&quot;125&quot; border=&quot;0&quot; width=&quot;143&quot; src=&quot;images/luster%20fi%20600a.jpg&quot; alt=&quot;luster abazur&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;4&quot;&gt;Kolekcija crnih luster abazura i zidnih lampi za rasvetu u kaficu.U nastavku detaljnije i uvecane slike....&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;</description>
</item>

<item>
<title>Okrugli lusteri</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=34</link>
<description>&lt;table width=&quot;539&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td width=&quot;59&quot;&gt;&lt;img width=&quot;150&quot; height=&quot;113&quot; border=&quot;0&quot; src=&quot;images/bilijar-as.jpg&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;59&quot;&gt;&lt;img width=&quot;150&quot; height=&quot;113&quot; border=&quot;0&quot; src=&quot;images/luster%20dupli1.jpg&quot; alt=&quot;luster&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;399&quot;&gt;&lt;img width=&quot;150&quot; height=&quot;113&quot; border=&quot;0&quot; src=&quot;images/okrugli%20crni%20luster-a1.jpg&quot; alt=&quot;luster&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;3&quot;&gt;Prikaz novih lustera ili starih u drugim varaijantama .Unastavku uvecane slike i opsirnije o njima... &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;</description>
</item>

<item>
<title>Cetvrtasti abazuri i lusteri</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=33</link>
<description>&lt;table width=&quot;546&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img width=&quot;550&quot; height=&quot;356&quot; border=&quot;0&quot; src=&quot;images/abazur%20cetvrtasti-s.gif&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;Prikaz cetvrastih abazura  gore u prvom redu kao i luster abazura u drugom redu.pripremljenih za visilice.u nastavku opsirnije&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;</description>
</item>

<item>
<title>Restauracija abazura 2 -Lusteri</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=32</link>
<description>&lt;table border=&quot;0&quot; width=&quot;200&quot;&gt;   &lt;tr&gt;     &lt;td colspan=&quot;3&quot;&gt;&lt;img src=&quot;images/lepont%20panorama.jpg&quot; border=&quot;0&quot; alt=&quot;lepont&quot; width=&quot;541&quot; height=&quot;91&quot;&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td&gt;&lt;img src=&quot;images/abazur%20kruska1.jpg&quot; border=&quot;0&quot; alt=&quot;restauracija abazura&quot; width=&quot;150&quot; height=&quot;200&quot;&gt;&lt;/td&gt;     &lt;td&gt;&lt;img src=&quot;images/Zicani%20stari%20abazuri_a1.jpg&quot; border=&quot;0&quot; alt=&quot;restauracija abazura&quot; width=&quot;150&quot; height=&quot;200&quot;&gt;&lt;/td&gt;     &lt;td&gt;&lt;img src=&quot;images/mesingani%20lester%20pre_a1.jpg&quot; border=&quot;0&quot; alt=&quot;lepont&quot; width=&quot;200&quot; height=&quot;150&quot;&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td colspan=&quot;3&quot;&gt;Na prvoj slici vidit kompletnu preradu osvetljenja jednog restorana,naredne dve slike su prikaz restauracije starih abazura a poslednja prerada starog mesinganog lustera.U nastavku opsirnije i video prikaz.. &lt;/td&gt;   &lt;/tr&gt; &lt;/table&gt;</description>
</item>

<item>
<title>Cetvrtasti lusteri i lampe</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=31</link>
<description>&lt;table width=&quot;546&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot; src=&quot;images/cetrvtasta%20lampa%20%202a.jpg&quot; alt=&quot;cetrvtaste lampe podne&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot; src=&quot;images/cetvrtaste%20lampe1a.jpg&quot; alt=&quot;cetvrtaste lampe podne&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot; src=&quot;images/cetvrtasti%20luster%202a.jpg&quot; alt=&quot;cetvrtasti lusteri&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;img width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot; src=&quot;images/cetvrtasti%20luster%203a.jpg&quot; alt=&quot;cetvrtasti lusteri&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot; src=&quot;images/cetvrtasti%20luster%204a.jpg&quot; alt=&quot;cetvrtasti lusteri&quot;&gt;&lt;/td&gt;
    &lt;td&gt;&lt;img width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot; src=&quot;images/cetvrtasti%20lusteri%201a.jpg&quot; alt=&quot;cetvrtasti lusteri&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;3&quot;&gt;Kolekcija cetvrtastih lampi i luistera od mikroplisa na tvrdoj beloj plastici kao podloga.Opsirnije un nastavku.......&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;</description>
</item>

<item>
<title>Restauracija abazura</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=30</link>
<description>&lt;table width=&quot;543&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td width=&quot;150&quot;&gt;&lt;img width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot; src=&quot;images/kapa1.jpg&quot; alt=&quot;restauracija abazura&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;383&quot;&gt;&lt;img width=&quot;150&quot; height=&quot;200&quot; border=&quot;0&quot; src=&quot;images/ruza1.jpg&quot; alt=&quot;restauracija abazura&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;2&quot;&gt;Prikaz restauracije  starih abazura sa platnom.U nastavku uvecane slike i opsirnije....&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;</description>
</item>

<item>
<title>Lusteri</title>
<link>http://www.logo-lamp.com/modules.php?name=News&amp;file=article&amp;sid=29</link>
<description>&lt;table width=&quot;493&quot; border=&quot;0&quot;&gt;
  &lt;tr&gt;
    &lt;td width=&quot;150&quot;&gt;&lt;img width=&quot;150&quot; height=&quot;113&quot; border=&quot;0&quot; alt=&quot;Luster&quot; src=&quot;images/luster_k1a.jpg&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;150&quot;&gt;&lt;img width=&quot;150&quot; height=&quot;113&quot; border=&quot;0&quot; alt=&quot;luster&quot; src=&quot;images/lusterk3a.jpg&quot;&gt;&lt;/td&gt;
    &lt;td width=&quot;179&quot;&gt;&lt;img width=&quot;150&quot; height=&quot;113&quot; border=&quot;0&quot; alt=&quot;kester&quot; src=&quot;images/lusterk4a.jpg&quot;&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td colspan=&quot;3&quot;&gt;Jos jedan novitet iz naseg proizvodnog programa.Radi se o luster abazuru koji vidite gore na slikama.Dimenzije 60cm  precnik,25 cm visine,40cm unutrasnji obim kruga.U nastavku teksta ostale karakteristike i uvecane slike.&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;</description>
</item>

</channel>
</rss>
