<!-- 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 showimage_1		= "yes"		// SHOW SIDEBAR IMAGE 1
var showimage_2		= "yes"		// SHOW SIDEBAR IMAGE 2
var showimage_3		= "yes"		// SHOW SIDEBAR IMAGE 3
var showimage_31	= "no"		// SHOW SIDEBAR IMAGE 3.1
var showimage_4		= "no"		// SHOW SIDEBAR IMAGE 4
var spacing		= "20"		// NUDGE SIDEBAR DOWN
var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 2ND PARAGRAPH

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "12"		// DATE X LOCATION
var dateY		= "220"		// DATE Y LOCATION

var showpaypal		= "no"			// SHOW A VIEW CART BUTTON
var paypalemail		= "bylawrence@gmail.com"	// YOUR PAYPAL E-MAIL



// NUDGE SPACER
document.write('<img src="/images/boudoir_photography_spacer.gif" alt="Boudoir photography Chicago" title="Boudoir photography Chicago Illinois" height="'+spacing+'" width="10"><br>')




// SMALL PICTURE AREA 1
   if (showimage_1 == "yes") {

document.write('<a href="/boudoir_photography_chicago.html" target="_blank"><IMG SRC="/boudoir/thumbnails/Chicago_Boudoir_Photography_sw.jpg"  alt="boudoir photography Chicago"  title="boudoir photography Chicago Illinois" border="0"  class="image-border"><br>')

document.write('</a><br>')

document.write('<br>')
}





// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {



}

// END SIDEBAR AREA PARAGRAPH 1




// SMALL PICTURE AREA 2
   if (showimage_2 == "yes") {

document.write('<a href="/boudoir_photographer_chicago.html" target="_blank"><IMG SRC="/thumbnails/intimate_photographer_Summer.jpg" alt="Boudoir photographer"  title="Boudoir photography Chicago" border="6"  class="image-border"><br>')

document.write('</a><br>')

document.write('<br>')
}





// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="smalltext">')

document.write('Looking for a rewarding career that works<br> with your schedule?  As a Scentsy Consultant,<br> you’ll set your own hours & have fun while you earn.<br> Tina Schiffbauer, Director <br>')

document.write('</span><br>')

}

// END SIDEBAR AREA PARAGRAPH 2


// SMALL PICTURE AREA 3
   if (showimage_3 == "yes") {

document.write('<a href="/boudoir_photographers_chicago.html" target="_blank"><IMG SRC="/thumbnails/boudoir_photography_tucson.jpg" alt="Boudoir photography"  title="Boudoir photography Chicago" border="6"  class="image-border"><br>')

document.write('</a>')

}
// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<span class="smalltext">')

document.write('As seen on TV<br>')

document.write('</span><br>')

}

// END SIDEBAR AREA PARAGRAPH 1

// SMALL PICTURE AREA 3.1
   if (showimage_31 == "yes") {


document.write(' <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:recommendations site="http://lwlarsenphoto.com" width="250" height="300" header="true" font="verdana" border_color="blue"></fb:recommendations><br>')
}

// SMALL PICTURE AREA 4
   if (showimage_4 == "yes") {


}

 







// 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(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")

// document.write('<span class="smalltext">')

document.write('(630) 303-9920<br>')
// document.write('(602) 492-1303<br>')
document.write('bylawrence@gmail.com<br>')
// document.write('</span><br>')
document.write('</div>');

}


// -- END -->
