
var numbers = new Array();
var FTAG = new Array(0,1,2,3);
var i,j=0;
var sel;

TAGSTR = new Array(4);
	TAGSTR[0] = '<font class="auto_tag1"><a href="/autoplus/racingmodel_tag_search.php?id=autoplus_racingmodel&tag=¾ûµ¢ÀÌ»çÁø" target="_top">¾ûµ¢ÀÌ»çÁø</a></font>';
TAGSTR[1] = '<font class="auto_tag2"><a href="/autoplus/racingmodel_tag_search.php?id=autoplus_racingmodel&tag=´©±¸Áö;;" target="_top">´©±¸Áö;;</a></font>';
TAGSTR[2] = '<font class="auto_tag3"><a href="/autoplus/racingmodel_tag_search.php?id=autoplus_racingmodel&tag=¼¿Ä«Âï´Â¸ðµ¨µé¤»¤»" target="_top">¼¿Ä«Âï´Â¸ðµ¨µé¤»¤»</a></font>';
TAGSTR[3] = '<font class="auto_tag3"><a href="/autoplus/racingmodel_tag_search.php?id=autoplus_racingmodel&tag=º¸ÀÏ¶ô¸»¶ô¾ÆÂñ¾ÆÂñÇÑ»çÁø" target="_top">º¸ÀÏ¶ô¸»¶ô¾ÆÂñ¾ÆÂñÇÑ»çÁø</a></font>';

FTAG.sort( function(){return Math.random()*10-1} );
	TAG0 = FTAG[0];
TAG1 = FTAG[1];
TAG2 = FTAG[2];
TAG3 = FTAG[3];
document.write(TAGSTR[TAG0]);
document.write('<span style="color:#CCCCCC">|</span>');
document.write(TAGSTR[TAG1]);
document.write('<span style="color:#CCCCCC">|</span>');
document.write(TAGSTR[TAG2]);
document.write('<span style="color:#CCCCCC">|</span>');
document.write(TAGSTR[TAG3]);
