관리-도구
편집 파일: index.php
<?php include_once('includes/root.php'); $iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone"); $android = strpos($_SERVER['HTTP_USER_AGENT'],"Android"); $palmpre = strpos($_SERVER['HTTP_USER_AGENT'],"webOS"); $berry = strpos($_SERVER['HTTP_USER_AGENT'],"BlackBerry"); $ipod = strpos($_SERVER['HTTP_USER_AGENT'],"iPod"); include_once($DOCUMENT_ROOT.'/includes/constants.php'); $page_title = "Arizona Wedding Venues | Best Wedding Venues in Arizona | Arizona's Finest Wedding Sites and Services | Scottsdale Wedding Venues | Phoenix Wedding Venues | Weddings Arizona | Arizona Weddings | Wedding Locations and Wedding Services | Arizona Wedding Reception Sites | Arizona Wedding Vendors | AZ Wedding Sites"; if (file_exists($DOCUMENT_ROOT."/includes/header.php")) { include_once($DOCUMENT_ROOT."/includes/header.php"); } else { header("location: /error.php"); } ?> <script type="text/javascript"> /*********************************************** * Ultimate Fade-In Slideshow (v1.51): � Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ var fadeimages=new Array() //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0]=["http://www.finestweddingsites.com/reception/images/greyhawkbr-5.jpg", "http://www.finestweddingsites.com/reception/scottsdale_grayhawk.php", "_blank"] fadeimages[1]=["http://www.finestweddingsites.com/reception/images/greyhawkbr-6.jpg", "http://www.finestweddingsites.com/reception/scottsdale_grayhawk.php", "_blank"] fadeimages[2]=["http://www.finestweddingsites.com/reception/images/greyhawkbr-7.jpg", "hhttp://www.finestweddingsites.com/reception/scottsdale_grayhawk.php", "_blank"] //image with link fadeimages[3]=["http://www.finestweddingsites.com/reception/images/greyhawkbr-9.jpg", "http://www.finestweddingsites.com/reception/scottsdale_grayhawk.php", "_blank"] //image with link var fadeimages2=new Array() //2nd array set example. Remove or add more sets as needed. //SET IMAGE PATHS. Extend or contract array as needed fadeimages2[0]=["images/banners/Noahs2.jpg", "http://www.finestweddingsites.com/reception/chandler_noahs.php", ""] //plain image syntax fadeimages2[1]=["images/banners/Noahs1.jpg", "http://www.finestweddingsites.com/reception/chandler_noahs.php", ""] //image with link syntax fadeimages2[2]=["images/banners/Noahs3.jpg", "http://www.finestweddingsites.com/reception/chandler_noahs.php", ""] fadeimages2[3]=["images/banners/Noahs4.jpg", "http://www.finestweddingsites.com/reception/chandler_noahs.php", ""] var fadeimages3=new Array() //2nd array set example. Remove or add more sets as needed. //SET IMAGE PATHS. Extend or contract array as needed fadeimages3[0]=["images/banners/Noahs2.jpg", "http://www.finestweddingsites.com/reception/chandler_noahs.php", ""] //plain image syntax fadeimages3[1]=["images/banners/Noahs1.jpg", "http://www.finestweddingsites.com/reception/chandler_noahs.php", ""] //image with link syntax fadeimages3[2]=["images/banners/Noahs3.jpg", "http://www.finestweddingsites.com/reception/chandler_noahs.php", ""] fadeimages3[3]=["images/banners/Noahs4.jpg", "http://www.finestweddingsites.com/reception/chandler_noahs.php", ""] var fadebgcolor="white" ////NO need to edit beyond here///////////// var fadearray=new Array() //array to cache fadeshow instances var fadeclear=new Array() //array to cache corresponding clearinterval pointers var dom=(document.getElementById) //modern dom browsers var iebrowser=document.all function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){ this.pausecheck=pause this.mouseovercheck=0 this.delay=delay this.degree=10 //initial opacity degree (10%) this.curimageindex=0 this.nextimageindex=1 fadearray[fadearray.length]=this this.slideshowid=fadearray.length-1 this.canvasbase="canvas"+this.slideshowid this.curcanvas=this.canvasbase+"_0" if (typeof displayorder!="undefined") theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :) this.theimages=theimages this.imageborder=parseInt(borderwidth) this.postimages=new Array() //preload images for (p=0;p<theimages.length;p++){ this.postimages[p]=new Image() this.postimages[p].src=theimages[p][0] } var fadewidth=fadewidth+this.imageborder*2 var fadeheight=fadeheight+this.imageborder*2 if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox) document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>') else document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>') if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox this.startit() else{ this.curimageindex++ setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay) } } function fadepic(obj){ if (obj.degree<100){ obj.degree+=10 if (obj.tempobj.filters&&obj.tempobj.filters[0]){ if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+ obj.tempobj.filters[0].opacity=obj.degree else //else if IE5.5- obj.tempobj.style.filter="alpha(opacity="+obj.degree+")" } else if (obj.tempobj.style.MozOpacity) obj.tempobj.style.MozOpacity=obj.degree/101 else if (obj.tempobj.style.KhtmlOpacity) obj.tempobj.style.KhtmlOpacity=obj.degree/100 else if (obj.tempobj.style.opacity&&!obj.tempobj.filters) obj.tempobj.style.opacity=obj.degree/101 } else{ clearInterval(fadeclear[obj.slideshowid]) obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1" obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas) obj.populateslide(obj.tempobj, obj.nextimageindex) obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0 setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay) } } fadeshow.prototype.populateslide=function(picobj, picindex){ var slideHTML="" if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">' slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">' if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML+='</a>' picobj.innerHTML=slideHTML } fadeshow.prototype.rotateimage=function(){ if (this.pausecheck==1) //if pause onMouseover enabled, cache object var cacheobj=this if (this.mouseovercheck==1) setTimeout(function(){cacheobj.rotateimage()}, 100) else if (iebrowser&&dom||dom){ this.resetit() var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) crossobj.style.zIndex++ fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50) this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0" } else{ var ns4imgobj=document.images['defaultslide'+this.slideshowid] ns4imgobj.src=this.postimages[this.curimageindex].src } this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0 } fadeshow.prototype.resetit=function(){ this.degree=10 var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) if (crossobj.filters&&crossobj.filters[0]){ if (typeof crossobj.filters[0].opacity=="number") //if IE6+ crossobj.filters(0).opacity=this.degree else //else if IE5.5- crossobj.style.filter="alpha(opacity="+this.degree+")" } else if (crossobj.style.MozOpacity) crossobj.style.MozOpacity=this.degree/101 else if (crossobj.style.KhtmlOpacity) crossobj.style.KhtmlOpacity=this.degree/100 else if (crossobj.style.opacity&&!crossobj.filters) crossobj.style.opacity=this.degree/101 } fadeshow.prototype.startit=function(){ var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) this.populateslide(crossobj, this.curimageindex) if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER var cacheobj=this var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid) crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1} crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0} } this.rotateimage() } </script><title>Arizona Wedding Venues</title> <div align="center"> <img src="images/spacer-nav.gif" width="571" height="20" /> <script language="" type="text/javascript"> //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder) new fadeshow(fadeimages, 571, 190, 0, 3000, 1) </script> </div> <div align="center"> <br /> <?php @include('includes/search.php'); ?> </div> <div id="content"> <div class="homebox2"> <table cellpadding="10" cellspacing="10" class="vendors"> <tr> <td width="460" align="left" valign="top"> <p><span class="header-homebox2">What's Your Venue Style? </span><span class="sub1">(<a href="reception/venue_styles.php">see all choices</a>)</span></p> <p align="center"><img class="wedding_desktop" src="images/venue-categories.jpg" alt="Outdoor Phoenix Wedding Venues" width="545" height="152" border="0" usemap="#browse" /> <div class="wedding_mobile"> <div class="vc_boxes"> <div class="vc"> <a href="http://www.finestweddingsites.com/reception/venue_styles.php#tuscan"><img src="images/vc1.jpg" alt="" /></a> </div> <div class="vc"> <a href="http://www.finestweddingsites.com/reception/venue_styles.php#hip"><img src="images/vc2.jpg" alt="" /></a> </div> <div class="vc"> <a href="http://www.finestweddingsites.com/reception/venue_styles.php#golf"><img src="images/vc3.jpg" alt="" /></a> </div> <div class="vc"> <a href="http://www.finestweddingsites.com/reception/venue_styles.php#garden"><img src="images/vc4.jpg" alt="" /></a> </div> </div> </div> <div class="wedding_mobile"> <div class="vc_boxes"> <div class="vc"> <p><span class="header-homebox2">Arizona's Best Wedding Vendors </span></p> </span> <p><span class="header-homebox2">» <a href="http://www.finestweddingsites.com/vendors/cakes.php">Cakes & Sweets</a><br> </span><span class="header-homebox2">» <a href="http://www.finestweddingsites.com/vendors/floral.php">Floral Designers</a><br> </span><span class="header-homebox2">» <a href="http://www.finestweddingsites.com/vendors/photographers.php">Wedding Photographers</a><br> </span><span class="header-homebox2">» <a href="http://www.finestweddingsites.com/vendors/caterers.php">Caterers</a><br> </span><span class="header-homebox2">» <a href="http://www.finestweddingsites.com/vendors/index.php">See all choices</a></span></p></div> <div class="vc"> <a href="http://www.finestweddingsites.com/reception/venue_styles.php#hip"><img src="images/vendor-mobile.jpg" alt="" /></a> </div> </div> </div> <img class="wedding_desktop" src="images/center-pics.gif" alt="Outdoor wedding venues Scottsdale" width="555" height="" border="0" usemap="#vendors" /> <br /> </div> <p><span class="header-homebox2">Looking for Arizona wedding venues & services? We can help!</span></p> <p><span class="text1">Newly engaged? Welcome to Arizona's Finest Wedding Sites and Services, the ultimate resource for planning the perfect Arizona wedding!</span></p> <p><span class="text1">Getting engaged is the first step toward marriage; the next step is planning the wedding itself. Arizona's Finest Wedding Sites and Services provides all the information you need to plan every detail of your wedding ceremony and reception, starting with the most important: selecting the <a href="reception/index.php">wedding venue</a>. We've done the legwork for you with an exciting array of sensational Arizona wedding venues and locations for your special day, from<a href="reception/style_luxury.php"> luxury resorts</a> and restaurants to <a href="reception/style_mountain.php">tranquil mountain retreats</a>. No matter what wedding style you prefer—<a href="reception/style_vintage.php">vintage</a>, <a href="reception/style_rustic.php">rustic</a>, <a href="reception/style_hip.php">modern</a> or anything in between—we have the <a href="reception/index.php">wedding venues</a> and <a href="vendors/index.php">vendors</a> to make your dream a reality. </span></p> <p><span class="text1">Prepare to be dazzled! A dream wedding is a result of careful planning. Whether you have six weeks, six months or more than a year to plan your perfect Arizona wedding and reception, you can rest services to mark your wedding day a success. This site is designed so you can plan your entire celebration on line today, or simply add the finishing touches to your existing wedding plans.</span></p></td> </tr> </table> </div> <br /> <h1><a href="reception/index.php"title="Phoenix Wedding Venues">Arizona weddings</a>. Find local & timely information on the finest <a href="reception/index.php">Arizona wedding venues</a> and reception venues and services. We know Arizona!</h1> <h3 class="home"><strong>Connect directly with <a href="http://www.finestweddingsites.com/reception/phoenix.php"title="Phoenix Wedding Vendors">Phoenix wedding venues</a>, <a href="http://www.finestweddingsites.com/reception/scottsdale.php"title="Scottsdale Wedding Venues">Scottsdale wedding venues</a>, <a href="http://www.finestweddingsites.com/reception/sedona.php"title="Sedona Wedding Venues">Sedona wedding venues</a>, <a href="http://www.finestweddingsites.com/reception/tucson.php"title="Tucson Wedding Venues">Tucson wedding venues</a> and <a href="http://www.finestweddingsites.com/reception/index.php"title="Arizona Wedding Venues">more</a>. Wedding venues and vendors all over Arizona!</strong></h3> <h3 class="home"><strong>Arizona's finest wedding venues and reception venues. <a href="vendors/index.php">Phoenix wedding vendors</a> too! <a href="http://www.finestweddingsites.com/vendors/floral.php"title="Arizona Wedding Florists">Wedding flowers</a>, <a href="http://www.finestweddingsites.com/vendors/photographers.php"title="Arizona Wedding Photographers">photography</a>, <a href="http://www.finestweddingsites.com/vendors/bridal_consulting.php"title="Arizona Wedding Planners">wedding planners</a> and <a href="http://www.finestweddingsites.com/vendors/index.php"title="Arizona Wedding Vendors">more</a>.</strong></h3> <h3 class="home"><strong>Planning a <a href="reception/arizona_destination_weddings.php"title="Arizona Destination Weddings">destination wedding</a> in <a href="reception/northern-arizona.php">Northern Arizona</a>, Southern Arizona, <a href="reception/sedona.php"title="Sedona Wedding Venues">Sedona</a>, Tubac or Prescott? We feature the best Arizona wedding locations!</strong></h3> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footerpay.php")) { include_once($DOCUMENT_ROOT."/includes/footerpay.php"); } else { header("location: /error.php"); } ?> <map name="browse" id="browse"> <area shape="rect" coords="-3,-2,125,148" href="reception/venue_styles.php#tuscan" alt="Outdoor Phoenix Wedding Venues " /> <area shape="rect" coords="140,-3,265,150" href="reception/venue_styles.php#hip" alt="Outdoor Phoenix Wedding Venues " /> <area shape="rect" coords="280,-4,404,151" href="reception/venue_styles.php#golf" alt="Outdoor Phoenix Wedding Venues" /> <area shape="rect" coords="420,0,544,150" href="reception/venue_styles.php#garden" alt="Outdoor Gilbert Wedding Venues " /> </map> <map name="vendors" id="vendors"><area shape="rect" coords="7,140,141,160" href="http://www.finestweddingsites.com/vendors/index.php" alt="Phoenix Wedding Vendors" /> <area shape="rect" coords="6,67,128,84" href="http://www.finestweddingsites.com/vendors/cakes.php" alt="Phoenix Wedding Cakes" /> <area shape="rect" coords="8,122,84,139" href="http://www.finestweddingsites.com/vendors/caterers.php" alt="Phoenix Wedding Caters" /> <area shape="rect" coords="8,30,257,51" href="http://www.finestweddingsites.com/vendors/index.php" alt="Phoenix Wedding Vendors" /> <area shape="rect" coords="7,86,133,102" href="http://www.finestweddingsites.com/vendors/floral.php" alt="Phoenix Wedding Florists" /> <area shape="rect" coords="9,102,175,120" href="http://www.finestweddingsites.com/vendors/photographers.php" alt="Phoenix Wedding Photographers" /> </map>