function write_js(){

var SidePrHref01 = "http://www.templatebank.com/season/sakura/default.htm?rf=tbtopinfo"
var SidePrHref02 = "http://nenga.templatebank.com/contest/?rf=tbtopinfo"
var SidePrHref03 = "http://navi.templatebank.com/?rf=tbtopinfo"

var SidePrImg01 = "/images/sidepr/topinfo_01_sakura.jpg"
var SidePrImg02 = "/images/sidepr/topinfo_02_nengacontest.gif"
var SidePrImg03 = "/images/sidepr/topinfo_03_navi.gif"

var SidePrTitle01 = "桜イラスト・テンプレート"
var SidePrTitle02 = "年賀状デザインコンペ"
var SidePrTitle03 = "テンプレート玉手箱"

var SidePrAlt01 = SidePrTitle01
var SidePrAlt02 = SidePrTitle02
var SidePrAlt03 = SidePrTitle03

var SidePrText01 = "さくらのイラスト・写真、桜柄の写真フレームや名刺・はがき・箸袋など桜が満開！"
var SidePrText02 = "2013年巳年の年賀状デザインコンペ開催中。プロ・アマを問いません。（2012/2/27まで） "
var SidePrText03 = "季節やイベントにあわせて今日のおすすめテンプレートをご紹介します。毎日更新予定♪"

	document.write('<div class="SidePrAria">');
	document.write('<div class="SidePrTitle"><img src="/images/sidepr/title_pr-osusume.gif"></div>');
// 1段目
	document.write('<table border="0" cellspacing="0" cellpadding="0" class="SidePrList">');
	document.write('<tr>');
	document.write('<td><a href="'+ SidePrHref01 +'" rel="nofollow"><img src="'+ SidePrImg01 +'" alt="'+ SidePrAlt01 +'" width="100" height="100" border="0"></a></td>');
	document.write('<td class="SidePrTxt"><a href="'+ SidePrHref01 +'">'+ SidePrTitle01 +'</a><br>');
	document.write(SidePrText01);
	document.write('</td></tr>');
	document.write('</table>');
// 2段目
	document.write('<table border="0" cellspacing="0" cellpadding="0" class="SidePrList">');
	document.write('<tr>');
	document.write('<td><a href="'+ SidePrHref02 +'" rel="nofollow"><img src="'+ SidePrImg02 +'" alt="'+ SidePrAlt02 +'" width="100" height="100" border="0"></a></td>');
	document.write('<td class="SidePrTxt"><a href="'+ SidePrHref02 +'">'+ SidePrTitle02 +'</a><br>');
	document.write(SidePrText02);
	document.write('</td></tr>');
	document.write('</table>');

// 3段目
	document.write('<table border="0" cellspacing="0" cellpadding="0" class="SidePrList">');
	document.write('<tr>');
	document.write('<td><a href="'+ SidePrHref03 +'" rel="nofollow"><img src="'+ SidePrImg03 +'" alt="'+ SidePrAlt03 +'" width="100" height="100" border="0"></a></td>');
	document.write('<td class="SidePrTxt"><a href="'+ SidePrHref03 +'">'+ SidePrTitle03 +'</a><br>');
	document.write(SidePrText03);
	document.write('</td></tr>');
	document.write('</table>');
	document.write('</div>');

// 広告掲載について
	document.write('<a href="/ad/" rel="nofollow"><img src="/images/sidepr/logo_about-pr_off.gif" alt="広告掲載について" width="200" height="18" border="0"  id="ImgAboutPr"></a>');
}
write_js();
