﻿// path to this script
var thisURL = window.location.href;

thisURL = thisURL.substring(0,thisURL.lastIndexOf('/'))+'/abstractPlayer/';

// where the actual abstracts are stored
var siteURL = 'http://www.pipeonline.no/abstracts/';

// include the needed scripts and stylesheets
document.write('<link rel="stylesheet" type="text/css" href="'+thisURL+'abstract.css" />');
document.write('<script type="text/javascript" src="'+thisURL+'script/berniecode-animator.js"></scr'+'ipt>');
document.write('<script type="text/javascript" src="'+thisURL+'script/soundmanager2.js"></scr'+'ipt>');
document.write('<script type="text/javascript" src="'+thisURL+'script/360player.js"></scr'+'ipt>');
document.write('<!--[if IE]><script type="text/javascript" src="'+thisURL+'script/excanvas.js"></script><![endif]-->');
document.write('<script type="text/javascript" src="'+thisURL+'abstractHelper.js"></scr'+'ipt>');
document.write('<script type="text/javascript" src="'+siteURL+'storage/exists/existsExists.js"></scr'+'ipt>');