[$] Pr1v473 xHeEl B4ckD00RzZ [$]

Current Path : D:/InetPub/vhosts/kuccs.com.kw/httpdocs/Portal/Includes/
Upload File
Current File : D:/InetPub/vhosts/kuccs.com.kw/httpdocs/Portal/Includes/Portal_Offers_Ar.asp

					<!-- Offers -->
					<div class="leftBlock">
						<div class="header">
							<a href="Offers.asp?start=1">
							<img border="0" src="Images/blockOffers.png" style="margin-top:1px; margin-right: 3px"></a>
						</div>
						
						
						<div class="bg3" align="center">
							<div id="slider" align="center" dir="ltr">
								<ul>
								<%
								Set Rs=Conn.Execute("Select top 5 * from OFFERS Order By OFFERS_ID Desc")
								if Not Rs.Eof Then
									While Not Rs.Eof
								%>
									<li>
										<a href="offers.asp?start=1">
											<img src="../PortalFiles/Offers/<%=Rs("OFFERS_IMG_SMALL")%>" alt="<%=Rs("OFFERS_TITLE_AR")%>" width="320" height="350" style="">
										<%=Rs("OFFERS_TITLE_AR")%>
										</a>
									</li>
								<%
									Rs.MoveNext
									Wend
		
								End If
								Rs.Close
								%>
								</ul>
							</div>
						</div>
						
						<div class="footer"></div>					
						
					</div>
					<!-- End -->