									<?
									
										// Banner Ads Start

										

										// start for the banner add counting and getting from table
										
											$ad = $_GET["ad"];

											

											$sql = "SELECT * FROM banner_ups where ROS LIKE 'yes' AND product IS NULL ORDER BY RAND()";
											$result = $conn->query($sql);									
									
										// banner rotating section
											while($row = mysqli_fetch_array($result)) {
												
												
													echo "<section><a href='" . $row['web'] . "' onclick='window.open(trackOutboundLink('" . $row['web'] . "'); return false;)' target='_blank'><img class='adSize' src='https://landscapearchitect.com/banner/" . $row['picture'] . "' alt='Banner - " . $row['comp_name'] . "' /></a>
													</section><br>";													
													}
				  
												mysqli_close($conn);
				  
				  
									?>       		