﻿// JavaScript Document
<!--
num = Math.floor(Math.random() * 4);
jumpURL = new Array();
jumpURL[0] = "index.rbz";
jumpURL[1] = "index.rbz";
jumpURL[2] = "index.rbz";
jumpURL[3] = "index.rbz";
news = new Array(3);
news[0]='<a href="javascript:jump()"><img src="img/sg-u/index/0.jpg" border="0" name="banner" width="777" height="200" alt="四国学院大学"><\/a>';
news[1]='<a href="javascript:jump()"><img src="img/sg-u/index/1.jpg" border="0" name="banner" width="777" height="200" alt="四国学院大学"><\/a>';
news[2]='<a href="javascript:jump()"><img src="img/sg-u/index/2.jpg" border="0" name="banner" width="777" height="200" alt="四国学院大学"><\/a>';
news[3]='<a href="javascript:jump()"><img src="img/sg-u/index/3.jpg" border="0" name="banner" width="777" height="200" alt="四国学院大学"><\/a>';

function jump()
{
	location.href = jumpURL[num];
}
// -->