/************* More Permanent **************/
$('.banner img.f2').qtip({
content: '<div class="qtip-tip-f2-right-middle"></div>' +
			'<div class="tip-f2"><p style="margin-top:-3px">F<sup style="color:#F00; font-size:9px; font-weight:bold;">2</sup> is the newest version of Fluenz, containing hundreds of small yet significant improvements over all prior versions of the program.</p><p style="margin-top:10px">F<sup style="color:#F00; font-size:9px; font-weight:bold;">2</sup> is a hybrid Mac/Win system which can run directly from the hard-drive, offering superior audio and video quality, more powerful tools for targeting the areas where you need the most work, and enhanced navigation to give you complete control over the learning process.</p></div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'topMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: { 
		name: 'f2'
   	}
})
$('#right img.guarantee, .100p').qtip({
content: '<div class="qtip-tip-guarantee-right-middle"></div>' +
			'<div class="tip-guarantee"><p style="margin-top:0px">All our applications are backed by a 30-day, no questions asked guarantee. Full refunds will be issued for any returns made within 30 days.</p></div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'leftMiddle',
			tooltip: 'rightMiddle',
			adjust: {x: 200, y: 55}
		}
	},
	style: {
		name: 'guarantee'
   	}
});
$('.box-haiti').qtip({
content: '<div class="qtip-tip-guarantee-right-middle"></div>' +
			'<div class="tip-guarantee"><p style="margin-top:0px">Texto</p></div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'leftMiddle',
			tooltip: 'rightMiddle',
			adjust: {x: 200, y: 55}
		}
	},
	style: {
		name: 'guarantee'
   	}
})

/************* Newsletter Signup **************/
$('img.newsletter').qtip({
content: '<div class="qtip-tip-newsletter-homepage"></div><iframe src="http://app.streamsend.com/public/Fr6g/EQf/subscribe" name="newsletter" id="newsletter" style="width:340px; height:478px; border:none; overflow-x:hidden; overflow-y:hidden" frameborder="0" ></iframe>',
	show: 'click',
	hide: 'unfocus',
	position: {
		corner: {
			target: 'lefttMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: {
		name: 'newsletter_homepage',
		width: 340,
		height: 478
	}
})
$('.update-me-right').qtip({
content: '<div class="qtip-tip-newsletter-homepage"></div><iframe src="http://app.streamsend.com/public/Fr6g/EQf/subscribe" name="newsletter" id="newsletter" style="width:300px; height:425px; border:none; overflow-x:hidden; overflow-y:hidden" frameborder="0"></iframe>',
	show: 'click',
	hide: 'unfocus',
	position: {
		corner: {
			target: 'lefttMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: {
		name: 'newsletter_homepage',
		width: 300,
		height: 425
	}
})
$(document).click(function(){
	$('.qtip-newsletter_homepage, .qtip-quick_reply_email').qtip("hide")
})



/************* Quick Reply Email **************/
$('div.emailq_btn').qtip({
content: '<div class="qtip-tip-middle-top"></div><iframe src="http://fluenz.com/support/quick_email.html" name="newsletter" id="emailq" style="width:608px; height:290px; border:none" scrolling="no" frameborder="no"></iframe>',
	show: 'click',
	hide: 'unfocus',
	position: {
		corner: {
			target: 'bottomMiddle',
			tooltip: 'topMiddle'
		}
	},
	style: {
		name: 'quick_reply_email',
		width: 608,
		height: 290
	}
})
$('#header .email').qtip({
content: '<div class="qtip-tip-middle-top"></div><iframe src="http://fluenz.com/support/quick_email.html" name="newsletter" id="emailq" style="width:608px; height:290px; border:none" scrolling="no" frameborder="no"></iframe>',
	show: 'click',
	hide: 'unfocus',
	position: {
		corner: {
			target: 'bottomMiddle',
			tooltip: 'topMiddle'
		}
	},
	style: {
		name: 'quick_reply_email',
		width: 608,
		height: 290
	}
})
$(document).click(function(){
	$('.qtip-newsletter').qtip("hide");
})
/************* Film Festival **************/
$('#header img.filmS').qtip({
content: '<div class="qtip-tip-right-top"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy Fluenz Spanish 1+2+3+4+5 and pick your favorite Oscar<sup style="font-size:7px">†</sup> nominated Spanish-language movie from our iTunes selection. Download your selection and immerse yourself in Spanish on your iPod, iPhone, computer, or television.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">†</sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p>' +
			'<p style="margin-top:15px; color:#000000; font-size:11px">Our Spanish Film Festival is headlined by three nominees for Best Foreign Language Picture<sup style="font-size:7px">†</sup>: Almodóvar\'s All About My Mother, the tragic and beautiful The Sea Inside with Javier Bardem, and the gritty Mexican film Amores Perros with Gael García Bernal. We hope the selection includes something for everyone.</p>' +
			'<div style="background:url(http://fluenz.com/images/filmPostersSpanish.jpg); width:263px; height:151px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">Boxes must be purchased through www.fluenz.com to be eligible. Users  must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		target: $('#header img.filmS'),
		adjust: {x: -7, y: 28},
		corner: {
			target: 'leftTop',
			tooltip: 'rightTop'
		}
	},
	style: {
		name: 'filmTop'
   	}
})
$('#right img.filmS').qtip({
content: '<div class="qtip-tip-right-middle"></div>' +
			'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy Fluenz Spanish 1+2+3+4+5 and pick your favorite Oscar<sup style="font-size:7px">†</sup> nominated Spanish-language movie from our iTunes selection. Download your selection and immerse yourself in Spanish on your iPod, iPhone, computer, or television.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">†</sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p>' +
			'<p style="margin-top:15px; color:#000000; font-size:11px">Our Spanish Film Festival is headlined by three nominees for Best Foreign Language Picture<sup style="font-size:7px">†</sup>: Almodóvar\'s All About My Mother, the tragic and beautiful The Sea Inside with Javier Bardem, and the gritty Mexican film Amores Perros with Gael García Bernal. We hope the selection includes something for everyone.</p>' +
			'<div style="background:url(http://fluenz.com/images/filmPostersSpanish.jpg); width:263px; height:151px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">Boxes must be purchased through www.fluenz.com to be eligible. Users  must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'leftMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: {
		name: 'filmRight'
	}
})
$('#header img.filmF').qtip({
content: '<div class="qtip-tip-right-top"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy Fluenz French 1+2 and pick your favorite Oscar<sup style="font-size:7px">â€ </sup> nominated French-language movie from our iTunes selection. Download your selection and immerse yourself in French on your iPod, iPhone, computer, or television.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\ll email you with our official Oscar<sup style="font-size:7px">â€ </sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p>' +
			'<p style="margin-top:15px; color:#000000; font-size:11px">Our French Film Festival is headlined by three Oscar<sup style="font-size:7px">â€ </sup> nominees: A Very Long Engagement, a breathtaking WWI love story with Audrey Tautou of AmÃ©lie, internationally-acclaimed The Diving Bell and the Butterfly, as well as the decadent Chocolat with Juliette Binoche and Johnny Depp, which may not be in French but bares every mark of the gourmet culture.</p>' +
			'<div style="background:url(http://fluenz.com/images/filmPostersFrench.jpg); width:263px; height:148px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">Boxes must be purchased through www.fluenz.com to be eligible. Users  must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		target: $('#header img.filmF'),
		adjust: {x: -7, y: 28},
		corner: {
			target: 'leftTop',
			tooltip: 'rightTop'
		}	
	},
	style: {
		name: 'filmTop'
   	}
})
$('#right img.filmF').qtip({
content: '<div class="qtip-tip-right-middle"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy Fluenz French 1+2 and pick your favorite Oscar<sup style="font-size:7px">â€ </sup> nominated French-language movie from our iTunes selection. Download your selection and immerse yourself in French on your iPod, iPhone, computer, or television.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\ll email you with our official Oscar<sup style="font-size:7px">â€ </sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p>' +
			'<p style="margin-top:15px; color:#000000; font-size:11px">Our French Film Festival is headlined by three Oscar<sup style="font-size:7px">â€ </sup> nominees: A Very Long Engagement, a breathtaking WWI love story with Audrey Tautou of AmÃ©lie, internationally-acclaimed The Diving Bell and the Butterfly, as well as the decadent Chocolat with Juliette Binoche and Johnny Depp, which may not be in French but bares every mark of the gourmet culture.</p>' +
			'<div style="background:url(http://fluenz.com/images/filmPostersFrench.jpg); width:263px; height:148px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">Boxes must be purchased through www.fluenz.com to be eligible. Users  must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'leftMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: {
		name: 'filmRight'
	}
})
$('#header img.filmM').qtip({
content: '<div class="qtip-tip-right-top"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy Fluenz Mandarin 1+2+3 and pick your favorite Oscar<sup style="font-size:7px">â€ </sup> nominated Mandarin-language movie from our iTunes selection. Download your selection and Immerse yourself in Mandarin on your iPod, iPhone, computer, or television.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">â€ </sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p>' +
			'<p style="margin-top:15px; color:#000000; font-size:11px">Our Mandarin Film Festival is headlined by four Oscar<sup style="font-size:7px">â€ </sup> nominees: Ang Lee\'s masterpiece Hidden Dragon Crouching Tiger, the visually arresting Hero, as well as Curse of the Golden Flower and House of the Flying Daggers.</p>' +
			'<div style="background:url(http://fluenz.com/images/filmPostersMandarin.jpg); width:353px; height:146px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">Boxes must be purchased through www.fluenz.com to be eligible. Users must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		target: $('#header img.filmM'),
		adjust: {x: -7, y: 28},
		corner: {
			target: 'leftTop',
			tooltip: 'rightTop'
		}
	},
	style: {
		name: 'filmTop'
   	}
})
$('#right img.filmM').qtip({
content: '<div class="qtip-tip-right-middle"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy Fluenz Mandarin 1+2+3 and pick your favorite Oscar<sup style="font-size:7px">â€ </sup> nominated Mandarin-language movie from our iTunes selection. Download your selection and Immerse yourself in Mandarin on your iPod, iPhone, computer, or television.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">â€ </sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p>' +
			'<p style="margin-top:15px; color:#000000; font-size:11px">Our Mandarin Film Festival is headlined by four Oscar<sup style="font-size:7px">â€ </sup> nominees: Ang Lee\'s masterpiece Hidden Dragon Crouching Tiger, the visually arresting Hero, as well as Curse of the Golden Flower and House of the Flying Daggers.</p>' +
			'<div style="background:url(http://fluenz.com/images/filmPostersMandarin.jpg); width:353px; height:146px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">Boxes must be purchased through www.fluenz.com to be eligible. Users must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'leftMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: {
		name: 'filmRight'
	}
})
$('#header img.filmI').qtip({
content: '<div class="qtip-tip-right-top"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy Fluenz Italian 1+2 and pick your favorite Oscar<sup style="font-size:7px">â€ </sup> nominated Italian-language movie from our iTunes selection. Download your selection and immerse yourself in Italian on your iPod, iPhone, computer, or television.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">â€ </sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p>' +
			'<p style="margin-top:15px; color:#000000; font-size:11px">Our Italian Film Festival is headlined by two classic Oscar<sup style="font-size:7px">â€ </sup> nominees: Luchino Visconti\'s epic film The Leopard with Burt Lancaster, and Audrey Hepburn\'s debut in Roman Holiday, which may not be in Italian but brings all the life and passion of the culture to the silverscreen.</p>' +
			'<div style="background:url(http://fluenz.com/images/filmPostersItalian.jpg); width:173px; height:151px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">Boxes must be purchased through www.fluenz.com to be eligible. Users  must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		target: $('#header img.filmI'),
		adjust: {x: -7, y: 28},
		corner: {
			target: 'leftTop',
			tooltip: 'rightTop'
		}
	},
	style: {
		name: 'filmTop'
   	}
})
$('#right img.filmI').qtip({
content: '<div class="qtip-tip-right-middle"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy Fluenz Italian 1+2 and pick your favorite Oscar<sup style="font-size:7px">â€ </sup> nominated Italian-language movie from our iTunes selection. Download your selection and immerse yourself in Italian on your iPod, iPhone, computer, or television.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">â€ </sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p>' +
			'<p style="margin-top:15px; color:#000000; font-size:11px">Our Italian Film Festival is headlined by two classic Oscar<sup style="font-size:7px">â€ </sup> nominees: Luchino Visconti\'s epic film The Leopard with Burt Lancaster, and Audrey Hepburn\'s debut in Roman Holiday, which may not be in Italian but brings all the life and passion of the culture to the silverscreen.</p>' +
			'<div style="background:url(http://fluenz.com/images/filmPostersItalian.jpg); width:173px; height:151px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">Boxes must be purchased through www.fluenz.com to be eligible. Users  must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'leftMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: {
		name: 'filmRight'
	}
})
$('#header img.filmG').qtip({
content: '<div class="qtip-tip-right-top"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy select red boxes and pick your favorite Oscar<sup style="font-size:7px">†</sup> nominated film from our Fluenz Film Festival iTunes selection. We\'ll give the movie, all you have to do is download it and immerse yourself in the language and culture.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">†</sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p> </p>' +
			'<div style="background:url(http://fluenz.com/images/filmAll.jpg); width:354px; height:148px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">The following boxes are eligible: Fluenz French 1+2, Fluenz Italian 1+2, Fluenz Mandarin 1+2+3, and Fluenz Spanish 1+2+3+4+5. Boxes must be purchased through Fluenz.com to be eligible. Users must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		target: $('#header img.filmG'),
		adjust: {x: -7, y: 28},
		corner: {
			target: 'leftTop',
			tooltip: 'rightTop'
		}		
	},
	style: {
		name: 'filmTop'
   	}
})
$('#right img.filmG').qtip({
content: '<div class="qtip-tip-right-middle" style="margin-top:173px"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy select red boxes and pick your favorite Oscar<sup style="font-size:7px">†</sup> nominated film from our Fluenz Film Festival iTunes selection. We\'ll give the movie, all you have to do is download it and immerse yourself in the language and culture.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">†</sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p> </p>' +
			'<div style="background:url(http://fluenz.com/images/filmAll.jpg); width:354px; height:148px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">The following boxes are eligible: Fluenz French 1+2, Fluenz Italian 1+2, Fluenz Mandarin 1+2+3, and Fluenz Spanish 1+2+3+4+5. Boxes must be purchased through Fluenz.com to be eligible. Users must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'leftMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: {
		name: 'filmRight'
	}
})
$('img.AP').qtip({
content: '<div class="qtip-tip-right-middle" style="margin-top:173px"></div>' +
		'<div class="tip-film">' +
			'<div style="background:url(http://fluenz.com/images/filmBlurbHeader.gif); width:412px; height:23px; margin-bottom:11px"></div>' +
			'<p style="color:#000000; font-size:11px">For a limited time only, buy select red boxes and pick your favorite Oscar<sup style="font-size:7px">†</sup> nominated film from our Fluenz Film Festival iTunes selection. We\'ll give the movie, all you have to do is download it and immerse yourself in the language and culture.</p>' + 
			'<p style="margin-top:15px; color:#000000; font-size:11px">After you buy your red box at Fluenz.com, we\'ll email you with our official Oscar<sup style="font-size:7px">†</sup> nominated selections. You send us back your choice and we\'ll send you the iTunes gift code. You\'ll be watching your favorite film in minutes.</p> </p>' +
			'<div style="background:url(http://fluenz.com/images/filmAll.jpg); width:354px; height:148px; margin-top:20px"></div>' +
			'<hr style="margin-top:10px"/>' +
			'<p style="margin-top:-10px; font-size:9px">The following boxes are eligible: Fluenz French 1+2, Fluenz Italian 1+2, Fluenz Mandarin 1+2+3, and Fluenz Spanish 1+2+3+4+5. Boxes must be purchased through Fluenz.com to be eligible. Users must have access to the US iTunes store to download the film. Our sincerest apologies to anyone who cannot access their gift for this reason. Some of our movies have an R rating and contain adult themes, adult activity, hard language, and violence. You must be 18 or older to participate in this promotion.</p>' +
		'</div>',
	show: 'click',
	hide: 'click',
	position: {
		corner: {
			target: 'leftMiddle',
			tooltip: 'rightMiddle'
		}
	},
	style: {
		name: 'filmRight'
	}
})

$('#header  .promo').qtip({
content: '<div class="qtip-tip-middle-top" style="margin:10px -100px 0 0; height:27px"></div>' +
		'<div class="tip-film" style="margin-top=-55px">' +
		'<p style="color:#000000; font-size:13px">We will contribute $30 to Save the Children\'s Haiti Emergency Response program for every red box with a complete program sold through Friday, February 11th (French 1-5, Spanish 1-5, Mandarin 1-3, Italian 1-2) This Valentine\'s Day Pledge will be confirmed to every person who has purchased a box between now and then.</p>' +
		'<p>Save the Children is the largest organization specifically targeting children helping reconstruct after Haiti\'s earthquake. Their long-standing record of achievement and accountability make them the ideal partner to help the neediest group in that ravaged country.</p>',
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		//target: $('#header  .promo'),
		adjust: {x: 0, y: 80},
		corner: {
			target: 'topRight',
			tooltip: 'topRight'
		}
	},
	style: {
		name: 'promoTop'
	}
})

