<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showscroller	= "no"		// SHOW THE SCROLLER
var scrollspacing	= "2"		// NUDGE SIDEBAR DOWN IN PIXELS
var bordercolor		= "666666"	// SCROLLER AND IMAGE BORDER COLOR

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "8"		// DATE X LOCATION
var dateY		= "56"		// DATE Y LOCATION

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "right"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "5"		// SEARCH FORM X LOCATION
var searchY		= "212"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search"	// TEXT ABOVE SEARCH FORM
var search_text		= "000000"	// SEARCH TEXT COLOR


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="2"><br>')
// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="picts/ABIAAccreditedLogo.png" border="0" width="150"></a>')
document.write('</td></tr></table>')
document.write('<br>')
}

// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<br></span><span class="sidebartext">')
document.write('<B>ABIA Finalist</B><br>')
document.write('<B>2009, 2010, 2011</B><br>')
document.write('<b>Rated  99.53% & 99.62% on Product, Service, Value and Staff </b> by the people who really know, couples Jennifer Cram has married in the past year, two-thirds of whom also nominated her as their top Wedding Supplier.<br>')

document.write('</span>')

}
// END SIDEBAR AREA PARAGRAPH 1


// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<br></span><span class="sidebartext">')

document.write('<b>Copyright Policy<br></b>')
document.write('All Rights Reserved<br>')
document.write('The content of this website is the original work of Jennifer Cram unless otherwise identified.  Copyright Law and International agreements forbids copying or modifying without express written permission of the author/creator. <br>')
document.write('Where copyright infringement is identified by the ongoing monitoring of this site, and the culprit is an Authorised Marriage Celebrant, a formal complaint will be made to the Attorney General. <br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2






// SCROLLER CODE
   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br>')

}


// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {



document.write('</span><span class="sidebartext">')

document.write('<b>My 8-pt guarantee<br></b>')
document.write('<b>1. </b>Simplicity and transparency of fee structure<br></b>')
document.write('<b>2. </b>Choice ofceremony styles to meet a wide variety of needs and budgets<br></b>')
document.write('<b>3. </b>Service quality surpassing your expectations of excellence<br></b>')
document.write('<b>4. </b>Open and frequent communication and information provision between booking and your ceremony day<br></b>')
document.write('<b>5. </b>Creative problem solving approach to your every request<br></b>')
document.write('<b>6. </b>Your ceremony crafted with attention to the impact of the words and to ensuring that the staging facilitates wonderful videos and photographs<br></b>')
document.write('<b>7. </b>You are an essential part of the process of developing your unique ceremony and the ultimate decisions relating to your ceremony and how it will flow are yours<br></b>')
document.write('<b>8. </b>Your ceremony performed with warm professionalism, a light-hearted touch and in accordance with applicable legal requirements<br></b>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 3




// SEARCH FORM
   if (showsearch == "yes") {

document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" style="color:#'+search_text+';">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
}



// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


// -- END -->
