<?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>Sandberg Trygg – The b2b agency for better business &#187; Ramirent</title>
	<atom:link href="http://www.sandbergtrygg.se/category/client/ramirent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sandbergtrygg.se</link>
	<description>The b2b agency for better business</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:44:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Make yourself at home</title>
		<link>http://www.sandbergtrygg.se/2009/05/make-your-self-at-home/</link>
		<comments>http://www.sandbergtrygg.se/2009/05/make-your-self-at-home/#comments</comments>
		<pubDate>Mon, 11 May 2009 11:23:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ramirent]]></category>
		<category><![CDATA[Showroom]]></category>
		<category><![CDATA[Ad]]></category>
		<category><![CDATA[Campaign]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.sandbergtrygg.se/wpdev/?p=567</guid>
		<description><![CDATA[Ramirent is the second biggest rental company for building and construction machines and the company’s motto is “Your local rental equipment supplier”. When Sandberg Trygg was assigned to produce a new website for Ramirent, we chose to create “Your local website”. Ramirent’s local website includes, among other things, a customer centre when you can rent [...]]]></description>
			<content:encoded><![CDATA[	<ul class="slideshow" id="slideshow-567" style="display:none;">
									<li>
					<h3>Nya Ramirent.se (webbplats)</h3>
										<span>http://www.sandbergtrygg.se/wp-content/uploads/2009/09/ramirent_webb-660x462.jpg</span>
					<p></p>
																<a href="http://www.sandbergtrygg.se/wpdev/wp-content/uploads/2009/09/ramirent_webb.jpg" title="Nya Ramirent.se (webbplats)"></a>
									</li>
							<li>
					<h3>Nya Ramirent.se (ad)</h3>
										<span>http://www.sandbergtrygg.se/wp-content/uploads/2009/09/Ramirent_Poster_A3-3.jpg</span>
					<p></p>
																<a href="http://www.sandbergtrygg.se/wpdev/wp-content/uploads/2009/09/Ramirent_Poster_A3-3.jpg" title="Nya Ramirent.se (ad)"></a>
									</li>
							<li>
					<h3>Nya Ramirent.se (ad)</h3>
										<span>http://www.sandbergtrygg.se/wp-content/uploads/2009/09/Ramirent_Poster_A3-2.jpg</span>
					<p></p>
																<a href="http://www.sandbergtrygg.se/wpdev/wp-content/uploads/2009/09/Ramirent_Poster_A3-2.jpg" title="Nya Ramirent.se (ad)"></a>
									</li>
							<li>
					<h3>Nya Ramirent.se (ad)</h3>
										<span>http://www.sandbergtrygg.se/wp-content/uploads/2009/09/Ramirent_Poster_A3-1.jpg</span>
					<p></p>
																<a href="http://www.sandbergtrygg.se/wpdev/wp-content/uploads/2009/09/Ramirent_Poster_A3-1.jpg" title="Nya Ramirent.se (ad)"></a>
									</li>
						</ul>
	
	<div class="slideshow-wrapper" id="slideshow-wrapper-567">
			
		<div class="fullsize" id="fullsize-567">
			<div id="imgprev-567" class="imgprev imgnav" title="Previous Image"></div>
			<div id="imglink-567" class="imglink"><!-- link --></div>
			<div id="imgnext-567" class="imgnext imgnav" title="Next Image"></div>
			<div id="image-567" class="image"></div>
					</div>
		
			</div>
	
	<script type="text/javascript">
	$j=jQuery.noConflict();
	
	// jQuery.noConflict();
	tid('slideshow-567').style.display = "none";
	tid('slideshow-wrapper-567').style.display = 'block';
	tid('slideshow-wrapper-567').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	$j("#fullsize-567").append('<div class="spinner" id="spinner-567"><img src="http://www.sandbergtrygg.se/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner-567').style.visibility = 'visible';

	var slideshow567 = new TINY.slideshow("slideshow567");
	$j(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow567.auto = true;			slideshow567.speed = 10;
			slideshow567.imgSpeed = 10;
			slideshow567.navOpacity = 25;
			slideshow567.navHover = 70;
			slideshow567.letterbox = "#000000";
			slideshow567.linkclass = "linkhover";
			slideshow567.info = "";
			slideshow567.infoSpeed = 10;
			slideshow567.thumbs = "";
			slideshow567.thumbOpacity = 70;
			slideshow567.left = "slideleft";
			slideshow567.right = "slideright";
			slideshow567.scrollSpeed = 5;
			slideshow567.spacing = 5;
			slideshow567.active = "#FFFFFF";
			slideshow567.imagesthickbox = "true";
			$j("#spinner-567").remove();
			slideshow567.init("slideshow-567","image-567","imgprev-567","imgnext-567","imglink-567");
			tid('slideshow-wrapper-567').style.visibility = 'visible';
		}, 1000);
	});
	</script>

<p><strong>Ramirent</strong> is the second biggest rental company for building and construction machines and the company’s motto is <strong>“Your local rental equipment supplier”</strong>. When Sandberg Trygg was assigned to produce a new website for Ramirent, we chose to create “Your local website”.</p>
<p>Ramirent’s local website includes, among other things, a customer centre when you can rent the machines you need. Instead of travelling out to a local customer centre you log in to <a title="ramirent.se" href="http://www.ramirent.se" target="_blank">ramirent.se</a> and order what you need and also say where you would like it delivered. You can also get statistics on which products have been rented, which facilitates project management  – a vital function in the construction business</p>
<p>Sandberg Trygg has also produced an advertising campaign to promote ramirent.se. The campaign appeared on specific business websites and in the trade press.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sandbergtrygg.se/2009/05/make-your-self-at-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

