function getMainPr(){
	var a = [

		{
			"title"       : "えんぶれっ！限定アイテムプレゼント",
			"description" : "えんぶれっ！限定アイテムプレゼント",
			"img"         : "http://static.bitcash.jp/www/pr/500_155/2012/02/embure_500-155_20120208.jpg",
			"link"        : "http://embl.jp/?guid=ON&cm=bcpc"
		},
		{
			"title"       : "三国群英伝2　早春のビットキャッシュキャンペーン",
			"description" : "三国群英伝2　早春のビットキャッシュキャンペーン",
			"img"         : "http://static.bitcash.jp/www/pr/500_155/2012/02/sg2_500-155_20120201.jpg",
			"link"        : "http://sg2.ujj.co.jp/sg2online/News/news_content.aspx?NEWS_ID=106"
		},
		{
			"title"       : "ルビニアサーガ　ビットキャッシュキャンペーン",
			"description" : "ルビニアサーガ　ビットキャッシュキャンペーン",
			"img"         : "http://static.bitcash.jp/www/pr/500_155/2012/02/luvinia_500-155_20120210_v3.jpg",
			"link"        : "http://luvinia.gamechu.jp/landing?join_channel=09-14-001024"
		},
		{
			"title"       : "ゲームの裏技！ポイント永久還元サービス！",
			"description" : "ゲームの裏技！ポイント永久還元サービス！",
			"img"         : "http://static.bitcash.jp/www/pr/500_155/2012/01/urawaza_500_155.jpg",
			"link"        : "/bittokuen/feature/urawaza/"
		},
		{
			"title"       : "モバイル びっ得園でいつでもどこでもびっ得ポイントがためる！",
			"description" : "モバイル びっ得園でいつでもどこでもびっ得ポイントがためる！",
			"img"         : "http://static.bitcash.jp/www/pr/500_155/2012/01/mobile_bittokuen_500_155.gif",
			"link"        : "/bittokuen/guide/mobile/"
		}
	];
	return a;
}
function replacement(a) {
	var tmp = a.concat();
	if(typeof tmp == "object"){ 
		for (var i = 0; tmp.length; i++){
			var pick = Math.floor(Math.random() * tmp.length);
			a[i] = tmp[pick];
			tmp.splice(pick,1);
		}
		return a;
	}
}

