﻿txt = new Array();
txtjmp = new Array();
txt[0] = "ツノッターのファンページ";
txt[1] = "光る水筒を見つけました。プレゼントあり！";
txt[2] = "ツノッターのキャンペーン利用を低価格で";
txtjmp[0] = "http://www.facebook.com/tsunotter";
txtjmp[1] = "http://www.amazonet.com/present/20120203.shtml";
txtjmp[2] = "http://tsunotter.com/tsunocam";
n = Math.floor(Math.random()*txtjmp.length);
ga = ' onClick="javascript: _gaq.push([\'_trackEvent\', \'advertise\',\'click\', \'afi\'])"';
document.write('<p class="pr"><a href="'+txtjmp[n]+'" target="_blank">');
document.write(txt[n]);
document.write("</a></p>");

