﻿<%@ page language="C#" autoeventwireup="true" inherits="search, App_Web_i6jpwi2q" %>


<%@ Register src="UI/search.ascx" tagname="search" tagprefix="uc1" %>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="fa">
<title>کانون انجمن های صنفی صنایع غذایی ایران</title>
    <link href="my.css" rel="stylesheet" type="text/css" />
</head>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

    <form id="form1" runat="server">

<div align="center">

<table border="0" width="99%" cellspacing="0" cellpadding="0">
	<tr>
		<td background="Back01.gif"  valign="top" dir=rtl>
		<table border="0" width="100%" id="table4" cellspacing="0" cellpadding="0">
			<tr>
				<td background="images/Untitled-5.jpg">
				<img border="0" src="images/index2_03.jpg" width="234" height="101"></td>
				<td background="images/Untitled-5.jpg">
				<img border="0" src="images/Untitled-5.jpg" width="3" height="101"></td>
				<td background="images/Untitled-5.jpg" width="757">
				<img border="0" src="images/index2_02.jpg" width="751" height="101" align="left" hspace="0"></td>
			</tr>
		</table>
		<table border="0" width="100%" id="table5" cellspacing="0" cellpadding="0">
			<tr>
				<td width="291" background="images/bak.jpg">
				<p align="center">
				<font size="1"><font color="#FFFFFF" face=tahoma>| </font>
				<a style="TEXT-DECORATION: none" href="ivoi.asp">
				<font face=tahoma color="#FFFFFF">صفحه اصلی</font></a><font color="#FFFFFF" face=tahoma> <SPAN lang=en-us>| </SPAN>
				</font><SPAN 
            style="TEXT-DECORATION: none">
				<a style="TEXT-DECORATION: none" href="text.asp?id=1"><font color="#FFFFFF" face=tahoma>تماس با ما</font></a></SPAN><font color="#FFFFFF" face=tahoma><SPAN lang=en-us> 
				|</SPAN> </font> 
				<a style="TEXT-DECORATION: none" href="archive.asp"><font color="#FFFFFF" face=tahoma>آرشیو</font></a><font color="#FFFFFF" face=tahoma> 
				| 
				</font> <a style="TEXT-DECORATION: none" href="members.asp"><font color="#FFFFFF" face=tahoma>عضویت</font></a><font color="#FFFFFF" face=tahoma> 
				|</font><SPAN lang=en-us><font color="#FFFFFF" face=tahoma>&nbsp;</font></SPAN><font color="#FFFFFF" face=tahoma>  
				</font> <SPAN lang="en-us">
				<a style="TEXT-DECORATION: none" target="_blank" href="rss.xml"><font color="#FFFFFF" face=tahoma>RSS</font></a></SPAN><font color="#FFFFFF" face=tahoma>
				</font></font> 
            	<font size="1" color="#FFFFFF"> 
            <SPAN lang=en-us>| 
				&nbsp;</SPAN><a href="search.aspx" style="text-decoration: none"><font color="#FFFFFF">جستجو</font></a></font></td>
          <TD style="FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: Tahoma" 
          align=middle width=459 background="images/bak.jpg">
            <p align="left" style="direction: ltr">
<MARQUEE id=topnews onmouseover=this.stop() style="FONT-SIZE: 12px; FONT-FAMILY: Tahoma; color:#FFFFFF" onmouseout=this.start() scrollAmount=2 scrollDelay=5 direction=right>


<%
set ObjNewse=server.CreateObject("ADODB.recordset")
ObjNewse.open "select * from News where NewsGroup=1 order by NewsDate ", ObjConn, 1

if ObjNewse.recordcount>10 then
	Ie=10
Else
	Ie=ObjNewse.recordcount
END IF

for i = 1 to Ie
%> | <a href="NewsView.asp?ID=<%=ObjNewse("ID")%>" target=_blank><font face=tahoma color=#ffffff><%=ObjNewse("title")%></font></a><%
ObjNewse.movenext
Next

ObjNewse.Close
set ObjNewse=nothing
%>


</MARQUEE></TD>
          		<td background="images/bak.jpg" height="25">
          		            <p align="left" style="direction: ltr">
							<font size="1" color="#FFFFFF" face=tahoma>
          		            <SCRIPT language="javascript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var day="";
var month="";
var myweekday="";
var year="";
newdate = new Date();
mydate = new Date();
dston =  new Date('April 4, 1999 2:59:59');
dstoff = new Date('october 31, 1999 2:59:59');
var myzone = newdate.getTimezoneOffset();
newtime=newdate.getTime();

var zone = 6;  // references your time zone

if (newdate > dston && newdate < dstoff ) {
zonea = zone - 1 ;
}
else {
zonea = zone ; dst = "  Pacific Standard Time";
}
var newzone = (zonea*60*60*1000);
newtimea = newtime+(myzone*60*1000)-newzone;
mydate.setTime(newtimea);
myday = mydate.getDay();
mymonth = mydate.getMonth();
myweekday= mydate.getDate();
myyear= mydate.getYear();
year = myyear;

if (year < 2000)
year = year + 1900;
myhours = mydate.getHours();
if (myhours >= 12) {
myhours = (myhours == 12) ? 12 : myhours - 12; mm = " PM";
}
else {
myhours = (myhours == 0) ? 12 : myhours; mm = " AM";
}
myminutes = mydate.getMinutes();
if (myminutes < 10){
mytime = ":0" + myminutes;
}
else {
mytime = ":" + myminutes;
};
arday = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
armonth = new Array("January ","February ","March ","April ","May ","June ","July ","August ","September ", "October ","November ","December ")
ardate = new Array("0th","1st","2nd","3rd","4th","5th","6th","7th","8th","9th","10th","11th","12th","13th","14th","15th","16th","17th","18th","19th","20th","21st","22nd","23rd","24th","25th","26th","27th","28th","29th","30th","31st");
// rename locale as needed.

var time = (arday[myday] +", " + armonth[mymonth] +" "+ardate[myweekday] + ", " + year);
document.write(time);
//-->
</SCRIPT>
          		
            &nbsp;&nbsp; |&nbsp;
          		
            <%=dateshamsi0%>
</font></td>
			</tr>
		</table>
		</td>
	</tr>
	<tr>
		<td>
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td width="140" valign="top">

				</td>
				<td width="10">&nbsp;</td>
				<td dir="rtl" style="font-family: tahoma" valign="top">
				
<div align="center">
				
<table border="0" width="680" cellspacing="0" cellpadding="0">
	
	<tr>
		<td style="font-family: tahoma; font-size: 10pt; color: #FFFFFF" align="center" height="20">
		&nbsp;</td>
	</tr>
	<tr>
		<td style="border-left:1px solid #800000; border-right:1px solid #800000; border-top:1px solid #800000; font-family: tahoma; font-size: 10pt; color: #FFFFFF; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; border-bottom-color:#800000" align="center" height="20" bgcolor="#800000">
نتیجه جستجو</td>
	</tr>
	<tr>
		<td style="border:1px solid #800000; font-family: tahoma; font-size: 10pt; color: #FFFFFF; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px" align="center" height="20">
            <font color="#000000" style="color: #000000">
<script type="text/javascript">
  var googleSearchIframeName = "cse-search-results";
  var googleSearchFormName = "cse-search-box";
  var googleSearchFrameWidth = 450;
  var googleSearchDomain = "www.google.com";
  var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>


	</font>
	        <uc1:search ID="search1" runat="server" />
	</td>
	</tr>
	</table>

				</div>

				</td>
				<td width="10">&nbsp;</td>
				<td width="146" dir="rtl" align="center" valign="top">
				
						&nbsp;<p>&nbsp;</td>
			</tr>
		</table>
		</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
	</tr>
	<tr>
		<td bgcolor="#3047A0">
<table border="0" width="100%" id="table51" cellpadding="0">
			<tr>
				<td height="95" valign="bottom" bgcolor="#FDAA00">
            <p align="center">
			<IMG class="" height=90 alt="پارس فلکس" 
src="images/pars-flaxe-2.jpg" width=728 border=0></td>
			</tr>
			<tr>
				<td background="images/top.jpg" height="47" valign="bottom" bgcolor="#37220F">
            <P dir=rtl align="center">
			<font face="Tahoma">
			<img border="0" src="images/index2_02.gif" width="100" height="25"><br>
			<SPAN 
            style="TEXT-DECORATION: none"><FONT color=#ffffff size=1>
			<a style="text-decoration: none" href="ivoi.asp">
			<font color="#FFFFFF">صفحه 
            اصلی</font></a></FONT></SPAN><SPAN lang=en-us><FONT color=#ffffff 
            size=1>&nbsp; </FONT></SPAN><FONT size=1><FONT 
            color=#ffffff>&nbsp;<SPAN lang=en-us>|&nbsp;&nbsp; 
            </SPAN></FONT><SPAN style="TEXT-DECORATION: none"><A 
            href="text.asp?id=1"><FONT color=#ffffff><SPAN 
            style="TEXT-DECORATION: none">تماس با 
            ما</SPAN></FONT></A></SPAN><FONT color=#ffffff><SPAN 
            lang=en-us>&nbsp;&nbsp; |&nbsp; </SPAN>&nbsp;</FONT><A 
            href="archive.asp"><SPAN 
            style="TEXT-DECORATION: none"><FONT 
            color=#ffffff>آرشیو</FONT></SPAN></A><SPAN lang=en-us><FONT 
            color=#ffffff> </FONT></SPAN><FONT color=#ffffff>&nbsp;| <SPAN 
            lang=en-us>&nbsp;</SPAN></FONT><A 
            href="members.asp"><SPAN 
            style="TEXT-DECORATION: none"><FONT 
            color=#ffffff>عضویت</FONT></SPAN></A><SPAN lang=en-us><FONT 
            color=#ffffff> </FONT></SPAN><FONT color=#ffffff>&nbsp;|</FONT><SPAN 
            lang=en-us><FONT color=#ffffff>&nbsp;&nbsp; &nbsp; </FONT><A href="rss.xml" 
            target=_blank><SPAN style="TEXT-DECORATION: none"><FONT 
            color=#ffffff>RSS</FONT></SPAN></A></SPAN></FONT><FONT color=#ffffff 
            size=1> </FONT><font size="1" color="#FFFFFF"><br>
			<br>
			IVOI</font><SPAN lang=en-us><FONT color=#ffffff size=1>.IR&nbsp; @ 2008 
            - 2010&nbsp; </FONT><A href="http://www.sanadata.com/" 
            target=_blank>
			<SPAN 
            style="BACKGROUND-COLOR: #000000; TEXT-DECORATION: none"><FONT 
            color=#ffffff size=1>SANA</FONT></SPAN></A><SPAN 
            style="TEXT-DECORATION: none"><A href="http://www.sanadata.com/" 
            target=_blank><SPAN 
            style="BACKGROUND-COLOR: #FF0000; TEXT-DECORATION: none"><FONT 
            color=#ffffff size=1>DATA</FONT></SPAN></A></SPAN></SPAN></font></P></td>
			</tr>
</table>
				</td>
	</tr>
</table>

</div>
    </form>
</body>

</html>
