<?php
	include('../includes/site.php');
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Guthrie Motors Wanganui</title>
<link rel="shortcut icon" href="favicon.ico" />
<link href="<?php echo $globurl ?>/css/style.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $globurl ?>/css/typography.css" rel="stylesheet" type="text/css" />
<link href="<?php echo $globurl ?>/css/navigation.css" rel="stylesheet" type="text/css" />
<link href="style/typography.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $globurl ?>flash/index/AC_RunActiveContent.js" language="javascript"></script>
<meta name="keywords" content="guthries, guthrie motors, holden, holden merchandise, guthriemotors.co.nz,wanganui, car sales, vehicle dealers, vehicle sales, whanganui, holden apparel, holden dealer wanganui,hrt merchandise, fleet lease, holden dealers new zealand, used cars wanganui, new cars wanganui,sportwagon, new vehicles, sales team, latest series holdens, new holdens, holden commodore, commodore, vy commodore, vx commodore, captiva, barina, astra, holden Ute, astra, viva, HSV, SAAB, H3, holden sportwagon, Colorado, holden colorado, service, WOF, tyres, wheel alignment, parts, Kia, new Kia’s, vehicle servicing, Holden Berlina, Omega, SS, SSV, GTS, Calais, Statesman, CAPRICE, statesman, tyres, wheels, mags" />
<meta name="description" content="Guthrie Motors Ltd, located in Wanganui, in the North Island of New Zealand. It is the leading Holden, and Kia dealership specialising in new and used vehicles sales, light commercial sales, trucks, parts, accessories, service and maintenance, paint and panel workshops and coach servicing facilities" />
<script type="text/javascript" src="<?php echo $globurl ?>scripts/jquery-1.2.6.min.js"></script>

<script type="text/javascript">

/*** 
    Simple jQuery Slideshow Script
    Released by Jon Raasch (jonraasch.com) under FreeBSD license: free to use or modify, not responsible for anything, etc.  Please link out to me if you like it :)
***/

function slideSwitch() {
    var $active = $('#slideshow2 IMG.active');

    if ( $active.length == 0 ) $active = $('#slideshow2 IMG:last');

    // use this to pull the images in the order they appear in the markup
    var $next =  $active.next().length ? $active.next()
        : $('#slideshow2 IMG:first');

    // uncomment the 3 lines below to pull the images in random order
    
    // var $sibs  = $active.siblings();
    // var rndNum = Math.floor(Math.random() * $sibs.length );
    // var $next  = $( $sibs[ rndNum ] );


    $active.addClass('last-active');

    $next.css({opacity: 0.0})
        .addClass('active')
        .animate({opacity: 1.0}, 1000, function() {
            $active.removeClass('active last-active');
        });
}

$(function() {
    setInterval( "slideSwitch()", 5000 );
});

</script>




</head>

<body>
	<div id="wrapper">
		<h1 class="guthrie_holden">Guthrie Holden Wanganui</h1>

		<?php include('../includes/navigation.php'); ?>
		
		<div id="content_bg_grey">
			<div id="slideshow2">
			    <img src="images/slideshow/holden/image01.jpg" alt="Slideshow Image 1" class="active"  />
			    <img src="images/slideshow/holden/image02.jpg" alt="Slideshow Image 1"  />
			    <img src="images/slideshow/holden/image03.jpg" alt="Slideshow Image 1"  />
			    <img src="images/slideshow/holden/image04.jpg" alt="Slideshow Image 1"  />
			</div>
		</div>

		<div id="content_bg_white">

		<?php include('../includes/holden_left_column.php'); ?>
			
			<div id="right_column">
				<h4>Welcome to Guthrie Holden</h4>
<p class="content_text">Guthrie Motors are delighted to hold the Wanganui franchise for Holden and we invite you to view their excellent range of vehicles. Our sales team will be pleased to answer any of your questions and arrange a no obligation test drive at your convenience. <br /><br />Whether it be new or used, we can supply your vehicle of choice and ensure you drive away with the confidence of knowing that we will continue to offer you comprehensive servicing options long after the sale. Contact us today – you won’t be disappointed.</p>
<br />
<!--<a href="http://www.holden.co.nz/new-cars/Commodore#/overview" target="_blank"><img style="margin-bottom:10px;" src="<?php echo $globurl ?>images/holden/advert2.jpg" /></a>-->






		<?php include('../includes/bottom_details.php'); ?>

			</div><!--right_column-->


		<p class="clear"></p>
		</div><!--content_bg_white-->

		<div id="footer">
		<p style="float:left;" class="footer_text">Guthrie Motors Copyright 2010 All rights reserved.</p>
		<p style="float:right;" class="footer_text"> Created and Designed by <a href="http://www.webquest.co.nz" target="_blank">Webquest ltd</a></p>

		</div><!--footer-->


	


	</div><!--wrapper-->



</body>
</html>

