You are on page 1of 1

<body onLoad="changeBGImage(0)">

<div id="header">
<div class="logo">

<a href="<?php echo home_url( '/' ); ?>" title="<?php echo


esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php
bloginfo('stylesheet_directory'); ?>/images/logo.png" border="0"/></a>

</div>
<div class="background"><img src="<?php bloginfo('stylesheet_directory'); ?
>/images/background.png" />&nbsp;<a href="javascript:changeBGImage(1)"><img
src="<?php bloginfo('stylesheet_directory'); ?>/images/bg_red.png"
/></a>&nbsp;<a href="javascript:changeBGImage(3)"><img src="<?php
bloginfo('stylesheet_directory'); ?>/images/bg_blue.png" /></a>&nbsp;<a
href="javascript:changeBGImage(2)"><img src="<?php
bloginfo('stylesheet_directory'); ?>/images/bg_green.png" /></a>&nbsp;<a
href="javascript:changeBGImage(0)"><img src="<?php
bloginfo('stylesheet_directory'); ?>/images/bg_gray.png" /></a></div>

<div class="empty"></div>

You might also like