/ Published in: Other
Expand |
Embed | Plain Text
<script> setTimeout( function() { var c = document.getElementById( "mrp-listing-showcase-4166" ); if( c ) { var children = c.getElementsByTagName( "a" ); for( var i=0; i<children.length; ++i ) { if( children[i].href && children[i].href.indexOf( "myrealpage.com" ) != -1 ) { // just to make sure children[i].target = "featuredlisting"; } } } }, 1000 ); </script>
You need to login to post a comment.
