%@LANGUAGE="VBSCRIPT"%>
<%
':::::::: CUSTOMIZE FROM HERE ::::::::
VarDesigner = "ClearBand Media"
'/////// Company Info ////////////
'--- Address 1 ---
VarCompanyName = "Harold Miller REALTOR ®"
VarCompanyAddress = "8301 Elm Ave., Suite 511"
VarCompanyCity = "Rancho Cucamonga"
VarCompanyState = "CA"
VarCompanyZip = "91730"
VarCompanyPhone = "Phone: 1-909-987-9436"
VarCompanyFax = ""
'--- Address 2 ---
VarCompanyAddress2 = ""
VarCompanyCity2 = ""
VarCompanyState2 = ""
VarCompanyZip2 = ""
VarCompanyPhone2 = ""
VarCompanyFax2 = ""
'/////// Site's Main Attributes ///////////
VarPageTitle = "Welcome to " & VarCompanyName 'Page title to appear on each
'page in browser window
VarShowDate ="True" 'Set to false to disable date on
'each page
VarBgColor = "Black" 'Base page background color.
VarMainTable = "750" 'Master table width for entire site:
'Pixel size i.e. "620" or % i.e. "100%"
VarMainTableBorderColor = "" 'Main Table Border Color i.e."#FF6600"
VarMainTableBorderWidth = "0" 'Main Table Border Width in pixels.
VarBullet = "site_images/arrow.gif"
'//////// Link Font and Color control
VarFontFamily ="font-family:arial,helvetica, sans-serif"
VarLinkSize = "font-size:12px"
VarALink = "font-size:12px; color:#000000; text-decoration:none; font-style:strong; " & VarFontFamily 'Normal link color
VarAvisited ="font-size:12px; color:#1582F1; text-decoration:none; font-style:strong; " & VarFontFamily 'Visited link color
VarAhover ="font-size:12px; color:red; text-decoration:none; font-style:strong; " & VarFontFamily 'Color of link with hovering over
VarAactive ="font-size:12px; color:#1582F1;text-decoration:none; font-style:strong; " & VarFontFamily 'Color of link when clicked
VarOwnerEmail = "harold.miller@verizon.net" 'Website owner's email address REQUIRED!!
'The VarOwnerEmail is the email
'address that all
'form information will be submitted
'to. This should
'be the site owners primary
'email address.
VarMLSListing = "True"
VarMLS = "http://www.imrmls.com:8080/servlet/lDisplayListings"
'/////// Header Variables /////////
VarHeaderBkg ="site_images/bg_tile.gif" 'Background image for liquid designs,
'set to "" if not using
'--- ATTENTION! Only one of the 3 variables should be Set to True ---
VarFlash = "False" 'True or False
VarSingleHeader = "True" 'True or False
'--- Description for variable - VarFlash -----
'Path and settings for flash movie (Movie should not be wider than the main
'table width that was set in variable (VarMAinTable).
'To use the below settings the variable (VarFlash) should be set to True
'and the others set to False
If VarFlash = "True" Then 'DO NOT EDIT THIS LINE
VarFlashMovie = "flash/sampleflash.swf" 'Path to the movie file
'i.e. flash/flash.swf
VarFlashMovieWidth = "620" 'In pixels i.e. 620
VarFlashMovieHeight = "60" 'In pixels i.e. 60
End If 'DO NOT EDIT THIS LINE
'--- Description for variable - VarSingleHeader ----
'Path to the header image (Image should not be wider than the main
'table width that was set in variable (VarMainTable).
'To use the below settings the variable (VarDoubleHeader) should be set to True
'and the others set to False
If VarSingleHeader = "True" Then 'DO NOT EDIT THIS LINE
VarPageHeader = "site_images/headermiller.jpg" 'Path to the header image
End If 'DO NOT EDIT THIS LINE
'/////// Slogan Information ////////// - DO NOT USE
VarCompanySlogan = ""
VarCompanyFontFace = "Verdana" 'Can be set to Verdana, Arial, Times
VarCompanyFontSize = "1" 'Do not set this larger than 2
VarCompanyFontColor = "Blue" 'Font color of the displayed company
'info - Use hex (i.e. "#000000")
'color codes if you don't know
'the limitations of the colors.
VarCompanyFontStyle = "" 'i.e. color:black (Use it only if
'you know the syntax for styles)
VarCompanyFontWeight = "b" 'B = Bold; I = Italic; N = Normal
'///////Description for variable - VarAdStatus -//////
'Set to Active or Disabled if Set to Disabled the Ads will not show
'until they are activated by the administrator.
VarAdStatus = "Active"
'///////Description for variable - VarEnableListing -//////
'True or False - If set to False the listing page
'will not be available for the public.
VarEnableListing = "True"
'///////Description for variable - VarEnableRestrictMsg -//////
'Restriction message on listing page for Realtors who wish to
'disclose that they have to contact the advertiser before the ad goes active.
'Shows on the listing page.
VarEnableRestrictMsg = ""
'///////Description for variable - VarShowEditableLinks -//////
'True or False - If set to False then the
'editable page links will not show in site navigation.
VarShowEditableLinks = "True"
'/////// Description for variable VarEvents - ///////
':: Set to true if client wishes to have editable events on their site
':: Set to false if client does not wish to use editable events on their site
VarShowEvents = "True"
'/////// Description for variable VarBios - ///////
':: Set to true if client wishes to have editable bios on their site
':: Set to false if client does not wish to use editable bios on their site
VarShowBios = "True"
'//////// Meta Information for Search Engines ////////
VarKeywords ="real estate,homes,realtor,realty,buy,sell,property,schools,move,relocate,estate,foreclosure,credit"
VarDescription=""
':::::::: CUSTOMIZABLE CODE ENDS HERE ::::::::
'////// DO NOT EDIT BELOW THIS LINE ///////
VarFooter = "#Copyright ©" & Year(Date) & " " & VarCompanyName & "
All rights reserved."
VarMetaGenerator =""
VarMetaAudience =""
VarMetaAuthorname =""
VarMetaCopyright =""
VarMetaPageType =""
VarMetaPublisher =""
VarMetaRobotos =""
VarMetaDescription =""
VarMetaKeywords =""
VarMetaRevisit =""
VarMetaHttp =""
%>
| <% If VarSingleHeader = "True" Then %> |
||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
<%= VarFooter%>
|
||||||||||||||||||||||||||||||||||||||||||||||||