/*
    $Id: realmedia.js,v 1.1 2006/11/29 10:59:56 tsb Exp $
*/

OAS_rn = '001234567890';
OAS_rns = '1234567890';
OAS_rn = new String (Math.random());
OAS_rns = OAS_rn.substring (2, 11);

var Realmedia = {

    OAS_NORMAL : function(pos,OAS_url,OAS_sitepage,OAS_listpos,OAS_query) {
    
        document.write('<a href="' + OAS_url + 'click_nx.ads/' + 
            OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + 
            '!' + pos + OAS_query + '" target="_top">');
        document.write('<img src="' + OAS_url + 'adstream_nx.ads/' + 
            OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + 
            '!' + pos + OAS_query + '" border="0" alt="[Advertisement]"></a>');
        
    
    },
    
    OAS_SCRIPT : function(OAS_url,OAS_sitepage,OAS_listpos,OAS_query) {
        document.write('<script language="JavaScript1.1" src="' + 
            OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + 
            OAS_rns + '@' + OAS_listpos + OAS_query + '"><\/script>');
    }

};