
<!--
var core = 0;

link = new Array(
"http://www.1car-rent.com.tw/",
"http://www.1car-rent.com.tw/",
"http://www.1car-rent.com.tw/",
"http://www.1car-rent.com.tw/",
"http://www.1car-rent.com.tw/",
"http://www.1car-rent.com.tw/",
"http://www.1car-rent.com.tw/",
"http://www.1car-rent.com.tw/",
"http://www.1car-rent.com.tw/"

);

image = new Array(
"images/ti01s.jpg",
"images/ti01_1s.jpg",
"images/ti01_2s.jpg",
"images/ti02s.jpg",
"images/ti02_1s.jpg",
"images/ti02_2s.jpg",
"images/ti03s.jpg",
"images/ti03_1s.jpg",
"images/ti03_2s.jpg"

);

text = new Array(
"進豐小客車租車有限公司",
"進豐小客車租車有限公司",
"進豐小客車租車有限公司",
"進豐小客車租車有限公司",
"進豐小客車租車有限公司",
"進豐小客車租車有限公司",
"進豐小客車租車有限公司",
"進豐小客車租車有限公司",
"進豐小客車租車有限公司"
);

var time = new Date();
var core = time.getSeconds() % image.length;
var ranlink = link[core];
var ranimage = image[core];
var rantext = text[core];

document.write('<a href=\"' +ranlink+ '\" target="_top"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');

//-->
      
