$(function() {
//	$("#guarantee a").click(function() {
//		window.open(this.href, 'guarantee', 'width=300, \
//			height=110, \
//			directories=no, \
//			location=no, \
//			menubar=no, \
//			resizable=no, \
//			scrollbars=0, \
//			status=no, \
//			toolbar=no');
//		return false;
//	});

	$('.mailer #keycode a').lightbox({speed: 'fast'});
});

$(function() {
	$("a.see_label").click(function() {
		window.open(this.href, 'labelIngredients', 'width=920, \
			height=280, \
			directories=no, \
			location=no, \
			menubar=no, \
			resizable=no, \
			scrollbars=0, \
			status=no, \
			toolbar=no');
		return false;
	});
});
$(function() {
	$("a.guarantee").click(function() {
		window.open(this.href, 'guarantee', 'width=385, \
			height=320, \
			directories=no, \
			location=no, \
			menubar=no, \
			resizable=no, \
			scrollbars=0, \
			status=no, \
			toolbar=no');
		return false;
	});
});
$(function () {
$('#research #offer_content').append('<div class="module_help"><h4>Can Petadolex&reg; help you?</h4><p>Preventive therapy with Petadolex&reg; may be right for you if any of the following criteria apply:</p><ol><li>Frequent attacks (at least two migraines a month that last 3 or more days)</li><li>Intense migraines that interfere with daily routines</li><li>Use of Rx (prescription) or OTC (non-prescription) migraine medications at least twice a week</li><li>Doctor-prescribed medications have not been effective, were not well tolerated, or interact with other medications you\'re taking</li></ol><p>As with any preventive treatment, it may take 2-3 months for the benefits of Petadolex&reg; to become apparent. During this time, it is important to take Petadolex consistently.  Afterwards, if you then experience a period without migraines you can consider tapering or discontinuing your dosage.</p></div>');
});

