var popunder=new Array() popunder[1]=" http://www.thewriterofsongs.com/nice_guys_finish_last.html" popunder[2]=" http://www.thewriterofsongs.com/muscle_car.html" popunder[3]=" http://www.thewriterofsongs.com/im_getting_lucky_tonight.html" popunder[4]=" http://www.thewriterofsongs.com/addiction.html" popunder[5]=" http://www.thewriterofsongs.com/yanking_my_chain.html" popunder[6]=" http://www.thewriterofsongs.com/at_my_age.html" popunder[7]=" http://www.thewriterofsongs.com/trials_and_tribulations.html" popunder[8]=" http://www.thewriterofsongs.com/ive_got_my_reasons.html" popunder[9]=" http://www.thewriterofsongs.com/ my_country_rap_song_c_rap_for_short.html" var winfeatures="width=800,height=510,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0" var once_per_session=0 function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // if cookie exists offset += search.length end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function loadornot(){ if (get_cookie('popunder')==''){ loadpopunder() document.cookie="popunder=yes" } } function loadpopunder(){ win2=window.open(popunder[Math.floor(Math.random()*(popunder.length))],"",winfeatures) win2.blur() window.focus() } if (once_per_session==0) loadpopunder() else loadornot()