//Set Right Column based on counter cookie
function right_column () {
	counter = checkCookie_counter();
	if (counter>2) {
		$('.second').css('display','block');
		$('.first').css('display','none');
	} else {
		$('.first').css('display','block');
	}
}

function fineprint() {document.write('<p class="fineprint">*All corporate names, trademarks, and institutional affiliations are for identification purposes only, and do not constitute any form of approval or endorsement of Fluenz or its products.</p>');}

function oscars() {document.write('<p class="fineprint">† “OSCAR®,” “OSCARS®,” “ACADEMY AWARD®,” “ACADEMY AWARDS®,” “OSCAR NIGHT®,” “A.M.P.A.S.®” and the “Oscar” design mark are trademarks and service marks of the Academy of Motion Picture Arts and Sciences.</p>');}

function fluenzorg() {document.write('<div align="center"><a href="http://www.fluenz.org"><img src="http://fluenz.com/images/fluenzorg.png" width="219" height="106" /></a></div>')}


