function random_msg( ) {
var r ;
var xx = new Array( ) ;



xx.push( '<a href="http://blog.silasandmaria.com/2010/09/post-402.php" class="banner_837" target="_blank"><img src="http://blog.silasandmaria.com/_banner/images/SILAS_bnr_2.jpg" width="920" height="180" alt="SILAS × T9G × MOGraphix_2"></a>' ) ;



xx.push( '<a href="http://blog.silasandmaria.com/2010/09/post-402.php" class="banner_836" target="_blank"><img src="http://blog.silasandmaria.com/_banner/images/SILAS_bnr_1.jpg" width="920" height="180" alt="SILAS × T9G × MOGraphix_1"></a>' ) ;



xx.push( '<a href="http://blog.silasandmaria.com/2010/09/silas-manhattan-portage-918.php" class="banner_835" target="_blank"><img src="http://blog.silasandmaria.com/_banner/images/SILAS_manhattan_bnr_1.jpg" width="920" height="180" alt="Manhattan Portage"></a>' ) ;



xx.push( '<a href="http://blog.silasandmaria.com/2010/09/silas-marcus-james-918.php" class="banner_834" target="_blank"><img src="http://blog.silasandmaria.com/_banner/images/SILAS_bnr_Marcus.jpg" width="920" height="180" alt="Marcus James"></a>' ) ;



xx.push( '<a href="http://blog.silasandmaria.com/2010/08/punks-not-dead-tribute-to-malcolm-maclaren.php" class="banner_799" ><img src="http://blog.silasandmaria.com/_banner/images/bnr_punks.jpg" width="920" height="180" alt="punks"></a>' ) ;



xx.push( '<a href="http://www.silasandmaria.com/silas4/contents/" class="banner_741" target="_blank"><img src="http://blog.silasandmaria.com/_banner/images/SILAS_10FALL_bnr.jpg" width="920" height="180" alt="SILAS 10AUTUMN"></a>' ) ;



xx.push( '<a href="http://www.silasandmaria.com/silas4/contents/" class="banner_740" target="_blank"><img src="http://blog.silasandmaria.com/_banner/images/SILAS_10FALL_woman_bnr.jpg" width="920" height="180" alt="SILAS 10AUTUMN WOMANS"></a>' ) ;



xx.push( '<a href="http://www.silasandmaria.com/silas4/contents/" class="banner_739" target="_blank"><img src="http://blog.silasandmaria.com/_banner/images/SILAS_10FALL_man_bnr.jpg" width="920" height="180" alt="SILAS 10AUTUMN MENS"></a>' ) ;



r = Math.floor( Math.random( ) * xx.length ) ;
document.write( xx[r] ) ;

}