document.write('<div id="right_col"><img id="rightcol_photo" style="border-right:1px solid #d5e6f7; float:left;" alt="TFSA - Tax Free Savings Account" /><div id="open_acct_box"><img id="open_acct_box_1" src="../images/open_tfsa_tile_heading.gif" alt="Open a Tax-Free Savings Account" /><br><a href="TFSA_account.html"><img id="open_acct_box_3" src="../images/btn_getStarted.gif" alt="Get Started" /></a></div><div id="start_calc_box" ><img id="start_calc_box_1" src="../images/TFSA_J_OpenAcct_052109_29.gif" alt="Turn your tax refund into tax-free savings" /><br /><a href="TFSA_Tax-Refund_EN.PDF" target="_blank"><img id="start_calc_box_2" src="../images/TFSA_learnmore_EN_35.gif" alt="Learn more" style="margin-bottom:10px" /></a></div><div id="right_bottom_filler"></div></div>');

function set_right_col(pic_num,height_num){
	document.getElementById("rightcol_photo").src="../images/tfsa_rightcol_photo_"+pic_num+".jpg";
	document.getElementById("right_bottom_filler").style.height=height_num+"px";

	var randomnumber=Math.floor(Math.random()*4);
	var pic_number=randomnumber+1;
//	alert(pic_number);
	document.getElementById("rightcol_photo").src="../images/tfsa_rightcol_photo_"+pic_number+".jpg";	

}
