/*
 update 2008.8.16
 create H.Nishioka
*/

//facebook meta

imglink = "http://www.webtv-aso.net/img_vi/" + Vid + ".jpg";
ogimg = '<meta property="og:image" content="http://www.webtv-aso.net/img_vi/' + Vid + '.jpg" />';


document.write(ogimg);

//strURL = document.referrer;

function jump(){
	if (document.referrer.length == 0){
		location.href = jpURL;
	} else if (document.referrer.search(/webtv-aso/i) != -1) {
		//location.href = document.referrer;
		history.back();
	} else {
		location.href = "../";
	}
}









