<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bluewater Building Dunsborough</title>
	<atom:link href="http://www.bluewaterbuilding.com.au/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.bluewaterbuilding.com.au</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 07 Jul 2010 00:45:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bluewater Building Co</title>
		<link>http://www.bluewaterbuilding.com.au/?p=1</link>
		<comments>http://www.bluewaterbuilding.com.au/?p=1#comments</comments>
		<pubDate>Fri, 12 Mar 2010 02:49:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bluewaterbuilding.com.au/cms/?p=1</guid>
		<description><![CDATA[[inline]


/***********************************************
* Conveyor belt slideshow script- �� Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/


//Specify the slider's width (in pixels)
var sliderwidth="460px"
//Specify the slider's height
var sliderheight="300px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=1
//configure background color:
slidebgcolor="#ffffff"

//Specify the slider's images
var leftrightslide=new Array()
var [...]]]></description>
			<content:encoded><![CDATA[[inline]
<script type="text/javascript">

/***********************************************
* Conveyor belt slideshow script- �� Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/


//Specify the slider's width (in pixels)
var sliderwidth="460px"
//Specify the slider's height
var sliderheight="300px"
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=1
//configure background color:
slidebgcolor="#ffffff"

//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<img src="/1.jpg" border=0>'
leftrightslide[1]='<img src="/2.jpg" border=0>'
leftrightslide[2]='<img src="/3.jpg" border=0>'
leftrightslide[3]='<img src="/4.jpg" border=0>'


//Specify gap between each image (use HTML):
var imagegap=" "

//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=5


////NO NEED TO EDIT BELOW THIS LINE////////////

var copyspeed=slidespeed
leftrightslide='<nobr>'+leftrightslide.join(imagegap)+'</nobr>'
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-200px;left:-9000px">'+leftrightslide+'</span>')
var actualwidth=''
var cross_slide, ns_slide

function fillup(){
if (iedom){
cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2
cross_slide2=document.getElementById? document.getElementById("test3") : document.all.test3
cross_slide.innerHTML=cross_slide2.innerHTML=leftrightslide
actualwidth=document.all? cross_slide.offsetWidth : document.getElementById("temp").offsetWidth
cross_slide2.style.left=actualwidth+slideshowgap+"px"
}
else if (document.layers){
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide2=document.ns_slidemenu.document.ns_slidemenu3
ns_slide.document.write(leftrightslide)
ns_slide.document.close()
actualwidth=ns_slide.document.width
ns_slide2.left=actualwidth+slideshowgap
ns_slide2.document.write(leftrightslide)
ns_slide2.document.close()
}
lefttime=setInterval("slideleft()",30)
}
window.onload=fillup

function slideleft(){
if (iedom){
if (parseInt(cross_slide.style.left)>(actualwidth*(-1)+8))
cross_slide.style.left=parseInt(cross_slide.style.left)-copyspeed+"px"
else
cross_slide.style.left=parseInt(cross_slide2.style.left)+actualwidth+slideshowgap+"px"

if (parseInt(cross_slide2.style.left)>(actualwidth*(-1)+8))
cross_slide2.style.left=parseInt(cross_slide2.style.left)-copyspeed+"px"
else
cross_slide2.style.left=parseInt(cross_slide.style.left)+actualwidth+slideshowgap+"px"

}
else if (document.layers){
if (ns_slide.left>(actualwidth*(-1)+8))
ns_slide.left-=copyspeed
else
ns_slide.left=ns_slide2.left+actualwidth+slideshowgap

if (ns_slide2.left>(actualwidth*(-1)+8))
ns_slide2.left-=copyspeed
else
ns_slide2.left=ns_slide.left+actualwidth+slideshowgap
}
}


if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0" align="center"><td>')
if (iedom){
write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden">')
write('<div style="position:absolute;width:'+sliderwidth+';height:'+sliderheight+';background-color:'+slidebgcolor+'" onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed">')
write('<div id="test2" style="position:absolute;left:0px;top:0px"></div>')
write('<div id="test3" style="position:absolute;left:-1000px;top:0px"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+sliderwidth+' height='+sliderheight+' name="ns_slidemenu" bgColor='+slidebgcolor+'>')
write('<layer name="ns_slidemenu2" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('<layer name="ns_slidemenu3" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
</script>
[/inline]
<br/>
Based in the Dunsborough and Yallingup region of Western Australia, Bluewater Building Co has developed an outstanding reputation in the construction of high quality, individually designed homes. <br/>
<br/>
It is our firm belief that in the current climate, buildings must be constructed of the highest quality materials and to the best standards possible, with a focus on "Green Smart" innovations and a budget conscious attitude. Our constant attention to your project will ensure that it is completed on time and on budget.<br/>
<br/>
It is this ethos that has held us in good stead through good times and the not so good. Bluewater Building Co is dedicated to not only meeting, but exceeding our clients expectations through communication and co-operation.<br/>
<br/>
PO BOX 447 WA 6281<br/>
Phone (08) 9756 7993<br/>
Facsimile (08) 9756 7994<br/>
Email <a href="mailto:anton@bluewaterbuilding.com.au">anton@bluewaterbuilding.com.au</a><br/>
<br/>
<br/>
<strong>Custom Designs and Plans</strong>
<br/>
<img src="/customdesigns.jpg" width="430" height="60" border="0" usemap="#Map" />
<map name="Map" id="Map">
  <area shape="rect" coords="0,26,113,49" href="http://www.mishack.com.au" target="_blank" />
  <area shape="rect" coords="145,21,270,47" href="http://www.sanctumliving.com/" target="_blank" />
</map>
<br/>
<strong>Suppliers and Products</strong>
<br/>
<p><img src="/suppliers.jpg" width="430" height="120" border="0" usemap="#Map2" href="http://www.scyon.com.au" /></p>
    <map name="Map2" id="Map2">
    <area shape="rect" coords="288,12,415,57" href="http://www.australbricks.com.au/" target="_blank" />
    <area shape="rect" coords="0,74,89,112" href="http://www.reece.com.au" target="_blank" />
<area shape="rect" coords="200,5,277,54" href="http://www.mbsales.net.au/" target="_blank" />
    <area shape="rect" coords="113,2,171,57" href="http://www.poseidonpools.com.au" target="_blank" />
    <area shape="rect" coords="2,3,88,52" href="http://www.scyon.com.au" target="_blank" />
  </map>
<br/>
<strong>Interesting Reading</strong>
<br/>
<p><img src="/interestingreading.jpg" width="430" height="60" border="0" usemap="#Map3" />
  <map name="Map3" id="Map3">
    <area shape="rect" coords="-4,15,91,45" href="http://www.lookhome.com.au" target="_blank" />
  </map>
</p>
</p>
</p>
<br/>
<br/>
<br/>
<br/>
<br/>
<iframe src="http://www.weatherchannel.com.au/weather-widget.aspx?style="
    style="width:300px;height:250px;overflow:hidden;margin:0px;" scrolling="no" marginheight="0" marginwidth="0" frameborder="0">
</iframe>]]></content:encoded>
			<wfw:commentRss>http://www.bluewaterbuilding.com.au/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.bluewaterbuilding.com.au/cms/audio/smooth.mp3" length="219897" type="audio/mpeg" />
		</item>
	</channel>
</rss>
