/* title banner 2009-06-16 */

switch(flagAd){

case 'side': //1XX x 600 R.O.S.EONLINE
 break;

case 'main': //official site 468 x XXX R.O.S.EONLINE
document.write('<div>');
document.write('<a href="http://www.roseon.jp/" target="_blank">http://www.roseon.jp/</a>');
document.write('</div>');
 break;
}

