function getBanner(id)
{
	var arr = [
	{
		source:"/swf/banner_01_001.swf",
		dest:"http://mos.odyssey-com.co.jp/",
		type:"image",
		x:752,
		y:280,
		width:186,
		height:148
	},
	{
		source:"/swf/banner_02_001.swf",
		dest:"http://www.odyssey-com.co.jp/company/character.html",
		type:"image",
		x:564,
		y:190,
		width:186,
		height:158
	},
	{
		source:"/swf/banner_03_001.swf",
		dest:"http://www.kabc.jp/index.html",
		type:"image",
		x:376,
		y:0,
		width:186,
		height:63
	},
	{
		source:"/swf/banner_04_001.swf",
		dest:"http://otc.odyssey-com.co.jp/",
		type:"image",
		x:188,
		y:335,
		width:374,
		height:93
	},
	{
		source:"/swf/banner_05_001.swf",
		dest:"http://www.odyssey-com.co.jp/cm/",
		x:188,
		y:80,
		width:186,
		height:133
	},
	{
		source:"/swf/banner_06_001.swf",
		dest:"http://mos.odyssey-com.co.jp/",
		type:"image",
		x:0,
		y:160,
		width:186,
		height:93
	},
	{
		source:"/swf/banner_01_002.swf",
		dest:"http://www.odyssey-com.co.jp/company/character.html",
		type:"image",
		x:0,
		y:90,
		width:186,
		height:148
	},
	{
		source:"/swf/banner_02_002.swf",
		dest:"http://mos.odyssey-com.co.jp/",
		x:188,
		y:0,
		width:186,
		height:158
	},
	{
		source:"/swf/banner_03_002.swf",
		dest:"http://www.odyssey-com.co.jp/essay/",
		type:"image",
		x:752,
		y:175,
		width:186,
		height:63
	},
	{
		source:"/swf/banner_04_002.swf",
		dest:"http://mos.odyssey-com.co.jp/",
		type:"image",
		x:564,
		y:335,
		width:374,
		height:93
	},
	{
		source:"/swf/banner_05_002.swf",
		dest:"http://www.kabc.jp/publication/20111101_000176.html",
		type:"image",
		x:564,
		y:80,
		width:186,
		height:133
	},
	{
		source:"/swf/banner_06_002.swf",
		dest:"http://ic3.odyssey-com.co.jp/",
		type:"image",
		x:376,
		y:175,
		width:186,
		height:93
	},
	{
		source:"/swf/banner_01_003.swf",
		dest:"http://mos.odyssey-com.co.jp/",
		type:"image",
		x:564,
		y:0,
		width:186,
		height:148
	},
	{
		source:"/swf/banner_02_003.swf",
		dest:"http://www.odyssey-com.co.jp/company/character.html",
		x:752,
		y:80,
		width:186,
		height:158

	},
	{
		source:"/swf/banner_03_003.swf",
		dest:"http://www.odyssey-com.co.jp/magazine/mag.html",
		type:"image",
		x:0,
		y:365,
		width:186,
		height:63
	},
	{
		source:"/swf/banner_04_003.swf",
		dest:"http://mos.odyssey-com.co.jp/competition/",
		type:"image",
		x:0,
		y:0,
		width:374,
		height:93
	},
	{
		source:"/swf/banner_05_003.swf",
		dest:"http://www.odyssey-com.co.jp/cm/",
		type:"image",
		x:188,
		y:175,
		width:186,
		height:133
	},
	{
		source:"/swf/banner_06_003.swf",
		dest:"http://vbae.odyssey-com.co.jp/",
		type:"image",
		x:376,
		y:335,
		width:186,
		height:93
	}
	];
	return arr[id];
}

