// JavaScript content syndication format 2.1 generated by Big Medium v1.3.6
// JavaScript copyright Global Moxie: http://www.globalmoxie.com/
// Content copyright: © 2001-2005 ParisPlease.com ™ . All Rights Reserved.

var bmTipHeadline = new Array()
var bmTipDescription = new Array()
var bmTipTarget
var bmTipBreak
bmTipLoaded = true

if (! bmTipPadding) {var bmTipPadding = '0'}

if (! bmTipNewWindow) {var bmTipNewWindow;}
else {bmTipTarget = ' target="_blank"'}

if (bmTipXHTML) {bmTipBreak = "<br />"}
else {var bmTipXHTML; bmTipBreak = "<br>"}

if (! bmTipNumber) {var bmTipNumber = 1}
if (! bmTipRandom) {var bmTipRandom = true}
if (! bmNoFooter) {var bmNoFooter}

bmTipHeadline[0]="Incredible"
bmTipDescription[0]="<p>" + bmTipFontTag + "\"I can\'t believe it! I\'ve been in Paris at least a dozen times in my life and I thought I knew all about it, but after going out with you I realized that I had almost no idea about Parisian nightlife. Boy I loved your tour! I\'ll recommend you to all my friends. Kudos !\"" + bmTipBreak + "<em>Paul Delonas, New York</em></span></p>"
bmTipHeadline[1]="A pleasant surprise, ParisPlease :)"
bmTipDescription[1]="<p>" + bmTipFontTag + "\"It was my husband\'s idea to book your tour and I was rather skeptic about it - we have friends in Paris and they took us in all the good places - or at least I thought they did." + bmTipBreak + "Well, what I believed to be a rip off turned to be in fact a great experience. It was our best night out in Paris ever, and you take all the credit for it. Great job!\"" + bmTipBreak + "<em>Mary Sinclair, New york</em></span></p>"
bmTipHeadline[2]="Thanks guys!"
bmTipDescription[2]="<p>" + bmTipFontTag + "\"Just a quick note to thank you for the wonderful time we had last night. Especially to Laura, who was incredibly kind and generous and made us feel so... cool :) I loved Les Couleurs, VIP ... in fact all the places she took us to. It was a magic night!\"" + bmTipBreak + "<em>Marta Shaw, Seattle</em></span></p>"
bmTipHeadline[3]="All my best"
bmTipDescription[3]="<p>" + bmTipFontTag + "\"Even though I\'m not much of a party animal (I\'m rather shy), every time I come to Paris I have this strange feeling that somehow I miss all the real fun. Well, now I know it was true. And, thanks to you, it will not happen again." + bmTipBreak + "Great idea, great service.\"" + bmTipBreak + "<em>Mark Eisenberg, Frankfurt am Main</em></span></p>"
bmTipHeadline[4]="3 tips for Paris"
bmTipDescription[4]="<p>" + bmTipFontTag + "\"Now I know the one thing someone MUST do in Paris beside visiting the Eiffel Tower and Le Louvre - book a night adventure with you !\"" + bmTipBreak + "<em>Paul Higgs, London</em></span></p>"


function bmTipDeliver() {
	var back = bmTipBackgroundColor
	if (back) {back = 'background-color: ' + back}
	document.write('<div id="bmTipFeedDiv" style="padding:' + bmTipPadding + ';' + back + '">')
	if (bmTipRandom) {
		var j
		var temp
		for (var i=bmTipHeadline.length; --i; ) {
			j = Math.floor(Math.random() * (i+1))
			temp = bmTipDescription[i]
			bmTipDescription[i] = bmTipDescription[j]
			bmTipDescription[j] = temp
			temp = bmTipHeadline[i]
			bmTipHeadline[i] = bmTipHeadline[j]
			bmTipHeadline[j] = temp
		}
	}

	for (var i=0; (i < bmTipNumber && i < bmTipDescription.length); i++) {
		document.write('<p>' + bmTipHeadTag + bmTipHeadline[i] + '</span></p>')
		document.write(bmTipDescription[i])
	}
if (! bmNoFooter) {document.write('<p>' + bmTipSmallTag + 'For more, visit <a href="http://www.parisplease.com/tips/index.shtml"' + bmTipTarget + '">ParisPlease</a>.</span></p>')}
document.write('</div>')
}

