<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/data/www/sturm12.at/web/sturm12.at/wp-settings.php</b> on line <b>204</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/data/www/sturm12.at/web/sturm12.at/wp-settings.php</b> on line <b>219</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/data/www/sturm12.at/web/sturm12.at/wp-settings.php</b> on line <b>226</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/data/www/sturm12.at/web/sturm12.at/wp-settings.php</b> on line <b>233</b><br />
<br />
<b>Deprecated</b>:  Assigning the return value of new by reference is deprecated in <b>/data/www/sturm12.at/web/sturm12.at/wp-settings.php</b> on line <b>258</b><br />
<br />
<b>Deprecated</b>:  Function set_magic_quotes_runtime() is deprecated in <b>/data/www/sturm12.at/web/sturm12.at/wp-settings.php</b> on line <b>27</b><br />
<br />
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /data/www/sturm12.at/web/sturm12.at/wp-settings.php:204) in <b>/data/www/sturm12.at/web/sturm12.at/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php</b> on line <b>121</b><br />
<br />
<b>Warning</b>:  session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /data/www/sturm12.at/web/sturm12.at/wp-settings.php:204) in <b>/data/www/sturm12.at/web/sturm12.at/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php</b> on line <b>121</b><br />

function updateFlickrHref(anchor) {
	var image = anchor.getElementsByTagName('img');
	image = image[0];
	
	var chkClass = image.getAttribute("class");
	if (chkClass === null) {
		chkClass = image.getAttribute("className");
	}
	
	if(chkClass && chkClass.match("flickr-original")) {
		anchor.setAttribute("href", image.getAttribute("longdesc"));
	} else {
		var image_link = image.getAttribute("src");
		var imageSize = "";
		
		if(chkClass) {
			var testResult = chkClass.match(/flickr\-small|flickr\-medium|flickr\-large/);
			switch(testResult.toString()) {
				case "flickr-large":
					imageSize = "_b";
					break;
				case "flickr-medium":
					imageSize = "";
					break;
				case "flickr-small":
					imageSize = "_m";
					break;
			}
		}
		
		if(image_link.match(/[s,t,m]\.jpg/)) {
			image_link = image_link.split("_");
			image_link.pop();
			image_link[image_link.length - 1] = image_link[image_link.length - 1] + imageSize + ".jpg";
			image_link = image_link.join("_");
		} else if(!image_link.match(/b\.jpg/)) {
			image_link = image_link.split(".");
			image_link.pop();
			image_link[image_link.length - 1] = image_link[image_link.length - 1] + imageSize + ".jpg";
			image_link = image_link.join(".");
		}
		anchor.setAttribute("href", image_link);
	}
}



function prepareWFMImages() {
	
	wfmJS('a[@rel*=flickr-mgr]').click(function() {
				var caption = wfmJS(this).attr('title');
		if('<br />
<b>Fatal error</b>:  Call to a member function getSetting() on a non-object in <b>/data/www/sturm12.at/web/sturm12.at/wp-content/plugins/wordpress-flickr-manager/js/wfm-lightbox.php</b> on line <b>61</b><br />
