if (typeof(sIFR) == 'object')
{   
    var anderson = {
		src: 'assets/templates/thestraps/swf/anderson.swf'
	};
	
	sIFR.activate(anderson);
	
	sIFR.replace(anderson, {
		selector: '.dyn-font-title',
		css: [ '.sIFR-root { color: #F4E8C5; font-size: 42px; letter-spacing: +3; }' ],
		wmode: 'transparent'
	});
};

if (typeof(DD_roundies) == 'object')
{
	DD_roundies.addRule('div.jot-row', '10px');
	DD_roundies.addRule('div.thumbscontainer', '10px');
	DD_roundies.addRule('div.childscontainer', '10px');
}

if (typeof($) == 'object' && $('newsletterForm')) {
	$('newsletterForm').addEvent('submit', function(e) {
		e.preventDefault();
		var options = 'status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=0';
		window.open(this.action + '?' + $('newsletterAction').value, 'test', 'width=400,height=400,' + options);
	});
}