function OAS_RICH(position) {
if (position == 'Top') {
document.write ('
');
}
if (position == 'Bottom') {
document.write ('
');
}
if (position == 'BottomLeft') {
document.write ('
');
}
if (position == 'BottomRight') {
document.write ('
');
}
if (position == 'Middle') {
document.write ('
');
}
if (position == 'x01') {
document.write ('
');
}
if (position == 'x02') {
document.write ('
');
}
if (position == 'x03') {
document.write ('
');
}
if (position == 'x04') {
document.write ('
');
}
if (position == 'x05') {
document.write ('
');
}
if (position == 'x06') {
document.write ('
');
}
if (position == 'x07') {
document.write ('
');
}
if (position == 'x08') {
document.write ('
');
}
}