function makeArray(len) {for (var i = 0; i < len; i++) this[i] = null;this.length = len;}ideas = new makeArray(5);ideas[0] = "We find some evidence that athletic participation directly affects wages and educational attainment. However, much of the effect of athletic participation on wages and educational attainment appears to reflect differences across individuals in ability or value of leisure. (The Effects of High School Athletic Participation on Education and Labor Market Outcomes, The Review of Economics and Statistics, 2000)"ideas[1] = "I show that youth who reveal poor attitude and self-esteem subsequently attain fewer years of postsecondary education relative to their high school cohort, are less likely to be employed 14 years following high school and, where working for pay, realize lower earnings. (Labor Market Consequences of Poor Attitude and Low Self-Esteem in Youth, Economic Inquiry, 2006)"ideas[2] = "I find evidence that poor attitude and self-esteem in high school are significant predictors of structural outcomes, such as the degree of supervision under which individuals subsequently work, job characteristics, and on- the-job activities. (Labor Market Consequences of Poor Attitude and Low Self-Esteem in Youth, Economic Inquiry, 2006)"ideas[3] = "The introduction of merit aid ... improves the college accerss of nedy students and has been leveraged into greateer federal Pell assistance.  (HOPE for the Pell? Institutional Effects in the Intersection of Merit-Based and Need-Based Aid, Southern Economic Review, 2006)"ideas[4] = "... list and net tuition are inversely related to distance between institutions, consistent with price competition in higher education. (Spatial Competition and the Price of College, Economcis Inquiry, 2007)"function rand(n) {seed = (0x015a4e35 * seed) % 0x7fffffff;return (seed >> 16) % n;}var now = new Date()var seed = now.getTime() % 0xffffffff