

function Change_Gallery()
{
	var BG0 = new Array(0,1,2,3,4,5);
	BG0.sort( function(){return Math.random()*2-1} );

	var tablestr0 = '<table width="85" height="85" border="0" cellpadding="0" cellspacing="0" class="BG_CYM" background="/pdsdata/autoplus/racingmodel/gallery/gallery_image_';
	var tablestr1 =	'"><tr><td><a href="/board/view.php?id=autoplus_racingmodel&no=';
	var tablestr2 = '&ch=auto" target="_top"><img src="/autoplus/img/racingmodel/bg_85_85.gif" width="85" height="85" border="0"></a></td></tr></table>';

	var GBSTR 	 = new Array(6);
		GBSTR[0] = tablestr0 + '1' + tablestr1 + '57654' + tablestr2;
		GBSTR[1] = tablestr0 + '2' + tablestr1 + '13697' + tablestr2;
		GBSTR[2] = tablestr0 + '3' + tablestr1 + '77443' + tablestr2;
		GBSTR[3] = tablestr0 + '5' + tablestr1 + '21178' + tablestr2;
		GBSTR[4] = tablestr0 + '6' + tablestr1 + '52181' + tablestr2;
		GBSTR[5] = tablestr0 + '9' + tablestr1 + '88150' + tablestr2;

	var gib_0 = document.getElementById("gallery_s_image_0");
		gib_0.innerHTML = GBSTR[BG0[0]];
	var gib_1 = document.getElementById("gallery_s_image_1");
		gib_1.innerHTML = GBSTR[BG0[1]];
	var gib_2 = document.getElementById("gallery_s_image_2");
		gib_2.innerHTML = GBSTR[BG0[2]];
	var gib_3 = document.getElementById("gallery_s_image_3");
		gib_3.innerHTML = GBSTR[BG0[3]];
	var gib_4 = document.getElementById("gallery_s_image_4");
		gib_4.innerHTML = GBSTR[BG0[4]];
	var gib_5 = document.getElementById("gallery_s_image_5");
		gib_5.innerHTML = GBSTR[BG0[5]];

	var BG1 = new Array(0,1);
	    BG1.sort( function(){return Math.random()*2-1} );

	var tablestr3 = '<table width="174" height="174" border="0" cellpadding="0" cellspacing="0" background="/pdsdata/autoplus/racingmodel/gallery/gallery_image_';
	var tablestr4 =	'" class="BG_CYM"><tr><td><a href="/board/view.php?id=autoplus_racingmodel&no=';
	var tablestr5 = '&ch=auto" target="_top"><img src="/autoplus/img/racingmodel/bg_174_174.gif" width="174" height="174" border="0"></a></td></tr></table>';

	var GBSTR = new Array(2);
	GBSTR[0] = tablestr3 + '0' + tablestr4 + '65396' + tablestr5;
	GBSTR[1] = tablestr3 + '7' + tablestr4 + '17794' + tablestr5;

	var gib_6 = document.getElementById("gallery_l_image_0");
		gib_6.innerHTML = GBSTR[BG1[0]];
	var gib_7 = document.getElementById("gallery_l_image_1");
		gib_7.innerHTML = GBSTR[BG1[1]];

	var gib_8 = document.getElementById("gallery_m_image_0");
		gib_8.innerHTML = '<table width="174" height="85" border="0" cellpadding="0" cellspacing="0" background="/pdsdata/autoplus/racingmodel/gallery/gallery_image_4" class="BG_CYM"><tr><td><a href="/board/view.php?id=autoplus_racingmodel&no=62338&ch=auto" target="_top"><img src="/autoplus/img/racingmodel/bg_174_85.gif" width="174" height="85" border="0"></a></td></tr></table>';
	var gib_9 = document.getElementById("gallery_m_image_1");
		gib_9.innerHTML = '<table width="85" height="174" border="0" cellpadding="0" cellspacing="0" background="/pdsdata/autoplus/racingmodel/gallery/gallery_image_8" class="BG_CYM"><tr><td><a href="/board/view.php?id=autoplus_racingmodel&no=88556&ch=auto" target="_top"><img src="/autoplus/img/racingmodel/bg_85_174.gif" width="85" height="174" border="0"></a></td></tr></table>';
}
Change_Gallery();
	