//
// $Id: newsgraphy2.js,v 1.5 2008/06/03 15:06:36 toshi-f Exp $
//
// Copyright (C) 2007-2009 Omnisci Software, Inc. All Rights Reserved.
//

var URL = 'http://www.newsgraphy.jp/gadget/newsgraphy2.php';

document.write("<!--[if IE 6]>\n");
document.write("<iframe src=\"" + URL + "\" frameborder=\"no\" scrolling=\"yes\" marginwidth=\"0\" marginheight=\"0\" width=\"100%\" height=\"800\" allowtransparency=\"true\">\n");
document.write("</iframe>\n");
document.write("<![endif]-->\n");

document.write("<!--[if gt IE 6]>\n");
document.write("<iframe src=\"" + URL + "\" frameborder=\"no\" scrolling=\"yes\" marginwidth=\"0\" marginheight=\"0\" width=\"100%\" height=\"800\" allowtransparency=\"true\">\n");
document.write("</iframe>\n");
document.write("<![endif]-->\n");

document.write("<!--[if !IE]> <-->\n");
document.write("<object data=\"" + URL + "\" type=\"text/html\" border=\"0\" style=\"margin: 0px; padding: 0px; width: 100%; height: 800px;\">\n");
document.write("</object>\n");
document.write("<!--> <![endif]-->\n");
