var months = new Array("January", "February", "March","April", "May", "June", "July", "August", "September","October", "November", "December");
temp_date=new Date();
god = temp_date.getYear()+"";
mes = temp_date.getMonth();
den = temp_date.getDate()-1;
den =Math.max(den,1);
god = god.substring(1,3);
current_date=den+" "+months[mes]+" 2004";

note='<img src="images/new.gif" alt="" width="40" height="28" hspace="5" vspace="5" border="0" align="left">Due to customs duties, orders from Germany, Sweden, Israel, New Zealand, Holland can be placed only at a <a href="2pack.html">corresponding page</a>.<br><strong>It is impossible to place an order at another page!</strong>';

news1='<b><font color="#FF0000">'+current_date+'</font></b><br>'+
'<b>Dear clients!</b><BR>Shipping of all orders resumed to all countries <B>except United States</B>.<BR><B><I>Shipping to the United States will be available soon.</I></B>';

news2='<BR>&nbsp;'+
'<a href="davidoff.html" target="_self" title="Davidoff Magnum is out of Stock"><IMG SRC="img_mini/one_mini/davidoff_magnum.gif" ALT="Davidoff Magnum is out of Stock" WIDTH="50" HEIGHT="55" HSPACE="10" VSPACE="10" BORDER="1" ALIGN="left">Davidoff Magnum</A><BR>is out of Stock.';

news='<div align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"><tr valign="top"><td width="40%">'+note+'</td><td width="10px">&nbsp;</td><td width="55%">'+news1+'</td><td width="30px">&nbsp;</td><td width="25%">'+news2+'</td><td align="right" valign="bottom" nowrap><A href="allnews.html" STYLE="font-size: x-small;">All News&nbsp;&nbsp;&nbsp;&nbsp;»»»</a></td><td width="30">&nbsp;</td></tr></table><br clear="left">';